@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 {
}

#vertical {
}

#nonFooter {
}



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

#footer {
	display:none;
}

#footerText {
}

#footerText a {
}

#adressPrint {
	text-align:center;
}



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

#sky {
	display:none;
}

#logo {
}

#menuMain {
}

#teaserPic {
}

#teaserFlash {
}



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

#earth {
}

#colA {
	display:none;
}

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

#colB {
	display:none;
}

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



