body   { 

	background-color: #ff863f; 
	background-image: url("../gfx/core/back.gif"); 
	background-repeat: repeat-x; 
	scrollbar-3dlight-color: #87b94c; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-base-color: #87b94c; 
	scrollbar-darkshadow-color: #87b94c; 
	scrollbar-face-color: #87b94c; 
	scrollbar-highlight-color: #87b94c; 
	scrollbar-shadow-color: #87b94c; 
	scrollbar-track-color: #dedede; 

}

p {}
td {}
.text  { color: #333; font-size: 11px; font-family: Verdana, sans-serif; line-height: 16px }
.text11    { font-size: 12px; font-family: Arial, sans-serif; line-height: 16px }
.vergleich  { color: #333; font-size: 9px; font-family: Verdana, sans-serif; line-height: 12px }
.ueberblick  { color: #333; font-size: 11px; font-family: Verdana, sans-serif; line-height: 12px }
.suchergebnis { color: #333; font-size: 11px; font-family: Verdana, sans-serif; line-height: 12px }
.headline  { color: #333; font-size: 15px; font-family: Arial, sans-serif; font-weight: bold; line-height: 16px }
.headgruen  { color: #4d8831; font-weight: bold }
.select { color: #333; font-size: 10px; font-family: Arial, sans-serif; line-height: 10px; height: 16px; border: inset 1px #666 }
.input { color: #333; font-size: 10px; font-family: Arial, sans-serif; line-height: 10px; height: 14px; border: inset 1px #666 }
.inputFavoriten  { color: white; font-size: 10px; font-family: Arial, sans-serif; line-height: 10px; background-color: #999; height: 14px; border: 0 }

a { color: black; text-decoration: underline }
a:link { color: black; text-decoration: underline }
a:visited { color: black; text-decoration: underline }
a:hover { color: #87b94c; text-decoration: underline }
a:active { color: black; text-decoration: underline }

a.weiss { color: white; text-decoration: none }
a.weiss:link { color: white; text-decoration: none }
a.weiss:visited { color: white; text-decoration: none }
a.weiss:hover { color: white; text-decoration: underline }
a.weiss:active { color: white; text-decoration: underline }

.selected {

	background-color:87b94c;
	color:#ffffff;

}

.form {
	color: #333333;
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, sans-serif;
	background-color: #EDEDED;
	border-style: solid;
	border-width: 1px;
	border-color: #666666 
	
}
	
.formerror	{
	color: #ffffff;
	font-size: 10px;
	line-height: 12px;
	font-family: Verdana, sans-serif;
	background-color: #87b94c;
	border-style: solid;
	border-width: 1px;
	border-color: #333333
	
}