html {
	height:100%;	
}


body {
	height:100%;
	font-family:Georgia,Verdana,Helvetica,Arial,sans-serif;
	background-color:#BAB099;
	margin:0;
	padding:0;
}
body * {
	font-family:Georgia,Verdana,Helvetica,Arial,sans-serif;
	color:#777777;
	
}

#centerpos {
	position:relative;
	top:33px;
	left:50%;
	width:1px;
	height:1px;	
}

div#headertext {
	position:absolute;
	left:-483px;
	top:0px;
	width:966px;
	height:41px;
	background-image:url(../grafik/header_verlauf.png);
	line-height:41px;
	text-align:center;
	color:#E7332B;
	font-size:22px;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
		
}

div#headerimg {
	position:absolute;
	left:-483px;
	top:41px;
	width:966px;
	height:224px;	
}

div#nav1 {
	position:absolute;
	left:-375px;
	top:189px;
	width:169px;
	height:149px;
	background-image:url(../grafik/persoenliches.png);
}

div#nav2 {
	position:absolute;
	left:-375px;
	top:358px;
	width:169px;
	height:149px;
	background-image:url(../grafik/coaching.png);
}

div#nav3 {
	position:absolute;
	left:-375px;
	top:527px;
	width:169px;
	height:149px;
	background-image:url(../grafik/tierheilpraxis.png);
}

div.nav img {
	border:0;
	width:169px;
	height:149px;	
}

div.nav div.textpos {
	position:absolute;
	top:123px;
	left:15px;
	width:129px;
	height:20px;
	color:#E7332B;
	line-height:20px;
	font-size:16px;
	font-weight:bold;
	}

div.nav a {
	display:block;
		
}	

div#nav1 a:hover, div#nav1 a.active {
	background-image:url(../grafik/persoenliches_over.png);	
}
div#nav2 a:hover, div#nav2 a.active {
	background-image:url(../grafik/coaching_over.png);	
}
div#nav3 a:hover, div#nav3 a.active {
	background-image:url(../grafik/tierheilpraxis_over.png);	
}

div#content {
	position:absolute;
	left:-206px;
	top:189px;
	width:581px;
	background-color:#ffffff;	
}
div#contentpadding {
	position:relative;
	margin-top:15px;	
	margin-left:20px;
	width:541px;
	overflow:hidden;
}

div#contentfooterpadding {
	position:relative;
	background-color:#BAB099;
	height:33px;
}	

div#contentfooter {
	border-top:1px solid #e7332B;
	font-size:13px;
	line-height:18px;
}

h1, h2 {
	border-top:1px solid #e7332B;
	border-bottom:1px solid #e7332B;
	font-size:16px;
	line-height:22px;
	color:#E7332B;
	font-style:italic;
	margin-top:0;
	font-weight:bold;
}

h3 {
	font-size:13px;
	line-height:18px;
	color:#E7332B;
	padding:0;
	margin:0;
	border:0;	
	font-weight:bold;
	font-style:italic;
	
}

div#content a {
	text-decoration:underline;	
}
div#content a:hover {
	text-decoration:none;	
}

div#content p, div#content div.quote {
	font-size:13px;
	line-height:18px;
	margin-bottom:20px;	
}


div#content p.small {
	font-size:10px;
	padding-left:15px;
	line-height:13px;
}

div#content ul {
	margin-left:0;
	padding-left:15px;	
}

div#content li {
	font-size:13px;
	line-height:18px;
	margin-bottom:5px;	
}

div.quote {
	position:relative;
	float:left;
	text-align:center;
	font-style:italic;
	background-image:url(../grafik/higru_zitate.png);
	background-position:center;
	background-repeat:repeat-x;
	padding:15px;
	text-align:center;
}

div#contentfooter h3 {
	font-style:normal;
}

div.clear {
	clear:both;
}

