/************************************************/
/*         	  	    General                 	*/
/************************************************/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #77aad4;
}

.hidden {
	display: none;
}

/************************************************/
/*         	  	    Page	                 	*/
/************************************************/

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;

}

#page {
	position: absolute;
	top: -137px;
	height: 255px;
	width: 100%;
}

* html #page{
	margin-left: -50%;
}

* +html #page{
	margin-left: -50%;
}

/************************************************/
/*         	  	    No Flash                	*/
/************************************************/
#noflash_text {
	position: absolute;
	top: 230px;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}

/************************************************/
/*         	  	    Imprint                 	*/
/************************************************/

body.imprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#5f5d5d;
	background-color:#5f5d5d;
}

#imprint_content {
	width: 380px;
	margin: 10px 10px 10px 10px;
	padding: 20px 20px 20px 20px;
	background-color: #fff;

}

* html #imprint_content {
	width: 420px;
}

#imprint_content a {
	color:#E00710;
	text-decoration:underline;
}

#imprint_content .header {
	font-weight: bold;
	font-size: 16px;
}

#imprint_content .headline {
	font-weight: bold;
}

/************************************************/
/*        	 	Index, no Popup             	*/
/************************************************/

body.no_popup {
	background-image: url(../images/schraffur.gif);
	background-repeat: repeat;
	background-color: #77aad4;
}

#horizon_no_popup {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;

}
#page_no_popup {
	position: absolute;
	top: -275px;
	left: 50%;
	margin-left: -500px;
	height: 550px;
	width: 1000px;
	border: 1px solid #fff;
}

* html #page_no_popup{
}

* +html #page_no_popup{
}

/************************************************/
/*         	 Navigation & Content           	*/
/************************************************/

/* Navigation
------------------------------------------------*/

/* Content
------------------------------------------------*/

#content {
	margin-top: 4px;
	padding: 10px 20px 0px 20px;
	width: 493px;
	float: left;
}

* html #content {
	width: 476px;
}

/************************************************/
/*         	  	    Footer	                 	*/
/************************************************/