* { margin:0px; border:0px; padding:0px;}

html { height:100.5%; font-size: 62.5%; }
body {
	text-align: center;
	font: 1.4em/1.8em Trebuchet MS, Arial, sans-serif;
	background-color:#191910;
	margin: 10px;
}

h1, h2, h3, h4, h5, h6 {      padding: 0.3em;
}
h1 { font-size:2.2em;}
h2 { font-size:9px; font-style:italic; }
h3 { font-size:1.8em; }
h4 { font-size:1.6em; }
h5 { font-size:1.4em; background-color: #808080;}
h6 { font-size:1.2em; }

#umschlag {
	width: 980px;
	margin: auto;
	text-align: left;
	background: #B6F6FF;

}                                                 
#kopf {
	height: 127px;
	width: 980px;
	padding: 0px;
	
}

/*  navi waagr */

#navi_waag    {  background: #AAD4FF;     }


#navi_waag   li { display:inline;
    background: #AAD4FF;
    margin-left:10px;

}

div#navi_waag a {
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #124242
    
    }
#navi_waag a:hover  {
     color:green;
}


/*  navi senkr */

#navi_senkr    {  background: #2AD4FF;     }


#navi_senkr   li { display:inline;
    background: #B6F6FF;
    margin-left:0px;

}

div#navi_senkr a {
    position: relative;
    text-decoration: none;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #124242
    }
#navi_senkr a:hover  {
     color:green;
}
body#index li.navhome a,
body#ueb li.navueb a,
body#salab li.navsalab a,
body#landl li.navlandl a,
body#kupferb li.navkupferb a,
body#antholing li.navantholing a,
body#kontakt li.navkontakt a 
body#bilder li.navbilder a 
body#wanderungen li.navwanderungen a,
{
    color:black;
}

/*  submenu */

li.navwanderungen ul {
            background: #B6F6FF;
			position:relative;
			width:170px;
			left:40px; /* IE */
			top:-5px;
		}		
			li.navwanderungen>ul { left:40px; } /* others */

            li a.submenu {
		background: right no-repeat;
			}

/* hovers submenu */

li.submenu:hover { z-index:10; }		
		
	ul ul, li:hover ul ul {
		display:none;
	}

	li:hover ul, li:hover li:hover ul {
		display:block;
	}		
  

 /*  inhalt */

#inhalt {
	overflow:auto;  
    border: 1px solid #000000;
    
 }

#box_mitte { background-color:#ffffff; padding:10px; margin-left:170px; margin-right:120px; background-color:#EBFFFF; height:  auto; overflow: visible;  }
#navi_senkr { float:left; width:150px; padding:10px;  background-color:#B6F6FF;  }
#box_rechts { float:right; width:100px; padding:10px;  background-color:#B6F6FF;  }

#aussen  {  margin: auto; width: 400px; height: 881px; background-color: lightgreen; }
     #box_eins, #box_folg {
        width: 364px; text-align:left; margin: 8px; border: solid green 2px; padding:8px; background-color: #FF9B6F; float:left;
        }


#fuss {
    clear:both;
	padding: 2px 4px;
	text-align: center;
	background: #338A95;
}

#name a  {
	background-color: #808080;
	
	
 }
 
 
/* SLIDESHOW */
#slideshow {
 height:100px; /* hier Hoehe der Slideshow-Bilder angeben */
 position:relative;
}
#slideshow img {
 display:none;
 position:absolute;
 top:0; left:0;
}
#slideshow img.start {
 display:block;
}

/* Bilder Feuersalamander */ 

.bild_geoc {

margin-right:  10px;
position: relative;
float:left;
display: inline-block;

}         

                  
.geoc {
    padding: 0.8em;
    background: #FFFFFF;
    
    }


.feuersalbild {

margin-left:  10px;
margin-top: -4px;
position: relative;
float:right;
display: inline-block;

}         
div.feuersalbild span {
    font-size:9px;
    font-style:italic;
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;            
    color: #000000
  }
  
  .kerengfoto {

margin-left:  10px;
margin-top: -4px;
position: relative;
float:right;
display: inline-block;

}
div.kerengfoto span {
    font-size:9px;
    font-style:italic;
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
    color: #ffffff
  }
                  
.bild {
    background: url(Bilder/schatten.png) no-repeat right bottom;
    padding: 4px 12px 12px 4px;
    border: #eee 1px solid;
    border-right:none;
    border-bottom:none;
}




/* Kontaktformular */    

.radio {
        margin: 0px 5px 0px 10px;
        border: 0px;
        padding-left: 300px;
}
fieldset {
        width: 34em;
        margin: 2em 0em 2em 2em;
        text-align:left;
}
label {
        width: 8em;
        text-align:right;
        margin: 0px 5px 0px 10px;
        float:left;
        clear:both;
}
input, select, textarea {
        margin: 2px 2px;
        padding: 2px;
        border:1px solid #b0b0b0;
}
textarea {
        height: 10em;
        width:15em;
}

input, textarea {
        background-color: white;
}



#radio-form ol
{   list-style-type: none;
    margin:0px 20px 10px 0px;
    padding: 0px;       
}

#radio-form ol li, #radio-form ol li label
{    display:inline;
}

#radio-form, 
{   width:500px;
}

 #radio-form ol li label
 {  margin:0px 20px 10px 5px;
    float: none;
 }
 
 #check-form ol
{ list-style-type: none;
    margin: 0px 0px 20px 10px;
    padding: 0px;
}

#check-form {
    width:500px; 
}

#check-form ol li label
 {  margin:0px 0px 0px 10px;
    float: none;
     }

#check-form-inline {
     display:inline
 }

 /* Bilder Tomaten */

.bild_tom3 {

margin-right:  10px;
position: relative;
float:left;
display: inline-block;

}

    .laufrad {

margin-right:  10px;
position: relative;
float:left;
display: inline-block;

}

div.laufrad span {
    font-size:9px;
    font-style:italic;
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
    color: #000000
  }
