

/* datei format.css */




/* ====== allgemein ======  */

/* breite der gesamtkonstruktion  */
#breite {width:1000px}

body
{margin-top:50px; margin-left: 0px; margin-right: 0px;margin-bottom: 30px;
background-color:#00669B;background-image:url(images/back.jpg);
background-repeat:repeat;
background-attachment:fixed;
background-position:40% 0%;
color:#0B5B8C;
font-family:verdana,"trebuchet ms", arial, helvetica,verdana, georgia, "times new roman", sans-serif;

}

.haupt {width:100%;
padding:15px;
border:solid 1px #000;
background-color:#fff;
-moz-border-radius:30px;
-webkit-border-radius:30px;
border-radius:30px;
-webkit-box-shadow: 0px 0px 24px #fff;
-moz-box-shadow: 0px 0px 24px #fff;
box-shadow: 0px 0px 24px #fff;
}



/* überschriften im text */

h1, h2, h3, h4, h5, h6 {font-family : verdana, arial, helvetica, tahoma, verdana, sans-serif;
color:#0B5B8C;
font-weight:normal;
}

h1{text-align:left;
margin-bottom:28px;letter-spacing:-1px;
font-size: 26px;
line-height:28px;
}

h2{text-align:left;
margin-bottom:20px;letter-spacing:-1px;
font-size: 20px;
line-height:24px;

}

h3{text-align:left;
margin-bottom:10px;letter-spacing:-1px;
font-size: 16px;
line-height:18px;
}

/* homepagename als text */


#name {font-family:georgia,tahoma,"trebuchet ms";
font-style:italic;
font-weight:bold;
font-variant:small-caps;
color:#FF9F00;
font-size : 20px;
line-height:18px;
text-shadow: 0px 0px 6px #FF9F00;
padding:2px;
letter-spacing :6px;
}

#name2 {font-family:"comic sans ms",arial,georgia,tahoma,"trebuchet ms";
font-style:italic;
font-variant:small-caps;
color:#006297;
font-size : 20px;
line-height:18px;
text-shadow: 0px 0px 6px #579AD7;
padding:2px;
letter-spacing :6px;
}



/* LISTEN IM TEXT - wenn verlinkt, dann sehen sie dazu das menü in der datei format.css
wenn nicht verlinkt, dann nachstehender code
 */

#liste ul ,#liste li {
list-style-type: none;
}

#liste li  {
list-style-type:none;
background-image:url(images/list2.png);
background-repeat:no-repeat;
background-position:0px 50%;
padding-left:28px;
font-size: 13px;
line-height: 19px;
color:#0B5B8C;
}



/* ADRESSE in fussbereich  */
#adress_container {height:100px;
position:relative;
float:left;
margin:auto;
top:0px;
left:60px;
width:400px;
font-family: georgia,Verdana,Arial,Helvetica,sans-serif;
font-size: 14px;
font-style:normal;
text-shadow: 1px 1px 3px #000;
}


/* foto in sidebar  */

.side_foto {float:left;background-color:#000;
margin-left:0px;margin-top:0px;
margin-bottom:0px;margin-right:10px;
border:solid 1px #000;
text-align:left;
font-size:14px;line-height:20px;
font-style:normal;
padding:0px;
-webkit-box-shadow: 0px 0px 6px #fff;
-moz-box-shadow: 0px 0px 6px #fff;
box-shadow: 0px 0px 6px #fff;
}


/* zitat in sidebar */
#zitat {text-align:left;
background-color: #FFBF00;
background-image:url(images/back06.png);
background-repeat:repeat-y;
background-position:50% 50%;
color:#000;
text-shadow: 1px 1px 2px #fff;
font-size:13px;
font-style:normal;
padding:15px;
margin-left:10px;
margin-right:10px;
margin-top:3px;
margin-bottom:3px;
border:solid 2px #C7EAFE;
-webkit-box-shadow: 0px 0px 6px #000;
-moz-box-shadow: 0px 0px 6px #000;
box-shadow: 0px 0px 6px #000;
-moz-border-radius-topleft:30px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:30px;

-webkit-border-top-left-radius:30px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius: 30px;

border-top-left-radius:30px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:30px;
}

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ====== top - bereich ======  */



#top { width:100%;


text-align:center;
vertical-align:top;
padding-left:0px;padding-right:0px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:15px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;

-webkit-border-top-left-radius:15px;
-webkit-border-top-right-radius:15px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;

border-top-left-radius:15px;
border-top-right-radius:15px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}


#top_inhalt1 {height:70px;width:300px;
background-image:url(images/s2.png);
background-repeat:repeat-x;
background-position:  50% 100%;
font-size:13px;
font-style:italic;
font-family:"comic sans ms";
letter-spacing:2px;
color:#000;
text-align:left;
vertical-align:middle;
padding-bottom:0px;
padding-left:15px;
}

