html {
	height: 100%;
}
body {
	text-align: center;
	font-family: Arial;
	height: 100%;
	width: 100%;
}
a:hover, .menu li a:hover, #mailer a:hover, .footer ul li a:hover{
	color: #aa0000;
}
.container {
	width: 800px;
	height: 600px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}
.header {
	overflow: hidden;
	margin: 0 0 10px;
}
.main {
	overflow: hidden;
	margin: 0 50px 10px 0;
	font-size: 14px;
	line-height: 18px;
	width: 750px;
}
.main h1 { 
	font-size: 20px;
	margin-bottom: 15px; 
}
.main h2 { 
	font-size: 18px;
	margin-bottom: 15px; 
}
.main h3 {
	font-size: 16px;
	margin-bottom: 15px; 
	font-weight: bold;
}
.main .itemlist h3 {
	margin-bottom: 0; 
}
.main h4 {
	font-size: 14px;
	margin-bottom: 15px; 
	font-weight: bold;
}
.main p, .main dl, .main dd, .main ul {
	margin-bottom: 15px;
}

.main b { font-weight: bold; }
.main i { font-style: italic; }
.main a {
	color: #000;
	text-decoration: underline;
}
.column {
	float: left;
	margin: 0 10px 0 0;
	width: 290px;
	overflow: hidden;
}
.small {
	width: 140px;
}
.wide {
	width: 420px;
	padding: 10px;
	background-image: url(../images/bestellen-bg.jpg);
	background-repeat: no-repeat;
	background-color: #eeddaa;
}
.itemlist {
	float: left;
	display: inline;
	width: 200px;
	padding: 0 5px;
}
.footer {
	overflow: hidden;
	font-weight: bold;
	font-size: 14px;
}
.footer ul {
	float: right;
	margin: 0 50px;
	display: inline;
}
.footer ul li {
	display: inline;
	margin: 0 0 0 15px;
}
.footer ul li a {
	color: #000;
	text-decoration: none;
}
.logo {
	float: left;
}
.menu {
	float: left;
	margin: 37px 0 0 50px;
}
.menu li {
	float: left;
	width: 160px;
	background-image: url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	height: 54px;
}
.menu li a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	margin: 15px 0 0 10px;
}

#mailer input, #mailer textarea {
	border: 1px solid #000;
	font-family: Verdana;
	font-size: 12px;
}
#mailer textarea {
	width: 288px;
	height: 90px;
	padding: 0;
	margin: 0;
}
#mailer .row {
	overflow: hidden;
	margin: 5px 0;
}
#mailer .row label {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
	line-height: 20px;
	font-weight: bold;
}
#mailer .row input {
	width: 158px;
	height: 20px;
	float: right;
}
#mailer a {
	float: right;
	display: block;
	height: 25px;
	background-color: #F9DC40;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 20px 0;
	text-align: center;
}
#mailer span.error input, #mailer span.error textarea  {
	border: 1px solid #ff0000;
	background-color: #ffdddd;
}
#mailer div.error {
	display: block;
	clear: both;
	padding: 5px 10px;
	border: 2px solid #ff0000;
	background-color: #ffffbb;
	text-align: center;
	margin: 10px 0;
}

#marquee_replacement{
	width:750px;
	margin: 10px 0 0;
	background-color: #aa0000;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	height:20px;
	padding: 15px 0;
	overflow:auto;
}

#marquee_replacement div#start p{
 padding:0;
 margin:0;
 left:0;
 width:auto;
 display:inline;
 float:left;
 white-space: nowrap;
 height:15px;
}

#marquee_replacement div#start p.spacer{
 width:1000px;
}

#marquee_replacement div#start{
 display:block;
 height:10px;
}
