html {
	height: 100%;
	}

body {
	height: 100%;
	margin: 0px 0px 0px 10px;
	}

button {
	border: 1px solid #AAAAAA;
	background-color: white;
	cursor: pointer;
	}
	
a {
	font-weight: normal;
	color: #000000;
	}
a:visited {
	color: #A9A9A9;
	}
	

hr {
	color: #A9A9A9;
	height: 1px;
	}

td.bottomline {
	border-width: 0 0 1px 0;
	border-color: #AAAAAA;
	border-style: solid;
	}

table {
	/*margin-left: 10px;*/
	margin-right: 10px;
	}
table td {
	vertical-align: top;
	}
	

/* #### DIVs ### */
#top_navi {
	position: relative;
	width: 902px;
	height: 25px;
	background-color: white;
	text-align: right;
	padding: 0px;
	margin: 0px;
	}
#top_navi a,#top_navi a:visited,#top_navi a:active {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	}
	
#top_navi td {
	padding: 5px 0px 0px 10px;
	}
	
#top_bild {
	position: relative;
	width: 902px;
	height: 195px;
	margin: 0px;
	padding: 0px;
}
	
#header {
	position: relative;
	width: 902px;
	height: 10px;
	
	margin: 0px;
	padding: 0px;
	}

#top_bild2 {
	float: left;
	width: 141px;
	height: 43px;
	margin: 0px;
	padding: 0px;
	}
	
#datum {
	float: right;
	width: 270px;
	height: 61px;
	margin: 0px;
	padding: 0px;
	}

#rootline {
	padding: 10px 10px 0 230px;
	}
	
#rootline a,#rootline a:visited,#rootline a:active {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	}

#navi {
	position: relative;
	min-height: 1px;
	width: 200px;
	/*border: 1px solid black;*/
	}


#content {
	position: relative;
	width: 882px;
	min-height: 400px;
	_height: 400px;
	background-color: white;
	margin: 10px;
	z-index: 500;
	}
	
#infobox {
	float: right;
	width: 200px;
	min-height: 1px;
	padding: 0px;
	margin: 0px;
	border-width: 0 0 10px 18px;
	border-style: solid;
	border-color: white;
	background-color: #FFFFFF;
	z-index: 1000;
	}
#infobox_header {
	padding: 2px 0px 3px 5px;
	background-color: #DF0023;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	min-height: 1px;
	min-width: 1px;
	z-index: 1000;
	}
#infobox_content {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #A9A9A9;
	padding: 10px 5px 10px 5px;
	font-size: 11px;
	background-color: #FFFFFF;
	min-height: 1px;
	min-width: 1px;
	z-index: 1000;
	}
	
#bottom {
	position: relative;
	width: 902px;
	height: 125px;
	background-color: white;
	border-width: 1px 0 2px 0;
	border-style: solid;
	border-color: #DF0023;
	}
	
.lev2 {
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #A9A9A9;
	margin: 0 5px 0 5px;
	padding: 3px 5px 3px 10px;
	font-size: 13px;
	/*line-height: 18px;*/
}

.lev2 a, .lev2 a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	
	}
.lev2 a:hover, .lev2 a:active {
	color: #DF0023;
	font-weight: bold;
	}
.lev2 img {
	margin: 3px 0;
	vertical-align: middle;
	}

.lev3 {
	border: 0px;
	margin: 0 5px 0 5px;
	padding: 3px 10px 3px 15px;
	font-size: 11px;
	line-height: 15px;
}
.lev3 a, .lev3 a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	}
.lev3 a:hover, .lev3 a:active {
	color: #DF0023;
	font-weight: bold;
	}
.lev3 img {
	margin: 4px 0;
	vertical-align: middle;
	}
	
.news-list-item {
	margin-bottom: 10px;
	}
.news-list-table {
	width: 650px;
	}
.news-list-image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
.news-list-date {
	color: #DF0023;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	}
.news-list-header {
	font-size: 12px;
	color: #000000;
	height: 20px;
	vertical-align: top;
	}
.news-list-header a {
	text-decoration: none;
	font-weight: bold;
	}
.news-list-more {
	text-align: left;
	height: 20px;
	vertical-align: top;
	border-width: 0 0 1px 0;
	border-color: #AAAAAA;
	border-style: solid;
	}
	
.news-single-item {
	}
.news-single-table {
	width: 650px;
	}
.news-single-image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}
.news-single-date {
	color: #DF0023;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	}
.news-single-header {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	vertical-align: top;
	_height: 20px;
	min-height: 20px;
	}
.news-single-subheader {
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	}
.news-single-text {
	margin-bottom: 10px;
	}
.news-single-extras {
	margin-bottom: 10px;
	}
	
.news-latest-container {
	width: 160px;
	min-height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
.news-latest-item {
margin-bottom: 10px;
}
.news-latest-header a, .news-latest-header a:visited {
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #000000;
}
.news-latest-date a, .news-latest-date a:visited {
font-size: 10px;
text-decoration: none;
color: #000000;
}
.news-latest-date {
margin-bottom: 5px;
}
.news-latest-subheader a, .news-latest-subheader a:visited {
font-size: 10px;
text-decoration: none;
color: #000000;
}


.tx-indexedsearch-sw, .tx-indexedsearch-browsebox-strong {
	font-weight: bold;
}
.tx-indexedsearch-res table {
	margin-bottom: 5px;
	border-bottom: 1px solid #AAAAAA;
}
.tx-indexedsearch-info {
	padding-bottom: 5px;
}
.tx-indexedsearch-searchbox-sword {
	border: 1px solid #DF0023;
	padding: 2px 5px 2px 5px;
	font-size: 10px;
	background-color: #D4D0C8;
	color: #ffffff;
}
.tx-indexedsearch-searchbox-button {
	border: 1px solid #000000;
	background-color: white;
	font-size: 10px;
	padding: 1px;
	cursor: pointer;
}

.resulttable {
	border: 1px solid #000000;
	border-collapse: collapse;
	}
.resulttable td {
	width: 140px;
	vertical-align: top;
	padding: 3px;
	}