.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	position: absolute;
	height: 150px;
	width: 177px;
	left: 10px;
	top: 10px;
	z-index: 2;
	vertical-align: middle;
	word-spacing: normal;
}
.subnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	word-spacing: normal;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	background-color: #D0660F;
	position: absolute;
	height: 150px;
	left: 211px;
	top: 10px;
	width: 768px;
	text-transform: capitalize;
}

a {
	text-decoration: none;
	color: #000000;	
}
a:hover {
	text-decoration: underline;
	color: #eeceb3;
}
body {
	background: #ffffff;
}

.titlespacer {
	background-color: #7E3F0A;
}
.textheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9B4D0D;
}
.textline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9B4D0D;
	background: #9B4D0D;
	height: 1px;
}
.textinverted {
	background-color: #D0660F;
	font-size: 12px;
}
	
.textinverted_a {
	background-color: #D0660F;
	color: #FFFFFF;
	font-size: 12px;
}
.textinverted_a:hover {
	background-color: #D0660F;
	color: #FFFF00;
	font-size: 12px;
	text-decoration: none;
}

.subnavigationvollbild {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
	word-spacing: normal;
}
hr {
	color: #000000;
}

.backgroundimagecenterdedamnlongtagname {
	background-position: center center;
	background-repeat: no-repeat;
}

.entrylink {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.entrylink:hover {
    color: #ff1f1f;
    text-decoration: none;
}

.adbox {
	border: 1px solid #3f0000;
	background: #ffffff;
	color: #000000;
	text-align: left;
	float: left;
	font-weight: bold;
}
.adboxtitle {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: #7f0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.adboxtext {
	padding: 1em;
}
