body {

	background-image: url(design/header_bg.jpg);
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #1d1d1d;
 	line-height: 2em;
}

H1 {
	font-size: 22pt;
	color: #e0a72f;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 0px;
	line-height: 0.3em;


}


ul { 

list-style-type:square; 
padding-left: 19px;


}

.center {

}

.header {

	position: absolute;
	margin:0px;
	padding:0px;
	left:0px;
	top:0px;
	border: 1px #000;

}

.content {
	position: absolute;
	left:208px;
	top:354px;
    	width: 670px;
	padding-bottom: 70px;
}

.content a { color: #e0a72f; text-decoration: none; border-bottom: 1px dotted #e0a72f; }
.content a:hover { color: #666666; text-decoration: none; border-bottom: 1px dotted #666666; }


.content img { margin-left: 25px; }
.content a img { border: 1px solid #ccc; }
.content a:hover img { border: 1px solid #000; }

.menu {
	position: absolute;
	left:73px;
	top:160px;

	height: 162px;
	width: 649px;

}

.menu01 {

	position: absolute;
	left: 0px;
	
	float: left;
	background-image: url(design/menu01.jpg);
	background-repeat: no-repeat;
	width: 135px;
	height: 161px;

}

.menu02 {
	position: absolute;
	left: 134px;
	
	float: left;
	background-image: url(design/menu02_activ_home.jpg);
	background-repeat: no-repeat;
	width: 135px;
	height: 161px;
	z-index: 7;
}

.menu02_button {
	position: absolute;
	left: 134px;
	
	float: left;
	width: 135px;
	height: 161px;
		z-index: 10;
}

.menu03 {
	position: absolute;
	left: 270px;

	float: left;
	background-image: url(design/menu03_activ_ueberuns.jpg);
	background-repeat: no-repeat;
	width: 135px;
	height: 161px;
	
z-index: 7;
}

.menu03_button {
	position: absolute;
	left: 270px;

	float: left;
	width: 135px;
	height: 161px;
		z-index: 10;
}

.menu04 {
	position: absolute;
	left: 404px;

	float: left;
	background-image: url(design/menu04_activ_behandlung.jpg);
	background-repeat: no-repeat;
	width: 135px;
	height: 161px;
	z-index: 7;
}

.menu04_button {
	position: absolute;
	left: 404px;

	float: left;
	width: 135px;
	height: 161px;
		z-index: 10;
}


.menu05 {
	position: absolute;
	left: 539px;

	float: left;
	background-image: url(design/menu05_activ_kontakt.jpg);
	background-repeat: no-repeat;
	width: 135px;
	height: 161px;
	z-index: 7;
}

.menu05_button {
	position: absolute;
	left: 539px;

	float: left;
	width: 135px;
	height: 161px;
		z-index: 10;
}

.menu06 {
	position: absolute;
	left: 673px;

	float: left;
	background-image: url(design/menu06_activ_impressum.jpg);
	background-repeat: no-repeat;
	width: 135px;
	height: 161px;
	z-index: 7;
}

.menu06_button {
	position: absolute;
	left: 673px;

	float: left;
	width: 135px;
	height: 161px;
	z-index: 10;
}


















