/* ### Grundelemente ############################################################ */

html{
height:100%;
margin:0;
padding:0;}

* {
	margin: 0;
	padding: 0;
}

p {
	color: #000;
	margin-top: 0px;
	line-height: 19px;
	padding: 5px 0 5px 0;
}


a {
	color: #00599B;
	margin: 0px;
	font-size:1em;
	text-decoration:none;
}

a:hover {
	color: #FF7E00;
	margin: 0px;
	font-size:1em;
	text-decoration:none;
}

h1 {
	font: bold 32px Garamond, "Trebuchet MS", Helvetica, Verdana, Arial;
	font-variant: small-caps;
	font-weight:bold;
	color: #00599B;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font: normal 62.5% Tahoma,sans-serif;
	font-size: 20px;
	font-weight:bold;
	height: 20px;
	color: #00599B;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {

	font: normal 62.5% Tahoma,sans-serif;
	font-size: 15px;
	color: #C8E0F3;
	margin-bottom: 20px;
}

h4 {
	font: normal 62.5% Tahoma,sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #C8E0F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E5DD;
}


/* ### Bildelemente ############################################################ */

img {
	border: 0px;
}

.bild_left {
	float: left;
	padding: 10px 10px 10px 0;
	border: 0px;
}

.bild_right {
	float: right;
	padding: 0 0 10px 10px;
	border: 0px;
}


/* ### Struktur ############################################################ */

body {
	background:#F7F8FC url(img/hintergrund_wrapper.gif) repeat-x;
	font-family: 'Lucida Sans Unicode','Trebuchet MS',arial,verdana,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}

#wrapper {
	width: 960px;
	height:auto;
	margin:auto;
}

#head{
	float:left;
	background: #EFF6FF url(img/hintergrund_kopf.jpg) no-repeat;
	font-size: 1.2em;
	height: 134px;
	margin: 0 auto;
	width: 960px;
}

#content {
	float:left;
	background: url(img/hintergrund_home_content.gif) repeat-y;
	height: auto;
	width: 960px;
}

#inhalte {
	float:left;
	width: 900px;
	height:auto;
	padding-left:45px;
}

#fuss{
	float:left;
	background: #F7F8FC url(img/hintergrund_fuss_home.gif) no-repeat;
	height: 65px;
	margin: 0 auto;
	width: 960px;
}



/* ### Hauptnavigation ############################################################ */

#logo {
	float:left;
	width:300px;
	padding: 0;
}

#logo img{
	margin: 40px 0 0 70px;
}

#navigation {
	float: right;
	width:600px;
	height: 30px;
	margin: 0 auto;
	padding: 89px 17px 0px 0px;
}

ul.nav {
	background: #fff;
	padding: 0px;
	float: right;
	padding-right: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}

ul.nav li {
	width:100px;
	height:30px;
	list-style-type: none;
	float: left;
	text-align:center;
	padding-right: 1px;

}

ul.nav li a {
	font-family: arial,verdana,sans-serif;
	background: #0061A3 url(img/hintergrund_li.gif) repeat-x;
	width:100px;
	height:30px;
	display: block;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	line-height:30px;
}

ul.nav li a:hover {
	background: #0061A3 url(img/hintergrund_lihover.gif) repeat-x;
	width:100px;
	height:30px;
	display: block;
	text-decoration: none;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	line-height:30px;
}




/* ### Schmuckbild ############################################################ */

#schmuckbild {
	float:left;
	background: url(img/hintergrund_schmuckbild.gif) no-repeat;
	height: 150px;
	width: 960px;
	padding:0;
	margin-bottom:0px;
}

  * html #schmuckbild {
	float:left;
	background: url(img/hintergrund_schmuckbild.gif) no-repeat;
	height: 150px;
	width: 960px;
	padding:0;
	margin-bottom:-4px;
}


/* ### Grußblock auf der Startseite ############################################################ */

#grussblock {
	background:url(img/hintergrund_grussblock.jpg) no-repeat;
	float:left;
	width: 960px;
	height:auto;
	padding-bottom:20px;
}

#grussblock .fenster {
	float:left;
	width: 250px;
	height:190px;
	display: block;
}

#grussblock a {
	width: 250px;
	height:190px;
	display: block;
}

#grussblock p a {
	width: auto;
	height:auto;
	display: inline;
}

#grussblock .texte {
	float:right;
	width: 660px;
	height:auto;
	padding: 20px 40px 0 10px;

}



/* ### Info Kästen auf der Startseite ############################################################ */


#infokasten {
	float:left;
	width: 870px;
	height:auto;
}


#kasten1 {
	background: url(img/kasten_body2.gif) repeat-y;
	float:left;
	width: 423px;
	height:auto;
}


#kasten1 .head {
	background: url(img/kasten_head.gif) no-repeat;
	float:left;
	width: 423px;
	height:10px;
}


#kasten1 .body {
	background: url(img/kasten_body1.gif) no-repeat;
	float:left;
	width: 423px;
	min-height:250px;
	height:auto;
}

#kasten1 .body h1 {
	padding: 10px 20px 10px 20px;
}

#kasten1 .texte {
	height:auto;
	width:380px;
	padding:10px 20px 10px 20px;
}

#kasten1 .texte h1 {
	font: normal 62.5% Tahoma,sans-serif;
	font-size: 14px;
	font-weight:bold;
	height: 15px;
	color: #00599B;
	margin: 0 10px 10px 0;
	padding:0;
}


#kasten1 .fuss {
	background: url(img/kasten_foot1.gif) no-repeat;
	float:left;
	text-align:right;
	width: 423px;
	height:27px;
              display: block;
}

#kasten1 .fuss a {
	padding-right:30px;
}



#kasten2 {
	background: url(img/kasten_body2.gif) repeat-y;
	float:right;
	width: 423px;
	height:auto;
}


#kasten2 .head {
	background: url(img/kasten_head.gif) no-repeat;
	float:left;
	width: 423px;
	height:10px;
}


#kasten2 .body {
	background: url(img/kasten_body1.gif) no-repeat;
	float:left;
	width: 423px;
	min-height:250px;
	height:auto;
}

#kasten2 .texte {
	height:auto;
	width:380px;
	padding:10px 20px 10px 20px;
}

#kasten2 .fuss {
	background: url(img/kasten_foot.gif) no-repeat;
	float:left;
	width: 423px;
	height:27px;
}


/* ### Teaser ############################################################ */

.teaser {
	float:left;
	height:auto;
	width:auto;
	padding-bottom: 10px;
}

.teaser2 {
	font-family: arial,verdana,sans-serif;
	float:left;
	height:auto;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E5DD;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}

.subtxt {
	font-family: arial,verdana,sans-serif;
	float:left;
	font-size:0.8em;
	
}


/* ### COPYRIGHTS ############################################################ */


#copys{
	font-size:0.9em;
	float:left;
	text-align:right;
	width: 940px;
	padding: 35px 0px 0 0;
}

/* ### LIGHTBOX ############################################################ */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #CAD3DC;
	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(../images/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(../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: #CAD3DC;
	color: #40444D;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
