body      { 
	font-family:verdana, arial; 
	background-color: #efefef;
}

.bgcolor  { #EFEFEF; }

font      { font-weight:normal; font-size:12; color:#023A7B; }

h1      { font-weight:normal; font-size:14; color:#023A7B; text-decoration:underline; }


a		  { text-decoration:none; 
            font-style:italic; 
            font-size:12; 
			font-weight:bold;
			color:#B40202; }

a:visited { text-decoration:italic; }

a:hover   { text-decoration:underline;
            font-weight:bold; }

a:active  { text-decoration:underline;
            font-weight:bold; }

a:focus   { text-decoration:underline;
            font-weight:bold; }

.input01  { color:#b3d8b2; 
	  	  font-size:12px; 
	  	  border: 1px solid #023A7B; 
	  	  background-color: #FFFFFF; 
	  	  width:150px;
	  	  height:20px; }
		
.input02  { color:#b3d8b2; 
	  	  font-size:12px; 
	  	  border: 1px solid #023A7B; 
	  	  background-color: #FFFFFF; 
	  	  width:80px;
	  	  height:20px; }

textarea  { background-color: #ffffff;
	    color: #b3d8b2;
	    font-family: arial;
	    font-size: 12px;
	    border: 1px solid #023A7B; 
	    scrollbar-3dlight-color: #023A7B;
	    scrollbar-arrow-color: #b3d8b2;
	    scrollbar-darkshadow-color: #023A7B;
		scrollbar-face-color: #023A7B;
		scrollbar-highlight-color: #ffffff;
	    scrollbar-shadow-color: #b3d8b2;
	    scrollbar-track-color: #ffffff; }

.marquee  { font-weight:bold; font-size:12; color:#FFFFFF; }

.weiss { background-color:#FFFFFF; }

.gruen { background-color:#b3d8b2; }

.blau { background-color:#b3c4d7; }
