/* 
hellorange: #f39100
dunkelorange: #ea5906
 */

body {
background-color: #ea5906;
background-image: url(../img/bg.png);
background-position: center;
background-repeat:repeat-y;
font-size: 12px;
font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
color: #333333;
line-height: 150%;
padding: 0px;
margin: 0px;
}

img, table {
border: 0;
}

/* ----------container zentriert das layout-------------- */
#container {
width: 988px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}

/* ----------header-------------- */
#header {
background-color: #ffffff;
width: 968px;
padding: 0px;
margin: 20px 0px 20px 0px;
border: 10px solid #ea5906;
display: inline-block;
}

#left {
float: left;
height: 130px;
width: 459px;
margin: 10px 0px 0px 10px;
padding: 0px;
}

#right {
float: right;
height: 140px;
padding: 0px;
margin: 10px 0px 0px 0px;
}

#navi {
list-style-type: none;
margin: 25px 0px 0px -40px;
}

#navi li {
float: left;
margin-right: 9px;
}

#home {
background-image: url(../img/navi/home.png);
width: 69px;
height: 24px;
}

#home:hover {
background-image: url(../img/navi/home_h.png);
cursor: pointer;
}

#kochtreff {
background-image: url(../img/navi/kochtreff.png);
width: 129px;
height: 24px;
}

#kochtreff:hover {
background-image: url(../img/navi/kochtreff_h.png);
cursor: pointer;
}

#kurse {
background-image: url(../img/navi/kurse.png);
width: 74px;
height: 24px;
}

#kurse:hover {
background-image: url(../img/navi/kurse_h.png);
cursor: pointer;
}

#info {
background-image: url(../img/navi/info.png);
width: 58px;
height: 24px;
}

#info:hover {
background-image: url(../img/navi/info_h.png);
cursor: pointer;
}

#metabolic_typing {
background-image: url(../img/navi/metabolic_typing.png);
width: 80px;
height: 60px;
margin-top: -28px;
}

#metabolic_typing:hover {
background-image: url(../img/navi/metabolic_typing_h.png);
cursor: pointer;
}

/* -----------------Inhalt--------------------- */
#content {
background-color: #ffffff;
background-image: url(../img/wasserzeichen.png);
background-repeat: no-repeat;
background-position: 100% 0;
width: 938px;
min-height:216px;
padding: 15px;
margin: 0px;
border: 10px solid #ea5906;
display: inline-block;
}

#links {
float: left;
width: 550px;
}

#rechts {
float: right;
width: 260px;
}

h1 {
font-size: 18px;
font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
color: #f39100;
}

h2 {
font-size: 16px;
font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
color: #ea5906;
}

a {color: #ea5906;
text-decoration: none;}
a:visited {color: #ea5906;}
a:hover, active {
color: #f39100;
text-decoration: overline underline;
}

a.footer {color: #FFFFFF;
text-decoration: none;}
a.footer:visited {color: #FFFFFF;}
a.footer:hover, active {color: #f39100;}

ul {
list-style-type: circle;
}

ul li {
margin-bottom: 10px;
}

.disc {
list-style-type: disc;
}

.foto {
float: right;
}

.stoerer {
float: right;
margin: -70px -120px 0px 0px;
}

.stoerer2 {
float: right;
margin: 220px -220px 0px 0px;
}

.line {
margin: 10px 0px 10px 0px;
}

/* --------------gallery------------- */
.gallery {
float: left;
margin: 0 0 20px 20px;
border: 4px solid #f39100;
}

/* --------------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: #fff;
	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/lightbox/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/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px 10px 0px 0px;
padding: 0px;
text-align: right;
color: #FFFFFF;
font-size: 11px;
}