#top_inhalt2{background-image:url(images/s2.png);
background-repeat:repeat-x;
background-position:  50% 100%;
height:70px;
text-align:right;
vertical-align:middle;
padding-bottom:5px;
padding-top:0px;
padding-left:0px;
padding-right:20px;
}



/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ====== kopfbereich ======  */


#header {width:100%;
text-align:center;
vertical-align:top;
background-color:#fff;
border:solid 1px #fff;
-webkit-box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 10px #000;
}


.header_inhalt_container {width:100%;
text-align:center;
}

/* ----- foto auf startseite index.html ----- */
.content_header {
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
background-position:100% 0%;
text-align:center;
}


/*  eigenes foto auf jeder seite gewollt, dann hier nachstehend der code */
/* foto auf seite index2.html */
.content_header2 {
background-image:url(images/logo2.jpg);
background-repeat:no-repeat;
background-position:100% 0%;
text-align:center;
}

/* foto auf seite index3.html */
.content_header3 {
background-image:url(images/logo4.jpg);
background-repeat:no-repeat;
background-position:50% 50%;
text-align:center;
}

/* foto auf seite index4.html */
.content_header4 {
background-image:url(images/logo3.jpg);
background-repeat:no-repeat;
background-position:0% 0%;
text-align:center;
}

/* ----- ende eigenes foto auf jeder seite ----- */





.headerbox1_container {width:320px;
background-image:url(images/himmelblau_50.png);
background-repeat:repeat;
background-position:  0% 0%;
border-right:solid 1px #005177;
-webkit-box-shadow: inset  0px 0px  14px #B0E3FF;
-moz-box-shadow: inset  0px 0px  14px #B0E3FF;
box-shadow: inset  0px 0px  14px #B0E3FF;
}

.headerbox1 {height:290px;
vertical-align:middle;text-align:center;
font-size: 22px;
line-height: 22px;
color:#fff;
padding-left:30px;
padding-right:30px;
}

.headerbox2_container {
-webkit-box-shadow: inset  0px 0px  14px #B0E3FF;
-moz-box-shadow: inset  0px 0px  14px #B0E3FF;
box-shadow: inset  0px 0px  14px #B0E3FF;
}

.headerbox2 {height:250px;
text-align:left;
font-size: 18px;
line-height: 16px;
color:#9F9F9F;
padding-left:10px;
padding-right:20px;
}


/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ====== inhaltsbereich ======  */



#content {width:100%;
text-align:center;
padding:0px;
background-image:url(images/s8.png);
background-repeat:repeat-x;
background-position:  50% 0%;}

.content_inhalt_container {width:100%;
text-align:left;
vertical-align:top;
}

td.content_inhalt {height:100%;
text-align:left;
vertical-align:top;
padding-left:0px;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;

}

/* ---- inhaltspalte----- */

.inbox {height:800px;
text-align:justify;
vertical-align:top;
font-size: 13px;line-height: 18px;
padding-left:30px;
padding-right:30px;
padding-top:50px;
padding-bottom:50px;
}


/* ---- sidebar-spalte ----- */

.sidebar {width:290px;
vertical-align:top;
padding-left:0px;
padding-right:0px;
padding-top:40px;
padding-bottom:40px;
}

#sideboxen_all  {
-webkit-box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 10px #000;
border:solid 1px #000;
-moz-border-radius:30px;
-webkit-border-radius:30px;
border-radius:30px;
}


.sidebarbox1 {height:100%;
font-family: tahoma,verdana,arial,helvetica, verdana, tahoma, sans-serif;
font-size:13px;
line-height:16px;
background-color:#0075B9;
background-image:url(images/back07.png);
background-repeat:repeat-y;
background-position:  50% 0%;
color:#fff;
text-align:left;
vertical-align:top;
padding-left:12px;
padding-right:10px;
padding-top:2px;
padding-bottom:20px;
border-top:solid 1px #fff;
border-bottom:solid 1px #000;

-webkit-box-shadow: inset  0px 0px  8px #fff;
-moz-box-shadow: inset  0px 0px 8px #fff;
box-shadow: inset  0px 0px  8px #fff;
}



.headline_sidebox {text-align:left;
margin-bottom:10px;
margin-top:10px;
letter-spacing:-1px;
font-size: 16px;
line-height:18px;
color:#FFBF00;
text-transform:uppercase;
text-shadow: 1px 1px 3px #000;
}

.sidebox_top {text-align:left;
margin:0px;letter-spacing:0px;
text-transform:uppercase;
font-size: 16px;
color:#000;
background-color: #FFBF00;
background-image:url(images/back06.png);
background-repeat:repeat-y;
background-position:50% 50%;
padding-left:10px;
height: 36px;
line-height: 36px;

border-top:solid 1px white;
border-bottom:solid 1px #006297;
border-left:solid 1px #fff;
border-right:solid 1px #fff;

text-shadow: 1px 1px 2px #fff;
}

