/* Lukas Loss - Standart Style */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #858585;
	line-height: 150%;
	font-size: 12px;
	font-weight: normal;	
}


body {
	text-align: center;
	margin: 0 0px 0px;
	padding: 0;
	height:100%;
	overflow:hidden;

	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* Text-Gestaltung */

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 14px;
	color: #858585;
}

h2 {
	font-size: 18px;
	color: #858585;
}


/* Link-Gestaltung */

a:link {
	color: #858585;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #858585;
}
a:hover {
	text-decoration: underline;
	color: #141483;
}
a:active {
	text-decoration: none;
	color: #858585;
}


/* Div-Gestaltung */
	
#container {
	text-align: left;
	position: absolute;
	width: 840px;
	height: 555px;
	margin-top: -277px;
	margin-left: -420px;
	left:50%; 
    top:50%; 
	z-index: 2;
}

#content {
	text-align: left;
	position: relative;
	width: 840px;
	height: 480px;
	overflow: auto;
	z-index:1;
	visibility: visible;
	border: 1px solid #ECECEC;
	top: 65px;
}

#logo {
	text-align: left;
	position: absolute;
	width: 75px;
	height: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	left: 0px;
	top: 0px;
}

#links {
	text-align: left;
	position: absolute;
	width: auto;
	height: autopx;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 28px;
	right: -5px;
	z-index:1000;
	float: right;
}

#info {
	text-align: right;
	position: absolute;
	width: 840px;
	height: 10px;
	left: 0px;
	top: 545px;
}

