h1,h2,h3{ 		/* Format für Überschriften Level 1,2,3 */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14pt;
font-weight: bold;}

h2{font-size: 13pt;}

h3{font-size: 11pt;}

body{			/* Format Body Bereich*/
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11pt;
line-height:120%;
margin-top:130;
margin-left:230;
margin-right:250;
text-align:justify;
background-image:url(../bilder/rand-links.bmp); background-repeat: repeat-y;
}

ul {				/* Format  Liste*/
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11pt;
line-height:120%;
text-align: left;
margin-left: 20; }

a:link{ font-family:Arial, Verdana, Helvetica, sans-serif; /* Format aktiver Link nicht besucht*/
font-size: 11pt;
line-height:130%;
color: #0000FF;
text-decoration: none; }

a:active{						/* Format link beim anclicken*/
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11pt;
line-height:130%;
color: #FF0000;
text-decoration: none; }

a:visited{						/* Format aktiver Link besucht*/
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11pt;
line-height:130%;
color: #808080;
text-decoration: none; }



table{				/* tabelle zum positionieren ohne Rand, standard */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11pt;
line-height:13pt;
text-align: left; }

#pos_o_rand{				/* tabelle zum positionieren ohne Rand, standard */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11pt;
line-height:13pt;
text-align: left; }

#mit_rand{				/* tabelle mit Rand, für Darstellungen im body Bereich */
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 11pt;
line-height:13pt;
border-width:2;
border-color:#808080;
border-style:solid;
width:100%;
text-align: center; }

*.rahmen1px{
border-width:1;
border-color:#808080;
border-style:solid;
padding:5;

}


/* Formatierung Navigation links
fest= festbleibender aktivierter Link in der Navigation links*/


#fest {
background-color:#FF0080;
color:#FFFFFF;
font-weight:bold;
display:block;
margin:5;
margin-top:3;
width:130px;
height:30px;
text-align:center;
padding-top:5;
}

#list a{
color:#000000;
display:block;
margin:5;
margin-top:3;
width:130px;
height:30px;
text-align:center;
padding-top:5;
}

#list a:hover{
color:#FFFFFF;
background-color:#FF0080;
font-weight:bold;}

#sublist{ /* Format  Navigation Unterpunkte mit ID=sublist*/
margin:10;
margin-top:1;
width:155px;
height:30px;
text-align:left;
padding-top:5;
border-color:#000080;
}

#sublist a{
color:#000000;
display:block;
}

#sublist a:hover{
color:#FFFFFF;
background-color:#FF0080;}