﻿body {
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans serif";
	font-size: medium;
	background-color: #f2f1f0;
	color: #555555;
}
#kopfleiste h1 {
	margin: 0px;
	padding: 0px;
	font-size: 220%;
	line-height: 80px;
	color: #FAF9F8
}
#container {
	width: inherit;
	max-width: 960px;
	margin: 0 auto 0 auto;
}
#kopfleiste {
	width: inherit;
	height: 80px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	background-color: #B40404;
	-moz-box-shadow: 2px 2px 2px 0px #515151;
	-webkit-box-shadow: 2px 2px 2px 0px #515151;	
	box-shadow: 2px 2px 2px 0px #515151;
	overflow: inherit;
}
#menu {
	width: auto;
	height: auto;
	float: left;
	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 li {
	font-size: 100%;
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 0px 10px;
}
#menu a:hover {
	background-color: #f2f1f0
}
#menu ul {
	list-style-type: none;
	padding: 0px;
}
#menu li.current {
	background-color: #B40404;
	color: #FAF9F8
}
#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 h2{
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}
#inhalt p{
	font-size: 90%;
	line-height: 1.3;
}
strong {
	font-weight: bold;
]
}
#inhalt a {
	color: inherit;
	font-family: inherit;
	text-decoration: underline;
}
td {
	padding: 15px;
}
tr.zweitezeile {
	background-color: #f2f1f0
}
table {
	border-collapse: collapse;
}
a {
	color: inherit;
	font-family: inherit;
	text-decoration: none;
}
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;
}
.bold {
	font-weight: bold;
}
.highlight {
	backgorund-color: red;
}