/* Standard-Formate für Textbloecke und Aufzaehlungen */

hr { 
	border-style: none; 
	height: 1px; 
	background-color: #566E82; 
	color: silver; 
	margin-left: 20px;
	margin-right: 20px;
}

img {
	margin-left: 0px;
	margin-right: 0px;
}



/*Allgemein*/

P  {
	font-size : 9pt;
	font-family : Verdana, Arial;
	color : #000000;
	text-align : justify;
	margin-left: 19px;
	margin-right: 19px;
	margin-top : 10px;
}

Form {
	font-size : 9pt;
	font-family : sans-serif;
	color : #000000;
	text-align : justify;
}

TD  {
	font-size : 9pt;
	font-family : sans-serif;
	color : #000000;
	text-align : justify;
}


LI  {
	font-size : 9pt;
	font-family : sans-serif;
	color : #000000;
	text-align : left;
}

HR  {
	margin-left: 20px;
}




/*Tabellen Main*/


table.inhalt {

	width : 90%;
	border-spacing : 0px;
	background: #FFFFFF;
	padding: 0px;
	spacing: 0px;
}

td.inhalt {
	background-image:url(gif/bg_news.jpg);
	background-repeat:no-repeat;
	background-position:100% 0px;
	border: 1px solid #2A3F51;
}

p.inhalt {
	text-align : left;
        color : #000000;
	margin-left : 8px;
	margin-right : 8px;
	margin-top : 8px; 
	margin-bottom : 15px;
}
	
img.titel {
	border-width:0px;
	margin-left : 5px;
	margin-right : 0px;
	margin-top : 2px; 
	margin-bottom : 0px;
	
}


H1.titel {
	text-align : left;
        color : #000000;
	margin-left : 2px;
	margin-top : 2px; 
	margin-bottom : 2px;
	font-size : 13px;
	font-family : Verdana, arial;
        font-weight: bold;
}

font.titel {
	text-align : left;
	margin-left : 10px;
	vertical-align : middle;
        color : #000000;
	font-size : 13px;
	font-family : Verdana, arial;
        font-weight: bold;
}

font.titeldatum {
	text-align : right;
        color : #000000;
	margin-right : 5px;
	font-size : 10px;
	font-family : Verdana, arial;
        font-weight: bold;
}

td.titel {
	background : #A9C2CF;
	border: 1px solid #2A3F51;
}




/* Ueberschriften */


H1  {
	font-size : 12pt;
	font-family : verdana, arial;
	color : #000000;
	margin-left: 25px;
	margin-top : 35px;
}

H2  {
	font-size : 10pt;
	font-family : verdana, arial;
	color : #000000;
	margin-left: 27px;
	margin-top : 20px;
}

H3  {
	font-size : 10pt;
	font-family : verdana, arial;
	font-weight : bold;
	color : #000000;
	margin-left: 29px;
	margin-top : 20px;
}


H4  {
	font-size : 8pt;
	font-family : verdana, arial;
	font-style : bold;
	color : #FFFFFF;
	margin-left: 31px;
	margin-top : 20px;
}



/* Standard-Verweise */

A  {	
	font-size : 8pt;
	font-family : Verdana, Arial;
	color : #CC3333;
	font-weight: regular;
	text-decoration : none;
}

A:Visited  {
	text-decoration : none;
}

A:Active  {
	text-decoration : none;
}

A:Hover  {
	text-decoration : underline;
	
}


/* Verweise in der Navigation */

A.nav  {	
	font-size : 13px;
	font-family : verdana, arial;
        font-weight: bold;
	margin-left:2px;
	color : #000000;
	text-decoration : none;

}

A.nav:Visited  {
	color : #000000;
	text-decoration : none;
}

A.nav:Active  {
	color : #E6F0F8;
	text-decoration : underline;
}

A.nav:Hover  {
	color : #E6F0F8;
	text-decoration : underline;
}

A.naviin  {	
	font-size : 10px;
	font-family : verdana, arial;
        font-weight: bold;
	margin-left:5px;
	color : #0B9948;
	text-decoration : none;

}

A.naviin:Visited  {
	color : #0B9948;
	text-decoration : none;
}

A.naviin:Active  {
	color : #0B9948;
	text-decoration : underline;
}

A.naviin:Hover  {
	color : #0B9948;
	text-decoration : underline;
}






/* Body-Tag-Formate */

BODY  {
	background: #566E82;
}

/* Zusatzklassen f&uuml;r allgemeine Formate */


.center {
text-align : center;
}

.headline {background-color: #d5d5d5;}

li {
	font-size: 10pt;
	margin-left: 15pt;
}




