/* ######################################################################################################
** # Krryptor.de Base  #
** ######################################################################################################
** 
**  CSS Version: 0.5
**  Dateiversion: 24.02.06  
**  Datei       : base.css
**  Funktion    : Grundstruktur und aufbau
**
*/


@media all
{

html, body {
    margin:0;
    padding:0;
	 height: 100%;
}

body {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.5em;
	background-color: #ffffff;color:black;
	background-image: url(../../images/Kryptor/top_white_header.gif);
	background-repeat: repeat-y;
   height: 100%;
	/* Beseitigung des Rundungsfehlers bei Schriftgrößen im Opera sowie Standardformatierungen */
   font-size: 100.01%; 
	/* FIX: Verhindert, dass positionierte Elemente nicht verschoben werden when die Größe des Browser Fensters geändert wird. */
	position: relative;
}

#nonFooter
{
		position: relative;
		min-height: 100%;
}


/* Space between topNavigation and Browser TopEnd */
#white_header {
	width:1000px;
	height:20px;
	margin:0 0;
	color:black;
	background-image: url(../../images/Kryptor/top_white_header_clear.gif);
	background-repeat: repeat-y;
}

#white_spacer{
	width:900px;
	height:2px;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	clear: both;
	background-image: url(../../images/Kryptor/top_white_header_clear.gif);
	background-repeat: repeat-y;
}

#headnav {
   clear: both;
	float: left;
	width:1000px;
	margin:0 auto; 
	padding:5px 0;
	font-size:100%;
	background-color:#DADFE5;
	color:#7A7A7A;
	background-image: url(../../images/Kryptor/top_grey_header.gif);
	background-repeat: no-repeat;
}

#logoAndImage{
	float: left;
	width:1000px;
	height:173px;
	margin:0 auto;
	color:black;
}	

#main {
	width:1000px;
	float: left;
	margin:0 auto;
	color:black;
}

#nest {
	padding-top:0px;	
}


#content {
	margin-left: 205px;
	margin-right: 185px;
	margin-bottom:10px;
	color:black;
	height: 100%;
	padding-left: 30px;
}

#leftbox {
	width: 185px;
	float: left;
	padding-left: 47px;
	margin-bottom:10px;
}

#rightbox {
	width: 182px;
	float: right;
	margin-bottom:10px;
	background-color: #F2F2F2;
	height: 100%;

}

	
#footer
{
	width: 270px;
	position: relative;
	margin-top: -3.5em;
	text-align: left;
	
}

.content_admin{
	padding-left: 0px;
	padding-right: 0px;
}

#ContentPane{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.mainPage_left{
	float:left;
	width:186px;
	margin-bottom: 0px;
}

.mainPage_right{
	float:right;
	width:186px;
	text-align: right;
}

.mainPage_center{
	float:left;
	width:186px;
	text-align: center;
}

#mainPage_News{
	width: 366px;
	float: left
}

#mainPage_Termine{
	width:186px;
	float:right;
}
#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;}


#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;
	}
}

@media print
{
	
body {
	
	background-color: #ffffff;color:black;
	background-image: none;
	
}

#main {
	
	margin:0px;
	color:black;
	padding: 0px;
}

#nest ,#nonFooter, #ContentPane {
	margin:0px;
	color:black;
	padding: 0px;
}

#white_header, #leftbox, #LeftPane, #rightbox, #RightPane,#footer, #white_header, #white_spacer, #headnav, #logoAndImage  {
	visibility: hidden;
	display:none;
	height:0px;
	width:0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}




}

