html, body {
	background-color: #9e1e00;
	}
	
div#background {
	float: left;
	background-image: url(../images/grapefruit/background.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 768px;
	}
	
div#navigation li#einkehren a {
	background: url(../images/grapefruit/navi1.gif) no-repeat;
	width: 156px;
	height: 52px;
	margin: 0;
	text-align: center;
	padding: 17px 0 0 0;
	font-weight: bold;
}
div#navigation ul li#einkehren a:hover {
	background: url(../images/grapefruit/navi1_activ.gif) no-repeat;
	color: #ffffff;
}
div#navigation li#einkehren a, div#navigation li#einkehren a, div#navigation li#einkehren a {
	float: left;
	color: #3c160f;
	text-decoration: none; 
}
div#navigation li#einkehren_aktiv {
	background: url(../images/grapefruit/navi1_activ.gif) no-repeat;
	width: 156px;
	height: 52px;
	margin: 0;
	text-align: center;
	padding: 17px 0 0 0;
	font-weight: bold;
}

div#navigation li#biere a {
	background: url(../images/grapefruit/navi2.gif) no-repeat;
	width: 119px;
	height: 52px;
	margin: 0;
	text-align: center;
	padding: 17px 0 0 0;
	font-weight: bold;
}
div#navigation ul li#biere a:hover {
	background: url(../images/grapefruit/navi2_activ.gif) no-repeat;
	color: #ffffff;
}
div#navigation li#biere a, div#navigation li#biere a, div#navigation li#biere a {
	float: left;
	color: #3c160f;
	text-decoration: none; 
}

div#navigation li#feste a {
	background: url(../images/grapefruit/navi3.gif) no-repeat;
	width: 197px;
	height: 52px;
	margin: 0;
	text-align: center;
	padding: 17px 0 0 0;
	font-weight: bold;
}
div#navigation ul li#feste a:hover {
	background: url(../images/grapefruit/navi3_activ.gif) no-repeat;
	color: #ffffff;
}
div#navigation li#feste a, div#navigation li#feste a, div#navigation li#feste a {
	float: left;
	color: #3c160f;
	text-decoration: none; 
}

div#footer {
	clear: left;
	bottom: 0;
	background-image: url(../images/grapefruit/footer.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 114px;
	}
	
div.gewinnspiel_flaschen {
	float: left;
	background: url(../images/grapefruit/gewinnspiel.jpg);
	width: 300px;
	height: 260px;
}
div.gewinnspiel_flaschen:hover {
	background: url(../images/grapefruit/gewinnspiel_hover.jpg);
}
* html div.gewinnspiel_flaschen a:hover {
	background: url(../images/grapefruit/gewinnspiel_hover.jpg);
}
	
/* Formular */

input.win-weiter {
	float: right;
	background: #841900;
	border: 0;
	padding: 10px;
	margin: 0 200px 0 0;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana;
	font-size: 0.9em;
	text-decoration: none; 
	}
input.win-weiter:hover { text-decoration: underline; }
input.win-weiter:focus { text-decoration: underline; }

div.pflichteingaben {
	float: left;
	width: 215px;
	margin: 0 20px 0 0;
	}
	
div.freiwillig {
	float: left;
	width: 215px;
	}
	
input.formfield {
	float: right;
	background-color: #841900;
	color: #ffffff;
	width: 140px;
	height: 22px;
	margin: 3px 0 0 0;
	padding: 0;
	border: 0;
	}
	
div.formset {
	height: 25px;
	}

span.fieldname { float: left; }
	
input.win-senden {
	float: left;
	background: #841900;
	border: 0;
	padding: 10px;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana;
	font-size: 0.9em;
	text-decoration: none; 
	}
input.win-senden:hover { text-decoration: underline; }
input.win-senden:focus { text-decoration: underline; }

input.win-reset {
	float: right;
	background: #841900;
	border: 0;
	padding: 10px;
	margin: 0 200px 0 0;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana;
	font-size: 0.9em;
	text-decoration: none; 
	}
input.win-reset:hover { text-decoration: underline; }
input.win-reset:focus { text-decoration: underline; }

span.hinweis { font-size: 0.8em; line-height: 12px; }

div#feedback {
	visibility: hidden;
	position: absolute;
	top: 620px;
	left: 100px;
	background: #ffffff;
	color: #841900;
	border: 3px solid #841900;
	padding: 50px 50px 40px 50px;
	}