* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: verdana;
  font-size: 13px;
}

/* IDs
---------------------------------------*/
#wrapper {
  position: relative;
  margin: 0px auto;
  width: 960px;
}

#header {
  width: 960px;
  height: 187px;
  background-image: url(../../fileadmin/olt/Layout/header.jpg);
  background-align: bottom;
}

#navi {
  position: relative;
  top: 160px;
  left: 20px;
  font-size: 14px;
  font-weight: bold;
}

#breadcrumb {
  height: 20px;
  line-height: 20px;
  background-color: #E41C29;
  border-top: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding-left: 5px;
  margin-bottom: 10px;
}

#content {
  width: 695px;
  float: left;
  background-image: url(../../fileadmin/olt/Bilder/content_bg.gif);
  background-position: top;
  background-repeat: no-repeat;
}

#contentWrapper {
  position: relative;
  top:0px;
  left: 15px;
  width: 665px;
  /*padding-left: 5px;*/
}

#rechts {
  width: 265px;
  float: right;
}

#footer {
  clear: both;
  width: 960px;
  height: 95px;
  background-image: url(../../fileadmin/olt/Layout/footer.jpg);
}

#footerText {
  position: relative;
  top: 45px;
  left: 10px;
  width: 750px;
}

#randKontakt {
  width: 265px;
  height: 30px;
  background-image: url(../../fileadmin/olt/Layout/kontakt_rand.jpg);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
}

#navi li {
  display: inline;
  margin-right: 22px; 
}

#navi li a {
  text-decoration: none;
  color: #FFFFFF;
  border-bottom: none;
}

#kontaktText {
  padding-left: 5px;
  background-image: url(../../fileadmin/olt/Layout/box_bg.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
}

#teaser td {
  font-family: verdana;
  font-size: 13px;
  color: #000000;
}

/* Klassen
---------------------------------------*/

.randHeader {
  width: 265px;
  height: 30px;
  background-image: url(../../fileadmin/olt/Layout/hl_header.jpg);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: right;
}


h1 .csc-firstHeader {
  font-size: 14px;
  font-weight: bold;
  color: #E41C29;
  margin-bottom: 10px;
}


h1 {
  font-size: 14px;
  font-weight: bold;
  color: #E41C29;
  margin-bottom: 10px;
}


a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px dotted #000000;
  /*font-weight: bold;*/
}

/* Mailformular 
----------------------------------------------*/
fieldset {
  padding: 1em;
  padding-top:40px;
  font:80%/1 sans-serif;
  /*border-bottom:1px solid #ccc;*/
  /*border-top:1px solid #ccc;*/
  background-color:#FFFFFF;
  border: 1px solid #FFFFFF;
}
       
label {
  width: 12em;
  font-size: 12px;
  color: #263F5E;
  padding: 0px 10px 0px 10px;
  float: left;
  text-align: left;
  margin-right: -15px;
  margin-bottom: 3px;
  display: block
}
       
input {
  margin-bottom: 10px;
  margin-left: 10px;
  color: #263F5E;
  /*color: #C41C29;*/
  background: #fff;
  border: 1px solid #ccc;
}

submit {
  margin-bottom: 10px;
  margin-left: 10px;
  /*color: #263F5E;*/
  color: #C41C29;
  background: #fff;
  border: 1px solid #ccc;
}
       
textarea {
  margin-bottom: 10px;
  margin-left: 10px;
  border: 1px solid #ccc;
  background: #fff;
  color: #263F5E;
}

#mailformformtype_mail {
  color: #fff;
  font-weight:normal;
  /*border: 1px outset #263F5E;*/
  background:#263F5E;
}