body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height:18px;
    color:#ffffff;
	background:url(bilder/racks.png) no-repeat center center fixed; 
	background-size: cover;
}	
#container {
	
	max-width: 960px;
	margin: 0 auto 0 auto;

}
a {
	color: inherit;
	font: inherit;
	text-decoration: none;
}
a:link {
 	color: inherit;
	font: inherit;
	text-decoration: none;
}
a:visited {
 	color: inherit;
	font: inherit;
	text-decoration: none;
	background-color: #366BF4;
	
}
a:hover {
 	color: #ffffff;
	font: inherit;
	text-decoration: none;
	background-color: #366BF4;
}
a:active {
 	color: inherit;
	font: inherit;
	text-decoration: none;
}
h1 {
	margin: 0px;
	padding: 0px;
}
#kopfleiste {
	background-color: #366BF4;
	background: url(bilder/blau-verlauf.png) no-repeat left center; 
	width: inherit;
	height: 90px;
	margin-bottom: 15px;
	padding-left: 30px;
	font-size: 1.2em;
	line-height: 80px;
	box-shadow: 2px 3px 3px 0px #515151;
	-webkit-box-shadow: 2px 3px 3px 0px #515151;
}
#kopfleiste h1 {
	<!--[if IE]
	display: block;
	filter: dropshadow(color=#585858,offX=2,offY=3);
	<![endif]-->
}
#menu {
	
	width: auto;
	height: auto;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 15px;
	font-size: 1.0em;
	box-shadow: 2px 3px 3px 0px #515151;
	-webkit-box-shadow: 2px 3px 3px 0px #515151;
	color: #555555;
	background-color: #FAF9F8;
	
}
#menu ul {
	list-style-type: none;
	padding:0;
}
#menu li {
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	filter: dropshadow(color=#585858,offX=1,offY=2);
	<![endif]-->
}
#menu li.current {	
	color: #F3F3F3;
	background-color: #366BF4;
}
#inhalt {
	background-color: #FAF9F8;
	width: auto; 
	height: auto;
	overflow: auto;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 100%;
	line-height: 2.3;
	color: #555555;
	box-shadow: 2px 3px 3px 0px #515151;
	-webkit-box-shadow: 2px 3px 3px 0px #515151;
}
#inhalt-image {
	width: 100%;  height: auto; 
	} 
#inhalt a {
	color: #555555;
	font: inherit;
	text-decoration: underline;
}
#inhalt h2 {
	text-align: l;
	color: #555555;;
	font-size: 1.2em;
	line-height: 2.4;
}
#inhalt p {
	text-align: left;
	color: #555555;;
	font-size: 100%;
	line-height: 1.3;

table
{
border-collapse:collapse;
}

td
{
padding:15px;
}

tr.wechsel
{
background-color: #EEEEEE;
}