* {
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 24px;
	line-height:29px;
	font-weight: bold;
	color: #cb464d;
	margin-bottom:10px;
	
}

body {
	margin: 50px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}

a {
	color: black;
	text-decoration: underline;
}

.links {
	color: #cb464d;
	font-weight: bold;
	text-decoration: underline;
}


/* layout */

#header {
	height:88px;
	width:800px;
	background-image:url(images/header.gif);
	background-repeat: no-repeat;
	/*border: solid 1px;*/
}

#header #navigation {
	padding:38px 0px 0px 296px;
	width: 590px;
}

#header #navigation li {
	display: inline;
	margin-right: 12px;
	background: none;
	padding: 0px 0px 0px 0px;
}

#header #navigation a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

#header #navigation a.current {
	color:#CC0000;
}

#header #navigation a:hover {
	color: #000000;
}



#contentrechner {
	margin: 0px;
	padding: 0px 0px 0px 60px;
	float: left;

}


.pflegegeldrechner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	width:600px;
	margin:0px;
	padding:10px 0px 0px 3px ;
	/*border: solid 1px;*/

}







