﻿@charset "utf-8";
/* CSS Document */
	
/* Wichtige Farben:
Hintergrund #273B54
Footer #0D1B35
Links # D4E7F5 */ 

html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	}

html, body{
    background-image:url('grafik/site_bg.jpg');
	background-repeat: repeat-x;
	background-color: #273B54;
	font: 11px tahoma;
	color: #FFFFFF;
	text-align:center; /* Hack fuer IE5/Win */
	}

img {
    border: none;
	vertical-align: bottom;
	} 	

h1  {
    font: 18px tahoma;
	color: #9BEBFF;	 
    }

h2  {
    font: 14px tahoma;
	color: #FFFFFF;
    }

#container {
	width: 800px;
    height: auto;
    margin-left: auto;
	margin-right: auto;
	text-align:left;  /*IE5/Win Hack zurücknehmen*/
	}

#header {
    width: auto;
    height: 85px;
	margin-top: 0px;
	background-image: url('grafik/header_bg.jpg');
	}
	
#header_inhalt {
	width: auto;
	height: 330px;
	margin-top: 0px;
	background-image: url('grafik/header_navi_bg.jpg');
    }

#header_inhalt_navi {
	width: 170px;
	height: 330px;
	display: block;
	margin-top: 0px;
	float: right;
	}

#content {
	width: 760px;
	height: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
    }
    
#content_index_projekte {
    width: 204px;
	height: 300px;
	margin-top: 36px;
	float: right;
	}     

#content_index_kontakt {
    width: 218px;
	height: auto;
	margin-top: -20px;
	margin-left: 0px; 
    }

#content_index_service {
    width: 218px;
	height: auto;
	margin-top: -143px;
	margin-left: 285px; 
    }

#content_impressum_bild {
    width: 256px;
	height: auto;
	margin-top: 35px;
	float: right;
	}     

#content_kontakt_daten {
    width: 221px;
	height: auto;
	margin-top: 35px;
	float: right;
	}     

#content_service_bild {
    width: 330px;
	height: auto;
	margin-top: 34px;
	float: right;
	}     

#content_referenzen_rechts {
    width: 200px;
	height: auto;
	margin-top: 35px;
	float: right;
	}     

.content_haeuser {
    width: 760px;
	height: auto;
	}     

.content_haeuser_links {
    width: 232px;
	height: auto;
	float: left;
	}     

.content_haeuser_rechts {
    width: 528px;
	height: auto;
	float: right;
	}     

a:link {
	text-decoration: underline;
	font: 11px tahoma;
	color: #9BEBFF;
	}
	
a:visited {
	text-decoration: underline;
	font: 11px tahoma;
	color: #9BEBFF;
	}

a:hover {
	text-decoration: underline;
	font: 11px tahoma;
	color: #9BEBFF;
	}

a:active {
	text-decoration: underline;
	font: 11px tahoma;
	color: #9BEBFF;
	}  	

#footer {
    width: auto;
    height: 35px;
	margin-top: 0px;
	background-color: #0D1B35;
	}

#footer_inhalt {
	width: 760px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	}

#footer_inhalt_links {
	width: auto;
	height: 24px;
	float: left;
	padding-top: 11px;
    }
	
#footer_inhalt_rechts {
	width: auto;
	height: 24px;
	float: right;
	padding-top: 11px;
    }

