@charset "utf-8";
body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #f5f5f5;
    	margin: 0;
    	padding: 0;
    	text-align: center;
    	color: #000000;
    }
#shadow {
		width:974px;
		text-align: center;
		background-image:url(../images/bg.gif);
		margin: 0 auto;
}
    .siteholder #container {
    	width: 960px;
    	background: #ffffff;
    	margin: 0 auto;
    	text-align: left;
    }
    .siteholder #logo {
    	width: 250px;
    	height:85px;
    	text-align: left;
		float:left;
    }	
    .siteholder #usp {
    	width: 700px;
    	height:85px;
    	text-align: right;
		float:left;
    }		
    .siteholder #header {
    	background: #f5f5f5; 
		height:50px;
		border-bottom: solid 1px #b0c457;
    }
/* Navigation */
    .nav {
		float:left;
		height:50px;		
		text-indent:5px;
		text-align:center;
		padding-top:15px;				
		margin-left:10px;			
    }
    .sel {
		float:left;
		height:30px;
		font-weight:bold;
		border-bottom: solid 6px #b0c457;
    }
    #header a {	
		color:#797979;
		text-decoration:none;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:20px;
	}
    #header a:hover {
		font-weight:bold;
	}
	
    #header .home {
		width: 100px;		
    }
	#header .vorteile {
		width: 130px;		
    }
	#header .shop {
		width: 100px;		
    }
	#header .produkte {
		width: 110px;		
    }
	#header .projekte {
		width: 130px;		
    }
	#header .messen {
		width: 110px;		
    }				
	#header .kontakt {
		width: 130px;		
    }				

	
    .siteholder #mainContent {
		float:left;
    	padding: 10px 20px 50px;
		width: 665px;
    }
	#mainContent h1 {
		color:#cccccc;
		font-size:50px;
		font-family:Georgia, "Times New Roman", Times, serif;
		display:inline;
	}
	#mainContent p {
		line-height:24px;
		font-size:14px;
		color:#444444;
	}
	#mainContent a {
		color:#444444;
	}	
	
	
    .siteholder #rightCol {
		float:left;
		width: 250px;
    }
    #footer {
    	padding: 0px 30px;
    	background:#797979;
		color:#ffffff;
    	font-size:10px;		
		height:160px;
    }
    #footer a {	
		color:#ffffff;	
	}
    .footer_left{
		width:680px;
		float:left;
    	margin: 0;
    	padding: 10px 0;
    }
    .footer_right {
		width: 220px;
		float:left;
    	margin: 0;
    	padding: 10px 0;
    }