/* Tags */
	body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#000000;
		background-color:#FFFFFF;
	}
	
	h1,h2 {
		display:inline;
		text-align:center;
	}

	h1 {
		font-size:36px;
	}
	
	a {
		color:#000000;
		text-decoration:underline;
	}
	
	a:hover {
		color:#666666;
		text-decoration:none;
	}
/* Klassen */
	.body_main {
		width:800px; height:600px;
		margin:0px auto;
	}
	
	.content_main {
		margin:20px;
		width:100%; height:100%;
	}
	
	.mainclass_startseite { background-image:url(img/bg_startseite.gif); background-repeat:no-repeat; background-position:center; }
	.mainclass_leistung { background-image:url(../img/bg_leistung.gif); background-repeat:no-repeat; background-position:center; }
	.mainclass_kontakt { }
	.mainclass_anfahrt { background-image:url(../img/bg_anfahrt.gif); background-repeat:no-repeat; background-position:center; }
	.mainclass_galerie { /*background-image:url(../img/bg_startseite.gif);*/ }
	.mainclass_intern { /*background-image:url(../img/bg_startseite.gif);*/ }

	.menu {
		/*width:100%;*/
	}
	
	.menu_img {
		border:none;
		margin:0 15px;
	}
	
	.copyright { font-size:8px; }