/* AUFBAU
-------------------------------------------------------------- */

* { margin:0; padding:0; }

html, body {
	height:100%;
	overflow:hidden;
	}

/* HINTERGRUNDGRAFIK */
#explo_homepage_slideshow, #explo_homepage_slideshow img { left:0; position:absolute; top:0; }
#explo_slideshow_spacer { display:none; }

.main {
	width:100%;
	height:100%;
	position:relative;
	left:0;
	top:0;
	overflow:auto;
	}

/* STYLESWITCH */
.box_styleswitch {
	left:14px;
	position:relative;
	top:5px;
	width:14px;
	}
		
.box_styleswitch img { margin-bottom:1px; }	

/* CONTAINER FÜR CONTENT */
.box_content {
	height:100%;
	left:40px;
	top:0px;
	position:absolute;
	}

/* LOGO */
.box_logo {
	height:65px;
	left:0px;
	position:relative;
	top:0px;
	width:400px;	
	}

/* HAUPTNAVIGATION */	
.box_hauptnavi {
	height:50px; /* -80px */
	line-height:1.5em;
	padding:40px 20px 40px 20px;
	width:360px; /* -40px */
	}	
	
.box_haelfte { width:200px;}
.box_haelfte_links {position:absolute; top:105px; left:20px; width:200px; }
.box_haelfte_rechts {position:absolute; top:105px; left:220px; width:200px; }

/* SUBNAVIGATION */	
.box_subnavi {
	left:420px;	
	line-height:1.5em;
	padding:20px;
	position:absolute;
	top:85px;	
	width:160px; /* -40px */
	}	

/* KUNDENNAVIGATION */	
.box_kunden {
	left:420px;	
	line-height:1.5em;
	padding:20px;
	position:absolute;
	top:195px;	
	width:160px; /* -40px */
	}	
	
/* INHALTE */
.box_inhalte {
	left:0px;
	padding:20px;
	width:360px; /* -40px */
	}	
	
/* NEWS */
.date { padding-right:5px; }	

/* FOOTER */
.box_footer {
	background-color:#ffffff;
	line-height:1.5em;
	margin-top:20px;
	padding:20px;
	width:360px; /* -40px */
	}