
div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
    
#logo {
   background: url(resources/logo_dvd.png) no-repeat;
}
#key_visual {
   background: url(resources/dexter-2010.jpg) no-repeat;
}
#slogan {
  font-family: Tahoma, serif;
  font-style: italic;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #8a3b00;
}
a.main_nav_active_item {
  background: url(images/dynamic/buttonset4/n1active.gif) no-repeat;
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #627700;
}
a.main_nav_item {
  background: url(images/dynamic/buttonset4/n1.gif) no-repeat;
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #627700;
}
a.main_nav_item:hover {
  background: url(images/dynamic/buttonset4/n1active.gif) no-repeat;
  font-family: Tahoma,sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #bc6c10;
}
a.sub_nav_active_item, a.sub_nav_active_item-rot {
  background: url(images/dynamic/buttonset4/bn1active.gif) no-repeat;  
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #627700;
}
a.sub_nav_item {
  background: url(images/dynamic/buttonset4/rsn1-40.gif) no-repeat;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #333333;
}
a.sub_nav_item-rot {
  background: url(images/dynamic/buttonset4/rsn1-40-rot.gif) no-repeat;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
}
a.sub_nav_item:hover, a.sub_nav_item-rot:hover {
  background: url(images/dynamic/buttonset4/sn1.gif) no-repeat; 
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #89a600;
}
.content h1 {
  font-size: 30px;
  font-weight: normal;
  text-decoration: none;
  color: #627700;
}
.content h2 { 
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #627700;
}
.content h3 {  
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  color: #627700;
}
.content {  
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #333333;
}
.content a:link {  
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #005ffc;
}
.content a:visited {  
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
  color: #005ffc;
}
.content a:hover {  
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #bc6c10;
}
.content a:active {  
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #434847;
}
#footer_text {
  font-family: Tahoma, serif;
  font-style: normal;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  color: #6b7889;
}
.abstand-100  {
	height: 250px;
	}

.square  {
	list-style: square inside;
	margin-left: 140px;
	padding: 0px;
	}
.disc  {
	list-style: disc inside;
	margin-left: 40px;
	}	
.circle  {
	list-style: circle inside;
	margin-left: 70px;
	}	
.tip  {
	list-style: square outside;
	margin-left: 40px;
	padding: 0px;
	}
hr   {
	height: 1px;
	margin: 0 auto;
	text-align:center;
	color: #627700;
	background-color: #627700;
	}
.info-a  {
	color: #c50500;
	font-weight: bold;
	line-height: 1.5;
	}