


/* ------------ Text ------------ */

h1 {
	font: bold 15px Verdana;
	color: #DDCCBB; 
	}
	
h2 { font-size: 12px; 
	line-height: 1.5em; 
	}
	
.fehlermeldung { font-size: 12px; 
	line-height: 1.5em; 
	color: #00DD00; 
	}


.text	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 1.5em; 
	color: #DDCCBB; 
	}	
a:link.text	{
	text-decoration: none; 
	color: #493318; 
	font-weight: bold;
	}
a:visited.text	{
	text-decoration: none; 
	color: #493318;
	font-weight: bold; 
	}
a:active.text	{
	text-decoration: underline; 
	color: #000000; 
	}
a:hover.text 	{
	text-decoration: underline;
	color: #000000; 
	}


td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 1.5em; 
	color: #DDCCBB; 
}
	
/* ------------ Tabellen ------------ */

.listenheadline	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	line-height: 18px; 
	color: #555555;
	}	
	
.tabellenliste {
	background-color: #A77A4E;
	border: 1px solid;
	border-color: #DDCCBB;
	padding: 5px; 
}

.bildrahmen {
	border: 1px solid #DDCCBB;
}


/* ------------ Formularfelder ------------ */

input.text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; padding: 0px; padding-left: 5px; 
	background-color: 		#CCD6EE;
	height: 18px;
	color: 			#333333;
	background-image:  	url(../images/form_bg.gif);
	background-repeat: 	no-repeat;
	border-left: 	1px solid	#BFB7A7;
	border-bottom: 	1px solid	#D9D3C0;
	border-right: 	1px solid	#D9D3C0;
   	border-top: 	1px solid 	#BFB7A7; }
	
textarea.text {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; padding: 1px; padding-left: 5px; 
	background-color: 		#CCD6EE;
	color: 			#333333;
	background-image:  	url(../images/form_bg.gif);
	background-repeat: 	no-repeat;
	border-left: 	1px solid	#BFB7A7;
	border-bottom: 	1px solid	#D9D3C0;
	border-right: 	1px solid	#D9D3C0;
   	border-top: 	1px solid 	#BFB7A7;
	scrollbar-face-color: 	#E5E1D5;
	scrollbar-track-color: 	#E5E1D5;
	scrollbar-arrow-color: 	#BFB7A7;
	scrollbar-shadow-color: 	#BFB7A7; 
	scrollbar-3dlight-color: 	#E5E1D5;
	scrollbar-highlight-color:	#BFB7A7;
	scrollbar-darkshadow-color:	#E5E1D5;
	buttonface: 		#BFB7A7; }
	
	
input.button {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; width: 100px; height: 18px;
	background-color:		#E5E1D5;
	background-image:  	url(../images/form_bg.gif);
	color:			#333333;
	border-left: 	1px solid 	#D9D3C0;
	border-bottom: 	1px solid	#BFB7A7;
	border-right: 	1px solid	#BFB7A7;
	border-top: 	1px solid	#D9D3C0; }
	
checkbox, input, radio, select {font-size:11px; padding:0px; margin:0px;}

/* ------------ Ende ------------ */
