html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #026a89;
font-weight: bold;
text-decoration:none;}

a:hover {color: #54AEA0;}

body { color: #5a5a5a; background-color: #d6ece8; font-family: Verdana, Geneva, sans-serif; font-size: 62.5%; }
p,code,ul {
 line-height: 1.6em;
 padding-bottom: 1.2em;
 }

li {list-style: none;}

h1 { color: #54AEA0; margin-bottom: 12px; font-family: Verdana, Geneva, sans-serif; font-size: 1.8em; font-weight: bold; }
h2 { color: #54AEA0; margin-bottom: 12px; font-family: Verdana, Geneva, sans-serif; font-size: 1.4em; font-weight: bold; }
h3 {
 color: #54AEA0;
 font-size: 1em;
 font-family: Verdana, Geneva, sans-serif;
 font-variant: normal;
 margin-bottom: 12px;
 }

code {
 background: #fff;
 color: #5a5a5a;
 display: block;
 font: 1em / 1.6em Verdana, Geneva, sans-serif;
 margin-bottom: 12px;
 padding: 8px 10px;
 border-color: #f6f6f6;
 border-style: solid;
 border-width: 1px 1px 1px 6px;
 white-space: pre;
 }

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

.container {
 background: #fff;
 font-size: 1.2em;
 width: 780px;
 margin-top: 0;
 margin-right: auto;
 margin-left: auto;
 padding-top: 10px;
 padding-right: 10px;
 padding-left: 10px;
 }

*html .container {
position: absolute;
margin-left: -390px;
left: 50%;
top: 170px;
 }

/* header */

.top {
 background-color: transparent;
 background-position: 0 0;
 }
 
*html .top {
position: absolute;
 margin-left:-390px;
 left: 50%;
 }

/* title */

.header {
	background: #fff;
	font-size: 1.2em;
	height: 150px;
	margin: 0 auto;
	padding:10px;
	width: 780px;
}

.header .left {
 background: #b3c2c7 url(img/header_left.jpg) no-repeat;
	font: 2.8em Verdana, Geneva, sans-serif;
 width: 548px;
height: 150px;
 }

.header .right {
 background-image: url(img/header_logo.gif);
 background-repeat: no-repeat;
 overflow: auto;
 width: 212px;
 height: 150px;
 }

/* navigation */

.navigation {	
	background: url(img/nav.gif);
	border-left: 1px solid #f6f6f6;
		 border-right: 1px solid #f6f6f6;
	height: 41px;
 }

.navigation a {
 background: url(img/nav.gif);
 border-right: 1px solid #f6f6f6;
 color: #026a89;
 display: block;
 float: left;
 font: bold 1.1em Verdana, Geneva, sans-serif;
 line-height: 41px;
 padding: 0 20px;
 text-decoration: none;
 }
 
/* *html .navigation a {
 padding: 14px 20px;
 }*/

/* *+html .navigation a {
 padding: 14px 20px;
 }*/
 
.navigation a:hover {
color: #54AEA0;
}

/* main */

.main {
	border-top: 4px solid #FFF;
}
/*
.main {
	border-top: 4px solid #FFF;
	background: url(img/bgmain.gif) repeat-y;
}
*/

/* sub navigation */


.sidenav {
	float: left;
	width: 210px;
}

/*
.sidenav {
	float: right;
	width: 210px;
}
*/
.sidenav h2 {
 color: #54AEA0;
 font-size: 1.1em;
 line-height: 30px;
 margin: 0;
 padding-left: 5%;
 }

.sidenav ul {
 padding: 0;
 border-top: 1px solid #f6f6f6;
 }

.sidenav li {
 border-bottom: 1px solid #f6f6f6;
 }

.sidenav li a {
 font-size: 1em;
 color: #026a89;
 font-weight: bold;
 display: block;
 padding: 8px 0 8px 6%;
 text-decoration: none;
 width: 95%;
 }

.sidenav li a:hover {
 color: #54AEA0;
 background-image: none;
 background-repeat: repeat;
 background-attachment: scroll;
 background-position: 0 0;
 }

/* content */

/*
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}
*/


.content {
	float: right;
	margin: 10px 0;
	padding: 0 16px;
	width: 531px;
}

.content .descr {
	color: #54AEA0;
	font-size: 0.9em;
	margin-bottom: 6px;
}

.content li { list-style: url(img/li.gif); margin-left: 32px; line-height: 1.6em; }

.content p {font-family: Verdana, Geneva, sans-serif;}

/* footer */

.footer { background: url(img/bgfooter.gif) repeat-x; color: #444; font: 0.9em / 12px Verdana, Geneva, sans-serif; padding: 18px 12px 6px; text-align: center; height: 39px; }

.footer a { font-weight:normal;}


.gruppeimg {
 position: relative;
 float: left;
 width:213px;
 height: 160px;
 }
 
.gruppetxt {
 background-color: #faf0fa;
 position: relative;
 float: left;
 width:286px;
 height: 148px;
 padding:12px 12px 0;
 }
 
*html .gruppetxt {
 width: 286px;
 height: 160px;
 }

/* bilder */

#img_cnt_left {
 float: left;
 padding: 2px;
 margin: 0 16px 0 0;
 border: thin solid #54AEA0;
}

#img_cnt_right {
 float: right;
 padding: 2px;
 margin: 0 0 0 16px;
 border: thin solid #54AEA0;
 width:180px;
}

#img_cnt_right240 {
 float: right;
 padding: 2px;
 margin: 0 0 12px 16px;
 border: thin solid #54AEA0;
 width:240px;
}

#img_cnt_right100 {
 float: right;
 padding: 2px;
 margin: 0 0 0 16px;
 border: thin solid #54AEA0;
 width:100px;
}

#img_cnt_right140 {
 float: right;
 padding: 2px;
 margin: 0 0 0 16px;
 border: thin solid #54AEA0;
 width:140px;
}

