* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	
}
body {
	margin: 0;
	font-family: "MS Trebuchet", Arial, sans-serif;
	font-size: 12px;
	height: 100%;
}
a {
font-weight:normal;
text-decoration:none; 
color:#000;
}

#header {
	width: 1024px;
	height: 410px;
	border-right: 1px dashed #999;
}
#navi {
	width: 800px;
	height: 63px;
	background: none;
	margin-top: 350px;
	float: right;
}
#navi ul {
	width: 800px;
	height: 63px;
	margin: 0;
	padding: 0;
}
#navi ul li {
	width: 133.3px;
	float: left;
	list-style-type: none;
	height: 30px;
	margin-top: 15px;
}
#navi ul li a {
	width: 133.3px;
	height: 30px;
	display: block;
	margin: 0;
}
#navi ul li.ueberuns a {
	background: #DB9600 url(images/ueberuns.png) no-repeat;
}
#navi ul li.leistungen a {
	background: #B55A16 url(images/leistungen.png) no-repeat;
}
#navi ul li.projekte a {
	background: #6D8020 url(images/projekte.png) no-repeat;
}
#navi ul li.kontakt a {
	background: #8D383B url(images/kontakt.png) no-repeat;
}
#navi ul li.impressum a {
	background: #457F92 url(images/impressum.png) no-repeat;
}
#navi ul li.datenschutz a {
	background: #457F92 url(images/datenschutz.png) no-repeat;
}
#content {
	float: left;
	width: 800px;
  min-height:40%;
	margin-left: 224px;
	padding:0;
	background: #fff url(images/contentbg.png);

	border-right: 1px dashed #999;
}
#content .text {
	line-height: 20px;
		margin: 50px 30px 30px 200px;
}
#content .text h2{
	line-height: 40px;
}
#content .ueberschrift {
	font-weight: bold;
	}
#content .link {
	font-weight: bold;
}
#content img {
	border: 0;
	margin: 0 5px 10px 0;
}
#content .caption {
	font-size: 10px;
	margin: 5px 100px 0px 0;
}
#footer {
	margin:10px 0 0 0;padding:0;
}
#footer img {
	margin:0;
}

.column1, .column2 {
    width:270px; float:left;
    display:block;
}
.column2 {
 margin-left:20px;   
} 