* { margin:0; padding:0; }
option {padding-left: 0.4em}

html {height:100%}
body {
  margin: 0px 0px 0px 0px;
  min-height: 101%;
  background: #fff;
  font-family: Arial,sans-serif;
  font-size: 0.8em;
  color: #000000;
  text-align: center;
}

A:link { color: #4D75BB;  text-decoration: underline;}
A:hover { color: #4D75BB;  text-decoration: underline;}
A:visited { color: #4D75BB; text-decoration: underline;}
A:active { color: #4D75BB; text-decoration: underline;}


p {
  line-height: 12pt;
}


#head1{
  height: 32px;
  width: 800px;
  margin: auto;
  background: url(../img/head_A.gif);
}


#head2{
  height: 127px;
  margin: auto;
  background: #DEF5FE url(../img/head_B.gif);
  background-repeat: no-repeat;
  background-position: 50% 0px;
  border-top: solid 1px #0088C2;
  border-bottom: solid 1px #0088C2;
}

#nav{
  width: 800px;
  margin: auto;
  padding: 8px 0px 0px 0px;
  text-align: left;
  background: #0088C2;
}



#content{
  width: 798px;
  margin: auto;
  height: 70%;
  text-align: left;
  background: #F0F0F0;
}

#inhaltrechts{
  float: right;
  width: 220px;
  margin: 15px 15px 15px 15px;
}

#inhalt{
  margin: 0px 250px 0px 0px;
  padding: 15px 15px 15px 0px;
  background: #fff;
  min-height: 500px;
}

#footer{
  width: 800px;
  height: 15px;
  margin: auto;
  background: #00ACEB;
}

#copyright{
  float: left;
  font-size: 11px;
  color: #0F49AA;
}

#footernav{
  width: 800px;
  height: 50px;
  margin: auto;
  padding: 5px 0px 0px 0px;
  text-align: right;
}


.mainnav:link, .mainnav:visited {
  padding: 0px 10px 0px 10px;
  font-size: 13px;
  color:#fff;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:none;
}

.mainnav:hover {
  padding: 0px 10px 0px 10px;
  font-size: 13px;
  color:#fff;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:none;
  background: #00ACEB;
}


.mainnavon:link, .mainnavon:visited, .mainnavon:hover {
  padding: 0px 10px 0px 10px;
  font-size: 13px;
  color: #0088C2;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration:none;
  background: #fff;
}




.quick:link, .quick:visited {
  padding: 0px 5px 0px 5px;
  font-size: 11px;
  color: #0F49AA;
  text-decoration:none;
}

.quick:hover {
  padding: 0px 5px 0px 5px;
  font-size: 11px;
  color: #0F49AA;
  text-decoration:underline;
}


.quickActive:link, .quickActive:visited, .quickActive:hover {
  padding: 0px 5px 0px 5px;
  font-size: 11px;
  color: #0F49AA;
  text-decoration:none;
}

UL {
margin: 0 0 0 0;
}

OL {
margin: 0 0 0 0;
}


.bulletlist {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:0.7em;
color: #666666;
margin: 0 0 0 0;
}

li {
  color: #000000;
  margin: 0px 0px 8px 20px;
}


h1 {
  margin: 0px 0px 10px 0px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #000000;
  font-weight: bold;
}

h2 {
  margin: 0px 0px 8px 0px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  color: #000000;
  font-weight: bold;
  border-bottom: solid 1px #000000;
}

h3 { font-family: Arial, sans-serif;
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #F7941D;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 2px 10px 2px px;
}

h4 {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #F7941D;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}

.bildR {
  float: right;
  margin: 0px 0px 5px 10px;
}

.tab {
  margin-bottom: 20px;
}

#bildtext {
  font-family:Arial, sans-serif;
  font-size: 10px;
  color: #666666;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}

table li {
  color: #000000;
  margin: 0px 0px 4px 20px;
}

table h1, table p {
  margin: 0px 0px 4px 0px;
}

/*****************/
/* Formulare     */
/*****************/
form#mailform fieldset {
  border:1px solid #7FA8CE;
  padding:1em;
  }

form#mailform fieldset span.csc-mailform-radio fieldset {margin:1em 2em 1em 1em;}
form#mailform fieldset span.csc-mailform-radio fieldset input {width:auto; margin:0 0.3em 0 0; border:0;}
form#mailform fieldset span.csc-mailform-radio fieldset label {float:none;}

.csc-mailform-field {
  clear:both;
  margin-bottom:0.8em;
  }

fieldset.csc-mailform .csc-mailform-field label {
  width: 15em;
  float:left;
  padding: 0px 15px 0px 0px;
  color: #616C7B;
  }

fieldset.csc-mailform .csc-mailform-field input, fieldset.csc-mailform .csc-mailform-field select, fieldset.csc-mailform .csc-mailform-field textarea {
  width: 20em;
  background: #fff;
  border: solid 1px #7FA8CE;
  }

fieldset.csc-mailform .csc-mailform-field input.csc-mailform-check {
  width:auto;
  border:0;
  margin-top:0.2em;
  background: #ff0000;
  }

fieldset.csc-mailform .csc-mailform-field textarea {
  width: 28em;
  font-size:1em;
  }


fieldset.csc-mailform label span {color:red;}

input#mailformformtype_mail {
  margin-left:0em;
  background:#fafafa;
  cursor:pointer;
  }


input#mailformformtype_mail:hover {
  background: #EFF0F1;
  color: #616C7B;
  }

.csc-mailform-field select {
  margin-left:1em;
  border: solid 1px #7FA8CE;
  background:#fafafa;
  color:#777;
  }