body { 
width:100%; 
height:100%; 
margin:0; 
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #D5C298 }

A:link {COLOR: #60008A; TEXT-DECORATION:none;}
A:visited {COLOR: #60008A; TEXT-DECORATION:none;}
A:active{color: Red; TEXT-DECORATION:none;}
A:hover {color: #1E90FF; TEXT-DECORATION:underline;}

a.menue_on:link {color: Red; font-weight:bold;}
a.menue_on:visited {color: Red; font-weight:bold;}
a.menue_on:hover {color: black; font-weight:bold;}

a.menue_off:link {color: black;}
a.menue_off:visited {color: black;}
a.menue_off:hover {color: Red; font-weight:bold;}

a.white:link {color:#666666;}
a.white:visited {color:#666666;}
a.white:hover {color:#333333;}

a.yellow:link {color:#ffcc00;}
a.yellow:visited{ color:#ffcc00;}
a.yellow:hover {color:#ffffff;}

p a img {border: 1px solid black;}

table { font-family: Verdana, Arial, Helvetica, sans-serif;  }
td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
hr {
	height: 1px;
	color: #666666;
	text-decoration: none;
}

.button { 
width: 75px; 
 }

.suche { 
BORDER: navy 1px solid;  
WIDTH: 100px;
height: 20px; 
font-size: 12; 
background: #E0E0E0; 
}
.text { 
BORDER: #000000 1px solid;  
WIDTH: 250px; 
height: 20px; 
color:#000000; 
font-size: 11; 
background: #E0E0E0; 
}
.textfeld {
overflow:hidden;
BORDER: #000000 1px solid;
color: #000000;
WIDTH: 250px;
height: 100px;
font-size: 12;
background: #E0E0E0;
font-family : Arial;
}
.print { 
display: none; 
}