@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	empty-cells:show;
	height:100%;
	background-color:#fdfcf9;
}

h1, .headline1 {
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:17pt;
	color:#f14b00;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}

p, .normal {
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:14pt;
	color:#f14b00;
	margin: 5px 0px 5px 0px;
}

h2 {
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:13pt;
	color:#6e3720;
	margin: -4px 0px 5px 0px;
	font-weight:normal
}

h3 {
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:14pt;
	font-weight:bold;
	color:#6e3720;
	clear:both;
	margin: 5px 0px 5px 0px;
}

#startseite {
display:block;
width: 77px;
height:47px;
/* border:1px solid #000000; */
background-image:url(/_standards/bilder/nav_startseite_normal.gif);
}

#startseite:hover {
background-image:url(/_standards/bilder/nav_startseite_over.gif);
}

#anfahrt {
display:block;
width:77px;
height:47px;
/* border:1px solid #000000; */
background-image:url(/_standards/bilder/nav_anfahrt_normal.gif);
}

#anfahrt:hover {
background-image:url(/_standards/bilder/nav_anfahrt_over.gif);
}

#angebote {
display:block;
width:77px;
height:47px;
/* border:1px solid #000000; */
background-image:url(/_standards/bilder/nav_angebote_normal.gif);
}

#angebote:hover {
background-image:url(/_standards/bilder/nav_angebote_over.gif);
}

.rechteSpalte, .normal {
	font-family:Garamond, "Times New Roman", Times, serif;
	font-size:14pt;
	color:#6e3721
}
.metanav {
	font-family: Garamond, "Times New Roman", Times, serif;
	font-size:11pt;
}

.bildgross {
display:block;
margin: 5px 0px 12px 0px;
width:139px;
height:24px;
/* border:1px solid #000000; */
background-image:url(/_standards/bilder/btn_bildgross_normal.gif);
}

.bildgross:hover {
background-image:url(/_standards/bilder/btn_bildgross_over.gif);
}

.zumangebot {
display:block;
margin: 5px 0px 5px 0px;
width:124px;
height:24px;
/* border:1px solid #000000; */
background-image:url(/_standards/bilder/btn_zumangebot_normal.gif);
}

.zumangebot:hover {
background-image:url(/_standards/bilder/btn_zumangebot_over.gif);
}

.alleangebote {
display:block;
margin: 5px 0px 5px 0px;
width:177px;
height:24px;
/* border:1px solid #000000; */
background-image:url(/_standards/bilder/btn_alleangebote_normal.gif);
}

.alleangebote:hover {
background-image:url(/_standards/bilder/btn_alleangebote_over.gif);
}

/* LINKS */

a.metanav:link { text-decoration: none; color:#6e3720;}
a.metanav:active { text-decoration: none; color:#6e3720;}
a.metanav:visited { text-decoration: none; color:#6e3720;}
a.metanav:hover { text-decoration: underline; color:#f14b00;}

a:link { text-decoration: underline; color: #c1430b; }
a:active { text-decoration: underline; color: #c1430b; }
a:visited { text-decoration: underline; color: #c1430b; }
a:hover { text-decoration: underline; color: #c1430b; }

