@CHARSET "ISO-8859-1";

* {
	border: none;
	margin: 0px;
	padding: 0px;
	background: black;
}

p {
	text-align: center;
	font-family: sans-serif;
	font-size: 14px;
	color: #909090;
}

a {
	font-family: sans-serif;
	color: #CCCCCC;
}

.logoDiv {
	position: relative;
	width: 800px;
	height: 290px;
}

#logo {
	position: absolute;
	top:0px;left:0px;
	width: 800px;
	height: 290px;
	background: url("../images/logo.gif");
}

#logo:hover {
	background: url("../images/logoHover.gif");
}

.content {
	position: relative;
	top: 20px;
	height: 450px;
	width: 800px;
	border: 2px solid #444444;
	position: relative;
}

ul.menu {
	float: left;
	list-style: none;
}

ul.menu li {
	float: left;
}

#show {
	position: absolute;
	left: 150px;
	top: 330px;
	width: 120px;
	height: 50px;
	color: green;
	background: url("../images/buttonShowNormal.gif") no-repeat;
}

#show:hover {
	background: url("../images/buttonShowOver.gif") no-repeat;
}	

#fakten {
	position: absolute;
	left: 270px;
	top: 330px;
	width: 145px;
	height: 50px;	
	color: blue;
	background: url("../images/buttonFaktenNormal.gif") no-repeat;
}
#fakten:hover {
	background: url("../images/buttonFaktenOver.gif") no-repeat;
}

#facts {
	position: absolute;
	left: 270px;
	top: 330px;
	width: 120px;
	height: 50px;	
	color: blue;
	background: url("../images/buttonFactsNormal.gif") no-repeat;
}
#facts:hover {
	background: url("../images/buttonFactsOver.gif") no-repeat;
}

#contact {
	position: absolute;
	left: 593px;
	top: 330px;
	width: 171px;
	height: 50px;	
	color: purple;
	background: url("../images/buttonContactNormal.gif") no-repeat;
}

#contact:hover {
	background: url("../images/buttonContactOver.gif") no-repeat;
}



#download {
	position: absolute;
	left: 415px;
	top: 330px;
	width: 203px;
	height: 50px;		
	color: yellow;
	background: url("../images/buttonDownloadNormal.gif") no-repeat;
}

#download:hover {
	background: url("../images/buttonDownloadOver.gif") no-repeat;
}
#downloadE {
	position: absolute;
	left: 390px;
	top: 330px;
	width: 203px;
	height: 50px;		
	color: yellow;
	background: url("../images/buttonDownloadNormal.gif") no-repeat;
}

#downloadE:hover {
	background: url("../images/buttonDownloadOver.gif") no-repeat;
}

#kontakt {
	position: absolute;
	left: 618px;
	top: 330px;
	width: 171px;
	height: 50px;	
	color: purple;
	background: url("../images/buttonKontaktNormal.gif") no-repeat;
}

#kontakt:hover {
	background: url("../images/buttonKontaktOver.gif") no-repeat;
}

#back {	
	position: absolute;
	left:5px;
	top: 345px;
	width: 100px;
	height: 100px;	
	background: url("../images/buttonBackNormal.gif") no-repeat;
}

#back:hover {
	background: url("../images/buttonBackOver.gif") no-repeat;
}

ul.languageSelect {
	list-style: none;
	position: relative;
	top: 25px;
	height: 20px;
	width: 800px;
}

ul.languageSelect li {
	width: 40px;
	float: right;
}
