body 
{
	background-color: #ffffff;
	
	margin:0px;
	padding:0px;
  
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;	
	color: #696459;
}

.clear-float{
	clear: both;
}

.zero_clearer {
	height: 0px;
	line-height: 0px;
	clear: both;
}

a, a:link,a:hover,a:active,a:visited
{
	text-decoration: none;
	color: #559EB8;
}

a.link_blue:link,a.link_blue:hover,a.link_blue:active,a.link_blue:visited
{
	 color: #559EB8;
	 font-weight: bold;
}

a.link_blue_normal:link,a.link_blue_normal:hover,a.link_blue_normal:active,a.link_blue_normal:visited
{
	 color: #559EB8;
}

a.nav_highlights_kontakt:link,a.nav_highlights_kontakt:active,a.nav_highlights_kontakt:visited,a.nav_highlights_kontakt:hover
{
	width: 136px;
	height: 20px;
	line-height: 20px;
	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	vertical-align: middle;
	
	background-image: url('images/bg_nav_kontakt.png');
	background-repeat: no-repeat;
	
	padding: 0 0 0 10px;
	
	display: block;
} 

a.nav_highlights:link,a.nav_highlights:active,a.nav_highlights:visited,a.nav_highlights:hover
{
	width: 136px;
	height: 20px;
	line-height: 20px;
	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	vertical-align: middle;
	
	background-image: url('images/bg_nav_highlights.png');
	background-repeat: no-repeat;
	
	padding: 0 0 0 10px;
	
	display: block;
}

a.nav_highlights:hover
{	
	background-image: url('images/bg_nav_highlights_on.png');
	background-repeat: no-repeat;
}

a.nav_highlights_on:link,a.nav_highlights_on:active,a.nav_highlights_on:visited,a.nav_highlights_on:hover,a.nav_highlights_on 
{
	width: 136px;
	height: 20px;
	line-height: 20px;
	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	vertical-align: middle;
	
	background-image: url('images/bg_nav_highlights_on.png');
	background-repeat: no-repeat;
	
	padding: 0 0 0 10px;
	
	display: block;
}

#all_news, #all_refs {
	left: 0;
	bottom: 15px;
	position: absolute;
}

#all_news a:link,
#all_news a:active,
#all_news a:visited,
#all_news a:hover
{
	width: 97px;
	height: 16px;
	line-height: 16px;
	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	vertical-align: middle;
	
	background-image: url('images/pfeil_blue.png');
	background-repeat: no-repeat;
	
	margin: 30px 0 0 0;
	padding-left: 10px;
	
	display: block;
}

#all_news_slide a:link,
#all_news_slide a:active,
#all_news_slide a:visited,
#all_news_slide a:hover,
#all_refs a:link,
#all_refs a:active,
#all_refs a:visited,
#all_refs a:hover {
	width: 97px;
	height: 16px;
	line-height: 16px;
		
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	vertical-align: middle;
	
	background-image: url('images/pfeil_blue.png');
	background-repeat: no-repeat;
	
	margin: 10px 0 0 0;
	padding-left: 10px;
	
	display: block;
}


h2
{
  font-size: 1.1em;	
  color: #559EB8;
  
  margin : 0;
}

p
{
	margin: 0;
}

img
{
	border: none;
}

#top
{	
	height: 98px;
	width: 100%;
	
	padding: 0;
	margin: 0;
	
	position: absolute;
	z-index: 0;
			
	background-image: url('images/bg_top.png');
	background-repeat: repeat-x;
}

#first_nav {
	width: 630px;
	height: 31px;
	
	margin: 63px 0 0 260px;
	padding: 0;		
	
	overflow: hidden;
}

#first_nav ul li a._on,
#first_nav ul.menu li a:hover{
	background: url(images/link_left.png) no-repeat left top;
	color: #90C0D1;	
}

#first_nav ul.menu ul li a:hover{
	background: none;
}

#first_nav ul li a._on span,
#first_nav ul.menu li a:hover span {
	background: url(images/link_right.png) no-repeat right top;
}

