/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

html, body {
	height: auto;
	background: none !important;
	background: #fff;
}
 
body {
	background: none;
}

#logo {
	display: block;
	
}

#title {
	display: none;
}

#subtitle {
	left: 189px;
	width: 420px;
	top: 45px;
	background: #FFF url(../images/oben_1.gif) no-repeat scroll 0px 5px;
	border: none;
	z-index: 2;
	
}

#box {
	position: static;
	width: auto;
	margin: 0;
	background: none;
	border: none;
	
}


#header {
	display: none;
}

#col1 {
	display: none;
}

#col2 {
	float: none;
	width: auto;
}

#col2 .printPage {
	display: none;
}

#col4 {
	position: relative;
	left: 25px;
	width: 600px;
}

#thirdNavigation	{
	display: none;
}

#rootline {
	display: none;
}

#mainContent {
	width: 579px;
	padding: 0 0 0 25px;
}

.homepage #mainContent {
	display: none;
}

#mainContent .version4 {
	right: 65px !important;
	right: 45px;
}

.content ul {
	list-style: disc;
	margin: 5px 0 5px 14px;
}

.content ul li {
	padding-left: 0;
	background: none;
}

#col3 {
	display: none;
}

#footer {
	display: none;
}
