body {
	margin: 0;
	padding: 0;
}
/* Versteckte Zeichen
--------------------------------------------------------------------------------- */
#hiddennavi {
	display: none;
}

/* Obere Navigation 
--------------------------------------------------------------------------------- */
#topnavigation {
	display: none;
}
/* Suche & Navigation
--------------------------------------------------------------------------------- */
#suche {
	display: none;
}
/* Hauptnavigation
--------------------------------------------------------------------------------- */
#hauptnavigation {
	display: none;
}
/* Subnavigation
--------------------------------------------------------------------------------- */
#subnavigation {
	display: none;
}
/* Inhalt
--------------------------------------------------------------------------------- */
#content {
	left: 0px;
	top: 0px;
	width: 658px;
	position: absolute;
	font-family: arial, helvetica, sans-serif;
	display: block;
	float: left;
}
#contenttext {
	color: #000000;
	font-weight: normal;
	font-size: .9em;
	font-family: arial, helvetica, sans-serif;
	float: none;
	padding: 7px;
	clear: both;
}
#bild {
	padding: 10px;
}
#bildrechts {
	float: right;
	padding: 10px;
}
#bildlinks {
	float: left;
	padding: 10px;
}
#contenttext h1{
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
}
#contenttext hr {
	height: 1px;
	border-top: 1px dotted #000000;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 5px;
	padding: 0px;
}
#contentverlauf {
	width: 658px;
	height: 23px;
	padding: 0px;
	float: none;
}
#verlauf {
	color: #000000;
	font-weight: bold;
	font-size: .9em;
	font-family: arial, helvetica, sans-serif;
	padding: 7px;
}
#contentunten {
	display: none;
}

/* Inhalt
--------------------------------------------------------------------------------- */
#right {
	display: none;
}
