/* CSS Document */

h1 {
	font: 16px Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #f17804;
	margin: 0px;
	margin-bottom: 11px;
}

h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #75491f;
	margin: 0px;
	margin-bottom: 11px;
}

h3 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #94673d;
	margin: 0px;
	margin-bottom: 11px;
}

p {
	margin-top: 0px;
	margin-bottom: 11px;
}

span.klein {
	font-size: 11px;
}

/* Links */

div#content a:link {
	color: #fd7400;
	border-bottom: 1px dashed #cccdce;
	text-decoration: none;
}

div#content a:visited {
	color: #fd7400;
	border-bottom: 1px dashed #cccdce;
	text-decoration: none;
}

div#content a img {
	float: right;
	padding: 3px;
	border: 1px dashed #cccdce;
	margin-left: 10px;
	margin-bottom: 14px;
	text-decoration: none;
}

a.menue {
	color: #6c4724;
	border-bottom: 1px dashed #cccdce;
	text-decoration: none;
}

a.anschrift {
	color: #fd7400;
	border-bottom: 1px dashed #cccdce;
	text-decoration: none;
}

a.online_shop {
	color: #fe7c00;
}

a:hover {
	color: #673d16;
	border-bottom: 1px dashed #cccdce;
	text-decoration: none;
}

a.no_border {
	border-bottom: none;
}

/* Border */

hr {
	background-color: #d0d0d2; /* Mozilla 1.4 */
	color: #d0d0d2; /* IE 6 */
	border: #d0d0d2; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-top: 15px;
	margin-bottom: 15px;
}
