html, body {
	padding:0;
	margin:0;
	height:100%;
}

body {
	text-align:center;
	/*background-color:#2E2D2D;*/
	background-color:#343333;
}

body, p, table, a {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}

#main {
	position:relative;
	width:601px;
	height:154px;
	
	/*min-height:100%;
	height:auto !important;
	height:100%;*/
	/*border:1px solid #FF0000;*/
	
	margin-left:auto;
	margin-right:auto;
	text-align: left;		/* Da der Internet-Explorer sonst seite und inhalt zentriert */
	
	top:80px;
}

#logo {
	position:absolute;
	right:0px;
	top:0px;
}

#seperator {
	position:absolute;
	left:0px;
	top:88px;
}

#text, #language, #text p, #language p {
	margin:0;
	padding:0;
}

#text {
	position:absolute;
	left:233px;
	top:108px;
	
	line-height:16px;
}

#language {
	position:absolute;
	right:0px;
	top:108px;
	text-align:right;
}

#language a {
	font-size:16px;
	font-weight:bold;
	
	line-height:16px;
}
