/*
# Dunkelgrau (text): #605F64
# Blau (headings): #1166bd
# Orange (links): #F98800
*/

* {
	border: none;
	margin: 0;
	padding: 0;
}
body {
	background: #570605 url(../img/body_bg.jpg) repeat-x;
	color: #000;
	/* 	color: #605F64; */
	font: 62.5%/150% Verdana, Arial, sans-serif;
	padding-top: 25px;
	padding-bottom: 50px;
}
body#rezepte {
	padding-bottom: 300px;
}
h2,
h4 {
	color: #1166bd;
}
h2 {
	font-size: 2.5em;
	letter-spacing: -0.04em;
	line-height: 1.2em;
	margin-top: 15px;	
	margin-bottom: 15px;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 10px;	
}
h4 {
	font-size: 1.2em;
	margin-bottom: 5px;
}
h6 {
	font-size: 1.2em;
	color: #FFF;
	background-color: #FF0000;
}
p,
li,
address {
	font-size: 1.2em;
	line-height: 1.5em;
}
p,
address {
	margin-bottom: 15px;
}
address {
	font-style: normal;
}
ul {
	margin-left: 15px;
}
a:link,
a:visited {
	color: #F98800;
	text-decoration: underline;
}
a:hover,
a:active {
	text-decoration: none;
}

/* klassen
================================ */
.left,
.right {
	width: 310px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	height: 1%;
}
.center {
	margin-bottom: 15px;
	text-align: center;
}
.example {
	font-size: 1em;
	margin-left: 155px;
}
.nomargin {
	margin-bottom: 0;
}
.nofloat {
	display: inline;
	float: none;
}
.required {
	background: transparent url(../img/star.gif) no-repeat right top;
}
span.required {
	padding-right: 10px;
}
.error {
	background-color: #FFEFEF;
	border: 1px solid #F00;
}
div.error {
	color: #F00;
	padding: 5px;
	margin-bottom: 15px;
}
div.error p {
	margin-bottom: 0;
}
.note {
	color: #AAA;
	font-size: 1em;
}
.alignright {
	text-align: right;
}
.tooltip {
	display: none;
	left: 0;
	top: 0;
}

/* Tabellen
================================ */
table {
	margin-bottom: 15px;
}
th {
	background-color: #1166bd;
	color: #FFF;
	text-align: left;
}
tr,
th,
td {
	font-size: 1.1em;
}
th,
td {
	padding: 3px;
}
td {
	border-bottom: 1px solid #666;
}
tr.gesamtsumme {
	background-color: #EEE;
}
tr.gesamtsumme td {
	border: none;
	border-top: 1px solid #666;	
}

