@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000000;
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 2;
	margin: 0;
	padding: 0;
}

#container{
	width: 780px;
	background: transparent url(../images/header.jpg) top left no-repeat;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #000;
	/*border: 1px solid #FFF;*/
	position: relative;
}

#header {
	margin: 0;
	padding: 0;
	height: 308px;

}

#header h1 a {
	margin: 0;
	padding: 0;
	display: block;
	width: 246px;
	height:291px;
	background: transparent url(../images/h1.jpg) 0 0 no-repeat;
	text-indent: -9000px;
	position: absolute;
	top: 17px;
	left: 0;
	color: #000000;
}

#header h1 a:hover {
	background-position: 0 -291px;
}


a#deinlein {
	position: absolute;
	top: 165px;
	right: 77px;
	display: block;
	width: 71px;
	height: 71px;
	background: transparent url(../images/deinlein_logo.gif) 0 0 no-repeat;
	text-indent: -9000px;	
	color: #000000;
}

a#deinlein:hover {
	background-position: 0 -71px;
}

/* ------------------------- NAVIGATION ----------------------------- */

ul#navigation {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 260px;
	right: 64px;
	width: 340px;
	height: 35px;
	list-style-type: none;
}

ul#navigation li {
	float: left;
	height: 35px;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul#navigation li#nav_about {
	width: 103px;
}

ul#navigation li#nav_recipes {
	width: 120px;
}

ul#navigation li#nav_buy_now {
	width: 117px;
}

ul#navigation a{
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -9000px;
	height: 35px;
	overflow: hidden;
	color: #000000;
}

ul#navigation li#nav_about a{
	width: 103px;
	background: transparent url(../images/nav_about.gif) top left no-repeat;
}

ul#navigation li#nav_recipes a {
	width: 120px;
	background: transparent url(../images/nav_recipes.gif) top left no-repeat;
}

ul#navigation li#nav_buy_now a {
	width: 117px;
	background: transparent url(../images/nav_buy_now.gif) top left no-repeat;
}

ul#navigation li#nav_about a:hover, ul#navigation li#nav_recipes a:hover, ul#navigation li#nav_buy_now a:hover {
	background-position: 0 -35px;
}

#recipes ul#navigation li#nav_recipes a, #about ul#navigation li#nav_about a, #buy_now ul#navigation li#nav_buy_now a {
	background-position: 0 -35px;
}

/* ------------------------- CONTENT ----------------------------- */

#content {
	margin: 0;
}

#content a{
	color: #FFFFFF;
	text-decoration: underline;
}

#index #content {
	padding: 180px 250px 30px 90px;
	background: transparent url(../images/index_bg.jpg) top left no-repeat;
	min-height: 400px;
	height: 400px;
	
}

#about #content {
	padding: 100px 90px 30px 90px;
	background: transparent url(../images/about_bg.gif) top left no-repeat;
	min-height: 200px;
}

#recipes #content {
	padding: 170px 250px 30px 90px;
	background: transparent url(../images/recipes_bg.gif) top left no-repeat;
	min-height: 200px;
}


#buy_now #content {
	padding: 180px 0px 30px 0px;
	background: transparent url(../images/over18_bg.gif) top left no-repeat;
	min-height: 200px;
}

#order #content {
	padding: 100px 90px 30px 90px;
	background: transparent url(../images/order_bg.gif) top left no-repeat;
	min-height: 200px;
}

#payment #content {
	padding: 100px 90px 30px 90px;
	background: transparent url(../images/order_bg.gif) top left no-repeat;
	min-height: 200px;
	text-align:center;
}



#index #content p#tagline {
	background: transparent url(../images/tagline.gif) top left no-repeat;
	text-indent: -9000px;
	display: block;
	margin-top: 50px;
	height: 40px;
}

/* ------------------------- FOOTER ----------------------------- */

#footer {
	margin: 0 0 50px 0;
	padding: 20px 0 0 0;
}

#index #footer {
	padding: 0;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #444444;
}

#footer p a {
	color: #444444;
	text-decoration: underline;
}

#footer p a:hover {
	color: #666666;
}

