/* Allgemeines */
* {
    margin: 0;
    padding: 0;
}

html {
   
}

body {
  background-color: #FFF1A6;
  margin-top: 10px;
  margin-left: 3em;
  margin-right: 3em;
  font-family: Arial, Verdana, sans-serif;
}

p {
    margin-bottom: 1em;
    text-align: justify;
}

hr {
  height: 10px;
  background-image: url('../hr.png');
  background-repeat: repeat-x;
  border: none;
  border-width: 0;
  margin-top: 1.5em;
  margin-bottom: 2em;
}
a img {
    border: 0;
}
/* Menu */
#menu {
    float: left;
    width: 13.8%;
    color: #000;
    background-color: #FFCC00;
    border-top: 1px dotted;
    border-left: 1px dotted;
    border-right: 1px dotted;
    margin-left: 0.45%;
    margin-bottom: 2em;
}

#menu li {
    list-style-type: none;
    font-weight: bold;
    display: block;
}

#menu li a {
    text-align: center;
    display: block;
    text-decoration: none;
    border-bottom: 1px dotted;
    padding-top: 0.65em;
    padding-bottom: 0.65em;
    color: #000;
    height: 100%;
}

#menu #active {
    background-color: #E0B400;
}

#menu li a:link {

}

#menu li a:visited {

}

#menu li a:focus {

}

#menu li a:hover {
    background-color: #FFFF99;
}

#menu li a:active {

}

#menu .untermenu {
    list-style-type: disc;
}

#menu .untermenu li {
    list-style-type: disc;
}

#menu .untermenu li a {
    font-size: small;
    font-weight: normal;
    padding-left: 3em;
    text-align: left;
}

#impressum {
    padding-top: 1em;
    font-size: x-small;
}

/* Header */
#header {
    margin-left: 0.45%;
    height: 100px;
    background-color: transparent;
    background-image: url('../header_bg.png');
    background-repeat: repeat-x;
    margin-bottom: 1em;
}

/* Inhalt */
#content {
    margin-left: 14%;
    padding-left: 3em;
    width: 81%;
    margin-bottom: 5em;
}

#content h1 {

}

#content h2 {
    font-size: large;
    margin-bottom: 1em;
}

#content ul {
    margin-left: 1em;
}

.foto {
    float: left;
    width: 280px;
    margin-bottom: 1em;
    font-size: small;
}

/* Footer */
#nonFooter {
	position: relative;
	min-height: 100%;
	margin-bottom: 2em;
}

* html #nonFooter {
	height: 100%;
} 

#footer {
    clear: both;
	position: relative;
	margin-top: -2.8em;
    padding:3px;
    width: 100%;
    margin-left: -3em;
    text-align: center;
    margin-left: 14%;
    width: 100%;
}

html>body #footer {
    width: 81%;
}

#footer div {
    margin-left: 3em;
    margin-right: 3em;
    border-top: 1px solid black;
    font-size: x-small;
    color: #FFCC00;
    background-color: transparent;
}
