
div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
    
#logo {
  background: url(resources/_wsb_logo.png) no-repeat;
	color: #5b686f;
  text-decoration:underline;
}

#key_visual {
   background: url(resources/titel.png) no-repeat;
}
#extra_div1 {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #2E5764;
}
#main_nav_list a.main_nav_active_item {
  background: url(images/dynamic/buttonset1/n1activeitem.gif) no-repeat;
  font-family: Trebuchet MS,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background-position: top right;
}
#main_nav_list a.main_nav_item {
  background: url(images/dynamic/buttonset1/n1.gif) no-repeat;
  font-family: Trebuchet MS,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #0B1A21;
  background-position: top right;
}
#main_nav_list a.main_nav_item:hover {
  background: url(images/dynamic/buttonset1/n1hover.gif) no-repeat;
  font-family: Trebuchet MS,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background-position: top right;
}
.sub_nav_list a.sub_nav_active_item {
  background: url(images/dynamic/buttonset1/subnav1active.gif) no-repeat;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.sub_nav_list a.sub_nav_item {
  background: url(images/dynamic/buttonset1/subnav1.gif) no-repeat;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  color: #0B1A21;
}
.sub_nav_list a.sub_nav_item:hover {
  background: url(images/dynamic/buttonset1/subnav1hover.gif) no-repeat;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
#content_container h1 {
  font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #2E5663;
}
#content_container h2 {
  font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #2E5663;
}
#content_container h3 {
  font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #2E5663;
}
#content_container p, #content_container {
  font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #282828;
}
#content_container a:link {
  font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  color: #2E5663;
}
#content_container a:visited {
  font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  color: #2E5663;
}
#content_container a:hover {
  font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: #2E5663;
}
#content_container a:active {
  font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: normal;
  text-decoration: underline;
  color: #2E5663;
}
#footer_text {
  font-family: Arial,Verdana,Trebuchet MS,Tahoma,sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #282828;
}
.sub_titel {
	/*color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');*/
	/*color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');*/
	
	/*border: solid 1px #0076a3;
	background: -moz-linear-gradient(top, #98b3c3, #60a1c1);
	background: -webkit-gradient(linear, left top, left bottom, from(#98b3c3), to(#60a1c1));
	background: -moz-linear-gradient(top,  #98b3c3,  #60a1c1);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#98b3c3', endColorstr='#60a1c1');
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
	color:#FFFFFF;
	background:url(resources/sub_titelbg.png) no-repeat;
}

.linie{
	background:url("colorschemes/colorscheme1/images/static/footerbg.gif") no-repeat scroll top transparent; 
	margin:0;
	padding:0;
	width:745px;
}
