

/* datei format.css */




/* ====== allgemein ======  */



body {width:100%;
margin-top:30px; margin-left: 0px; margin-right: 0px;margin-bottom: 40px;
background-color: #EFEFEF;
color:#004D75;
font-family: verdana,"trebuchet ms", arial, helvetica,verdana, georgia, "times new roman", sans-serif;
}

/* breite der gesamtkonstruktion  */
#breite {width:1000px;
background-color:#fff;
padding:45px;
-moz-border-radius: 140px;
-webkit-border-radius: 140px;
border-radius: 140px;
-webkit-box-shadow:inset 0px 0px 4px #000;
-moz-box-shadow:inset 0px 0px 4px #000;
box-shadow: inset 0px 0px 4px #000;
}

.haupt {padding:15px;
background-color:#fff;
border:solid 1px #07274B;
-moz-border-radius: 95px;
-webkit-border-radius: 95px;
border-radius: 95px;
-webkit-box-shadow: 0px 0px 10px #9F9F9F;
-moz-box-shadow:  0px 0px 10px #9F9F9F;
box-shadow: 0px 0px 10px #9F9F9F;
}


/* überschriften im text */


h1, h2, h3, h4, h5, h6 {
color:#004D75;
font-weight:normal;text-align:left;
}

h1{text-align:left;
margin-bottom:30px;letter-spacing:-2px;
font-size: 20px;
line-height:27px;
}

h2{
margin-bottom:20px;letter-spacing:-1px;
font-size: 17px;
line-height:22px;
padding-left:0px;
padding-right:0px;
padding-top:2px;
padding-bottom:2px;
}

h3{
padding-bottom:3px;
margin-bottom:10px;letter-spacing:-1px;
font-size: 15px;
line-height:18px;
}


/* homepagname oben sowie adresse unten als text */

.name_container {float:right;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:80px;
-moz-border-radius-bottomright:80px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:80px;
-webkit-border-bottom-right-radius:80px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:80px;
border-bottom-right-radius:80px;
-webkit-box-shadow: 2px 2px 6px #1f1f1f;
-moz-box-shadow: 2px 2px 6px #1f1f1f;
box-shadow:  2px 2px 6px #1f1f1f;
}

.name {background-color:#800000;
float:right;
font-family:georgia,tahoma,"trebuchet ms";
font-style:normal;
font-variant:small-caps;
color:#fff;
border-left:solid 1px #000;
border-right:solid 1px #000;
border-bottom:solid 1px #000;
text-shadow: 1px 1px 0px #000;
padding-left:30px;padding-right:30px;
padding-top:10px;padding-bottom:10px;
letter-spacing :2px;
text-align:center;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:80px;
-moz-border-radius-bottomright:80px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:80px;
-webkit-border-bottom-right-radius:80px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:80px;
border-bottom-right-radius:80px;
-webkit-box-shadow: inset 2px 2px 8px #fff;
-moz-box-shadow: inset 2px 2px 8px #fff;
box-shadow: inset 2px 2px 8px #fff;
}




/* listen im textbereich - wenn verlinkt, dann sehen sie dazu die liste in der datei menue.css,
wenn nicht verlinkt siehe code nachstehend */

#liste li  {
list-style-type:upper-roman;
padding-left:10px;
color:#800000;font-weight:bold;
}

#liste li span {
color:#004D75;font-weight:normal;
}




/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ====== top - bereich ======  */



#top {width:100%;
text-align:center;
padding-left:0px;
padding-right:0px;
}

#top_inhalt_container {width:100%;
border:solid 6px #002940;
text-align:center;
background:transparent;
-moz-border-radius-topleft:80px;
-moz-border-radius-topright:80px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:80px;
-webkit-border-top-right-radius:80px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:80px;
border-top-right-radius:80px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
-webkit-box-shadow:0px 40px 60px #0F5097;
-moz-box-shadow:0px 40px 60px #0F5097;
box-shadow:0px 40px 60px #0F5097;
}


#top_inhalt{height:230px;width:100%;
background-color:#EFEFEF;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
background-position:50% 10%;
border:solid 1px #0095E6;
text-align:right;
vertical-align:bottom;
padding-bottom:0px;
padding-top:0px;
padding-left:0px;
-moz-border-radius-topleft:74px;
-moz-border-radius-topright:74px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:74px;
-webkit-border-top-right-radius:74px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:74px;
border-top-right-radius:74px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
-webkit-box-shadow:  inset 2px 2px 6px #1f1f1f;
-moz-box-shadow:  inset 2px 2px 6px #1f1f1f;
box-shadow:  inset 2px 2px 6px #1f1f1f;
}



#top_inhalt_a {text-align:center;
vertical-align:top;
padding-left:66px;
padding-top:0px;
}

#top_inhalt_b {text-align:right;
vertical-align:bottom;
padding-right:40px;

}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ====== inhaltsbereich ======  */



#content {width:100%;
text-align:center;
vertical-align:top;
padding:0px;
}

.content_inhalt_container {width:100%;
width:100%;
text-align:left;
vertical-align:top;
}


/* ---- inhaltspalte----- */


.inbox_oben {width:100%;
vertical-align:top;
padding-right:46px;
}


.inbox {height:700px;
text-align:justify;
vertical-align:top;
font-size: 13px;
line-height: 18px;
padding-left:40px;
padding-right:40px;
padding-top:30px;
padding-bottom:70px;
background:transparent;
}









/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */




/* ====== fussbereich ======  */



#fuss {width:100%;
text-align:center;
vertical-align:top;
}



#fuss_inhalt_container {width:100%;
text-align:center;
border:solid 6px #002940;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:80px;
-moz-border-radius-bottomright:80px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:80px;
-webkit-border-bottom-right-radius:80px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:80px;
border-bottom-right-radius:80px;
-webkit-box-shadow:0px -30px 100px #0F5097;
-moz-box-shadow:0px -30px 100px #0F5097;
box-shadow:0px -30px 100px #0F5097;
}

#fuss_inhalt {width:100%;height:140px;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
background-position:50% 0%;
background-color:#8BBDF3;
color:#fff;
text-shadow: 1px 1px 0px #000;
letter-spacing:3px;
text-align:center;
vertical-align:middle;
padding-left:40px;
padding-right:40px;
padding-top:0px;
padding-bottom:10px;
border:solid 1px #0095E6;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:74px;
-moz-border-radius-bottomright:74px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
-webkit-border-bottom-left-radius:74px;
-webkit-border-bottom-right-radius:74px;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:74px;
border-bottom-right-radius:74px;
-webkit-box-shadow:  inset 2px 2px 6px #1f1f1f;
-moz-box-shadow:  inset 2px 2px 6px #1f1f1f;
box-shadow:  inset 2px 2px 6px #1f1f1f;
}

#fuss_inhalt_a {text-align:center;
vertical-align:top;
}