html {
	scrollbar-track-color: #e5f7e9;
	scrollbar-face-color: #f3f3f3;
	scrollbar-arrow-color: #7a583d;
	scrollbar-shadow-color: #7fd993;
	scrollbar-highlight-color: #'';
	scrollbar-3dlight-color: #'';
	scrollbar-darkshadow-Color: #f3f3f3;
	}
body {
	background-image: url(images/background-mid.jpg);
	font-size: 13px;
	font-family: verdana, arial, sans-serif;
	color: #006633;
	padding-right: 38px;
	}
a:link {
	text-decoration: underline;
	color: #825d4a;
	}
a:visited {
	text-decoration: underline;
	color: #825d4a;
	}
a:active {
	text-decoration: underline;
	color: #825d4a;
	}
a:hover {
	text-decoration: underline;
	color: #825d4a;
	}
table.products {
	font-size: 12px;
	}
table.products td {
	border-bottom: 1px solid #006633;
	}
table.products tr.cat {
	letter-spacing: 5px;
	}
table.products tr.firstrow {
	background-color: #006633;
	font-size: 12px;
	color: white;
	font-weight: bold;
	}	
hr {
	border: 0px;
	color: #006633;
	background-color: #006633;
	height: 1px;
	}
.Titel {
	font-weight: bold;
	font-size: 13px;
	}
	
.form {
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	}
	
input, textarea, radio {
	border: 1px solid #006633;
	color: #825d4a;
	background-color: #fafafa;
	}