body { 
color: black; 
background-color: #FFFFFF; 
background-attachment:fixed; 
font-size: 12pt; 
font-family: Arial, Verdana, Helvetica; 
} 

table { color: black; background-attachment:fixed; font-size: 12pt; font-family: Arial, Verdana, Helvetica; } 


a { color: #000000 }
a:link { text-decoration:none; color: #000000; font-size: 12pt; font-weight:bolder; }
a:visited { text-decoration:none; color: #000000; font-size: 12pt; font-weight:bolder; }
a:active { text-decoration:none; color: #000000; font-size: 12pt; font-weight:bolder; }

div.menue { color: black; font-size: 8pt; font-weight:bolder; font-family: Arial, Verdana, Helvetica; } 

span.haupt { color: black; font-size: 22pt;  font-family:Verdana, Arial, Helvetica; } 
span.gross { color: black; font-size: 15pt; font-weight:bolder; font-family:Arial, Verdana, Helvetica; } 
span.ueberschrift1 { color: black; font-size: 15pt;  font-weight:bold; font-family:Arial, Verdana, Helvetica; } 
span.klein { color: black; font-size: 9pt; font-family:Verdana, Arial, Helvetica; } 


.gb_datum { font-size: 8pt; color: #000000; } 
.gb_name { font-size: 13pt; color: #000000; } 
.gb_name_klein { font-size: 8pt; color: #000000; } 

.button_eintragen { 
	border: 0px double;
	background: url(/images/eintragen.gif); 
	}

.button_abbrechen { 
	border: 0px double;
	background: url(/images/abbrechen.gif); 
	}

	.button_zuruecksetzen { 
	border: 0px double;
	background: url(/images/zuruecksetzen.gif); 
	}
	
.button_abschicken { 
	border: 0px double;
	background: url(/images/abschicken.gif); 
	}


.bild {
	position: relative;
	float: right;
	width: 300px;
	height: 200px;
	margin-left: 20px;
	margin-bottom: 20px;
        border: 0 none;}
.bildinhalt {
	height: 200px;
	width: 300px;}
.bild2 {
	position: relative;
	float: right;
	width: 200px;
	height: 300px;
	margin-left: 20px;
	margin-bottom: 20px;
        border: 0 none;}
.bildinhalt2 {
	height: 300px;
	width: 200px;}

