
* {
	margin:0;
	padding:0;
	border:0;
}

:focus {
	outline:none;
}

html {
	font-size:62.5%;
}

body {
	font-family:Helvetica, Arial, sans;
	background:#3c4652;
}

#wrapper {
	position:absolute;
	top:50%;
	left:50%;
	width:1000px;
	height:500px;
	background:#3c4652;
	margin-top:-280px;
	margin-left:-500px;
	border:0;
}

#logo {
	position:absolute;
	height:75px;
	width:200px;
	top:150px;
	left:50%;
	margin-left:-95px;
}

a:link img, a:visited img, a:active img {
	border:none;
}

a:hover img {
	border:none;
}

#text {
	font-family:Helvetica, Arial, sans;
	position:absolute;
	top:280px;
	left:50%;
	width:541px;
	margin-left:-270px;
	font-size:3.9em;
	font-weight:100;
	color:#fff;
	text-transform:uppercase;
}

/*ul.sprachwahl {
	position:absolute;
	text-align:center;
	width:1000px;
	bottom:200px;
	left:-8px;
}

ul.sprachwahl li {
	display:inline;
	list-style:none;
	padding:3px;
}

a:link.sprachwahl, a:visited.sprachwahl, a:active.sprachwahl {
	color:#547483;
	text-decoration:none;
	font-size:1.2em;
	text-transform:uppercase;
}

a:hover.sprachwahl {
	color:#fff;
	text-decoration:none;
	font-size:1.2em;
	text-transform:uppercase;
}*/
