/*///////////////////////////////////////////////////////////////////////
/
/	Author: 		Claudio Casoni and Marc Thalmann
/	Date:			08.09.2006
/	Description:	CSS-Stylesheet - Layout
/
///////////////////////////////////////////////////////////////////////*/


/* -------------------- screen - invisible ----------------------------- */

#print_logo, #print_company, #print_address {
	display: none;
}



/* -------------------- screen - visible ----------------------------- */

html{
	height: 100%;
}

body{
	height: 100%;
	margin: 0; 
	padding: 0;
	background: #FFFFFF url("../images/bg.gif") repeat-x top left;
}


#wrapper {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 726px; 
	min-height: 100%;
	margin: 0px 0px 0px -363px; 
	padding: 0px;
	border: 0px solid #7C8B3E;  
	background: transparent url("../images/bg_content.gif") repeat-y top left;
	font: 0px Verdana, Arial, sans-serif;
	line-height: 0px;
	z-index: 1;
}

/* IE Hack: 100% Height */
* html #wrapper {
	height: 100%;
}

#wrapper_kontakt {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 726px; 
	min-height: 100%;
	margin: 0px 0px 0px -363px; 
	padding: 0px;
	border: 0px solid #7C8B3E;  
	background: transparent url("../images/bg_content_kontakt.gif") repeat-y top left;
	font: 0px Verdana, Arial, sans-serif;
	line-height: 0px;
	z-index: 1;
}

/* IE Hack: 100% Height */
* html #wrapper_kontakt {
	height: 100%;
}

#wrapper_home {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 726px; 
	min-height: 100%;
	margin: 0px 0px 0px -363px; 
	padding: 0px;
	border: 0px solid #7C8B3E;  
	background: transparent url("../images/bg_content_home.gif") repeat-y top left;
	font: 0px Verdana, Arial, sans-serif;
	line-height: 0px;
	z-index: 1;
}

/* IE Hack: 100% Height */
* html #wrapper_home {
	height: 100%;
}


#wrapper_kurse {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 726px; 
	min-height: 100%;
	margin: 0px 0px 0px -363px; 
	padding: 0px;
	border: 0px solid #7C8B3E;  
	background: transparent url("../images/bg_content_kurse.gif") repeat-y top left;
	font: 0px Verdana, Arial, sans-serif;
	line-height: 0px;
	z-index: 1;
}

/* IE Hack: 100% Height */
* html #wrapper_kurse {
	height: 100%;
}


#top {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 770px; 
	height: 650px;
	margin: 0px 0px 0px -407px; 
	padding: 0px;
	border: 0px solid #7C8B3E;  
	background: transparent url("../images/bg_top.gif") no-repeat top left;
	z-index: 2;
}

#logo {
	position: relative;
	width: 360px; 
	height: 86px;
	margin: 12px 0px 0px 415px; 
	padding: 0px;
	border: 0px solid #7C8B3E;  
	background: transparent url("../images/logo.gif") no-repeat top left;
	z-index: 5;
}


#nav_container {
	position: relative;
	width: 455px; 
	height: 30px;
	margin: 12px 0px 0px 305px; 
	padding: 0px;
	border: 0px solid #7C8B3E;  
	background: transparent;
	z-index: 5;
}

#unav_container {
	position: relative;
	width: 447px; 
	height: 20px;
	margin: 2px 0px 0px 313px; 
	padding: 0px;
	border: 0px solid #7C8B3E;  
	background: transparent;
	z-index: 5;
}


#content{
	position: relative;
	width: 640px; 
	margin: 220px 43px 50px 43px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #7C8B3E;  
	background: transparent;
	font: 11px Verdana, Arial, sans-serif;
	color: #2c3c59;
	line-height: 16px;
	font-weight: normal;
	text-align: justify;
	z-index: 4;
	min-height: 400px;
}

/* IE Hack: Min-Height */
* html #content {
	height: 400px;
}


#footer{
	position: absolute;
	width: 700px; 
	height: 16px;
	margin:0px 13px 0px 13px; 
	padding: 2px 0px 0px 0px;
	border: 0px;  
	background: #2c3c59;
	text-align: center;
	font: 10px Verdana, Arial, sans-serif;
	color: #a4b0b6;
	z-index: 4;
	bottom: 0px
}

#footer a:link { text-decoration: none; color: #a4b0b6; font-weight: normal; -moz-outline: none; }
#footer a:visited { text-decoration: none; color: #a4b0b6; font-weight: normal; -moz-outline: none; }
#footer a:active { text-decoration: none; color: #a4b0b6; font-weight: normal; -moz-outline: none; }
#footer a:hover { text-decoration: none; color: #a4b0b6; font-weight: normal; -moz-outline: none; }

