body{
background-color: #FFFFFF;
margin:0px;
height:100%;
}

#container {
	position:absolute;
	text-align:center;
	border:0px solid black;
	height:100%;
	width:100%;

}

#content{
	border:0px solid blue;
	position:relative;
	width:780px;
	margin:auto;
	text-align:left;
	background-color:#F2E8CB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100%;
}
h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:normal;
	font-weight:normal;
display:inline;
}

#content .eingang{
	position:absolute;
	top:105px;

}

#content .logo{
	position:absolute;
	top:14px;
	left:29px;

}


#content a:hover{
text-decoration:underline;
font-weight:bold;
letter-spacing:-0.29px;
}
#content p{
position:absolute;
line-height:18px;
padding-left:60px;
top:420px;
}
#links a {



text-decoration:none;
color: #000033;
line-height:18px;
/*display: block;font-weight:bold;text-transform:uppercase;font-size:13px;
float:left;
margin:0px;
padding:0px 15px 0px 20px;
width:240px;
background: url(pix/startpfeil.gif) !important;
background-repeat:no-repeat !important;
background-position: left center !important;*/
}

#rechts a {


letter-spacing:0.6px;
display: block;
text-transform:uppercase;

text-decoration:none;
color: #676F98;
line-height:18px;
font-size:12px;
/*float:left;*/
margin:0 10px 0px 0;
padding:0px 30px 0px 15px;
width:330px;
background: url(pix/startpfeil.gif) !important;
background-repeat:no-repeat !important;
background-position: right center !important;
}

#content #links{
	position:absolute;
	top:470px;
	left:40px;
}
#content #rechts{
	position:absolute;
	text-align:right;
	top:470px;
	right:40px;
}
#linkleiste{
position:absolute;
	text-align:left;
	top:852px;
	width:700px;
	left:40px;
	color:#9B292D;
	border-bottom:1px solid #9B292D;
	border-top:1px solid #9B292D;
	text-transform:uppercase;
	padding: 20px 0;
}

#linkleiste div{
	float:left;
	margin-right:37px;

}
#linkleiste .last{
	float:left;
	margin-right:0;

}
	#linkleiste div a{
	color:#9B292D;
	text-decoration:none;
	
letter-spacing:0px;
}

	#linkleiste div a:hover{
	color:#9B292D;
	text-decoration:underline;
	font-weight: normal;letter-spacing:0px;
}
#introtext{
position:absolute;
	text-align:left;
	top:612px;
	width:480px;
	left:40px;
	line-height:120%;
	padding: 20px 0;

}

hr {
position:absolute;
	text-align:left;
	width:700px;
	height:1px;
	left:40px;
	top:590px;
	border:0;
	border-top:1px solid #9B292D;
	background-color: F2E8CB;
}