body {
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	color:#404040;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align:center;
	overflow-x: hidden; 
	overflow-y: auto;
}


#main {
    position:relative;
    top:0px;
    width:870px;
	text-align:left;
    margin-bottom:0px;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    padding:0px 0px;
	/*border:1px solid #000000;*/
}


#BereichOben {
    width:870px;
	height:108px;
	/*background-image:url(../images/back_oben.jpg); */
}

#Logo {
    position:absolute;
	left:0px;
	top:29px;
}

#Sloagan {
    position:absolute;
	left:377px;
	top:29px;
}


#Navigation {
    width:870px;
	height:30px;
}

#BereichPfad {
    width:870px;
	height:27px;
	padding-top:1px;
	background-color: #F3F3F3;
}

#Pfad {
    padding-left:24px;
	width:650px;
	float:left;
}

#Login {
    width:185px;
	height:30px;
	float:right;
	background-color: #005393;
}

#Content {
    width:870px;
}

#Container {
    float:left;
	background-image:url(../images/links_unten.gif);
    background-repeat: no-repeat;
    background-position:bottom;
}

#Container2 {
    float:left;
	/*
	background-image:url(../images/shake_hands2.jpg);
    background-repeat: no-repeat;
    background-position:bottom;
	*/
}

#BereichLinks {
    width:219px;
	float:left;
	overflow:hidden;
	/*background-color: #F3F3F3;*/
}

#BereichMitte {
    width:465px;
	float:left;
	margin-top:30px;
	background-image:url(../images/back_content_oben.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#BereichText {
  width:440px;
  background-image:url(../images/back_content_unten.gif);
  background-repeat: no-repeat;
  background-position:bottom;
}

#BereichRechts {
    width:186px;
	float:left;
	background-color: #F3F3F3;
	padding-top:10px;
}


#Footer {
    width:870px;
	height:40px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	background-color: #F3F3F3;
}

img { border:0px; }



#Linie {
  border-top:1px solid #DAC79C;
  margin-top:7px;
  margin-bottom:7px;
}

ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-image:url(../images/icon_list.gif);
}

