BODY {
scrollbar-face-color: #C4C9E4;
scrollbar-highlight-color: #D3D7ED;
scrollbar-3dlight-color: #C4C9E4;
scrollbar-darkshadow-color: #5A3A2A;
scrollbar-shadow-color: #C4C9E4;
scrollbar-arrow-color: #5A3A2A;
scrollbar-track-color: #B3B8D5;
}


.white {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.email {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.black {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.blackhead {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

li {
	color: #000000;
	list-style-image: url(Bilder/li.gif);
}
a:link { color:#FFFFFF; text-decoration: underline }
a:active { color: #59392A; text-decoration: none }
a:visited { color: #FFFFFF; text-decoration: underline }
a:hover { color: #59392A; text-decoration: none }

a.dark:link { color:#FFFFFF; text-decoration: none }
a.dark:active { color: #C4C9E4; text-decoration: underline }
a.dark:visited { color: #FFFFFF; text-decoration: none }
a.dark:hover { color: #C4C9E4; text-decoration: underline }

a.red:link { color:#A93408; text-decoration: none }
a.red:active { color: #000000; text-decoration: underline }
a.red:visited { color: #A93408; text-decoration: none }
a.red:hover { color: #000000; text-decoration: underline }

.textfield {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 20px;
	border: 1px solid #B6BCD9;}
	
.textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #B6BCD9;
}
.button {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #A93408;
	font-weight: bold;
	background-color: #B6BCD9;
	height: 20px;
}