/* CSS Document */

body {
	background:url(/i/blue/ground.jpg) #082346;
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	margin: 0;
	padding: 0;
	
}

/* LEFTBAR */

#leftbar {
	background:url(/i/blue/leftbar_ground.jpg) #082346;
	background-position:top;
	background-repeat:no-repeat;
}
#leftbar li a {
	display: block;
	text-decoration: none;
	color: #cdba62;
	background: #ccc;
}

#nav li a{
	background: none;
	background-image: url(/i/nav1.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #cdba62;
	border-bottom: 0px solid #37587F;
}
#nav li a:hover {
	background: none;
	background-image: url(/i/nav_o.png);
	background-repeat: no-repeat;
	background-position: left;
}

#nav li a.nolink {
	background: #2F59BF;
	background: none;
	background-image: url(/i/nav_nolink.png);
	background-repeat: no-repeat;
	background-position: left;
	
}

#nav ul.submenu_0 li a {
	color:#fff;
	/*
	background: #29435F;
	background-image: url(/i/arrow.png);
	background-repeat: no-repeat;
	background-position: left 60%;
	*/
}
#nav ul.submenu_0 li a:hover {
	background: none;
	color: #cdba62;
}

#nav ul.submenu_1 li a{
	color:green;
	background: none;
	background-image: url(/i/line.png);
	background-repeat: no-repeat;
	background-position: left 60%;
}
#nav ul.submenu_1 li a:hover {
	background: #9F9F9F;
}

#nav ul.submenu_0 a.aktiv {
	background: none;
}




/* RIFGHTBAR */
#rightbar {
	background: url(/i/blue/rightbar_ground.jpg) #082346;
	background-repeat: repeat-x;
}

#rightbar div.newarticle {
	font-size: 11px;
	background: #324353;
	padding: 10px;
	margin: 5px 8px 8px 8px;
	border: 1px solid #47627F;
}

#rightbar div.newarticle div.newtext {
	background: #8398AF;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	color: #0D1C2E;
}

#rightbar div.newarticle_top {
	margin: 15px 8px 8px 8px;
	background: #324353;
	padding: 8px;
	border: 1px solid #47627F;
	font-weight: bold;
	color: #8398AF;
	text-align: center;
}






#content {
	background: url(/i/blue/content_ground1.jpg) #092348;
	background-repeat: repeat-x;
	background-position:top;
}

#content div#cms h1 {
	color: #CEBA61;
	font-size: 13px;
	font-weight: bold;
	margin: 8px 0 15px 5px;	
}

#content div#cms {
	scrollbar-arrow-color: #ccc; 
	scrollbar-face-color: #59738F;
	scrollbar-highlight-color: #ccc; 
	scrollbar-shadow-color: #59738F;
	scrollbar-3dlight-color: #59738F;
	
}

#content div#cms img.big {
	margin: 0 0 0 4px;
	border: 0px solid #59738F;
}

#content div#cms div.small_outline {
	float: left;
	border: 1px solid #59738F;
	margin: 8px 0 8px 17px;
	background: #2a476b;
	padding: 10px;	
}

#content div#cms div.small_outline_over {
	float: left;
	border: 1px solid #ccc;
	margin: 8px 0 8px 17px;
	background: #59738F;
	padding: 10px;	
}

#content div#cms div.article_pre {
	float: left;
	border: 0px solid #ccc;
	margin: 8px 0 8px 8px;
	background:url(/i/article_ground.jpg);
	width:134px;
	height:221px;
}

#content div#cms div.article_pre div.artnr {
	padding:30px 0 0 7px;
	color:#fff;
	font-size:10px;
	line-height:16px;
}


#content div#cms div.small {
	border: 0px solid #1D354F;
	margin: 0;
}

#content div#cms div.toptext {
	line-height: 14px;
	font-size: 11px;
	text-align: justify;
	padding: 0 ;
	width:285px;
	color:#B5C9DF;
}

#content div#cms div.toptext1 {
	line-height: 14px;
	font-size: 11px;
	text-align: justify;
	padding: 0 ;
	width:574px;
	color:#B5C9DF;
	margin:15px 0 0 5px;
}


#content div#cms div.righttext {
	line-height: 18px;
	font-size: 11px;
	width: 280px;
	margin: 0 0 0 20px;
	border: 1px solid #47627F;
	/*height: 304px;*/
	background: #1D354F;

}

#content div#cms div.righttext div.righttext_inline {
	background: #1D354F;
	padding: 10px 10px 0 10px;
	
}

#content div#cms div.article_start {
	line-height: 18px;
	font-size: 11px;
	background: url(/i/article_icon.gif) #59738F;
	background-repeat: no-repeat;
	background-position: 5px 70%;
	margin: 18px 0 0 20px;
	border: 1px solid #59738F;
	padding: 5px;
	color: #fff;
	text-indent: 30px;
	
}

#content div#cms div.article {
	line-height: 18px;
	font-size: 11px;
	background: url(/i/article_icon.gif) #59738F;
	background-repeat: no-repeat;
	background-position: 5px 70%;
	margin: 18px 0 0 20px;
	border: 1px solid #47627F;
	padding: 5px;
	color: #fff;
	text-indent: 30px;
	
}

#content div#cms a.login {
	color: #E1AC01;
}


#content div#cms div#verlauf {
	color: #CDBA62;
	margin:2px 0 0 7px;
}

#content div#cms div#verlauf a {
	text-decoration:none;
	color: #CDBA62;
}