ul.menu {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

ul.menu, ul.menu ul {
    list-style-type: none;
}

ul.menu a {
  display: block;
  font-weight:normal;
  padding: 0 0 0 16px;;
	line-height: 28px;
	margin-right: 3px;
	color: #96928A;           
}

ul.menu ul a {
	line-height: 20px;	
}

ul.menu li a._on {
	display: block;
  font-weight:normal;
	text-decoration: none;
	padding: 0 0 0 16px;;
	line-height: 28px;
	margin-right: 3px;
	color: #96928A;
}

ul.menu ul a {
		margin: 0;
    padding: 0 10px 0 20px;
    text-transform: uppercase;
    border-bottom: 1px solid white;
}

ul.menu li {
		padding:0;
    margin:0;
    float: left;  
}

ul.menu ul {		
    margin:0;
    padding: 0;
    position: absolute;
    background-color: #f4f3f1;    
    border: 1px solid #e6e5e3;
    display: none;
    min-width: 180px;  
}

/* IE-Hack für die Breite */

*html ul.menu ul {
    width:180px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */

ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
		display: block;     
}

ul.menu ul li {
    float:none;
    display: block;
    background-color: transparent;    
}

ul.menu li a span,
ul.menu li a._on span {
	display: block;
	padding: 2px 20px 1px 3px;	
}

#second_nav
{
	width: 195px;
	height: 252px;
	
	float: left;
	
	padding: 19px 0 0 15px;
	margin: 0;
	
	background: url(images/bg_second_nav.png) no-repeat top;
}

#unter_nav 
{
	padding-top: 15px;
}

#unter_nav a 
{ 
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 0 0 0 18px;
	line-height: 20px;
	margin: 0;
	color: #96928A;
}

#unter_nav a:hover 
{
	background: url(images/bg_link_pfeil.png) no-repeat left center;
	color: #559EB8;	
}

#unter_nav a.unter_nav_on
{ 
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 0 0 0 18px;
	line-height: 20px;
	margin: 0;
	color: #96928A;
}

#unter_nav a.unter_nav_on
{
	background: url(images/bg_link_pfeil.png) no-repeat left center;
	color: #559EB8;	
}

#content_container{
	width: 449px;
	
	padding: 0 33px 100px 22px;
	margin: 0;
	
	font-size: 1.1em;
	
	float: left;
}

#content_container_news{
	width: 940px;
	margin: 0;
	float: left;
}

#breadcrumb,
#breadcrumb a{
	display: inline;
	overflow: show;
	white-space: nowrap;
	text-transform: uppercase;
	color: #B0A790;
}

#haupt_news
{
	width: 916px;	
	padding-left: 24px;
}

#haupt h1,
#haupt_news h1
{
	font-size: 1.7em;
	font-weight: normal;
	color: #559EB8;
	
	margin: 3px 0 10px 0;
	padding: 0;
}

#haupt p
{	
	margin: 0 ;
	padding: 0 0 10px 0;
}

#haupt_news p
{
	padding: 0;
}

#haupt h2
{	
	border-top: 1px solid #DFDCD3;
	border-bottom: 1px solid #DFDCD3;
	
	font-size: 1.1em;
	color: #B0A790;
	
	margin: 15px 0 10px 0;
	padding: 3px 0 3px 5px;
}

#haupt ul,
#haupt_news ul 
{
	list-style-position: inside;	
	margin:  0 0 0 16px;
	padding: 0;
}

#haupt ul li,
#haupt_news ul li
{	
	margin: 0;
	list-style-image: url("images/bg_list_pfeil.png");	
	background-position: left;
	padding: 0 0 2px 7px;
}

#right_container
{
	width: 200px;
	
	float: left;
	padding: 0 0 0 15px;
}

.box_wrap
{
	width: 200px;
}

.box_header
{
	width: 190px;
	height: 20px;
	line-height: 20px;
		
	padding-left: 10px;
	vertical-align: middle;
	
	font-weight: normal;
	font-size: 1.2em;
	color: white;
	background: url("images/bg_nav_highlights_on.png") no-repeat left;
}