#img_cnt_ctr2 {
 float: left;
 margin: 0 26px 0 26px;
 border: thin solid #54AEA0;
 width:200px;
}

#img_cnt_ctr4 {
 float: left;
 margin: 0 8px 0 8px;
 border: thin solid #54AEA0;
 width:100px;
}

.img_team {
 font-size: 0.9em;
 font-family: Verdana, Geneva, sans-serif;
 text-align: center;
 padding-right: 80px;
 padding-left: 80px;
 }

hr{
 width: 100%;
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #54AEA0;
 border-bottom: transparent;
 margin-top: 18px;
 margin-bottom: 18px;
}

#zurueck { font-size: 9px; text-align: right; margin: 12px 0 12px 0; }
#zurueck a {text-decoration: none; color: #026a89;}

.navklein {font-size: 10px; text-align:right;}
.slogan {margin-top: 12px;}

#produktliste { float:left; width: 460px; clear:both; margin:6px 0 16px 20px; border: thin solid #54AEA0; padding:2px;}

#img_cnt_prd {
 float: left;
 padding: 2px;
 margin: 0 16px 0 0;
}

.lupe {
	position:relative;
	float:left;
	top: 0px;
	left:4px;
	background-image:url(../css/img/i_lupe.gif);
	height:15px;
	width:15px;
	margin-top:-18px;
}

.kform{ width:100%;}





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


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

#imageData{	padding:0 10px 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{
 font-weight: normal;
 }
#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;
	}


/* FORMULAR */

.formbox {
  width: 460px;
  color: #5a5a5a;
  background-color: #fff;
  border: 0;
  margin-left:22px;
  padding: 12px;
}

.reihe {
  clear: both;
  padding: 2px 0px;
}

.label {
  float: left;
  width: 120px;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
}

.feld { float: right; width: 320px; text-align: left; margin-bottom:8px; vertical-align: text-bottom; } 
.feld2 { float: right; width: 320px; text-align: left; margin-top:14px; vertical-align: text-bottom; } 

.knopf {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.defbreite {
  width: 260px;
}

.info {margin-left:162px; margin-top:6px;}
