@charset "utf-8";
/* CSS Document */

/* CSS Reset - Zurücksetzen aller Werte, damit die Anzeige in allen Browsern gleich ist*/
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	}
img {border:0;
outline:0;}

/* Typografie */

h1 {
	font-size:24px;
	line-height:30px;
	color:#cccccc;
	font-weight:normal;
	float:left;
	}
	
h2 {
	font-size:18px;
	line-height:24px;
	color:#ffffff;
	font-weight:bold;
	margin-bottom:35px;
	}
	
p	{
	font-size:13px;
	line-height:18px;

	color:#ffffff;
	font-weight:bold;
	margin-bottom:10px;
	}

/* Layout */

div#container {
	width:960px;
	height:600px;
	background:#ffffff;
	margin: 0 auto;
	}
div#header{
    height:100px;
	width:920px;
	border-bottom:1px solid #E7E7E7;
	padding:50px 0 0 40px;
	margin-bottom:35px;
}

img#logo {
	float:right;
	}
	
img#slogan {
	margin:55px;	
	}
	
img#leistungsspektrum{
	margin:45px
	}
	
div#kontaktdaten {
	text-align:right;
	
	}
	
div#main {
	width:960px;
	height:404px;
	clear:both;
}

div#leftarea {
	width:480px;
	height:404px;
	float:left;
	}

div#content {
	width:419px;
	padding:30px;
	height:255px;
	background:#cccccc;
	border-right:1px solid #FFFFFF;
	}
	
div#navi {
	width:480px;
	height:89px;
}

div#rightarea {
	width:480px;
	height:404px;
	float:right;
	}
	
div#image.firma {
	background:url(../images/image_01.jpg) left top no-repeat;
	height:366px;
	width:480px;
	}

div#image.philosophie {
	background:url(../images/image_02.jpg) left top no-repeat;
	height:366px;
	width:480px;
	}
	
div#image.leistungen {
	background:url(../images/image_03.jpg) left top no-repeat;
	height:366px;
	width:480px;
	}
	
div#image.referenzen {
	background:url(../images/image_04.jpg) left top no-repeat;
	height:366px;
	width:480px;
	}
	
div#image.kontakt {
	background:url(../images/image_05.jpg) left top no-repeat;
	height:366px;
	width:480px;
	}
	
div#impressum {
	width:480px;
	height:38px;
	}
	
div#footer {
	width:960px;
	border-top:1px solid #E7E7E7;
	padding:10px 0 0 0;
	}
	
/* Navigartion */

div#navi ul {
	list-style:none;
	}
	
div#navi ul li a {
	display:block;
	width:95px;
	height:37px;
	float:left;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	background:url(../images/button.jpg) #CCCCCC top left repeat-x;
	text-align:center;
	padding-top:14px;
	text-decoration:none;
	color:#FFFFFF;
	}
	
div#navi ul li a:hover {
	height:74px;
}

div#impressum a {
	display:block;
	height:30px;
	margin-left:393px;
	width:77px;
	padding: 0 5px;
	border-top:1px solid #FFFFFF;
	padding-top:8px;
	text-decoration:none;
	color:#CCCCCC;
	text-align:right;	
	}
	
div#impressum a:hover {
	color:#FFFFFF;
	background: #CCCCCC top left repeat-x;
	}
	
#ref {
	width:480px;
	height:366px;
	margin-left:10px;}
	
	td {width:50px;}
	

	
