/* System *******************************************************************/

@charset "utf-8";

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

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

.breaker {
	clear:both;
}


/* Seitenaufbau TOP BACK ******************************************************************/

#siteWrapper {
	width:100%;
	height:100%;
	text-align:center;
	background-color:#fff;
}

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


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

#sky {
	position:relative;
	width:983px;
	height:499px;
	background-image:url(../images/skyBackground.gif);
	background-repeat:no-repeat;
}

#slogan {
	position:absolute;
	left:379px;
	top:48px;
	width:208px;
	height:34px;
}

#logo {
	position:absolute;
	left:632px;
	top:51px;
	width:100px;
	height:100px;
}

#adress {
	display:none;
}

#skyContent {
	position:absolute;
	left:49px;
	top:198px;
	width:330px;
	height:293px;
	overflow:hidden;
	color:#fff;
}

#skyContent h4 {
	margin-top:0px;
	margin-bottom:10px;
}

#skyContent a {
	color:#fff;
}

#skyPic {
	position:absolute;
	left:382px;
	top:199px;
	width:400px;
	height:201px;
	z-index:19;
}

#skyFlash {
	position:absolute;
	left:382px;
	top:199px;
	width:400px;
	height:201px;
	z-index:20;
}

#mainMenu {
	position:absolute;
	left:797px;
	top:197px;
	width:180px;
	height:178px;
	font-size:10px;
}

#mainMenu ul {
	list-style-type:none;
	list-style-image:none;
}

#mainMenu ul,li {
	margin:0;
	padding:0;
}

#mainMenu ul li a {
	display:block;
	width:180px;
	height:16px;
	line-height:16px;
	text-decoration:none;
	color:#fff;
}

#mainMenu ul li a:hover {
	color:#7b1100;
}

.select {
	color:#7b1100;
}

#impress {
	position:absolute;
	left:797px;
	top:389px;
	width:180px;
	height:20px;
	color:#fff;
}

#impress a {
	color:#fff;
	font-size:10px;
	text-decoration:none;
}

#impress a:hover {
	color:#7b1100;
}

#createBy {
	position:absolute;
	left:598px;
	top:487px;
	width:185px;
	height:20px;
	font-size:9px;
	color:#7b1100;
}

#createBy a {
	color:#7b1100;
	text-decoration:none;
}


/* earth ******************************************************************* */

#earthContentWrapper {
	position:relative;
	width:983px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	color:#000;
}

#earthContent {
	margin-top:25px;
	margin-left:49px;
	width:900px;
}

#earthContent a {
	color:#000;
}

#earthContent ul {
	list-style-image:url(../images/ulDot_basis.gif);
	margin-left:0.8em;
	padding-left:0.8em;
	margin-top:0px;
}

#earthContent p {
	margin-top:0px;
	margin-bottom:10px;
}

