#header {
	width: 900px;
	height: 40px;
	margin: 0px;
	padding: 0px;
		position: absolute;
	top: 0px;
	left: 50px;
}

#maintopic {
	width: 900px;
	text-align: right;
	padding: 4px 0px 6px 0px;
	margin: 0px;
	position: absolute;
	top: 60px;
	left: 50px;
}

#plaintext, #htmlheader {
	position: absolute;
	top: 10px;
	left: 850px;
	text-align: right;
	width: 100px;
}

#plaintext a {
	text-decoration: none;
	color: #333;
}
	

#maintopic ul {
	list-style-type: none;
	margin:0px;
	padding:0px;

}

#eyecatcher {
	width: 100%;
	height: 185px;
	margin: 0px;
	padding: 0px;
	background : #F4F0F1 url(http://www.pflegeversicherung-vergleichsrechner.de/Bilder/peye.jpg) no-repeat 0px 0px;	
	position: absolute;
	top: 84px;
	left: 0px;
}
#topic {
	position: absolute;
	top: 234px;
	left: 50px;
	width: 200px;
	padding: 0px;
	margin: 0px;
}

#topic h3 {
	margin: 0px;
	padding: 6px 10px 4px 10px;
	height: 24px;
	background-color: #993333;
	color: #fff;
	display: block;
	font-size: 100%;
	font-weight: bold;
}


#topic p {
	margin: 0px;
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #993333;
}

#topic p.sub {
	padding: 2px 40px 4px 10px;
}


#topic p a {
	text-decoration: none;
	color: #000;
}

#topic p a:hover {
	color: #FFF;
	background-color: #993333
}


#content {
	width: 510px;
	padding: 10px;
	margin: 0px;
	background-color: #fff;
	position: absolute;
	top: 264px;
	left: 250px;

}
