/* 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;
}
 
body {
	background: none !important;
}


#gruendench {

	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;

}


#logo,
.partnerLogos {
	display: block;
}

#logo {
	margin-bottom: 15px;
}

.partnerLogos {
	float: left;
	margin-bottom: 90px !important;
	margin-bottom: 50px;
}

#title {
	display: none;
}

#subtitle {
	display: none;
}

#background {
	background: none;
}

#box {
	position: static;
	width: auto;
	margin: 0;
	border: none;
	background: none;
}

#header {
	display: none;
}

#col1 {
	display: none;
}

#col2 {
	clear: both;
	width: 70%;
}

#col3 {
	width:28%;
}

#rootline {
	/*display: none;*/
}

#mainContent {
	padding: 20px 0 0 0;
}

.content ul {
	list-style: disc;
	margin: 5px 0 5px 24px;
}

.content ul li {
	background: none;
	padding-left: 0;
}

#mainContent .csc-firstHeader {
	left: 0;
}

#footer {
	display: none;
}

.content .csc-sitemap ul li {
	background-image: none;
}
