/*<![CDATA[*/

/*
border grau = #CCCCCC
navihintergrund grau = #F1F1F1
das dunkle blau = #000033
#102045
*/
* {
	margin:0;
	padding:0;
	/* Tabellen*/
	border-collapse:collapse;
	border-spacing:0;
}
html, body {
	background-color:#CCCCCC;
	color:#333333;
	/* line-height ohne Einheit - sonst Vererbung */
	line-height:1.45;
	text-align:center;
	margin:0px auto;
	font-family:Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
}
body {
	/* Nur hier, sonst gibt es eventuell Vererbungsprobleme. */
	font-size:100.01%;
	width:980px;

}
/*
	background-image:url(../../img/content.jpg);
	background-repeat:repeat-y;
*/
img {border:none;}
.clear {clear:both;}
.bold {font-weight:bold;}
.left {float:left;}
.right {float:right;}
a {
	text-decoration:none;
	color:#666;
}
a:active, .active, .pfeil-active a {
	text-decoration:none;
	color:#000;
}

#banner{
	width:990px;
	height:152px;
	background-image:url(../../img/banner.jpg);
	background-repeat:no-repeat;
}
#layer{
	background-image:url(../../img/content.jpg);
	background-repeat:repeat-y;
	width:990px;
}
#brotkrumen {
	margin-left:15px;
	width:955px;
	text-align:left;
	margin-bottom:10px;
	margin-top:-10px;
	font-size:0.8em;
	border:1px solid red white;
}
#navi{
	float:left;
	width:200px;
	margin-top:20px;
	margin-left:15px;
	text-align:left;
}
.submenu-active {
	margin-left:25px;
	font-size:0.9em;
	list-style-type:square;
	list-style-image:none;
	color:#000;
}
.submenu {
	margin-left:25px;
	font-size:0.9em;
	list-style-type:square;
	list-style-image:none;
	color:#666;
}
.pfeil {
	margin-left:20px;
	list-style-image:url(../../img/pfeil.jpg);
}
.pfeil-active {
	margin-left:20px;
	list-style-image:url(../../img/pfeil_a.jpg);
}
/*
#submenu {list-style-type:square;}
ul #submenu li { 
	margin-left:25px;
	list-style-type:square;
	color:#FF0000;
	font-size:0.9em;
}
#submenu .submenu-active {
	margin-left:25px;
	list-style-type:square;
	color:#FF0000;
	font-size:0.9em;
}
*/
#navi address {
	font-style:normal;
	font-size:0.7em;
	margin-top:20px;
	color:#666;
}
#nav-top-left {
	float:left;
}
#nav-top-right {
	float:right;
}
#nav-top-right ul {list-style-type:none;}
#nav-top-right li {
	float:left; 
	margin-right:5px;
}
#content {
	float:left;
	margin-left:10px;
	width:745px;
	text-align:left;
/*	border:1px solid red; */
}
#content ul { margin-left:20px; /* list-style-position:inside; */}
#content ul ul { margin-left:40px;}
#newsbox {
	width:300px;
	float:right;
	margin-left:5px;
	margin-right:2px;
}
#newsbox-top {
	width:300px;
	background-image:url(../../img/newsbox-top.jpg);
	background-repeat:no-repeat;
}
#newsbox-top p { 
	padding-top:10px;
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
	font-size:1.2em;
	color:#666;
}
#newsbox-middle {
	width:300px;
	background-image:url(../../img/newsbox.jpg);
	background-repeat:repeat-y;
}
#newsbox-text{
	margin-right:8px;
	margin-left:8px;
	font-size:0.8em;
}
#newsbox-text img {
	margin-right:5px;
}
a.news-link {
	color:#666;
	font-weight:bold;
	font-size:1.2em;

}
#newsbox-text {color:#666;}

#newsbox-bottom {
	width:300px;
	background-image:url(../../img/newsbox-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}


#footer{
	width:990px;
	height:24px;
	background-image:url(../../img/footer.jpg);
	background-repeat:no-repeat;
}







.errtxt {
	color:red;
	font-size:1.2em;
}
#sitemap a {
	text-decoration:none;
	color:#000;
}
#sitemap a {
	text-decoration:none;
	color:#000;
}
#sitemap li.level1 {
	margin-left:5px;
	list-style-type:none;
	font-size:1.3em;
	font-weight:bold;
}
#sitemap li.level2 {
	margin-left:15px;
	list-style-type:none;
	font-weight:bold;
	font-size:1.1em;
}
#sitemap li.level3 {
	margin-left:35px;
	list-style-type:none;
}
#sitemap li.level4 {margin-left:55px;list-style-type:none;}
.print {display:none;}
.adminlogin {
	float:left;
}

/*]]>*/