/*div {
	outline-color: #FF0000;
	outline-width:thin;
	outline-style: solid;
	} */ 


body{
padding: 0;
margin: 0;
width: 100%;
background-color: #fbe88e;
}


#headerlinie {
height: 8px;
background-color: #CCCCCC;
}


#logo {
margin-top: 1%;
margin-bottom: 0;
width: 100%;
}

/* --------------------------------------------------------------------- Navi     */


#menu {
padding-left: 1%;
padding-right: 1%;
padding-bottom: 1%;
padding-top: 1%;
margin-bottom: 1%;
margin-top: 1%;
width: 100%;
background-color: #ffffff;
    }

#topmenu {
text-align: center;
list-style-type: none;
padding-right: 30px;
    }

.menuepunkt {
font-size: 1.1em;
font-family: Arial, Helvetica, sans-serif;
color: #4b1510;
text-decoration:none;
}



/* --------------------------------------------------------------------- Fuss     */


#fuss {
padding-left: 1%;
padding-right: 1%;
padding-bottom: 1%;
padding-top: 1%;
margin-bottom: 1%;
margin-top: -2%;
width: 100%;
background-color: #ffffff;
text-align: center;
font-size: 1.1em;
font-family: Arial, Helvetica, sans-serif;
color: #4b1510;
text-decoration:none;
padding-right: 30px;
    }
   


/* --------------------------------------------------------------------- Inhalt     */


#content {
width: 90%;
margin-left: 1%;
margin-right: 18%;
padding-top: 2%;
padding-bottom: 4%;
color: #4b1510;
font-size: 0.9em;
line-height: 1.7em;
font-family: Arial, Helvetica, sans-serif;
}



h2 {
color: #4b1510;
font-size: 2.0em;
line-height: 3.0em;
font-family: Arial, Helvetica, sans-serif;
}


.textregular {
color: #4b1510;
font-size: 0.9em;
line-height: 1.7em;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}


.link {
color: #4b1510;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
}


.zitat {
color: #4b1510;
font-size: 1.3em;
line-height: 2.2em;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}


