

/* dieses CSS-Format ist unbedingt notwendig */
/* für kleine Schrift */
.klein {font-size:8pt;}

/* aktuellen Thread markieren */
.aktuell {font-weight:bold;}

/* rechts und links 10 Pixel Rand lassen */
body {margin-left:10px; margin-right:10px;}

/* Arial als Standard-Schrift */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {font-family:Verdana;}

/* Standard-Text in 10 Punkt-Höhe */
body,p,ul,ol,li,div,td,th,address,nobr,b,i {font-size:10pt;}

/* Uberschriften */
h1 {font-size:18pt;}
h2 {font-size:16pt;}
h3 {font-size:14pt;}
h4 {font-size:12pt;}
h4 {font-style:italic;}
h5,h6 {font-size:8pt;}
h6 {font-weight:normal;}
h6 b {font-size:8pt;}
.wk {font-size:8pt;}
sub {font-size:6pt;}
sup {font-size:6pt;}

a {
	color: #333333; background-color: transparent; font-family: Verdana, Arial, Sans-Serif; font-weight: bold; text-decoration: none; 
}
a:hover {
	color: #FF0000; background-color: transparent; font-family: Verdana, Arial, Sans-Serif; text-decoration: underline;  font-weight:bold;
}
form {
	padding: 0px; margin: 0px;
}
.hr {
	COLOR: #273F49; BACKGROUND-COLOR: transparent;
}
input{	
	background-color: #DCDCDC;shadow: 1px border: 1px solid #B1BDC9; color: #333333; font-family: verdana, helvetica, sans-serif; font-size: 12px;
}
select{	
	background-color: #DCDCDC;shadow: 1px border: 1px solid #B1BDC9; color: #333333; font-family: verdana, helvetica, sans-serif; font-size: 12px;
}
textarea{
	background-color: #DCDCDC;shadow: 1px border: 1px solid #B1BDC9; color: #333333; width: 200px; height: 60px; font-family: verdana, helvetica, sans-serif; font-size: 12px;
}