html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    color: #000000;
    background-color: #404040;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    /*height: 100%;*/
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url(img/bg.jpg);
    background-repeat: repeat-y;
    background-position: left;
    position: relative;
    text-align: center;
}


h1 {
    color:#FFFFFF;
    background-color: #000000;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold; 
    width: 880px;
    height: 120px;
}

h2 {
    color:#FFFFFF;
    background-color: #000000;
    width: 100%;
    margin: 0;
    padding: 7px 7px 7px 7px;
    font-size: 15px;
    font-weight: bold;
}


a {
    color:#4E501F;
    text-decoration:none;
}

a:hover {
    color:#E1D89F;
    text-decoration:none;
}

a:active {
    color:#4E501F;
    text-decoration:none;
}

a:visited {
    color:#4E501F;
    text-decoration:none;
}

a img {
border : 0 none;
}



#top {
    background-color: #AAA06A;
    text-align: left;
    height: 120px;
}

#box {
    background-color: #AAA06A;
    text-align:left;
    width: 948px;
    /* position: relative;*/
    min-height: 100%;
    margin: 40px auto auto auto;
    height:auto !important;/* moderne Browser */
    /*height: 100%; /* IE */
    /* background-image: url(Media/menubg.gif);
    background-repeat: repeat-y;
    background-position: left; */
}


img {
    display: block;
}


#submenubg {
    float: left;
    min-height: 100%;
    color:#FFFFFF;
    height: 100%;
    margin: 20px 10px 20px 10px;
    display: block;
}

#submenu ul {
     margin: 0;
     padding: 0;
}
 
#submenu {
    width: 200px; 
    text-align: center;
    background:#525430;     
}

#submenu a:active {
    color:#ECE1A4 ! important;
    font-size: 14px;
}

#submenu a, #submenu a:visited {
    color:#FFFFFF;
    text-decoration: none; 
    display: block; 
    font-size: 14px;
    padding: 5px 0px 5px 0px;
    background:#525430; 
}

#submenu a:hover {
    background:#525430; 
    color:#E1D89F;
}




#submenu li {
    font-size: 14px;
    background: #E1D89F;
    list-style-type: none;
}

#submenu li a:active {
    color:#000000 ! important;
}

#submenu li a, #submenu li a:visited {
    color:#000000;
    text-decoration: none; 
    background: #E1D89F;
    display: block; 
    width: 200px; 
    padding: 5px 0px 5px 0px;
}

#submenu li a:hover {
    color: #525430; 
    background: #E1D89F;
}
 
 
 
 
 
#inhalt {
    float: left;
    color: black;
    margin: 20px 10px 0px 10px;
    padding: 0;
    width: 700px;
    background-image: url(menschen.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}
  
#inhalt p {
    font-size: 13px;
  }


#crumb {
    position: absolute;
    top: 106px;
    left: 174px;
    color: #000000;
    font-size: 9px;
    height: 15px;
    width: 500px;
}


#footer {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    bottom: 0px;
    background:#AAA06A;
    font-size:10px;
    color:#000000;
    height: 20px;
    line-height: 20px;
}

.clearer {
  clear: both;
  }

