 			  html, body {height: 100%;}
 			  body {margin: 0; padding: 0;}
 			  #wrapper {width: 980px; margin: auto auto; min-height: 100%; position: relative;}
 			  * html #wrapper {height: 100%;} /* IE Hack für 100 % Höhe */
 			  #footer {position: absolute; bottom: 0; left: 0; width: 100%;}
 			  * html #footer {bottom: -1px;} /* Nächster IE Hack, da bottom: 0; als bottom: 1px interpretiert wird */
 			  #page {margin-bottom: 50px; float: left;}


 			  /* Ab hier nurnoch ein wenig Kosmetik ;) */

 			  a {
 			  	outline:none;
 			  	color:#f00;
 			  	text-decoration:none;
 			  }
 			  a:hover {
 			  	text-decoration:underline;
 			  }

			  a.external {
				padding-right: 12px; background: url(img/link_external.gif) no-repeat right;
			  }

 			  body {background:#1A1B1C; font-family:Verdana, sans-serif; font-size:12px; color:#ffffff;}

 			  #wrapper { background:url(img/rahmen_back.gif) top left repeat-y; }
 			  #footer {
 			  	background:url(img/rahmen_footer.gif) top left no-repeat;
 			  	height:50px;
 			  	/*background: #7C8B3E; text-align: center; color: white; padding: 8px 0; font-weight: bold;*/
 			  }
 			  #page {
 			  	padding:0;
 			  }
 			  #footerlink {
 			  	margin-top:32px; margin-left:859px;
 			  	width:122px; height:14px;
 			  	display:block;
 			  	text-decoration:none;
 			  }
 			  #navi {
 			  	width:230px;
 			  	margin-right:6px;
 			  	margin-top:37px;
 			  	padding-left:25px;
 			  	float:left;
 			  }
 			  #content {
 			  	float:left;
			  	width:430px;
			  	margin:20px;
			  	margin-bottom:8px;
 			  }
 			  #termine {
 			  	width:160px;
 			  	float:left;
			  	margin:0 20px 8px 47px;
			  	padding-top:45px;
			  	background:url(img/head_termine.gif) top center no-repeat;
 			  }
 			  p {
 			  	margin:0;
 			  	margin-bottom:12px;
 			  	text-align:justify;
 			  }
			  #navi ul {
			  	margin:0;padding:0;
			  	list-style-type:none;
			  }
			  #navi .navitem, #navi .navitemsel {
				display:block;
				height:21px;
				background:top left no-repeat;
				margin-bottom:23px;
				text-indent:-9999px;
				overflow:hidden;
			  }
			  #navi .navitem:hover, #navi .navitemsel {
			  	background-position:0 -21px;
			  }
