
	ul#navi {
		list-style-type: none;
	}
	
	ul#navi li {
		display: inline;
		background-image: url("../img/navi.li.bg.gif");
		background-position: 0 2px;
		background-repeat: no-repeat;
		padding-left: 14px;
		padding-right: 14px;
	}
	
	ul#navi li.first {
		background-image: none;
		padding-left: 0;
	}
	
	ul#navi li a {
		text-decoration: none;
	}
	
	ul#navi li a.active,
	ul#navi li a:hover {
		color: #b6c71e;
	}
	
	
	/* HOME */
	div.home_work {
		float: left;
		margin: auto;
		margin-left: 25px;
		margin-bottom: 32px;
	}
	
	div.home_work_first {
		margin-left: 0;
	}
	
	div.home_work h1 {
		font-size: 12px;
		line-height: 20px;
		color: #bed217;
		text-transform: uppercase;
		margin-top: 10px;
	}
	
	
	/* LEISTUNGEN */
	
	div.leistungen {
		text-align: center;
		
		padding-top: 100px;
		padding-bottom: 100px;
		
		border-top: 1px solid #bbb6aa;
		border-bottom: 1px solid #bbb6aa;
	}
	
	
	/* VITA */
	
	div.vita img {
		float: left;
		margin-right: 25px;
	}
	
	/* PORTFOLIO */
	
	div.portfolio_box {
	}
	
	div.portfolio_box h1 {
		font-size: 11px;
		line-height: 16px;
		color: #bed217;
		text-transform: uppercase;
	}
	
	td.preview a:first-child {
		margin-right: 16px;
	}
	
	div.spacer {
		height: 13px;
		margin-bottom: 25px;
		margin-top: 25px;		
		background-image: url("../img/portfolio.spacer.bg.gif");
		background-repeat: repeat-x;
	}
	
	/* KONTAKT / IMPRESSUM */
	
	div#impressum {
		display: none;
	}
	
	table.impressum {
		border: none;
		color: white;
		background-image: url("../img/impressum.gif");
		background-repeat: no-repeat;
	}
	
	table.impressum td * {
		color: white;
	}
	
	table.impressum td p {
		line-height: 15px;
	}
	