@charset "utf-8";

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

body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#000;
	background-color:#fff;
}

.breaker {
	clear:both;
}




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

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

#vertical {
	position:relative;
	width:986px;
	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:986px;
	height:20px;
	margin-top:-20px;
	background-image:url(../images/backVertical.gif);
	background-repeat:repeat-y;
}

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

#footerText {
	position:absolute;
	left:750px;
	width:200px;
	font-size:10px;
	color:#505050;
}

#footerText a {
	color:#505050;
}

#adressPrint {
	display:none;
}



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

#sky {
	position:relative;
	left:3px;
	width:980px;
	height:332px;
}

#logo {
	position:absolute;
	left:710px;
	top:19px;
}

#menuMain {
	position:absolute;
	left:31px;
	top:61px;
}

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

#menuMain ul li {
	float:left;
}

#menuMain ul li a {
	display:block;
	float:left;
	height:10px;
	line-height:9px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	border-right:2px solid #9a141b;
}

#menuMain ul li a:hover {
	text-decoration:underline;
}

#menuMain ul li a.active {
	font-weight:bold;
}

#menuMain ul li a.last {
	border-right:0px;
}

#teaserPic {
	position:absolute;
	left:0px;
	top:106px;
	z-index:10;
}

#teaserFlash {
	position:absolute;
	left:750px;
	top:276px;
	z-index:20;
}





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

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

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

#content {
	position:relative;
	float:left;
	width:645px;
	padding-bottom:30px;
}

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

#marginal {
	position:relative;
	float:left;
	width:219px;
	height:10px;
}