/* container
================================ */
div#container {
	margin: 0 auto;
	position: relative;
	width: 655px;
}

	/* header
	================================ */
	div#header {
		background: url(../img/header_bg.gif) left top no-repeat;
		height: 71px;
		position: relative;
	}
		div#logo {
			margin-left: 15px;
		}
		div#demo {
			height: 101px;
			left: 576px;
			position: absolute;			
			top: 0px;
			width: 101px;
		}
		div#urlaub {
			height: 220px;
			left: -165px;
			position: absolute;			
			top: 80px;
			width: 140px;
			background-color: #c40303;
			color: #FFF;
			border: 1px solid #FFF;
			padding: 5px;
		}		
		div#demo a {
			background: transparent url(../img/zurdemo.png) no-repeat left top;				
			display: block;
			height: 101px;
			overflow: hidden;
			text-indent: -999em;							
			width: 101px;
		}
	
	/* main
	================================ */
	div#main {
		background: transparent url(../img/main_bg.png) left top repeat-y;
		padding: 15px;
		padding-right: 20px;
		padding-top: 32px;		
	}
	
		/* menu
		================================ */
		ul#menu {
			background: #F98800 url(../img/menu_bg.gif) left top repeat-x;
			height: 30px;
			list-style: none;
			margin-left: 0;
			padding: 0;
			text-align: center;	
			width: 100%;
		}
		ul#menu li {
			float: left;
			margin-left: 9px;
		}
		ul#menu a:link,
		ul#menu a:visited {
			color: #FFF;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
		}
		ul#menu a:hover,
		ul#menu a:active {
			color: #605F64;
		}
		ul#menu a {
			color: white;
			background-position: 0 0;
			background-repeat: no-repeat;
			display: block;
			height: 30px;
			overflow: hidden;
			text-indent: -999em;
		}
		ul#menu li.startbt a {
			background-image: url(../img/menu_start_bt.gif);
			margin-left: 30px;
			width: 50px;
		}
		ul#menu li.buecherbt a {
			background-image: url(../img/menu_kookboek_kiezen_bt.gif);
			width: 121px;
		}
		ul#menu li.demobt a {
			background-image: url(../img/menu_demo_bt.gif);
			width: 48px;
		}
		ul#menu li.empfehlungbt a {
			background-image: url(../img/menu_empfehlung_bt.gif);
			width: 97px;
		}
		ul#menu li.kontaktbt a {
			background-image: url(../img/menu_kontakt_bt.gif);
			width: 67px;
		}	
		ul#menu li.marktbt a {
			background-image: url(../img/menu_markt_bt.gif);
			width: 114px;
		}						
		ul#menu a:hover,
		ul#menu a.current {
			background-position: 0 -30px;
			height: 30px;
		}
		
		/* content
		================================ */
		div#flashcontent {
			height: auto;
			margin-bottom: 15px;
		}
		
			/* steps
			================================ */	
			ol#steps {
				background: transparent url(../img/steps_bg.gif) -620px 17px no-repeat;
				color: #C2C0C6;
				height: 37px;
				list-style: none;
				margin-top: 15px;
				width: 620px;
			}
			ol#steps span {
				padding-left: 40px;
				width: 115px;			
			}
			ol#steps li {
				background: transparent 0 -37px no-repeat;	
				float: left;
				height: 37px;
				padding: 0;
				width: 155px;
			}
			ol#steps li#step1 {
				background-image: url(../img/step1_bg.jpg);						
			}
			ol#steps li#step2 {
				background-image: url(../img/step2_bg.jpg);			
			}
			ol#steps li#step3 {
				background-image: url(../img/step3_bg.jpg);			
			}
			ol#steps li#step4 {
				background-image: url(../img/step4_bg.jpg);			
			}
			ol#steps li.current,
			ol#steps li.passed {
				background-position: 0 0;
			}
			ol#steps li.current {
				color: #605F64;
				font-weight: bold;
				padding-left: 40px;
				width: 115px;				
			}
			ol#steps li a {
				display: block;
				height: 37px;
				padding-left: 40px;
				text-decoration: none;
				width: 115px;	
			}		
		
			/* Kochbuch
			================================ */
			div.kochbuch {
				background: transparent url(../img/buecher_bg.jpg) left top no-repeat;
				color: #FFF;	
				float: left;
				height: 350px;
				margin-bottom: 12px;
				margin-right: 11px;
				padding: 16px 8px 3px 6px;
				position: relative;
				text-align: center;		
				width: 181px;
			}
				div.kochbuch h2 {
					background: transparent center top no-repeat;		
					height: 20px;
					width: 180px;
					margin: 0 auto;
					margin-bottom: 10px;
				}
				div.kochbuch p.preis {		
					height: 85px;
					left: 95px;
					margin-bottom: 0;	
					position: absolute;
					top: 115px;
					width: 85px;
				}
				div.kochbuch p.preis span {
					display: none;
				}					
				div.kochbuch h2 span {
					display: none;
				}
				div.kochbuchimg {
					margin-bottom: 10px;
				}
				div.kochbuch ul {
					margin-left: 20px;
					text-align: left;					
				}	
				div.kochbuch ul li {
					letter-spacing: -0.06em;
					line-height: 1.4em;
				}	
				div.kochbuch p {
					margin-bottom: 0;
				}		
				div.kochbuch a {
					color: #1166bd;
				}
				div.kochbuch p a {
					background: transparent url(../img/kb_button_bg.gif) left top no-repeat;
					color: #FFF;
					display: block;
					font-weight: bold;
					height: 23px;
					margin: 0 auto;
					padding-top: 5px;
					text-decoration: none;
					text-transform: uppercase;			
					width: 165px;
				}
				div.kochbuch a:link,
				div.kochbuch a:visited {
					color: #1166bd;
					text-decoration: underline;
				}
				div.kochbuch a:hover,
				div.kochbuch a:active {
					text-decoration: none;
				}		
				div.kochbuch p a:link,
				div.kochbuch p a:hover,
				div.kochbuch p a:visited,			
				div.kochbuch p a:active {
					color: #FFF;
					text-decoration: none;
				}
				div.kochbuch p.choose {
					left: 15px;
					position: absolute;
					top: 320px;
				}		
				
					
				/* Liefer- und Rechnungsadresse
				================================ */
				#lieferadresse,
				#rechnungsadresse {
					border: 2px solid #F98800;
					padding: 5px;
					width: 280px;
				}
				
		/* features
		================================ */
		ul#features,
		ul.rezeptliste {
			margin-bottom: 15px;
		}
		div.usp {
			background: url(../img/loeffel_usp_bg.gif) left top no-repeat;
			margin-bottom: 20px;
			padding: 14px 10px 0 20px;
		}
		div.usp h3 {
			color: #F98800;
			font-size: 1.8em;
			font-weight: normal;
			margin-bottom: 10px;
			text-transform: uppercase;
		}
		
		/* Fertige Buecher
		================================ */
		div#cover,
		div#intro {
			float: left;
		}
		div#cover img,
		div#intro img {
			border: 1px solid #d4d4d4;
		}
		div#cover {
			margin-right: 10px;
		}
	
	/* footer
	================================ */
	div#footer {
		background: url(../img/footer_bg.png) left top no-repeat;
		color: #FFF;
		font-size: 1em;
		margin-bottom: 0;
		padding-top: 30px;
		text-align: center;
	}
	
/* lightbox
================================ */
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #E0E0E0;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav { left: 0;}
#hoverNav a {
	outline: none;
}
#prevLink,
#nextLink {
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover,
#prevLink:visited:hover {
	background: url(../img/prev.gif) left 15% no-repeat;
}
#nextLink:hover,
#nextLink:visited:hover {
	background: url(../img/next.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #E0E0E0;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding: 0 10px;
	color: #FFF;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}	
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}			
#imageData #bottomNavClose {
	width: 89px; /* 66px */
	padding-bottom: 0.7em;
}		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
#outerImageContainer #bottomNav {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
	width: 100%; 
	height: auto;
	background-color: #E0E0E0;
	text-align: right;
}
pre {
	color: #000;
	font-size: 12px;
}
