@import url(reset.css);

body {
	font-size: 11pt;
	background: #FFF;
	color: #000;
	font-family: arial, sans-serif;
	line-height: 1.5;
}

#header, #left {
	display: none;
}

.logoprint {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
}

#footer {
	display: none;
}

#main {
	position: relative;
}

.content {
	padding-top: 130px;
}

.content img{
	width: 291px;
	height: 94px;
	position: absolute;
	right: 10px;
	top: 0px; 
	border: none;
}

h1{
	font-size: 12pt;
	font-weight: bold;
}

h2, h3{
	font-size: 11pt;
	font-weight: bold;
	}
	
p {
	margin-bottom: 15px;
}



a.weiterlesen {
	display: none;
}

a { 
	color: #000;
}

#leftcolumn {
	margin-top: 100px;
}

div.beteiligung .logo{
	float:  none;
	display:  none;
	}

div.beteiligung{
	margin-bottom:  20px;
}

#main ul {
	margin: 10px 10px 10px 0px;
	list-style: disc;
}
#main ul li{
	list-style: disc;
	margin-left: 20px;
	padding-left: 5px;
	margin-bottom: 5px;
}
#main ol {
	margin: 10px 10px 10px 0px;
	list-style: disc;
}
#main ol li{
	list-style: decimal;
	margin-left: 20px;
	padding-left: 5px;
	margin-bottom: 5px;
}
