/* CSS template_3 */

* { padding:0; margin:0; border:0; }

body { font-family:Arial, Helvetica, sans-serif; color:#4b4b4b; font-size:12px; text-align:center;}

#main {
    width:800px;
    margin: 10px auto 0;
}

#header {
    /*background-image:url(../gif/header.gif);*/
    /*background-repeat:no-repeat;*/
    /*background-position:0 0;*/
    height:148px;
    background: transparent url(../gif/header.gif) no-repeat;
}
  #breadcrumb { float:left; width:590px; padding: 0 0 0 10px; margin-top: 133px; color:#c8e0e3; font-size: 10px; text-align:left;}
  #datum {  float:right; width:190px;  padding: 0 0 0 10px; margin-top: 133px; color:#c8e0e3; font-size:10px; }

#inhaltsbereich { margin:2px 0 0 0; width:100%;}
        #menu-top { border-top:5px solid #94979A; padding: 10px 0 0 0;}
  #menu_1 { float:left; width:200px; text-align:left;}
  #rechte_spalte { float:right; width:600px; }
    #menu_2 { padding:3px 0 0 10px; height:25px;}
    #content { padding:10px 0 20px 10px; text-align:left; }
  #footer { clear:both; width:100%; background-color:#fff; text-align:right; border-top:solid 1px #1F1F1F; padding:12px 0 0 0; font-size:10px;}
  #footer p {
      margin-bottom: 1.5em;
  }

.certificate {
  margin-top:30px;
  margin-bottom:15px;
  }

.certificate p {
  margin-top:5px;
  margin-bottom:5px;
  }


a:link, a:visited {
 font-weight:normal;
 font-size: 12px;
 font-family :  Arial, 'sans-serif';
 color :#666;
 text-decoration: underline;
 background-color :  transparent;
}
a:hover, a:active {
 font-weight:normal;
 font-size: 12px;
 font-family :  Arial, 'sans-serif';
 text-decoration: none;
 color :  #666;
 background-color :  transparent;
}

#breadcrumb a:link, #breadcrumb a:visited {
 font-weight: normal;
 font-size: 11px;
 font-family:  Arial, 'sans-serif';
 color: #C8E0E3;
 text-decoration: none;
 background-color:  transparent;
}
#breadcrumb a:hover, #breadcrumb a:active  {
 font-weight: normal;
 font-size: 11px;
 font-family :  Arial, 'sans-serif';
 text-decoration: underline;
 color :  #C8E0E3;
 background-color :  transparent;
}

li.menu-1 {
 list-style: square;
}

li.menu-2 {
 list-style: circle;
 margin-left: 1em;
}

ul#menu a:link, ul#menu a:visited, ul#menu li.active {
  font-weight:normal;
   font-size: 1.15em;
  display: block;
  padding: .4em .25em .4em 1.5em;
  color: #1F1F1F;
  text-decoration: none;
}

ul#menu a:hover, ul#menu li.active {
  background: #ebebeb;
}

#content p {
 font-size: 1.15em;
 line-height: 1.2em;
 margin-bottom: 1.3em;
}

#footer a:link, #footer a:visited, #footer a:active {
 font-weight:bold;
 font-size: 10px;
 color :  #4d4d4d;
 font-family :  Arial, 'sans-serif';
 text-decoration: underline;
}
#footer a:hover {
 font-weight:bold;
 font-size: 10px;
 color :  #4d4d4d;
 font-family :  Arial, 'sans-serif';
 text-decoration: none;
}

h1 {
  font-size: 150%;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 1em;
  color: #4b4b4b;
}

h2 {
  font-size: 140%;
  font-weight: normal;
  color: #4b4b4b;
}

h3 {
  font-size: 130%;
  font-weight: normal;
  margin: 1em 0 .75em 0;
  color: #666666;
}

h4 {
  font-size: 120%;
  font-weight: normal;
  margin: 1em 0 .75em 0;
  color: #666666;
}

tr {
 margin-bottom: 1.3em !important
}

td.csc-uploads-icon {
 vertical-align: top;
}

td.csc-uploads-fileSize {
 vertical-align: top;
}

td.csc-uploads-fileName p {
 font-size: 1em !important;
 line-height: 1em !important;
 margin-bottom: 1.0em !important;
}

ul {margin-left: 1em;font-size:1.15em;}
ol {margin-left: 1em;font-size:1.15em;}

td {font-size: 12px; color: #4b4b4b;}

/* mail Formular */
legend {
padding-left:10px;
padding-right:10px;
border: 0;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
width:60%;
padding-top:10px;
padding-bottom:10px;
padding-left:110px;
border: 1px solid #C0C0C0;
}

.mf-radio {
border:0;
}

.mf-text {
color: #000000;
border: 1px solid #C0C0C0;
margin-bottom: 10px;
  width: 250px;
padding:3px;
}

.mf-check {
margin-bottom: 10px;
font-size: 13px;
border: 1px solid #C0C0C0;
}

.mf-select {
  margin-right: 10px;
  border:0;
  width:250px;
  padding: 5px;
  margin-top:5px;
  margin-bottom:10px;
}

.mf-input {
color: #000000;
width: 250px;
padding:3px;
margin-right: 10px;
border: 1px solid #C0C0C0;
margin-bottom: 10px;
font-size: 13px;
font-family: Verdana, Helvetica, sans-serif;
}

.mf-submit {
color: #ffffff;
background-color: #9EB465;
border: 1px solid #C0C0C0;
padding:5px;
font-size: 13px;
  margin:5px;
}

#mailform label {
width: 150px;
margin-bottom: 5px;
  float:left;
}


