/*
-----------------------------------------------
New Stuff
*/

.thumb {
	height: 96px;
	padding: 1px;
	margin: 10px;
	border: 3px inset;
}

.imagenavi {
	width: 100%;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
}

.viewimage {
	max-width: 100%;
	left: 2.5%;
}

.topnavig {
	background-color: #DDDDDD;
	padding: 5px 5px;
	border: 1px inset;
	margin-left: 15%;
	margin-top: 0.2em;
}

.warnung {
	color: red;
	font-weight:bold;
}

.logo {
	background-image: url("../images/banner.gif");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}


#navi {
	top : 116px;
	left : 0px;
	text-align: left;
	width: 15%;
	float: left;
    background-repeat: no-repeat;
}

#navi a {
    font-size: 90%;
	display: block;
	text-decoration: none;
	}

#navi a:hover {
    color: #000000;
    background: #888888;
	background-image:  url("../images/pfeil2.gif");
    background-repeat: no-repeat;
}

#navi a.navi_active {
    color: #CEBD9C;
    background: #000000;
	background-image:  url("../images/pfeil_weiss.gif");
    background-repeat: no-repeat;
	font-weight:bold;
}

#navi ul, li {
	line-height: 1em;
/*	list-style: none;*/
	margin: 0em;
	padding: 0em;
}

#navi li {
	padding-top: 0.2em;
	line-height: 1em;
}

#navi ul li a{
	padding: 3px 1px 4px 10px;
	background-color: #000000;
	color: #CEBD9C;
    font-weight: bold;
	}

#navi ul li ul li a{
	padding: 3px 1px 4px 20px;
	font-weight: normal;
	background-color: #444444;
	color: #CEBD9C;
	}

#navi ul li ul li a.navi_active {
	font-weight:bold;
	background-image:  url("../images/pfeil_weiss.gif");
    background-repeat: no-repeat;
}
#navi ul li ul li a.navi_active:hover {
    color: #000000;
    background: #888888;
	background-image:  url("../images/pfeil2.gif");
    background-repeat: no-repeat;
}

#navi ul li ul li ul li a{
	padding: 3px 1px 4px 30px;
	font-weight: normal;
	background-color: #888888;
	color: #DCD0B9;
	}
#navi ul li ul li ul li a.navi_active {
	font-weight:bold;
	background-image:  url("../images/pfeil_weiss.gif");
    background-repeat: no-repeat;
}

#navi ul li ul li ul li a.navi_active:hover {
    color: #000000;
    background: #888888;
	background-image:  url("../images/pfeil2.gif");
    background-repeat: no-repeat;
}



/*
-----------------------------------------------
Overrides
*/


/* page layout */

body {
	background-color: #EEEEEE;
}

.header {
	top : 0px;
	margin : 0px;
	padding: 0px;
	height: 108px;
	background-image: url("../images/bannerbg.gif");
	background-repeat: repeat-x;
	overflow: hidden;
}


.page {
	border: none;
	margin-left: 15%;
	background-color: #EEEEEE;
}

.footer {
	margin-left: 15%;
}

/* comments */

.commentsheader {
	margin-left: 15%;
	border-top: 1px inset;
}

.comment {
	margin-left: 15%;
}

.commentform {
	margin-left: 15%;
}
