body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #EEEEEE;
}

a:link, a:visited { color: #fbbc53; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { color: #fbbc53; text-decoration: none; }

a.pic {color: #A30101;}

img.nml {
	padding: 0px;
	display:inline;
	border: 0;
	margin: 0;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0;
	padding: 0;
}

img.bnnr {
	border: 1px solid #6A0000;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}
.margin_bottom_200 { clear: both; width: 100%; height: 200px; font-size: 1px;	}
.margin_bottom_300 { clear: both; width: 100%; height: 300px; font-size: 1px;	}
.margin_bottom_400 { clear: both; width: 100%; height: 400px; font-size: 1px;	}

.margin_right_40 { margin-right: 40px; }
.margin_right_60 { margin-right: 60px; }

.h_divider { background: url(images/horizontal_divider.jpg) bottom repeat-x; }
.vl_divider { background: url(images/vertical_divider.jpg) left repeat-y; }
.vr_divider { background: url(images/vertical_divider.jpg) right repeat-y; }

.fl { float: left; }
.fr { float: right }

.header_01 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #fbbc53;
	font-weight: bold;
}

.header_right {
	font-size: 13px;
	font-weight: bold;
	color: #fbbc53;
	height: 19px;
	padding: 4px 0 0 10px;
	margin: 0;
	background: url(images/header_right.png) top left no-repeat;
}

.box_right {
	border: 1px solid #6A0000;
	padding: 3px 8px 3px 8px;
}

.header_02 a {
	padding: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #fbbc53;
}

.header_03 {
	padding: 0;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(images/container_bg.png) repeat-y;
}

#banner {
	width: 960px;
	height: 160px;
	margin: 0 auto;
  background: url(images/banner.png) no-repeat;
}

#banner #logo {
	float: left;
	margin: 30px 0 0 40px;
	width: 303px;
	height: 114px;
}

/* menu */

#bar {
	clear: both;
  width: 960px;
	height: 24px;
	background: url(images/bar.jpg) repeat-x;
}

.trennlinie {
	margin: 20px 0 20px 0;
	border-top:1px dotted #6A0000;
}

/* end of menu */

/* content */

#content {
	padding: 0 10px;
}

.left_column {
	padding: 0;
	margin-top: 20px;	
	width: 135px;
}

.right_column {
	padding: 0 0px;
	margin-top: 20px;	
	width: 210px;
}

.middle_column {
	padding: 0 20px;
	margin-top: 20px;	
	width: 533px;
	border: 1px solid #6A0000;
}

.column_w190 {
	width: 190px;
}

.middle_column p {
	text-align: justify;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fbbc53;
}

.latest_news {
	clear: both;
	padding-bottom: 10px;
}

.sitemenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sitemenu li { 
	height: 20px;
	padding: 4px 0 0 10px;
	margin: 0 0 5px 0;
	background: url(images/button.png) top left no-repeat;	
}

.sitemenu li:hover { 
	background: url(images/button-hover.png) top left no-repeat;	
}

.sitemenu li.current { 
	background: url(images/button-hover.png) top left no-repeat;	
}

.sitemenu li.sub { 
	height: 18px;
	background: url(images/button-sub.png) top left no-repeat;	
}

.sitemenu li.sub a{ 
	font-weight: normal;
}

.sitemenu li a { 
	color: #fbbc53;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
	
/* end of content */

/* footer */

#footer {
	clear: both;
	width: 960px;
	padding: 10px 0 10px 0;
	text-align: center;
	border-top: 1px solid #8b8a8b;
	background: #343233;
}

.footer_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer_list li {
	padding: 0 5px;
	display: inline;
}

.footer_list li a {
	color: #fff;
	text-decoration: none;
}

.footer_list li a:hover {
	color: #fbbc53;
}


.center {
	text-align:center;
}

.tabstat {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-width:1px;
	border-style:solid;
	border-color:#6A0000;
}

td.tabhead {
	font-size: 12px;
	font-weight: bold;
	background-color: #8c0003;
}
td.tabnorm {
	background-color: #8c0003;
}
td {
	padding-left: 3px;
}
td.borderR {
	border-right: 1px solid #cccccc;
}


.filter {
	font-size:10px;
	font-weight:bold;
	color: #fbbc53;
}
