/*******************************/
/*  BODY  -  BODY  -  BODY     */
/*******************************/

body {
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#813b1b;
	margin:0px;
	line-height: 18px;
	background:url(/fileadmin/templates/images/bg-content.jpg) repeat;
}

img {
  border: none;
}

#nextback {
  width: 100%;
  text-align: center;
  visibility: hidden;
}

.image-caption {
  font-weight: bold;
}

/***********************************/
/* ÜBERSCHRIFTEN  -  ÜBERSCHRIFTEN */
/***********************************/

.h1-image {
  width: 100%;
  background-image: url(/fileadmin/templates/images/h1-image.gif);
  background-repeat: no-repeat;
  background-position: left;
  margin-left: -15px;
  margin-bottom: 10px;
  height: 60px;
}

.h1-image img {
  margin-left: 60px;
  margin-top: 17px;
}

/*******************************/
/*  LAYOUT     -    LAYOUT     */
/*******************************/


#eyecatcher {
  position: absolute;
  left: 50%;
  margin-left: 300px;
  width: 200px;
  height:185px;
  z-index: 10;
}

#container {
	position: absolute;
	left: 50%;
	margin-left: -440px;
	width: 880px;
	height:auto;
	background-image: url(/fileadmin/templates/images/bg-content1.gif);
	background-repeat: repeat-y;
	margin-top: 0px !important;
}

#rahmen-oben {
	width: 100%;
	height: 35px;
	background-image: url(/fileadmin/templates/images/rahmen-oben.gif);
	background-repeat: no-repeat;
}

#rahmen-unten {
	width: 100%;
	height: 45px;
	background-image: url(/fileadmin/templates/images/rahmen-unten.gif);
	background-repeat: no-repeat;
	clear:both;
}


#header-bg {
	width: 812px;
	height: 300px;
	background-image: url(/fileadmin/templates/images/bg-header1.gif);
	background-repeat: no-repeat;
	margin-left: 35px;
	clear:both;
}

#logo {
  width:185px;
  height: 125px;
  float:left;
  margin: 25px 0px 0px 25px;
}

#headerimage {
  width:525px;
  height: 230px;
  float:left;
  margin: 42px 0px 0px 38px;
}

.clear {
  width: 100%;
  clear:both;
}

#content {
  padding: 0px 50px 5px 50px;
}

#left {
  width: 200px;
  float:left;
  margin-top: 90px;
}

#right {
  width: 540px;
  float:left;
  margin-left: 30px;
  margin-top: -30px;
}

#navi {
  position:absolute;
  width: 180px;
  height:auto;
  left: 50%;
  margin-left: -379px;
  top: 181px;
  z-index:10;
}

#navi_oben {
	width: 100%;
	height: 10px;
	background-image: url(/fileadmin/templates/images/navi_bg/oben.gif);
	background-repeat: no-repeat;
}

#navi_mitte {
	width: 100%;
	background-image: url(/fileadmin/templates/images/navi_bg/mitte.gif);
	background-repeat: repeat-y;
	padding-left: 5px;
	line-height: 20px;
	clear:both;
}

#navi_unten {
	width: 100%;
	height: 10px;
	background-image: url(/fileadmin/templates/images/navi_bg/unten.gif);
	background-repeat: no-repeat;
}

html {
  height: 101%;
}

a {
  color:#b40000;
  text-decoration: none;
}

a:hover {
  color:#b40000;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

/*******************************/
/* MAILFORM     -    MAILFORM  */
/*******************************/

.mailform input {
  width: 200px;
  border: solid 1px #8c582f;
  background-color:#fff8df;
}

.mailform textarea {
  width: 200px;
  border: solid 1px #8c582f;
  background-color:#fff8df;
}

.mailform .submit {
  width: 202px;
  border: solid 1px #8c582f;
  background-color:#fff8df;
}

/*******************************/
/*  ÜBERSCHRIFTEN              */
/*******************************/

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight:bold;
  color:#8c582f;
  margin-bottom: 0px;
  padding-bottom:0px;
}

.subheader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color:#8c582f;
  margin-top: 2px;
  margin-bottom: 15px;
}


