/* CSS Document */


BODY {
	text-align: center;
	background-color: D88003;
}

TD,  BODY {
	color: #000000;
	font-size: 11px;
	font-weight: 500;
	font-family: 'Futura Book', Arial;
	
}

TH {
	color: #5B350F;
	font-size: 12px;
	font-weight: 900;
	font-family: 'Futura Book', Arial;
	text-align: left;

}

#container {
	position: relative;
	width: 980px;
	margin: auto;

}

H1 {
	font-size: 14px;
	font-weight: 500;
	padding: 0px;
	margin: 0px;
}

.header
  {
	position: absolute;
    top: 0px;
	left: 0px;
    width: 950px;
    height: 166px;
}
  
.links
  {
    position: absolute;
    left: 0px;
    top: 166px;
    width: 155px;
    height: 430px;
}
  
.rechts
  {
    position: absolute;
    left: 950px;
    top: 0px;
    width: 30px;
    height: 595px;
}

.background
  {
    position: absolute;
    left: 155px;
    top: 166px;
}
  
.navi
  {
  	position: absolute;
	left: 25px;
	top: 115px;
}

.veredeln
  {
	position: absolute;
	left: 2px;
	top: 210px;  
}

.text_links
  {
	position: absolute;
	left: 3px;
	top: 520px;
	color: #000000;
}

.links_links
  {
    position: absolute;
	left: 9px;
	top: 562px;
  }

A.navi_links
  {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

A.email
  {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

A {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

A:hover, A.activelink {
  color: #038233;
 /* color: D88003;*/
}

.scrollcontent {
	position: absolute;
    text-align: left;
	left: 260px;
    top: 200px;
	height:380px;
	width:690px;
	overflow:auto;
}

.content {
	color: #000000;
	width: 400px;
	float:left;
}
  
#bild_index {
	padding:0px;
	margin-top: 47px;
	margin-left: 440px;
}

#map {
	position: absolute;
	top: 180px;
	left: 200px;
	color: #5B350F;
	font-weight: 900;
}

input {
	width:100px;
	}

img {
	border:none;
	}
	
.red {
	color:#FF0000;
	}
	
.kontaktFormular input, .kontaktFormular .textfeld {
	width:300px;
	}
	
.kontaktFormular .small_1 {
	width:80px;
	margin-right:20px;
	}
	
.kontaktFormular .small_2 {	
	width:200px;
	}
	
.kontaktFormular textarea {
	height:150px;
	}
	
.kontaktFormular input[type=submit] {
	width:120px;
	}
	
#fehler {
		position: absolute;
	top: 40px;
	left: 350px;
	}
	
.mailForm {
	font-size:12px;
	}