.sidebox_top_oben {text-align:left;
margin:0px;letter-spacing:0px;
text-transform:uppercase;
font-size: 16px;
color:#000;
background-color: #FFBF00;
background-image:url(images/back06.png);
background-repeat:repeat-y;
background-position:50% 50%;
padding-left:10px;
height: 36px;
line-height: 36px;
border-top:solid 1px white;
border-bottom:solid 1px #006297;
border-left:solid 1px #fff;
border-right:solid 1px #fff;
text-shadow: 1px 1px 2px #fff;
-moz-border-radius-topleft:30px;
-moz-border-radius-topright:30px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;

-webkit-border-top-left-radius:30px;
-webkit-border-top-right-radius: 30px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius: 0px;

border-top-left-radius:30px;
border-top-right-radius:30px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}


.sidebox_bottom {text-align:left;
margin:0px;letter-spacing:0px;
text-transform:uppercase;
font-size: 16px;
padding-left:10px;
height: 36px;
line-height: 36px;
background-color:#FF7F00;
border-top:solid 1px white;
border-left:solid 1px #fff;
border-right:solid 1px #fff;
color:#000;
text-shadow: 1px 1px 2px #fff;
background-color: #FFBF00;
background-image:url(images/back06.png);
background-repeat:repeat-y;
background-position:50% 50%;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomleft:30px;
-moz-border-radius-bottomright:30px;

-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-left-radius:30px;
-webkit-border-bottom-right-radius: 30px;

border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:30px;
border-bottom-right-radius:30px;
}
/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */




/* ====== fussbereich/ENDE inhalt ======  */


/* ---- kleines stück zw. ENDE INHALT und ANFANG FUSS ----- */

#fuss0 { width:100%;
text-align:center;
vertical-align:top;padding-left:0px;padding-right:0px;
background-image:url(images/s2.png);
background-repeat:repeat-x;
background-position:  50% 100%;

}




/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */



/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ====== fussbereich ======  */


#fuss {width:100%;
background-color:#fff;
background-image:url(images/s2.png);
background-repeat:repeat-x;
background-position:  50% 100%;
vertical-align:top;
text-align:center;
vertical-align:top;
border:solid 1px #fff;


-webkit-box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 10px #000;

}

.fuss_inhalt_container {width:100%;
text-align:center;
vertical-align:top;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
background-position:0% 75%;
-webkit-box-shadow: inset  0px 0px  14px #B0E3FF;
-moz-box-shadow: inset  0px 0px  14px #B0E3FF;
box-shadow: inset  0px 0px  14px #B0E3FF;
}

/* ------ eigenes foto auf jeder seite im fussbereich gewollt, dann hier nachstehend der code ------- */
/* foto auf seite index2.html */

.fuss_inhalt_container2 {width:100%;
text-align:center;
vertical-align:top;
background-image:url(images/logo2.jpg);
background-repeat:no-repeat;
background-position:0% 80%;
-webkit-box-shadow: inset  0px 0px  14px #B0E3FF;
-moz-box-shadow: inset  0px 0px  14px #B0E3FF;
box-shadow: inset  0px 0px  14px #B0E3FF;
}

/* foto auf seite index3.html */
.fuss_inhalt_container3 {width:100%;
text-align:center;
vertical-align:top;
background-image:url(images/logo4.jpg);
background-repeat:no-repeat;
background-position:50% 100%;
-webkit-box-shadow: inset  0px 0px  14px #B0E3FF;
-moz-box-shadow: inset  0px 0px  14px #B0E3FF;
box-shadow: inset  0px 0px  14px #B0E3FF;
}

/* foto auf seite index4.html */
.fuss_inhalt_container4 {width:100%;
text-align:center;
vertical-align:top;
background-image:url(images/logo3.jpg);
background-repeat:no-repeat;
background-position:50% 100%;
-webkit-box-shadow: inset  0px 0px  14px #B0E3FF;
-moz-box-shadow: inset  0px 0px  14px #B0E3FF;
box-shadow: inset  0px 0px  14px #B0E3FF;
}
/* ------ ende eigenes foto auf jeder im fussbereich ------- */

.fuss_inhalt_containerbox {width:100%;
text-align:center;
vertical-align:top;
}


.fussbox {width:100%;height:210px;
text-align:left;
vertical-align:middle;
font-size: 12px;
line-height: 14px;
letter-spacing:1px;
color:#DFEAD5;
padding-bottom:0px;
padding-left:40px;
}



/* ====== ende - bereich ======  */



#ende { width:100%;
background-image:url(images/s8.png);
background-repeat:repeat-x;
background-position:  50% 0%;
text-align:center;
vertical-align:top;
padding-left:0px;padding-right:0px;

}


#ende_inhalt1 {
height:50px;
font-size:13px;
font-style:normal;
font-family:"comic sans ms";
letter-spacing:2px;
color:#fff;
text-align:center;
vertical-align:middle;
padding-top:14px;
padding-left:30px;
}

#ende_inhalt2{color:#FFFF00;
height:30px;width:30px;
text-align:center;
vertical-align:middle;
padding-bottom:5px;
padding-top:0px;
padding-left:0px;
padding-right:0px;
}