.page {
	margin:auto;
	width:787px;
	background-color:#FFF;
	}

.kopf {
	width:787px;
	background-image:url(images/header.png);
	height:189px;
	}

.menu {
	float:left;
	width:787px;
	margin-left:32px;
	}
	
.btn {
	float:left;
	background-image:url(images/btn.png);
	background-repeat:no-repeat;
	width:145px;
	height:32px;
	display:block;
	padding-top:8px;
	text-align:center;
	}
	
.btn a {
	text-align:center;
	font-family:arial;
	color:#009ee0;
	font-size:14px;
	text-decoration:none;
	}
	
.btn a:hover {
	font-style:italic;
	}

.btn a:active {
	font-style:italic;
	}
	
.inhalt {
	background-image:url(images/content.png);
	background-repeat:repeat-y;
	}

.untermenu {
	height:15px;
	width:600px;
	padding-left:86px;
	font-family:Verdana;
	font-size:10px;
	color:#000;
	}
	
	.untermenu a {
		text-decoration: none;
		color:#009ee0;
		}
		
	.untermenu a:hover {
		text-decoration: underline;
		color:#009ee0;
		}

.text {
	width:600px;
	height:auto;
	text-decoration:none;
	padding-left: 65px;
	padding-top:50px;
	font-family:Verdana;
	font-size:10px;
	color:#323232;
	}

.text a {
	color:#009ee0;
	text-decoration:none;
	}	

.text h1 {
	font-size:12px;
	}	

.termine {
	background-color:#EEE
	}
	
.service {
	background-image:url(images/content_end.png);
	height:20px;
	width:787px;
	padding-top:50px;
	color:#323232;
	font-size:10px;
	text-align:center;
	margin-top:-10px;
	}
	
.service a {
	color:#323232;
	text-decoration:none;
	font-family:arial;
	}
