@charset "utf-8";

html, body {
	width:100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3c3c3c;
	background-color:#dedede;
	line-height:14px;
}

.breaker {
	clear:both;
}




/*********************************************************************** Vertical */

#verticalWrapper {
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	z-index:10;
}

#vertical {
	position:relative;
	width:994px;
	height:100%;
	margin:0 auto;
	text-align:left;
	background-image:url(../images/backVertical.gif);
	background-repeat:repeat-y;
}

#nonFooter {
	position:relative;
	min-height:100%;
}

* html #nonFooter {
	height: 100%;
}



/************************************************************************ Footer */

#footer {
	position:relative;
	width:994px;
	height:20px;
	margin-top:-20px;
	background-image:url(../images/backVertical.gif);
	background-repeat:repeat-y;
}

* html #footer {
	margin-top:-20px;
}

#footerText1 {
	position:absolute;
	left:79px;
	width:300px;
	font-size:10px;
}

#footerText2 {
	position:absolute;
	left:799px;
	width:180px;
	font-size:10px;
}

#adressPrint {
	display:none;
}



/************************************************************************ Sky */

#sky {
	position:relative;
	width:994px;
	height:448px;
}

#top {
	position:absolute;
	left:0px;
	top:0px;
}

#logo {
	position:absolute;
	left:731px;
	top:84px;
}

#headline {
	position:absolute;
	left:11px;
	top:48px;
	width:500px;
	height:130px;
}

#themeLine {
	position:absolute;
	left:29px;
	top:181px;
	width:467px;
	height:3px;
}

#lineThemes {
	position:absolute;
	left:497px;
	top:181px;
	width:467px;
	height:3px;
	background-image:url(../images/lineThemes.gif);
}

#bannerPicture {
	position:absolute;
	left:29px;
	top:185px;
	width:467px;
	height:263px;
	overflow:hidden;
	z-index:10;
}

#bannerFlash {
	position:absolute;
	left:29px;
	top:185px;
	width:467px;
	height:263px;
	overflow:hidden;
	z-index:20;
}

#menuMainBox {
	position:absolute;
	left:497px;
	top:185px;
	width:467px;
	height:263px;
	background-color:#8fc725;
}

#menuMain {
	position:absolute;
	top:19px;
}

#menuMain ul, #menuMain li {
	list-style-type:none;
	list-style-image:none;
	margin:0;
	padding:0;
}

#menuMain ul li h1 {
	font-size:12px;
	font-weight:normal;	
	margin:0;
	padding:0;
}

#menuMain ul li h1 a {
	display:block;
	width:181px;
/*	height:19px; */
	line-height:17px;
	padding-left:286px;
	padding-bottom:2px;
	text-decoration:none;
	color:#fff;
	border-top:1px solid #bcdd7c;
}

#menuMain ul li a:hover {
	background-color:#9dd337;
}

#menuMain ul li a.here {
	color:#000;
	font-weight:bold;
}

#menuMain ul li a.last {
	border-bottom:1px solid #bcdd7c;
}




/********************************************************************* Earth */

#earth {
	position:relative;
	margin-top:64px;
	width:994px;
	background-image:url(../images/backVertical.gif);
	background-repeat:repeat-y;
}

#colA {
	position:relative;
	float:left;
	width:79px;
	height:10px;
}

#content {
	position:relative;
	float:left;
	width:413px;
}

#content p:first-child {
	margin-top:0px;
}

#content h3:first-child {
	margin-top:0px;
}

#colB {
	position:relative;
	float:left;
	width:6px;
	height:10px;
}

#contentRight {
	position:relative;
	float:left;
	width:466px;
}

#contentRight p:first-child {
	margin-top:0px;
}

#contentRight h3:first-child {
	margin-top:0px;
}





/********************************************************************  Hell */

#hell {
	position:relative;
	width:994px;
	background-image:url(../images/backVertical.gif);
	background-repeat:repeat-y;
}

#colC {
	position:relative;
	float:left;
	width:29px;
	height:10px;
}

#contentComplete {
	position:relative;
	float:left;
	width:935px;
	padding-bottom:10px;
}

#contentComplete p:first-child {
	margin-top:0px;
}





/********************************************************************  Core */

#core {
	position:relative;
	width:994px;
	background-image:url(../images/backVertical.gif);
	background-repeat:repeat-y;
}

#colD {
	position:relative;
	float:left;
	width:79px;
	height:1px;
}

#contentEnd {
	position:relative;
	float:left;
	width:413px;
	padding-bottom:30px;
}

#contentEnd p:first-child {
	margin-top:0px;
}

#contentEnd h3:first-child {
	margin-top:0px;
}



/******************************************************************* reference */

.reference {
	position:relative;
	width:935px;
	padding-top:25px;
	padding-bottom:25px;
	border-top:1px solid #acacae;
}

.refColA {
	position:relative;
	float:left;
	width:50px;
	height:10px;
}

.refContent {
	position:relative;
	float:left;
	width:413px;
	min-height:5px;
}

.refContent p:first-child {
	margin-top:0px;
}

.refContent h3:first-child {
	margin-top:0px;
}

.refColB {
	position:relative;
	float:left;
	width:6px;
	height:10px;
}

.refContentRight {
	position:relative;
	float:left;
	width:466px;
	min-height:5px;
}

.refContentRight p:first-child {
	margin-top:0px;
}

.refContentRight h3:first-child {
	margin-top:0px;
}

