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


body {
	background:#520404 url(../images/seitenhintergrund.png) repeat-x;
	color:#280606;
	font:75%/1.5em Georgia, "Times New Roman", Times, serif;
}



/* ####### Überschriften ####### */
h1 {
	background:url(../images/logo.jpg) no-repeat;
	font-size:1px;
	height:161px;
	left:402px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:0;
	width:154px;
	z-index:1;
}

h2 {
	border-bottom:1px dashed #9f8e72;
	color:#8d2517;
	font-size:2.35em;
	font-style:italic;
	font-weight:normal;
	margin:0 0 30px 0;
	padding:0 0 7px 0;
}

h2 span {
	color:#985d49;
	font-size:0.8em;
}

h3 {
	color:#8d2517;
	font-size:1.4em;
	font-weight:normal;
	margin:0 0 3px 0;
}

h4 {
	color:#8d2517;
	font-size:1.2em;
	font-weight:normal;
	margin:0 0 3px 0;
	text-transform:uppercase;
}


strong {
	color:#8d2517;
}

em {
	color:#6F5037;
}


p {
	margin:0 0 1.2em 0;
}



/* ####### Links ####### */
a {
	text-decoration:none;
}

a:link {
	border-bottom:1px dashed #a38c61;
	color:#881414;
}

a:visited {
	border-bottom:1px solid #a38c61;
	color:#881414;
}

a:hover {
	border-bottom:1px dashed #881414;
	color:#9F7327;
}

a:active {
	border-bottom:1px dashed #a38c61;
	color:#c00;
}



/* ####### Definitionslisten ####### */
dl {
	margin:0 0 1.5em 0;
}

dt {
	color:#8d2517;
	float:left;
	padding:2px 5% 2px 0;
	width:18%;
	white-space:nowrap;
}

dd {
	float:left;
	padding:2px 0 2px 0;
	width:77%;
}


dl#impressum dt {
	width:38%;
}

dl#impressum dd {
	width:57%;
}



div#footer a:link {
	border-bottom:1px dashed #bb934b;
	color:#bb934b;
}

div#footer a:visited {
	border-bottom:1px solid #bb934b;
	color:#bb934b;
}

div#footer a:hover {
	border-bottom:1px dashed #bb934b;
	color:#fff;
}

div#footer a:active {
	border-bottom:1px dashed #bb934b;
	color:#FAE008;
}



/* ####### Tabellen ####### */
table {
	border-collapse:collapse;
	margin:0 0 2em 0;
	width:100%;
}

th {
	border-bottom:1px solid #CFAB81;
	color:#8d2517;
	font-weight:normal;
	padding:0 0 3px 0;
	text-align:left;
}
