@charset "utf-8";
/* CSS Document */

/*Standards*/
* , div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}
ul, li { list-style:none; font-size:1.1em; line-height:1.5em; }
a 			{ font-size:1em; font-weight: bold; }
a:visited	{ font-size:1em; font-weight: bold; }
a:hover		{ color:#225728; }
input 	{ }
p 		{ font-size:1.1em; line-height:1.5em; }

strong  { font-weight:bold; }
h1 		{ font-size:1.3em; }
h2 		{ font-size:1.1em; line-height:1.5em; }
h3 		{ font-size:1.1em; }

/*Farben und Textstile Contentbereich*/
/*-----------------------------------*/

/*Standards*/
#m h1 			{ text-transform:uppercase; color:#233163; }
#m h2 			{ text-transform:uppercase; color:#233163; }
#m h3 			{ color:#233163;}
#m p 			{ color:#666; padding: .3em 0; }
#m a 			{ color:#233163; }
#m a:visited 	{ }
#m a:hover 		{ color:#000;}
.content_m ul li		{ list-style-type: disc; list-style-position: outside; margin-left:16px; color:#666; }

/*Farben und Textstile Rechte Navigation*/
/*-------------------------------------*/
#r .nav1_r h2 {
	background: #233163;
	color:#fff;
	border-top:1px solid #9198b1;
	border-bottom:1px solid #000;
	text-transform:uppercase;
}
#r .nav1_r ul a:hover {
	border-bottom:1px solid #f4f5f7;
	border-top:1px solid #b6b7bb;
}
#r .nav1_r ul ul ul li a{
	font-weight:normal;
	color:#333;
	background-color:#f9f9f9;
	border:0px;
	border-top:1px solid #fff;
	border-bottom:1px solid #efefef;	
}
#r .nav1_r ul ul ul li a:hover { color:#000; border-bottom:1px solid #666;}
#r .nav1_r ul ul ul { background-color:#fff; }

#r .nav1_r ul ul li a#active{
	font-weight:bold;
	color:#233163;
	background-color:#c8cbd8;
	border-top:1px solid #e4e5ec;
	border-bottom:1px solid #9c9ea9;}

#r .nav1_r ul li a{
	font-weight:bold;
	text-decoration:none;
	color:#233163;
	background-color:#e9eaef;
	border-top:1px solid #f4f5f7;
	border-bottom:1px solid #b6b7bb;
	font-size:11px;
}
#r .nav1_r ul li a#active{
	font-weight:bold;
	color:#fff;
	background-color:#fff;
	border-top:1px solid #44b328;
	border-bottom:1px solid #35873f;	
}



/*Right******************************************************/


/*Footer*****************************************************************/
#footer {
	color:#666;
	text-align:left;
	padding-left:29px;
}

#footer a{
color: #233163;
font-size:1em;
text-decoration:none;
font-weight:normal;
}
#footer a:visited{}
#footer a:hover{color:#000;}
