/* Schriftart im gesamten Dokument */
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
}

/* Absätze, Tabellen, Formulare in 8 Punkt */
p, div, table, li, form  {
font-size: 8pt; 
}

/* mittlere Überchrift, fett, grün */
.mittel {
font-size: 10pt;
color: #339966; 
font-weight: bold;
}

/* fett rot */
.rot {
font-size: 10pt;
color: ##CC0033; 
font-weight: bold;
}

/* normale Schrift, fett, grün */
b {
color: #339966; 

}
/* kursiv grün */
i {
color: #339966; 
} 

/* gr&ouml;sser und rot */
h3 {
color: #CC0033; 
} 

/* grosse Überschrift, dünn, grün */
.gross {
font-size: 12pt;
color: #339966
}

/* grosse Überschrift, schwarz */
.grossschwarz {
font-size: 12pt;

}

/* kleine Schrift */
.klein {
font-size: 6pt;
}


/* Farbe grau  */
.grau {
color: gray;
} 



/* Link-Stile für Hover-Links  */
a:link {
color: #000099; 
font-size: 8pt; 
} 

a:hover {
color: #CC0033; 
font-size: 8pt; 
text-decoration : none; 
} 

a:active {
color: #CC0033;
font-size: 8pt;
text-decoration : none; 
} 

a:visited {
color: #000099; 
font-size: 8pt;

 
}

div.rand {
width: 100%; 
padding: 10px; 
border-left-style: solid;
border-left-width: 20px;
border-left-color:#C4E1A6;
background-color: white;
text-align: left;
}

input.mini {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: gray;
border-style: dashed;
border-width: 1px;
border-color: #F6F6F2;
font-size: 8pt;
background-color: #E9F3DE;
}

.linie {
border-top-style: solid;
border-top-width: 1px;
border-color: silver;
}

table {
background-color: white;
}
.schatten {
	background-color: #FFFFFF;
	border-bottom: 3px solid #333366;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #464668;
}	
.inputtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000066;
	background-color: #E9F3DE;
}
.inputangebot {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	border: 1px solid #000066;
	background-color: #E9F3DE;
}

.inputfett {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #339966;
	font-weight: bold;
	border: 1px solid #000066;
	background-color: #E9F3DE;
	
}
.inputuser {
	font-family: Courier New, Courier, mono;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	border: 1px solid #000066;
	background-color: #E9F3DE;
}
.user {
	font-family: Courier New, Courier, mono;
	font-size: 15px;
}
.inputrest {
	font-size: 8pt;
	color: gray;
	text-decoration: none;
	border: 1px solid #000066;
	
}

.inputhomepage {
	color: #FFFFFF;
	text-decoration: none;
	border: 0px solid #FFFFFF;
	background-color: #FFFFFF;
	size: 5;
	font-size: 6pt;
	
}
