html,
body {
	width:100%;
}

#wrapper { 
	width:925px;
	margin: 0 auto;

} 

/* header
===================================*/

#header {
	position: relative;
	width: 100%;
	height: 95px;
	margin-top: 30px;
	/*border:solid 1px red;*/
}

#header #logo {
	position:absolute;
	top:0; 
	left:0; 
}

#header #subtitle {
	position:absolute;
	top:44px;
	right:60px; 
}

#header #main_navi { 
	position:absolute;
	right:0;
	bottom:0;
	width: 100%;
	overflow: hidden;
} 

#header #main_navi ul { 
	float: right;
	position: relative;
	margin-right: 60px;
} 

#header #main_navi li {
	float: left;
	position: relative;
}

#header #main_navi a {
	width: auto;
	display: block;
	padding: 0 15px;
	border-right:1px solid #fff;
}
#header #main_navi .first a {
	border-left:1px solid #fff;
}


/* visual
===================================*/

#visual {
	position: relative;
	width: 100%;
	height: 90px;
	margin-top: 40px;
	/*border:solid 1px green;*/
}

#visual img {
	float: right;
	margin-left:1px; 
}

/* main
===================================*/

#main {
	position:relative;
	width:100%;
	margin-top:2px;
	/*border:solid 1px blue;*/
}

/* eyecatcher
---------------------------------------------------*/

#main #eyecatcher {
	float:left;
	width:197px;
	margin-top: 40px;
	margin-bottom:20px;
	/*border: 1px solid yellow;*/
}

#main #eyecatcher img {
	display:block
}

/* Text
---------------------------------------------------*/

#main div.text {
	float:right;
	width:560px;
	margin:40px 60px 0 0;
}
#main div.text_referenzen {
	float:right;
	width:560px;
	margin:20px 60px 0 0;
}

#main h1,
#main h2 {
	margin-bottom:20px;
}

#main h3 {
	margin-top:20px;
}


#main p,
#main ul,
#main table {
	margin-bottom:20px;
}

#main td.datum {
	padding-right:10px;
}


/* Bilderleiste
---------------------------------------------------*/

#main div.bilderleiste {
	float:left;
	width:100%;
}

#main div.bilderleiste img {
	display:block;
	float: left;
	margin-bottom: 2px;
	margin-right: 1px; 
}

/* Footer 
===================================*/

#footer { 
	position:relative;
	width: 100%;
	overflow: hidden;
	margin: 20px 0 40px 0;
} 

#footer ul { 
	float: right;
	position: relative;
	margin-right: 60px;
} 

#footer li {
	float: left;
	position: relative;
}

#footer a {
	width: auto;
	display: block;
	padding: 3px 0 0 30px;
}


/* Allgemein 
===================================*/

.clear {
	clear:both;
} 


/* Print
==================================*/

@media print {

#header #main_navi,
#footer ul {
	visibility:hidden;
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	z-index:5;
}

#header #subtitle {
	right: 0; 
}

#visual {
	margin-top: 0;
}

}
