body {
  background-color: #DCDCDC;
  color: #474747; 
  font-family: Arial, Helvetica, sans-serif;
  width:980px;
  margin:0px;
  padding:0px;
}

/* navi */
#navi {
  background-color:#DCDCDC;
  margin-left: 95px;
  margin-top: 19px;
  width: 160px;
  float: left;
  display: inline;
  font-weight:bold;
  line-height:10px;
  }
#active {
  color: #A0522D; 
}
a:link { 
	color: #556B2F;
	text-decoration:none;
}	
a:visited {
	color: #556B2F;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#logo {
  border-width: 0px;
  border-style: none;
  margin-bottom: 20px; 
  border-color: #000000;
  padding:0px;
}
.line {
  width:146px; 
  background-color:#A0522D;
  color:#A0522D; 
  height:1px;
  border:1px;
  margin-left: 0px;
  text-align:left;
}

/* content */
#cont {
  background-color: #F5F5F5;
  margin-left: 255px;
  width: 650px; 	
}
#title {
    font-size: 14px;
	font-weight:bold;
}
#line {
  width:580px; 
  background-color:#F5F5F5;
  color:#F5F5F5; 
  height:1px;
  border:1px;
  margin-bottom: 20px;
  text-align:left;
}
#home {
	text-align:center;
	margin-left: 35px;
    font-size: 20px;
    line-height: 18px;
	width:580px;
}
#aktuelles {
	color: #A0522D;
	text-decoration:none;
    font-size: 14px;
	font-weight:bold;
}
#text {
	margin-left: 35px;
    font-size: 12px;
    line-height: 17px;
	width:580px;
}
a.contlink:link {
	color: #A0522D;
	text-decoration:none;
    font-size: 12px;
}
a.contlink:visited {
	color: #A0522D;
	text-decoration:none;
    font-size: 12px;
}
a.contlink:hover {
	color: #556B2F;
	text-decoration:none;
    font-size: 12px;
}
ul {
    margin-left: 16px;
	list-style-type:square;
	list-style-position:outside;
	padding:0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/* Extras */
#map {
	margin-left:140px;
}




