/* User-CSS Version 22 *** Schriften */
.error{color: #FF0000;font-size:12px; font-family:Arial, Helvetica, sans-serif;}
.ok{color: #003399;font-size:12px; font-family:Arial, Helvetica, sans-serif;}


/*?berschriften*/
h1.beitrag{

border-bottom:1px solid #D2DDE4;
color:#B71221;
font-family:georgia,palatino,"Times New Roman",serif;
font-size:2.1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:-0.03em;
line-height:1.3;
margin:0.5em 1em 0pt 0pt;
padding:0.4em 0pt 0pt;

        /*font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9a8b42;*/
}
h1.kommentar{
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9a8b42;
	margin-top:20px;
	margin-bottom:10px;
}

h2.link{		/* ?berschriften Navigationsmen? */

border-bottom:1px solid #B71221;
color:#B71221;
//color:#164362;
font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:1.5;
margin:1em 0.4em 0.7em;
text-transform:uppercase;

        /*font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;*/
}


h2.eigenerlink{
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
}
h3.oben{
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
}

/*Hyperlinks*/

/*allgemein*/
a:link{
	color:#9a8b42;
	text-decoration:none;
	/*text-decoration:underline; */
	/*border-bottom:dashed 1px #9a8b42;  */
         border:0px;
}
a:visited{
	color:#9a8b42;
	text-decoration:none;
	/*border-bottom:dashed 1px #9a8b42;*/
         border:0px;

}
a:hover,a:focus{
	color:#B71221;
	/*text-decoration:underline;*/
	border:0px;
}
a:active{
	color:#000000;
	/*text-decoration:underline;*/
	border:0px;
}
/*f?r die Standard Linklisten*/

a.navlink:link{
	color:#9a8b42;
	text-decoration:none;
	/*text-decoration:underline; */
	/*border-bottom:dashed 1px #9a8b42;*/
         border:0px;
}
a.navlink:visited{
	color:#9a8b42;
	text-decoration:none;
	/*border-bottom:dashed 1px #9a8b42;*/
         border:0px;

}
a.navlink:hover,a:focus{
	color:#B71221;
	/*text-decoration:underline;*/
	border:0px;
}
a.navlink:active{
	color:#000000;
	/*text-decoration:underline; */
	border:0px;
}
/*f?r die eigenen Linklisten*/

a.eigenerlink:link{
	color:#9a8b42;
	text-decoration:none;
	/*text-decoration:underline;*/
	/*border-bottom:dashed 1px #9a8b42; */
         border:0px;
}
a.eigenerlink:visited{
	color:#9a8b42;
	text-decoration:none;
	/*border-bottom:dashed 1px #9a8b42;*/
         border:0px;

}
a.eigenerlink:hover,a:focus{
	color:#B71221;
	/*text-decoration:underline; */
	border:0px;
}
a.eigenerlink:active{
	color:#000000;
	/*text-decoration:underline;*/
	border:0px;
}



