/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
html { min-height: 100.05%; }
BODY { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 8pt; color: rgb(255,255,255); background-image: url("../assets/images/bgkachel.jpg");}
 A:active { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 8pt; color: rgb(255,175,65); font-weight: bold; text-decoration: none ;}
 A:link { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 8pt; color: rgb(255,175,65); font-weight: bold; text-decoration: none ;}
 A:visited { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 8pt; color: rgb(255,175,65); font-weight: bold; text-decoration: none ;}
 P { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 8pt; color: rgb(255,255,255); text-decoration: none ;}
 A:hover { font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif,sans-serif; font-size: 8pt; color: rgb(255,215,137); font-weight: bold; text-decoration: none ;}

BODY {
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#B8B8B8;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-shadow-color:#B8B8B8;
scrollbar-arrow-color:#2C465F;
scrollbar-track-color:#FAF3E9;
  margin           : 0px 0px 0px 0px;
}
#head{
margin: auto;
color:black;
background: url(../images/header.jpg) no-repeat top;
width: 739px;
height: 226px;
}

#head2{
margin: auto;
color:black;
background: url(../images/head3bg.jpg) no-repeat top;
width: 739px;
height: 7px;
margin-bottom:0px;
}
#menucontainer {
margin: auto;
width: 739px;
height: 36px;
color: black;
background: url(../images/header2bg.jpg) no-repeat;
padding: 4px 0px 0px 0px;
}
#menu {
margin: auto;
width: 739px;
height: 36px;
color: black;
background: url(../images/bodykachel_bg.jpg) repeat;
}


    #menu a.comfort {
	  width: 135px;
	  height: 36px;
	  float:left;
      background:url("../images/button_comfort.jpg") no-repeat;
      font:11px verdana, sans-serif;
      font-weight:bold;
      color:#FFFFFF;
      margin-left:10px;
      text-decoration:none;
      }
    #menu a.comfort:hover {
	  width: 135px;
	  height: 36px;
	  float:left;
      background:url("../images/button_comfort2.jpg") no-repeat;
      font:11px verdana, sans-serif;
      font-weight:bold;
      color:#FFFFFF;
      margin-left:10px;
      text-decoration:none;
      }
      
    #menu a.entertainment {
	  width: 194px;
	  height: 36px;
	  float:left;
      background:url("../images/button_entertainment.jpg") no-repeat;
      font:11px verdana, sans-serif;
      font-weight:bold;
      color:#FFFFFF;
      margin-left:0px;
      text-decoration:none;
      }
    #menu a.entertainment:hover {
	  width: 194px;
	  height: 36px;
	  float:left;
      background:url("../images/button_entertainment2.jpg") no-repeat;
      font:11px verdana, sans-serif;
      font-weight:bold;
      color:#FFFFFF;
      margin-left:0px;
      text-decoration:none;
      }
      
    #menu a.business {
	  width: 138px;
	  height: 36px;
	  float:left;
      background:url("../images/button_business.jpg") no-repeat;
      font:11px verdana, sans-serif;
      font-weight:bold;
      color:#FFFFFF;
      margin-left:0px;
      text-decoration:none;
      }
    #menu a.business:hover {
	  width: 138px;
	  height: 36px;
	  float:left;
      background:url("../images/button_business2.jpg") no-repeat;
      font:11px verdana, sans-serif;
      font-weight:bold;
      color:#FFFFFF;
      margin-left:0px;
      text-decoration:none;
      }
      
    #menu a.security {
	  width: 139px;
	  height: 36px;
	  float:left;
      background:url("../images/button_security.jpg") no-repeat;
      font:11px verdana, sans-serif;
      font-weight:bold;
      color:#FFFFFF;
      margin-left:0px;
      text-decoration:none;
      }
    #menu a.security:hover {
	  width: 139px;
	  height: 36px;
	  float:left;
      background:url("../images/button_security2.jpg") no-repeat;
      font:11px verdana, sans-serif;
      font-weight:bold;
      color:#FFFFFF;
      margin-left:0px;
      text-decoration:none;
      }
      
    #menu a.power {
	  width: 113px;
	  height: 36px;
	  float:left;
      background:url("../images/button_power.jpg") no-repeat;
      font:11px verdana, sans-serif;
      font-weight:bold;
      color:#FFFFFF;
      margin-left:0px;
      text-decoration:none;
      }
    #menu a.power:hover {
	  width: 113px;
	  height: 36px;
	  float:left;
      background:url("../images/button_power2.jpg") no-repeat;
      font:11px verdana, sans-serif;
      font-weight:bold;
      color:#FFFFFF;
      margin-left:0px;
      text-decoration:none;
      }
      
      
      
#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: #2E3842;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px solid #4E5F71;
	}
	
#outerImageContainer img{
	border: 1px solid #FAF4E8;
	}
	
#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 { float: left; background: url(../images/prevlabel2.gif) left 15% no-repeat; }
#nextLink { float: right; background: url(../images/nextlabel2.gif) right 15% no-repeat; }
#prevLink:hover, #prevLink:visited:hover  { float: left; background: url(../images/prevlabel2.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { float: right; background: url(../images/nextlabel2.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 11px Verdana, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #222933;
	margin: 0 auto;
    padding:4px 0px 4px 0px;
    border: 1px solid #4E5F71;
    border-top: 0px solid #4E5F71;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 92%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 20px; float: right;  padding-bottom: 1.0em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;

	}
	

.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 */
	}	
	
a img.galerie, a img.galerie:visited {
	margin-bottom:6px;
	margin-right:8px;
	border: 7px solid #FBF7EC;
}
a img.galerie:hover {
	margin-bottom:6px;
	margin-right:8px;
	border: 7px solid #FDA601;
}
img.galerie {
}