* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font-family: verdana;
	line-height: 1.3em;
	font-size: 0.8em;
	color: #666666;
}
p {
	margin-bottom: 1em;
}
p.zitat	{
	font-style: italic;
}
blockquote {
	font-style: italic;
	margin-bottom: 1em;
}
h1 {
	font-size: 1.5em;
	line-height: 1.6em;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0.5em;
	letter-spacing: 0.2em;
	float: left;
	width: 100%;	
}
h2{
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0.1em;
	letter-spacing: 0.1em;
}
h2 a {
	text-decoration: none;
}

.zurueck {
	display: none;
}
.weiter {
	display: none;
}

a {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed #666666;
}
img {
	display: block;
	border: none;
}
#header {
	display: none;
}
#navi {
	display: none;
}
#content {
	margin: 20px 0 20px 0px;
	width: 620px;
}
#content ul, #content ol {
	padding-left: 3em;
	margin-bottom: 1em;
}


.rubrik {
	width: 620px;
	padding-bottom: 1.8em;
	padding-right: 20px;
}
.rubriktext {
	width: 620px;
	padding-bottom: 1.8em;
}
#footer {
	display: none;
}
.clearer {
	clear: both;
}
#sidebar {
	display: none;
}
