﻿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;
}

#container {
	width: inherit;
	max-width: 1960px;
	margin: 0 auto 0 auto;
}

#kopfleiste {
	width: inherit;
	height: 80px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 15px;
	overflow: hidden;
	
	background-color: #009900;
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;
	box-shadow: 2px 2px 2px 0px #515151;
}

#kopfleiste h1 {
	margin: 0px;
	padding: 0px;

	text-align: center;
	font-size: 220%;
	line-height: 80px;
	color: #FAF9F8;
}

#menu {
	float: left;	
	width: auto;
	height: auto;
	margin: 0px 15px 0px 0px;
	padding: 10px;
	
	background-color: #FAF9F8;
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;
	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: 100%;
}

#menu li.current {
	color: #FAF9F8;
	background-color: #009900;
}

#inhalt {
	width: auto;
	height: auto;
	overflow: hidden; /*Damit das Layout mit float funktioniert*/
	padding: 10px 15px 10px 15px;
	
	background-color: #FAF9F8;
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;
	box-shadow: 2px 2px 2px 0px #515151;
}

#inhalt a {
	color: inherit;
	font: inherit;
	text-decoration: underline;
}

#inhalt h2 {
	
	font-size: 150%;
	line-height: 1.4;
}

#inhalt h3 {
	
	font-size: 120%;
	line-height: 1.4;
}

#inhalt p {
	font-size: 90%;
	line-height: 1.2;
}
#fussleiste {
	width: inherit;
	height: 20px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 15px;
	overflow: hidden;
	
	background-color: #323832;
	-moz-box-shadow: 2px 2px 2px 0px #fbfaef;
	-webkit-box-shadow: 2px 2px 2px 0px #fbfaef;
	box-shadow: 2px 2px 2px 0px #fbfaef;
}

#fussleiste p {
	margin: 0px;
	padding: 0px;
	
	font-size: 100%;
	line-height: 20px;
	color: #FAF9F8;
	
}
