* {
	margin: 0px;
	padding: 0px;
	outline:none;
}
html {
	height:100%;
	margin-bottom:1px;
}

.hidden {
	position:absolute;
	left:-5000em;
	top:-5000em;
}

body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #CCCCCC url(bg_body.jpg) repeat center center;
	text-align: center;
}

#outer {
	width: 100%;
	text-align: left;
	height: 100%;
}

#webseite {
	margin: 0px auto;
	width: 955px;
}

#links {
	float: left;
	width: 200px;
}

#mitte {
	margin-right: 210px;
	margin-left: 210px;
	background: url(bg_start_logo.jpg) no-repeat center top;
	height: 600px;
	position: relative;
}

#rechts {
	float: right;
	width: 200px;
}

#logo_start {
	display: block;
	position: absolute;
	width: 250px;
	top: 140px;
	height: 150px;
	left: 145px;
}

#lang_start {
	position: absolute;
	top: 390px;
	left: 250px;
}
#lang_start a {
	display:block;
	float:left;
	width:18px;
	margin:1px;
	padding-right: 4px;
}

#lang_start_de {
	background: url(flagge_de.png) no-repeat;
	height: 11px;
	width: 18px;
	display: block;
}
#lang_start_en {
	background: url(flagge_en.png) no-repeat;
	height: 11px;
	width: 18px;
	display: block;
}
#lang_start_ts {
	background: url(flagge_ts.png) no-repeat;
	height: 11px;
	width: 18px;
	display: block;
}

#lang_start .choose {
	display: block;
	clear: left;
	margin-left: -35px;
	font-weight:bold;
	padding-top: 6px;
}
.enter {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

