/* Bodytag*/
/*--------------------------------------------------------------*/
body {
font-family: Verdana,Arial, Helvetica; 
font-style:normal; 
font-size:8pt; 
color: #000000;
}

/*Definition des Aussehens der Links*/
a:link {
font-family: Verdana,Arial, Helvetica; 
font-style:normal; 
font-size:8pt;
color: #FF0000;
}

a:active {
font-family: Verdana,Arial, Helvetica; 
font-style:normal; 
font-size:8pt;
color: #970000;
}

a:visited {
font-family: Verdana,Arial, Helvetica; 
font-style:normal; 
font-size:8pt;
color: #FF0000;
}

a:hover {
font-family: Verdana,Arial, Helvetica; 
font-style:normal; 
font-size:8pt;
color: #333333;
}



/*Allgemeine Textauszeichnungen in Tabellen*/
/*--------------------------------------------------------------*/
td {
font-family: Verdana,Arial, Helvetica; 
font-style:normal; 
font-size:8pt; 
}

td.darkblue{
background-color: #0066CC;
}
tr.darkblue{
background-color: #0066CC;
}

td.rubrikfarbe{
background-color: #AEAE5E;
}

td.dokumentfarbe{
background-color: #CCCC99;
}


/*Allgemeine Textauszeichnungen in Überschriften*/
/*--------------------------------------------------------------*/

h2 {
font-weight:bold; 
font-size:15pt; 
color: #0066CC;
}


h3 {
font-weight:bold; 
font-size:13pt; 
color: #006699;
line-height: 16pt
}

h4 {
font-weight:bold; 
font-size:11pt; 
color: #006699;
}

/*Gesonderte Textauszeichnungen*/
/*--------------------------------------------------------------*/

.tiny {
font-family: Verdana,Arial, Helvetica;
font-size:7pt; 
}

.tinybold {
font-family: Verdana,Arial, Helvetica;
font-size:7pt;
font-weight: bold 
}

.small {
font-family: Verdana,Arial, Helvetica;
font-size:8pt; 
}

.smallbold {
font-family: Verdana,Arial, Helvetica;
font-weight:bold; 
font-size:8pt; 
}

.medium {
font-family: Verdana,Arial, Helvetica;
font-weight:bold; 
font-size:9pt; 
}

.big {
font-family: Verdana,Arial,Helvetica;
font-weight:bold; 
font-size:11pt; 
}
.bigbold {
font-family: Verdana,Arial,Helvetica;
font-weight:bold; 
font-size: 11pt
}

.normalbold {
font-family: Verdana,Arial,Helvetica;
font-weight:bold; 
}
.redbold {
font-family: Verdana,Arial,Helvetica;
font-weight:bold; 
font-size:9pt; 
color: #FF0000; 
}
.redbigbold {
font-family: Verdana, Arial, Helvetica;
font-weight:bold; 
font-size:11pt; 
color: #FF0000; 
}
.whitebold {
font-family: Verdana,Arial,Helvetica;
font-weight:bold; 
color: #FFFFFF; 
}

.boldarial {
font-family: Arial,Verdana,Helvetica;
font-size:15pt; 
font-weight:bold; 
}

.whiteboldarial {
font-family: Arial,Verdana,Helvetica;
font-size:15pt; 
font-weight:bold; 
color: #FFFFFF; 
}

.justify {
text-align:justify
}

hr {
border-color #003366;
}


/*Specs der Formularfelder*/
/*--------------------------------------------------------------*/
/*form{
background-color:#0066CC;
}*/

input {
background-color:#ECECD9; 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt
} 
/*border-style:solid; border-width:thin;*/ 

textarea {
background-color:#ECECD9;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt
} 
 /*border-style:solid;*/


select {
background-color:#ECECD9;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt
} 
/*radio {
background-color:#0066cc;
}*/ 



/*Hintergrund-Farbauszeichnungen*/
/*--------------------------------------------------------------*/
.lightbg {background-color: #CFE8FF;}
 
.middlebg {background-color: #99CEFF;}
 