@CHARSET "ISO-8859-1";
html {
	background: silver url(/fileadmin/Bilder/Layout_02.gif) repeat-x top;z-index: 1;
	height:100%;
	min-height:100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#web-seite {
	margin: 0px auto;
	border: 1px solid orange;
	width: 1000px;
	position: relative;

}

#kopf {
	background: url(/fileadmin/Bilder/Layout_03.gif) no-repeat;
	width: 1000px;
	height: 285px;
	position: relative;
}

#koerper {
	background: url(/fileadmin/Bilder/Layout_06.gif) repeat-y;
	width: 1000px;
	min-height:650px;
	position: relative;
}

#fuss {
	background: url(/fileadmin/Bilder/Layout_08.gif) no-repeat;
	width: 1000px;
	height: 67px;
	position: relative;
}


.bilder-leiste {
	width: 1000px; 
	padding-top: 134px;
	padding-left: 141px;
	position: relative;	
}


.bilder-leiste img { 
	background: yellow;
	border: 0px dotted #000;
	width: 139.5px;
	height: 125px;
}

.navi-position {
	width: 130px;
	float: left;
}

/*----- Top Menü -------*/
.top-menu { width: 130px; background: transparent; } 

    .top-menu ul { list-style: none; margin: 0; padding-left: 5px; } 

    .top-menu a, .top-menu h2 {
      font: bold 11px/16px verdanna, arial, helvetica, sans-serif;
      display: block;
      border-bottom: 1px solid #FFF;
      margin: 0;
      padding: 2px 3px; 

     }

    .top-menu h2 { color: #FF8635; background: transparent; text-transform: uppercase;
    } 

    .top-menu a { color: #707070; background: transparent; text-decoration: none; } 

    .top-menu a:hover { color: #990000; background: transparent; text-decoration: underline;} 


/*----- Seiten Menü -------*/
.menu { width: 130px; background: transparent; } 

    .menu ul { list-style: none; margin: 0; padding-left: 5px; } 

    .menu a, .menu h2 {
      font: bold 11px/16px verdanna, arial, helvetica, sans-serif;
      display: block;
      border-bottom: 1px solid #FFF;
      margin: 0; padding: 2px 3px;
      }

    .menu h2 { color: #FF8635; background: transparent; text-transform: uppercase;
    } 

    .menu a { color: #990036; background: transparent; text-decoration: none; } 

    .menu a:hover { color: #990000; background: transparent; text-decoration: underline;} 

.menu li { position: relative; }

    .menu ul ul ul ul {position: absolute; top: 0; left: 100%; width: 100%; color: #FFF;}
    
    div.menu ul ul ul ul , div.menu ul ul ul li:hover ul {display: none;} 

    div.menu ul ul li:hover ul, div.menu ul ul ul  li:hover ul , div.menu ul ul ul  li:hover ul ul {display: block;}
    
    div.menu ul ul li a {color: #FFF;}
    
    div.menu ul ul ul li a {color: black;}

/*----- oberes Menü -------*/
.menu-oben {
	width: 975px;
	height: 12px;
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	color: #990000;
	position: relative;
	padding:0 25px 0 0;
	float: right;
}

*HTML .menu-oben {padding:0px 25px 0 0;}

.menu-oben a {
	text-decoration: none;
	color: #990000;
}

.menu-oben a:hover {
	color: #fff;
}


.inhalt {
	position: relative;
	margin: 0 0 0 180px;
	font-size: 12px;
	padding-right: 40px;
}

.inhalt h1 {font-size: 14px;color: #990000;}

.inhalt a {color: #990000;}

.inhalt p {padding-bottom: 1.2em;}

.klickpfad {
	font-size: 9px;
	color: #990000;
	display: block;
}

.klickpfad a {
	text-decoration: none;
	color: #990000;
}

.klickpfad a:hover {
	color: #990036;
	text-decoration: underline;
	
}

.gesund {
	float:left;
	margin: 133px 0 0 5px;
 	position: absolute;
 	z-index:100;
 	font-size:0.6em;
 	width: 123px;
 	}
 	
.gesund a {text-decoration: none; color: #000;}
.gesund a:hover {text-decoration: underline; color: #000;}

.gesund img {
	width:50px;
        }
 	
.suche-links {
	height: 25px;
	width: 160px;
	left: 3px;
	bottom: 10px;
	position:relative;
}

.animation {
        top:5px;
	right: 35px;
	position: absolute;
}

.animation img {
	width: 180px;
}

.alttag {
        background: #C0C0C0;
        color: yellow;
}

 .seitentitel h1 {
	color:#990000;
	position: absolute;
	margin: 5px 0 0 175px;
	font-style: italic;
	font-size: 24px;
	font-wight: normal; 
}

.untertitel h2  {
        width: 750px;
	color:#FC4F00;
	position: absolute;
	margin: 50px 0 0 213px;
	font-style: normal;
	font-size: 14px;
	font-wight: normal;
	text-align: center;
}

.align-center {text-align: center;}