
/* BASICS ------------------------------------------------------------------------------ */
* {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
}

html {
  height: 100%;
}

body{
  font-family: Arial, Helvetica, sans-serif;
  background-color:#fff;
  color:#222222;
  height: 100%;
}
strong {
  font-weight:bold;
}

strong font {
  font-weight:bold;
}


b {
  font-weight:bold;
}

b font {
  font-weight:bold;
}
    

img{
  border:none;
}
br.clearer{
  clear:both;
  display:block;
}
.bodytext {
}

.page{
  table-layout:fixed;
  height: 100%;
}

.logo{
  text-align:right;
  margin-right: 80px;
}

.menu{
  vertical-align: top;
  padding-left:25px;
  padding-right:25px;
  padding-top: 110px;
  padding-bottom: 25px;
  width:160px;
  height:100%;
  background-color: #D4021C;
  color:#FFFFFF;
}

.menu li{
  list-style-type: none;
}

.menu a{
  text-decoration: none;
}

.level1 {
}

.level1 li{
  padding-top: 20px;
}

.level1 a{
  font-weight:bold;
  font-size: 14px;
  color:#FFFFFF;
}

.level2 li{
  padding-top: 2px;
  list-style-type: square;
  margin-left: 15px;
}

.level2 a{
  font-size: 12px;
  font-weight:normal;
  color:#FFFFFF;
}

.content{
  vertical-align: top;
  padding-top:10px;
/*  width:800px;  */
  width:100%;
  height:100%;
  float:left;
/*  border: 1px solid black; */
  padding-top: 154px;
}

.right {
  vertical-align: top;
  width: 200px;
  height: 100%;
  background:url(../pics/banner_links.jpg) no-repeat top left;
}

div.contentMain {
  padding-left:  170px;
  padding-right:  110px;
}

div.contentMain div.csc-textpic-intext-left-nowrap {
  margin-left:-110px;
  margin-top: 16px;
}

div.contentMain div.csc-textpic img {
  padding-top: 16px;
}

/* layout "normal" */
div.contentMain h2.layout_normal {
  padding-top:13px;
  font-weight:bold;
  font-size:18px;
}
div.contentMain div.layout_normal {
}
div.contentMain div.layout_normal_body {
}
div.contentMain div.layout_normal_body span {
}

div.contentMain li {
  margin-top: 7px;
}

div.contentMain div.tx-mllink2map24-pi1 { }
/* /layout "normal" */

.csc-form-fieldcell input,
.csc-form-fieldcell textarea,
.csc-form-fieldcell checkbox {
  background: #ffffff;
  border: 1px inset #AFBD92;
  width:145px;
}

.csc-form-fieldcell #mailformformtype_mail {
  background: #F39303;
  border: 1px #AFBD92;
  width:145px;
  height:14px;
  cursor: pointer;
}
.styledLink{
/*  background-image: url(../pics/pfeilrund.gif); */
  padding-left: 20px;
  background-repeat: no-repeat;
  list-style: none;
  margin-left: -20px;
}

table.contenttable td {
  padding: 5px;
}

td.content td {
  padding: 5px;
}

.align-center {
  text-align: center;
}

/* ----------------- Map24 -------------------- */
#map24 input { border: 1px solid gray; margin: 5px; }


