@charset "utf-8";

* {
	border:0;
	margin:0;
	padding:0;
}

body {
	background:#b3bbbd url(../images/hintergrund-kachel.png) repeat-x;
	color:#000;
	font:80%/1.5em Verdana, Arial, Helvetica, sans-serif;
}



h2 {
	height:97px;
	width:378px;
}


h2.startseite {
	background:url(../images/headlines/startseite.png) no-repeat;
}
h2.team {
	background:url(../images/headlines/team.png) no-repeat;
}
h2.geschichte {
	background:url(../images/headlines/geschichte.png) no-repeat;
}
h2.marken {
	background:url(../images/headlines/marken.png) no-repeat;
}
h2.aktuelles {
	background:url(../images/headlines/aktuelles.png) no-repeat;
}
h2.galerie {
	background:url(../images/headlines/galerie.png) no-repeat;
}
h2.kontakt {
	background:url(../images/headlines/kontakt.png) no-repeat;
}
h2.anfahrt {
	background:url(../images/headlines/anfahrt.png) no-repeat;
}
h2.impressum {
	background:url(../images/headlines/impressum.png) no-repeat;
}




h3 {
	font:1.6em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
}





a:link {
	color:#a7592d;
	text-decoration:none;
}

a:visited {
	color:#a7592d;
	text-decoration:none;
}

a:hover {
	border-bottom:1px dashed #333;
	color:#19171C;
	text-decoration:none;
}

a:active {
	color:#c00;
	text-decoration:none;
}