.box_content
{
	margin: 20px 0;		
}

#matoma_logo
{
	width: 231px;
	height: 133px;
	
	position: absolute;
	z-index: 1;
	
	padding: 0;
	margin: 0;
	
	background: url("images/logo.png") no-repeat;
}

#flash_film
{
	height: 317px;
	width: 100%;
	
	padding-top: 98px;
	margin: 0;
	
	background-image: url('images/bg_flash.png');
	background-repeat: repeat-x;
}

#blue_line
{	
	height: 4px;
  width: 100%;	
  
  padding: 0;
  margin: 0;
}

#blue_line_left
{ 
	height: 4px;
	width: 74.5%;
	
  float: left;
  
  background-color: #559EB8;
  
  padding: 0;
  margin: 0;	
}

#blue_line_right
{ 
	height: 4px;
	width: 25%;
	
	float: right;
	
	background-color: #003140;
	
	padding: 0;
  margin: 0;
}

#container
{
	width: 940px;	
	
	position: relative;
	padding: 17px 0 36px 10px;
	margin: 0;
}

#content
{	
	padding: 0 0 116px 0;
	margin: 0;	
}

.box
{
	height: 300px;
	width: 230px;
	float: left;
	
	padding-top: 2px;
	margin:	0;
}

.box_kontakt
{	
	width: 206px;
  
  padding-left: 24px;
  
  border-right: 1px solid #DFDCD3;	
}

.sage_logo
{
	width: 110px;
	height: 110px; 
	
	margin-top: 20px;
	margin-bottom: 20px;	
}

.sage_logo a
{
	width: 87px;
	height: 87px; 
	display: block;
}

.signet
{
	width: 110px;
	height: 43px; 
	
	margin-bottom: 20px;	
	background: url("images/signet_2010.png") no-repeat;
}

.box_kontakt_news
{	
	width: 206px;
	height: 217px;   
}

.box_middle
{	
	width: 269px;
  
  padding-left: 9px;
  
  border-right: 1px solid #DFDCD3;	
}

.box_news
{	
	width: 400px;
  
  padding-left: 9px;
}

#news_box_latest {
	width: 391px;
	height: 425px;
	overflow: hidden;
}

.box_title
{
	height: 22px;
	
	padding: 0;
	margin: 0;
}

.box_title_news
{
	height: 22px;
	
	padding: 0;
	margin: 0 0 20px 0;
}

.box_inhalt
{	
	height: 278px;
	padding: 15px 0 0 0;
	margin: 0;
	position: relative;
}

#box_inhalt_referenzen
{		
	padding: 0 7px 0 0;	
}

#box_inhalt_news{
	height: 155px;
	padding: 0;
	margin: 0;	
}

#footer_seperator
{
	background: white;
}

#footer
{
	height: 26px;
	
	border-top: 1px solid #DFDCD3;
	border-bottom: 1px solid #DFDCD3;
	
	padding: 0 0 0 9px;
	
	background: white;
}

#footer a
{
	color: #53514D;
}

#ref_slide{
	width: 205px;
	height: 509px;
			
	padding-top: 19px;			
	padding-left: 23px;		
		
	left: 244px;
	bottom: 110px;
	
	position: absolute;	
	
	background-color: white;
	border: 2px solid #dfdcd3;
		
}

#news_slide{
	width: 400px;
	height: 509px;
			
	padding-top: 19px;			
	padding-left: 23px;		
		
	left: 523px;
	bottom: 180px;
	
	position: absolute;	
	z-index: 1;
	
	background-color: white;
	border: 2px solid #dfdcd3;
		
}

a.video_link {
	height: 27px;
	
	padding-top: 8px;
	padding-left: 40px;
	display: block;
	background: url("images/bt_video_off.png") no-repeat;
}

a.video_link:hover {
	background: url("images/bt_video_on.png") no-repeat;
}
