/**********************************/
/*  BODY   -   BODY    -    BODY  */
/**********************************/

body {
  margin-top:-1px;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  color:#333;
  line-height: 18px;
  
}

#left a, #right a {
  color:#7B0000;
  text-decoration:none;
}

#left a:hover, #right a:hover {
  color:#7B0000;
  text-decoration:underline;
}

hr {
  background-color:#ccc;
  height: 1px;
}

.pflichtfelder {
  color:#ff0000;
}


/**********************************/
/* ÜBERSCHRIFT  -  ÜBERSCHRIFT    */
/**********************************/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #6BA1E9;
	font-weight:normal;
	letter-spacing: 1px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #6BA1E9;
	font-weight:normal;
	letter-spacing: 1px;
}

/**********************************/
/* LAYOUT -  LAYOUT  -  LAYOUT    */
/**********************************/

#willkommen {
  position:absolute;
  z-index: 10;
  width: 800px;
  height: 50px;
  left: 50%;
  margin-left: -393px;
  top: 160px;
}

#container {
	position: absolute;
	width:800px;
	left: 50%;
	margin-left: -400px;
	height:auto;
}

#headerimage-bg {
	width: 100%;
	height:229px;
	background-image: url(/fileadmin/templates/images/bg-header.gif);
	background-repeat: no-repeat;
}

#logo {
  margin-left: 10px;
  float:left;
}

#adresse {
  margin-left: 8px;
  float:left;
  color:#6BA1E9;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  margin-left: 5px;
  margin-top: 2px;
  width: 177px;
  text-align:center;
}

#adresse a {
  color:#4584D9;
  text-decoration:none;
}

#headerimage {
  margin-left: 10px;
  float:left;
  width:425px;
  height: 200px;
}

#navi {
  width: 100%;
  clear:both;
  margin-left: 100px;
  text-align:right;
}

#navi img {
  margin-top:8px;
}


#content {
	width:100%;
	height:auto;
	background-image: url(/fileadmin/templates/images/bg-content.gif);
	background-repeat: repeat-y;  
}

#left {
  width:541px;
  height:auto;
  min-height:400px;
  float: left;
}

#right {
  width:250px;
  height:auto;
  min-height:400px;
  float: left;
}

.content-padding {
  padding: 25px;
}

.content-padding2 {
  margin-top: 25px;
  width: 100%;
}

.clear {
  width: 100%;
  clear:both;
}

#footer {
	width: 100%;
	height: 30px;
	background-image: url(/fileadmin/templates/images/fusszeile-bg.gif);
	background-repeat: no-repeat;  
}

#fussnavi {
  padding: 7px 0px 0px 20px;
  color: #fff;
}

#fussnavi a {
  color: #fff;
  text-decoration:none;
  padding:0px 3px 0px 3px;
}

#fussnavi a:hover {
  color: #fff;
  text-decoration:underline;
}


