@charset "utf-8";
/* CSS Document */

/*=============================================
Layout Gestaltung
Firma: Rheinline  
===============================================*/

*  { padding: 0; margin: 0; }

body {
	background-color: #f0f0f0;
}

#wrapper {
	width: 930px;
	height: 600px;
	margin: 20px auto;
	background-color: #ffffff;
	position: relative;
}

#bg_website {
	position: relative;
	float: left;
	width:920px;
	height:563px;
	margin:0 0 0 5px;
	background-color:#d7e9bf;
}

.bg_website_top {
	margin: 3px 0 0 4px;
	float:left;
	position:relative;
	width:921px;
	height: 30px;
	background-image:url(../img/bg_green_top.gif);
	background-repeat:no-repeat;
}

.bg_website_bottom {
	background-image:url(../img/bg_green_bottom.gif);
	background-repeat:no-repeat;
	position: absolute;
	bottom:0;
	width:920px;
	height: 30px;
	clear:both;
	background-color:#ffffff;
}

#logo {
	width: 350px;
	height:100px;
	background-image:url(../img/logo.png);
	background-repeat: no-repeat;
	margin:10px 0 0 300px;
}

#main_inhalt {
	width:760px;
	height:330px;
	background-color:#ffffff;
	float:left;
	position:relative;
	line-height:18px;
	margin: 0 0 0 80px;
}

.bg_main_top {
	margin: 4px 0 0 4px;
	width:752px;
	height:16px;
	float:left;
	background-color:#ffffff;
	background-image:url(../img/main_green_top.gif);
	background-repeat:no-repeat;
}

.bg_main_linien {
	position:absolute;
	width:748px;
	height:300px;
	bottom: 10px;
	background-color:#ffffff;
	border-left:2px solid #d7e9bf;
	border-right:2px solid #d7e9bf;
}

#left {
	width:355px;
	height: 290px;
	margin: 0 0 0 15px;
	position:relative;
	float:left;
	text-align:justify;
	background-color:#ffffff;
}

#right {
	position: relative;
	width:340px;
	height: 270px;
	margin: 24px 0 0 20px;
	float:left;
	text-align:justify;	
}

#start_left {
	width:355px;
	height: 200px;
	margin: 0 0 0 15px;
	position:relative;
	float:left;
	text-align:justify;
	background-color:#ffffff;
}

#start_right {
	position: relative;
	width:340px;
	height: 200px;
	margin: 24px 0 0 20px;
	float:left;
	text-align:justify;	
}

#start_mitte {
	position: relative;
	width: 748px;
	height: 70px;
	margin: 15px 0 0 0;
	float:left;
	text-align:center;
}

#kontakt_left {
	width:275px;
	height: 290px;
	margin: 0 0 0 15px;
	position:relative;
	float:left;
	text-align:justify;
	background-color:#ffffff;
}

#kontakt_right {
	position: relative;
	width:440px;
	height: 290px;
	margin: 4 0 0 20px;
	float:left;
	text-align:justify;	
}

.bg_main_bottom {
	width: 750px;
	height: 16px;
	position:absolute;
	clear:both;
	bottom: 4px;
	left: 4px; 
	background-color:#ffffff;
	background-image:url(../img/main_green_bottom.gif);
	background-repeat:no-repeat;
}

#navi {
	margin: -50px 0 0 80px;
}

.boegen {
	list-style:none;
	margin-top:30px;
	float:left;
	background: url(../img/boegen.gif) top left no-repeat;
	width:150px; 
	height: 22px;
	display:block;
}

/*========
Leistungen
==========*/

#start_leistungen {
	width:715px;
	height: 80px;
	margin: 0 0 0 15px;
	position:relative;
	float:left;
	text-align:justify;
	clear:left;
}

#left_leistungen {
	margin: 0 0 0 15px;
	position: relative;
	width:225px;
	height: 250px;
	float:left;
	text-align:justify;
	clear:left;
}

#middle_leistungen {
	position: relative;
	width:225px;
	height: 250px;
	float:left;
	margin: 0 0 0 20px;
	text-align:justify;
}

#right_leistungen {
	margin: 0 0 0 20px;
	position: relative;
	width:225px;
	height: 250px;
	float:left;
	text-align:justify;
}

/* =============================================
Navigation 
   ============================================= */
   
.navi_start {
	background:url(../img/startseite.gif) top left no-repeat;
	display:block;
	float:left;
	width: 350px;
	height:22px;
	margin-top: 20px;
}

.navi_start:hover {
	background:url(../img/startseite_over.gif) top left no-repeat;
}

.navi_start_aktiv {
	background:url(../img/startseite_over.gif) top left no-repeat;
	display:block;
	width: 350px;
	height:22px;
	margin-top: 20px;
	float:left; 
}

.navi_ueber {
	background:url(../img/ueber.gif) top left no-repeat;
	margin-top: 20px;
	display:block;
	width: 150px;
	height:22px;
	float:left; 
}

.navi_ueber:hover {
	background:url(../img/ueber_over.gif) top left no-repeat;
}

.navi_ueber_aktiv {
	background:url(../img/ueber_over.gif) top left no-repeat;
	display:block;
	margin-top: 20px;
	width: 150px;
	height:22px;
	float:left;  
}

.navi_referenzen {
	background:url(../img/referenzen.gif) top left no-repeat;
	display:block;
	width: 150px;
	height:22px;
	float:left; 
	margin-top: 20px;
}

.navi_referenzen:hover {
	background:url(../img/referenzen_over.gif) top left no-repeat;
}

.navi_referenzen_aktiv {
	background:url(../img/referenzen_over.gif) top left no-repeat;
	display:block;
	width:150px; 
	height:22px; 
	float:left; 
	margin-top: 20px;
}

.navi_leistungen {
	background:url(../img/leistungen.gif) top left no-repeat;
	display:block;
	width:150px;
	height:22px;
	float:left; 
	margin-top: 20px;
}

.navi_leistungen:hover {
	background:url(../img/leistungen_over.gif) top left no-repeat;
}

.navi_leistungen_aktiv {
	background:url(../img/leistungen_over.gif) top left no-repeat;
	display:block;
	width: 150px;
	height:22px;
	float:left; 
	margin-top: 20px; 
}

.navi_kontakt {
	background:url(../img/kontakt.gif) top left no-repeat;
	display:block;
	width: 150px;
	height:22px; 
	float:left; 
	margin-top: 20px;
}

.navi_kontakt:hover {
	background:url(../img/kontakt_over.gif) top left no-repeat;
}

.navi_kontakt_aktiv {
	background:url(../img/kontakt_over.gif) top left no-repeat;
	display:block;
	width: 150px;
	height:22px;
	float:left; 
	margin-top: 20px; 
}

.impressum
{
	float: left;
	margin-top: 5px;
	margin-left:15px; 
	text-align: left; 
}

#rheinline {
	margin-top: 5px;
	width: 700px;
	float: left;
	text-align: right;
}

/*==============================================
Verlinkungen
================================================*/

#logo a {
	display:block; 
	text-indent:-9999px;
	width: 350px;
	height:100px; 	
	outline:0;
}

.boegen a
{
	display: block; 
	text-indent:-9999px; 
	outline:0;
	width:150px; 
	height: 27px; 
}