body{
background-color: #F7E48C;
font-family: Tahoma,Times New Roman;
color: #6E6D6C;
text-align:center;
margin:0;
padding:0;
}

/* DIVs */

div#main{
margin:10px auto;
border:0;
padding:0;
text-align:center;
width:760px;
}

div#logo{
text-align:right;
float:right;
margin:0;
height:100px;
background-image:  url("../pics/templatebilder/logo.jpg");
color:#FFF;
margin-bottom:5px;
padding:0;
border:1px solid #FFF;
 width: 760px; /* For IE 5.x */
 voice-family:"\"}\""; /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
 voice-family:inherit;
 width:760px; 
}

html>body #logo {
  width:760px;       /* Für alle anderen Browser die Tantek Hack verwirrt, ( IE ignoriert dies ) */
}

div.lauftext{
height:16px;
line-height:16px;
padding:0;
padding-left:3px;
font-family: Tahoma,Arial,Times New Roman;
font-size:13px;
background-image:   url("../pics/templatebilder/navwasser.jpg");
margin:0;
margin-bottom:5px;
border: 1px solid #FFF;
color: #000;
float:right;
 width: 760px; /* For IE 5.x */
 voice-family:"\"}\""; /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
 voice-family:inherit;
 width:757px;
}

html>body .lauftext {
  width:757px;       /* Für alle anderen Browser die Tantek Hack verwirrt, ( IE ignoriert dies ) */
}

div#navi{
width:112px;
height:100%;
background-color:#F7E48C; 
font-size:10px;
/*background-image:url(../pics/templatebilder/navwasser.jpg); /* alternativ:background-color:#8CC9D9 --> */
float:left;
z-index:2;
}

div#content{
min-height:370px;
margin:0;
text-align:left;
background-color: #FFF;
float:right;
padding:10px;
border:1px solid #B4C9CE;
z-index:1;
 width: 640px; /* For IE 5.x */
 voice-family:"\"}\""; /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
 voice-family:inherit;
 width:620px;
}

html>body #content {
  width:620px;       /* Für alle anderen Browser die Tantek Hack verwirrt, ( IE ignoriert dies ) */
}

div#footer{
float:right;
border: 1px solid #FFF;
background-color:#F89D28; /*#B4C9CE; */
height:17px;
text-align:center;
z-index:1;
padding:3px;
margin-top: 3px;
font-size:13px;
font-family:Tahoma,Arial;
color:#FFF;
 width: 643px; /* For IE 5.x */
 voice-family:"\"}\""; /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
 voice-family:inherit;
 width:635px;
}

html>body #footer {
  width:635px;       /* Für alle anderen Browser die Tantek Hack verwirrt, ( IE ignoriert dies ) */
}

div#aktualisierteseite{
position:absolute;
left:0;
top:0;
border:1px solid #FFF;
padding:3px;
padding-left:8px;
top:5px;
font-size:12px;
width:88px;
height:30px;
background-color:#B4B4B4;
color:#FFF;
}

/* DIVs ENDE */

/* TEXT */

span.bezeichnung{
font-size:14px;
color: #36AF42;
font-weight:bold;
}

/* LINKS */

a.menu {
 display:block;
 padding:3px;
 font-size:14px;
 border-top:1px solid #FFF;
 text-align:center;
 color:#FFF;
 text-decoration:none;
 }

a.menu.sub{
border:0px solid #FFF;
border-bottom-width:1px;
border-top-width:1px;
}

a.menu:link, a.menu:visited
{ 
 color:#FFF;
 text-decoration:none; 
 font-weight:bold;
 background-color:#F89D28; /*#90292C; /* #F7A630 */
}

a.menu:active{
background-color:#B4C9CE#; /*6D8B95;*/
}

a.menu:hover {
 color:#FFF; 
 font-weight:bold;
 background-color:#B4C9CE; /*#6D8B95;*/
 }


/* LINKS ENDE */

/* Input Button */
 input.buttonleft{
 background-color:#B3B3B3;
 border:1px solid #605E5B;
 color: #FFF;
 width:200px;
 margin:0;
 margin-top:10px;
 margin-left:100px;
 float:left;
 }
 
 input.buttonright{
 background-color:#B3B3B3;
 border:1px solid #605E5B;
 color: #FFF;
 width:200px;
 margin:0;
 margin-top:10px;
 float:right;
 margin-right:100px;
 }
 
/*  Buttons ENDE */

 
/* Lauftext */
marquee{
font-family:tahoma,Arial,Times New Roman;
font-size:13px;
color: #000;

}

/* Lauftext ENDE */

/* Textarea ( TinyMCE Editorfeld)*/
textarea{
width:610px;
}
 
/* Fotogalerie */
table.galerie{
background-color: #FFF;
}

table.galerie td{
 vertical-align:middle;
 text-align:center;
 }

 img.thumbnail{
 height:120px;
 border:1px solid #000;
 margin:0; 
 }
 
 img.einzelbild{
 border:0;
 
 }
 
div.kommentar{
 text-align:left;
 padding:0;
 background-color: #99B8C2;
 border:1px solid #425258;
 margin: 10px;
 color: #FFF;
 }
  
h2.kommentar{
 color:#000;
 font-size:11pt;
 background-color: #88A0A8;
 margin:0;
 padding-left:4px;
 }
 
 span.linkvorheriges{
 font-size:10pt;
 }
 
 span.linkvorheriges a{
 text-decoration:none;
 }
 
