/* CSS Document */
<style type="text/css">

body
{
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3d-light-color:#FFFFFF;
	scrollbar-dark-shadow-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	background-color: #FFFFFF;   
}
/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
LINK
*/
 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
 a:hover {
	color: #C47E3F;
	text-decoration: none;
}
 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.pic:link {
  background-color: #000000;
  color:            #000000;
}

a.pic:visited {
  background-color: #000000;
  color:            #000000;
}

a.pic:hover {
  background-color: #000000;
  color:            #000000;
}

a.pic:active {
  background-color: #000000;
  color:            #000000;
}
/*
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
MAIN
*/
hr {
 	border: 0;
 	width: 100%;
	border-top: 1px dashed #5B4234;
	color: #5B4234;
	height: 2px;
}
h1 {
	font-size: 0.93em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #512917;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
p, b {
	font-size: 0.93em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #512917;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
body, table {
	font-size: 0.93em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #512917;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.93em;
	color: #C47E3F;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}
.menge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.93em;
	color: #512917;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}