html {
	height:100%; 
	overflow-y:scroll;
}
body {
	color: #2A425D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #8D95A5 url(../images/back.jpg) repeat-x top;
	height:100%;

	scrollbar-track-color:#fff;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color: #4E5563;
	scrollbar-shadow-color: #4E5563;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #4E5563;
	scrollbar-darkshadow-color: #fff;
}

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom:10px;
}

a {color: #C6969B;text-decoration:none;}
a:hover {color: #FFFFFF;}
a:active {color: #FFFFFF;text-decoration:none;}
a:visted {color: #C6969B;text-decoration:none;}

/* misc */
#clearer {clear: both;}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80px;
	font-weight:lighter;
	color: #FFF;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:-3px;
	
	opacity: .1;
	-moz-opacity: .1;
	-khtml-opacity:.1;
	filter: alpha(opacity=10);
	text-transform:uppercase;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:lighter;
	color: #ECE3EE;
	margin-top:-45px;
	margin-bottom:30px;
}
h4 {
	font: 13px Arial, sans-serif;
	color: #333 ;
	margin-top:30px;
}
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #333;
	margin-top:0px;
	margin-bottom:0px;
}


/* structure */
#outer {
	position:relative;
	min-height:100%;
	width:100%;
	margin: 0 auto;
	z-index:1;
}
#flash {
	position:relative;
	height:416px; 
	width:100%;
	margin: 0 auto;
	z-index:0;
	background:url(../images/head-img.jpg) no-repeat top;
}
#container {
	position:relative;
	min-height:590px;
	height:auto;
	width:1200px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
	z-index:1;
	padding-bottom:130px;
}
#border {
	position:relative;
	width: 986px;
	height: 527px;
	margin: -500px auto;
	overflow:hidden;
	z-index: 30;
	background:url(../images/border.png) no-repeat top;
}
#balloon {
	position:relative;
	width: 310px;
	height: 194px;
	margin: -270px 0 0 800px;
	overflow:hidden;
	float:left;
	z-index: 32;
	background:url(../images/balloon.png) no-repeat top;
}
#ornament {
	position:relative;
	width: 266px;
	height: 179px;
	margin: 472px 0 0 500px;
	overflow:hidden;
	float:left;
	z-index: 2;
	background:url(../images/ornament.gif) no-repeat top;
}
#headimg {
	position:relative;
	width: 927px;
	height: 472px;
	margin: -316px 0 0 136px;
	overflow:hidden;
	z-index: 2;
}
#headimg img {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
}
#main {
	position:relative;
	float:left;
	width:925px;
	min-height:448px;
	z-index: 3;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}
#content {
	position:relative;
	float:left;
	width:930px;
	z-index:5;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	margin: -140px 0 0 135px;
	overflow:visible;
}
#content a, a:active, a:visited {color: #ECE3EE;text-decoration:none;}
#content a:hover {color: #FFFFFF;}

#video {
	position:relative;
	float:left;
	width:885px;
	height:426px;
	z-index: 3;
	overflow:hidden
}
#border_top {
	position:relative;
	height:400px; 
	width:359px;
	z-index:4;
	margin-top:-63px;
}
#footer {
	position:relative;
	bottom:0;
	width:100%;
	height:58px; 
	background: url(../images/footer_back.jpg) repeat-x top;
	z-index:3;
}
#footer_bottom {
	position:relative;
	float:left;
	width:930px;
	height:50px; 
	left:50%;
	margin: 0 0 0 -465px;
	padding-top: 8px;
	z-index:4;
	color:#AC8489;
	font:11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#footer_img {
	position:relative;
	float:left;
	width:403px;
	height:123px; 
	margin:-84px 0 0 527px;
	z-index:4;
	background: url(../images/cd.png) no-repeat top;
}
#footer_text a, a:active, a:visited {
	color:#C6969B;
	font:10px Arial, Helvetica, sans-serif;
	text-decoration:none;
}
#footer_text a:hover {
	color:#FFF;
}
#gregor {
	position:relative;
	float:left;
	width:330px;
	height:769px; 
	background: url(../images/gregor.png) no-repeat top;
	margin:-658px 0 0 830px;
	z-index:3;
}
#navigation {
	position:relative;
	width: 150px;
	height: 303px;
	z-index: 90;
	margin: 95px 0 0 30px;
	overflow:hidden;
}
#navigation a, a:visited {
	font: 12px Arial, sans-serif;
	font-weight: normal;
	color:#333;
	letter-spacing:1px;
	line-height:18px;
	text-decoration:none;
	text-transform:uppercase;
}
#navigation a:hover {
	color:#C6969B;
}

/* Hauptnavigation */
.navi, .navi ul{margin:0;padding:0;list-style:none;}
.navi li{float:left;padding:0 10px 0 0; }
.navi li a{color:#fff;display:block; padding: 0 10px 0 0;  font-size:12px;font-weight:bold; outline:none;}
.navi li a:link, .navi li a:visited{color:#fff;display:block; padding: 0 10px 5px 0; font-size:12px;font-weight:bold; outline:none;}
.navi li a:hover{color:#333; float:none; padding: 0 10px 5px 0;}
.navi li ul{ display:none;margin: 15px 5px 0px -5px; padding: 10px 0 0px 5px;}
.navi li:hover ul, .navi li:focus ul {background-color:#8f8f8f;position:absolute;top:0;display:block;}
.navi li:hover ul a, .navi li:focus ul a {font-size:11px;font-weight:normal; outline:none;}
.navi li ul li{float:none;}

.text{
	color:#EBF6F9;
	font: 12px Arial, sans-serif;
}
.title{
	color:#EBF6F9;
	font: 14px Arial, sans-serif;
	font-weight:bold;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


	.h2 {
		font: 11px Arial, sans-serif;
		font-weight:bold;
		color: #333 ;
		margin-bottom:0px;
	}
	.h3 {
		font: 11px Arial, sans-serif;
		color: #000 ;
		margin-bottom:0px;
	}
.button {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;

	background-color:#7d6f82;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	padding-left:1px;
}

