@import url("norm.css");

body {
  background: #868C58;
  margin: 20px 5px 0px 5px;
  color: #333333;
  font-family: Arial, Helvetica, Lucida, Gill Sans, sans-serif;
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 100.1%;
}

a:link, a:visited {
  text-decoration: none;
  color: #868C58;
}

a:hover, a:active {
}

#rahmen {
  background: #AED3F2;
  postion: relative;
  width: 800px;
  text-align:left;
  margin: 0 auto;
  text-align: left;
}


#header {
  height: 100px;
  background-color: #FF0000;
  background-image: url(../images/header_bg.jpg);
}

#header h1 {
  color: #ffffff;
  font-weight: normal;
  padding: 20px 20px 0px 40px;
  letter-spacing: 6px;
  font-size: 2.2em;
}

#header h2 {
  color: #ffffff;
  font-weight: normal;
  padding-right: 20px;
  padding-left: 40px;
  letter-spacing: 4px;
  font-size: 1.2em;
}


#navigation {
  float: left;
  width: 200px;
  height: 810px;
  position: relative;
}


#navigation ul {
  list-style: none;
}

#navigation li {
  background: #AED3F2;
  color: #000000;
  font-weight: bold;
}

#navigation a {
  display: block;
  text-decoration: none;
  padding-left: 10px;
  padding-top: 3px;
  height: 23px;
  color: #000000;
  border-bottom: 1px solid #868C58;
}

#navigation a:hover {
  color: #868C58;
}

#navigation #current {
  color: #868C58;
}

#content {
  background: #AED3F2;
  margin-left: 200px;
  padding: 10px 10px 10px 25px;
  position: relative;
  height: 810px;
  overflow: auto;
  text-align: left;
  color: #000000;
}

#content iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

#content p {
	padding: 5px 0px 5px 0px;
}

#content h1 {
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 12px;
	padding-top: 20px;
}

#content h2 {
	font-size: 1.0em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}

#content ul {
	list-style: disc;
	margin-left: 20px;
}

#content ul li {
	margin-top: 5px;
}

#table_kontakt {
	table-layout: fixed;
	border: 0;
	border-spacing: 0;
}

#table_kontakt tr {
	line-height:30px;
}

#table_kontakt td.label {
	width: 220px;
}

#kontakt_vorname {
	width: 100%;
}

#kontakt_nachname {
	width: 100%;
}

#kontakt_strasse {
	width: 220px;
}

#kontakt_hausnummer {
	width: 60px;
}

#kontakt_plz {
	width: 60px;
}

#kontakt_ort {
	width: 220px;
}

#kontakt_telefon {
	width: 100%;
}

#kontakt_email {
	width: 100%;
}

#kontakt_von {
	width: 100px;
}

#kontakt_bis {
	width: 100px;
}

#kontakt_bemerkungen {
	width: 100%;
}

#kontakt_absenden {
	background-color:#5c9ccc;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
}

#content div.button_right {
	float:right;
	margin-top: 14px;
}

#content span.error {
	color: #ff0000;
}

#footer {
  text-align: left;
  clear: both;
  background: #ebebeb;
  padding-left: 10px;
  padding-top: 5px;
  border-top: 1px solid #000000;
  height: 30px;
}

#fewo_direkt {
	font-size: 0.8em;
}

#fewo_direkt a:link, a:visited {
  text-decoration: none;
  color: #0352FF;
}

