/* schriftstil,abstände */

body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: black;
	background-image: aufbau/hg.gif;
	background-repeat: repeat;
	background-color:#ffffff;
	font-family: verdana,arial;
	font-size: 10pt;

}


table,tr,td
{
	color: black;
	font-family: verdana,arial;
	font-size: 10pt;
}

/* scrolleiste internet explorer ab vers.5.5 */

body
{scrollbar-arrow-color: #0033cc; scrollbar-base-color: #ffffff;
scrollbar-highlight-color : #0033cc; scrollbar-shadow-color : #000000;
SCROLLBAR-TRACK-COLOR: #ffffff;}



/* menue linke und rechte seite */


#menu a {
display: block;
background-color:#0033cc;
color:#ffffff;
text-decoration:none ;
font-family:verdana, sans-serif; 
font-size: 10pt;
width:140px;
border-bottom:solid 1px #0033CC;
border-top:solid 1px #0033CC;
}

#menu a:visited{
background-color:#0033cc;
color:#ffffff;
text-decoration:none;
font-family:verdana, sans-serif;
font-size: 10pt;
width:140px;
border-bottom:solid 1px #0033CC;
border-top:solid 1px #0033CC;
}

#menu a:active{
background-color:#0033cc;
color:#ffffff;
text-decoration:none;
font-family:verdana, sans-serif; 
font-size: 10pt;
width:140px;
border-bottom:solid 1px #0033CC;
border-top:solid 1px #0033CC;
}

#menu a:hover {
background-color:#ffffff;
color: #0033cc;
text-decoration:none ;
font-family:verdana, sans-serif; 
font-size:10pt;
width:140px;

border-bottom:solid 1px #ffffff;
border-top:solid 1px #ffffff;
}

/* rubrikname*/

.rubrik {background-color:#000000; color:#ffffff;  text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;width:140px;
border-bottom:solid 1px #000000;
border-top:solid 1px #000000;
height:19px;
}

/* seitentitel, fuss und kopfleiste */

.leiste {background-color:#000000; color:#ffffff;  text-decoration:none ;font-family:verdana, sans-serif; font-size: 10pt;

height:17px;

}


/* allgemeine links im text */

a:link{
color: black;
text-decoration:underline;
font-family: verdana;
font-size: 10pt;
}

a:visited{
color: black;
text-decoration:underline;
font-family: verdana; 
font-size: 10pt;
}

a:active{ 
color:black;
text-decoration:underline;
font-family: verdana; 
font-size: 10pt; 
}

a:hover{ 
color: #0033cc; 
text-decoration:none;
font-family: verdana; 
font-size: 10pt; 
}

/* uhr - datum */

input.datum {
font-size:9pt;
background-color:#000000;
color:#ffffff;
border:solid 0px;
}

input.zeit{
font-size:9pt;
background-color:#000000;
color:#ffffff;
border:solid 0px
}

form {margin-bottom:0px;}

#tab {
	border: 1px solid #000000;
}

.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #0033CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
}
.titelrot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
}
.untertitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.unterstrichen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}
.fett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.kursiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-style: italic;
}
.riesig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
	font-weight: bold;
}