html {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: 400;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: url('bg_body.gif') #edddcb top center repeat-x;
	height: 100%;
	margin: 0;
	padding: 0;
}

h1 {
	font: bold 13px Arial, Helvetica, Verdana, sans-serif;
	color: #b40015;
}

a img {
	border:0;
}

a {
    text-decoration:none;
    color:#b40015;
  }
  
a:hover {
	text-decoration:underline;
}  

p {
	margin: 0 0 11px 0;
}

.tabbox .tab_content h4 {
	font-size: 12px;
	font-weight: 400;
	color: #25282d;
}
#page {
	width: 970px;
	min-height: 100%;
	background: url('bg_page.gif') repeat-y;
	margin: 0;
	padding: 0;
}
#header {
	width: 970px;
	height: 150px;
	background: url('bg_header_logo.gif') top left no-repeat;
}
#header_logo {
	width: 160px;
	height: 150px;
}
#header_logo img {
	margin: 35px 0 0 13px;
}
#header_image {
	position: absolute;
	top: 0;
	left: 160px;
	width: 810px;
	height: 150px;
	background: url('header_image.jpg') left top no-repeat;
}
#header_image ul {
	list-style: none;
	font-size: 11px;
	color: #FFF;
	position: relative;
	top: 16px;
	left: 500px;
	margin: 0;
	padding: 0;
}
#header_image ul li {
    float: left;
	background: url('subnavigation_li.gif') 0 4px no-repeat;
	margin: 0 20px 0 0;
	padding: 0 0 0 10px;
}
#header_image ul li a {
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
#header_image ul li a:hover {
	text-decoration: underline;
}

#header_image .toolbar_top {
	position: relative;
	top: 99px;
	left: 490px;
	width: 316px;
	margin: 0 0 10px;
}

.toolbar_top .search_field {
	position: absolute;
	top: 0;
	left: 104px;
	border: 0;
	height: 20px;
	width: 144px;
	font-size: 8pt;
	color: #FFF;
	margin: 0;
	padding: 3px 0 0 5px;
	background: url('input_search.gif') 0 0 no-repeat;
/*	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.5; */
}
.toolbar_top .search_field {
	color: #25282D;
}


.toolbar_top .search_submit {
	position: absolute;
	top: 0;
	left: 256px;
	height: 20px;
}

.toolbar_top .fontsizer {
	position: absolute;
	top: 0;
	left: 0;
}

.fontsizer_text {
	font-size:10px;
}

.toolbar_top .fontsizer img {
	position:relative;
	top:3px;
}

#main {
	float: left;
	width: 800px;
	margin-top:-3px;
	background: url('bg_main.gif') #FFF top left repeat-y;
}
#shadow_right {
	position: absolute;
	top: 120px;
	left: 960px;
	width: 13px;
	height: 612px;
	background: url('bg_shadow_right.gif') top left no-repeat;
}
#navigation {
	float: left;
	height: 585px;
	width: 160px;
	color: #25282d;
	font-size: 11px; /*�NDERUNG SEBASTIAN*/
	background: url('bg_navigation.gif') no-repeat;
}
#navigation ul {
	width: 150px;
	background: url('bg_navigation_ul.gif') repeat-y;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 8px;
}

.navi_top_border {
    border-top:1px solid #EEE;
}

#navigation ul li,
#navigation ul li.selected div {
	height: auto;
	width: 134px;
	border-bottom: 1px solid #f0efee;
	background: url('bg_navigation_li_1.gif') top left no-repeat;
	margin: 0;
	padding: 7px 0 7px 15px;
}
 
#navigation ul li.selected  {
	height: auto;
	width: 150px;
	border-bottom: none;
	background: none;
	margin: 0;
	padding: 0;
}

#navigation ul li:hover,
#navigation ul li.selected div {
	background: url('bg_navigation_li_1.gif') top right no-repeat;
	cursor: pointer;
}
#navigation ul li a {
	text-decoration: none;
	color: #25282d;
}
#navigation ul li:hover a,
#navigation ul li.selected a {
	text-decoration: none;
	color: #FFF;
}
/* second navigation im hauptmenu */
#navigation ul ul {
	width: 150px;
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation ul ul li.second,
#navigation ul ul li.second:hover {
	height: auto;
	width: 126px;
	border-bottom: 1px solid #f0efee;
	background: url('bg_nav_li_second_1.gif') top left no-repeat;
	margin: 0;
	padding: 5px 3px 5px 21px;
	font-size: 10px;
}

#navigation ul ul li.second:hover {
    text-decoration: underline;
}

#navigation ul ul li.second a.selected_second {
	text-decoration: underline;
	color: #25282d;
}

#navigation ul ul li.second a {
	text-decoration: none;
	color: #25282d;
}

#navigation ul ul li:hover a,
#navigation ul ul li.selected a {
	text-decoration: underline;
	color: #25282d;
}

/*
#navigation ul li.second {
	background: url('../images/bg_nav_li_second.gif') top left no-repeat;
	margin: 0 0 0 16px;
	width: 123px;
	font-size: 10px;
}
#navigation ul li.second:hover {
	text-decoration: underline;
	background: url('../images/bg_nav_li_second.gif') top left no-repeat;
	cursor: pointer;
	color: #525559;
}

#navigation ul li.second a #selected_second {
	text-decoration: underline;
	cursor: pointer;
}

#navigation ul li.second a {
   color: #525559;
}
*/
#navigation_end {
	width: 160px;
	height: 16px;
	position: relative;
	background: url('navigation_end.gif') top left no-repeat;
	line-height: 16px;
}
#content_left {
	float: left;
	width: 485px;
}
#content_right {
	float: left;
	width: 305px;
	margin: 0 0 0 5px;
}
#content_right a img {
	border: 0;
}
#footer {
	position: relative;
	clear: both;
	height: 70px;
	width: 780px;
	background: url('bg_footer.gif') top left repeat-x;
	padding: 10px 0 0 20px;
	margin-top:10px;
}
#footer p {
	font-size: 8pt;
	color: #25282d;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

#footer p a {
	color: #FFF;
	text-decoration: none;
}
#footer_inmenu a:hover,
#footer p a:hover {
	color: #25282d;
}
#footer img {
	margin: 5px 0 0;
}
.cleared {
	clear: both;
}

#footer_inmenu {
	width: 451px;
	height: 16px;
	margin: 10px 0 15px 12px;
	padding: 2px 15px 0 5px; 
	border-top: 1px solid #cdcac6;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	background: url('bg_li.gif');
}

#footer_inmenu a {
	color: #25282d;
}

#footer_print {
	display: none;
}

/*#navigation ul li:hover a, #navigation ul li#selected a {
	color: #FFF;
	}
*/
/** SKYSCRAPER **/

#dstgb_skyscraper{
    position:absolute;
    top:113px;
    left:987px;
    width: auto;
    /*background: #C0C0C0;*/
}
#dstgb_skyscraper img{
    border:0;
}

.rotatingBannerHref {
	padding-bottom:2px;
}