@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  background: url(../images/background_verti.jpg) repeat-y center;
  background-color: #111111;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #222222;
}

body > #wrap {
  height: auto;
  min-height: 100%;
}

p {
  line-height: 20px;
}

a {
  color: #d93337;
  text-decoration: none;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #333333; 
  margin-bottom: 15px;   
}

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #d93337;
  margin-bottom: 10px;  
}

h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #d93337;
  margin-bottom: 10px;
  line-height: 20px;
}

table {
  width: 680px;
  font-size: 12px;
}

td {
  padding-right: 5px;
  vertical-align: top;
}

hr {
  height: 1px;
  border:solid #c5c5c5;
  border-width: 0 0 1px 0;
}

#wrap {
  height: 100%;
  width: 100%;
  background-image: url(../images/background_hori.png);
  background-repeat: repeat-x;
}

#box {
  padding-bottom: 140px;
  clear: both;
}

#main {
  width: 1000px;
  height: 450px;
  margin: auto;
  margin-top: 0;
  background-image: url(../images/background_hori.png);
}

/* LOGO */

#logo {
  position: absolute;
  top: 313px;
  margin-left: 0px;
}


/*NAVIGATION*/

#mainNavi {
  width: 250px;
  float: left;
  margin-top: 10px;
}

#mainNavi ul {
  margin-top: 7px;
}

#mainNavi li {
  display: block;
  width: 246px;
  background-color: #FFFFFF;
  margin-bottom: 7px;
}

#mainNavi a {
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 5px;
  padding-left: 24px;
}

#mainNavi a.aktive {
  color: #FFFFFF;
  background: #d93337;
}

#mainNavi a:hover {
  display: block;
  color: #FFFFFF;
}

#mainNavi li:hover {
  background:#d93337;
  background-image:url(../images/navi-hover.jpg);
  color: #FFFFFF;
}

/* BILD */

#headerImages {
  float:right;
  margin-right: 25px;
}

/* SLOGAN */

#slogan {
  position: absolute;
  top: 360px;
  margin-left: 430px;
}

/* CONTENT */

#mainContent {
  width: 650px;
  float:left;
  margin-top: 130px;
  margin-left: 32px;
  margin-bottom: 20px;
}

#mainContent li {
  list-style: square;
  line-height: 18px;
  margin-left: 20px;
  margin-bottom: 8px;
}

/* CONTENT-LEFT */

#leftContent {
  width: 250px;
  float:left;
  margin-top: 155px;
  background-color: #FFFFFF;
  border:1px dotted #999999;
  border-left: 0;
}

#leftContent h2 {
  display: block;
  width: 150px;
  color: #333333;
  margin-left: 22px;
  padding-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
}

#leftContent h3 {
  color: #666666;
  margin-left: 22px;
  width: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px dotted #999999;
  font-size: 12px;
}

#leftContent p {
  color: #333333;
  padding-left: 22px;
  padding-bottom: 20px;
  line-height: 18px;
}

/* FOOTER */

#footer {
  height: 31px;
  width:100%;
  position: relative;
  background: #333333;
  border-top: 1px solid #FFFFFF;
  padding-top: 10px;
  margin-top: -42px;
  clear:both;
}


#footer li{
  display: inline;
  float: right; 
}

#footer_right {
  margin: auto;
  width: 960px;
}

#footer_right a {
  font-size: 12px;
  color:#FFFFFF;
  text-decoration:none;
  padding-left: 3px;
  padding-right: 5px;
  padding-bottom: 2px;
  margin-left: 6px;
  margin-right: 5px;
}

#footer_right a:hover {
  color: #d93337;
}

#zurueck {
  padding-top: 40px;
}

/*KONTAKTFORMULAR*/

fieldset {
  border: 0px;
}

input {
  margin-bottom: 5px;
}

#mailformformtype_mail {
  margin-top: 10px;
}

.mf-input {
  border: 1px solid #c5c5c5;
  width: 300px;
}

.mf-text {
  border: 1px solid #c5c5c5;
  width: 300px;
}

/*NEWS*/

.news-latest-item {
  margin-bottom: 25px;
}

.news-latest-item h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #d93337;
  margin-bottom: 10px; 
  padding-left: 20px;
  background-image:url(../images/blitz.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

.news-latest-date{
  color: #000;
  font-size: 10px;
}

.single-content{
  width: 430px;
  float: left;
}

.news-single-img{
  float: right;
  margin-left: 10px;
}

.news-single-img img{
  padding-bottom: 10px;
}

.news-single-item{
  width: 690px;
}

.backtolist a{
  float: right;
  margin-right:0 ;
  display: block;
  height: 29px;
  width: 200px;
  background-image: url(../images/zurueck-button.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  font-size: 0px !important;
  position: relative;
  top: -40px;
}

.clearer {
  border:0;
  }

.cl-right {
  border:0;
  }

