body {
	margin: 0px;
	padding: 8px;
	
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
	font-size: medium; 
	color: #555555;
	background-color: #f2f1f0;
}

strong {
	font-weight: bold;
}

a {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0px;
}

tr.zweitezeile {
	background-color: #f2f1f0;
}

a:link {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

a:active {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}

#container {
	width: inherit;
	max-width: 900px;
	margin: 0 auto 0 auto;
}

#kopfleiste {
	width: inherit;
	height: 40px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	/* font-style: italic;       */   
	background-color: #8B0000;   
	box-shadow: 2px 2px 0px 0px #404040; /* <-- neu */
}

#kopfleiste h1 {
	margin: 0px;
	padding: 0px;
	
	font-size: 18px;
	line-height: 40px;
	color: #FAF9F8;
}

#menu {
	float: left;	
	width: auto;
	height: auto;
	margin: 0px 5px 0px 0px;
	padding: 10px;
	
	background-color: #E6E6E6;
	box-shadow: 2px 2px 2px 0px #515151;
}

#menu a:hover {
	background-color: #f2f1f0;
}

#menu ul {
	padding: 0px;
	
	list-style-type: none;
}

#menu li {
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 0px 10px;

	font-size: 16px;
}

#menu li.current {
	color: #FAF9F8;
	background-color: #8B0000;   
}

#inhalt {
	width: auto;         line-height: 1.4;  
	height: auto;
	overflow: hidden; /*Damit das Layout mit float funktioniert*/
	padding: 10px 15px 10px 15px;
	
	background-color: #FAF9F8;
	box-shadow: 2px 2px 2px 0px #515151;
}

#inhalt a {
	color: inherit;
	font: inherit;
	text-decoration: underline;
}

#inhalt h2 {
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
}

#inhalt p {
	font-size: 15px;
	line-height: 1.3;
}

#fussbereich {
    position:relative;
    bottom: 0;
	width: inherit%;
	height:  40px;                         
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	color: #555555;
	background-color: #E6E6E6;
	box-shadow: 2px 2px 2px 0px #515151;

    	line-height: 40px;   
	margin-top: 0.3em;

}

#fuss {
    position:relative;
    bottom: 0;
	width: auto;
	height: auto;
	overflow: hidden; /*Damit das Layout mit float funktioniert*/
	margin: 5px 0px 0px 0px;
	padding: 10px 15px 10px 15px;
	color: #555555;
	background-color: #E6E6E6;
	box-shadow: 2px 2px 2px 0px #515151;

    	
}
