html,body {
	font:11px Arial, sans-serif;
	margin:2em;
	color:#333;
}
#header {
	margin-bottom:1em;
	border-bottom:2px solid #333;
}
#header h1 {
	font-family:Verdana;
	font-size:2em;
	margin-bottom:-0.2em;
}
#menu {
    padding:1em;
    border:1px solid #DDDDDD;
    float:left;
    background-color:#FAFAFA;
		width:20em;
}
#menu ul{
    margin-left:1em;
    padding:0em;
    list-style:square;
    list-style-position:outside;
}
#main {
    margin-left:23em;
    border:1px solid #DDDDDD;
    padding:1em;
    background-color:#FAFAFA;
		min-height:650px;
}
#main h2 {
	font-family:Georgia, sans-serif;
	margin-top:0em;
}
#main h3 {
	border-left:0.5em solid #ccc;
	padding-left:0.3em;
}
#main table.einheiten {
	border-spacing:1em;
	border-collapse: collapse;
}
#main tr {
	border-bottom:0.2em dotted #333;
}
#main td {
	padding:0.3em;
}
#werbung {
	float:right;
}
#bottom {
    margin-left:23em;
    margin-top:1em;
    vertical-align:bottom;
}
p {
	padding:0;
	margin-top:0em;
	font:12px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
a{
	color:#333;
	text-decoration:underline;
}
a:hover{
	color:#333;
	text-decoration:underline;
}
li{
	margin-top:1em;
}
li.start{
	margin-top:0em;
	margin-bottom:3em;
}
li.einheiten{
	margin-top:3em;
	margin-bottom:0em;
}
div.block{
	margin:1em;
	text-align:justify;
}
img {
	border:0em;
}
hr {
	background-color:#333;
	height:0.1em;
}
abbr,
acronym {
border-bottom:1em dotted #666;
cursor:help;
}
abbr[title]:after {
content:" (" attr(title) ")";
}