html[xmlns]	{ 
	 min-height: 100.05%;
} 

body {
	text-align:center;
	font-family: arial,verdana,helvetica, sans-serif;
	background-image:  url(../_img/elemente/body_bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px; 
}
a {
	color:#70673e;
}
#frame {
	width:910px;
	margin-right:auto;
	margin-left:auto;
	margin-top:40px;
	padding:0px;
	text-align:left;
}
		
#contentleft {
	width:540px;
	padding-left:20px;
	margin-right:100px;
	margin-top:30px;
	float:left;
	background:#fff;
}
	
#contentright {
	width:250px;
	margin-top:30px;
	padding:0px;
	float:left;
	background:#fff;
}

#contentright p{
	font-size:11px;
	line-height:16px;
}
#contentright p span {
	color:#AEA995;
}
	
#contentheader {
	/*background:#fff*/
}
		
p {
	margin:0px 10px 10px 0px;
	color:#6A6A6A;
	font-size:13px;
	line-height:18px;
}
ul {
	color:#6A6A6A;
	font-size:13px;
	line-height:18px;
}

p.big {
	color:#AEA995;
	margin:0px 10px 10px 0px;
	font-size:18px;
	line-height:30px;
	margin-bottom:20px;
}
p.big a {
	color:#726941;
}

		
h1 {
	font-size:22px;
	font-weight:normal;
	padding-top:0px;
	margin-top:0px;
	color:#726941;
}
	
h2 {
	font-size:18px;
	font-weight:normal;
	padding-top:0px;
	margin-top:15px;
	color:#AEA995;
}
	
h3 {
	font-size:16px;
	font-weight:normal;
	padding-top:0px;
	margin-top:25px;
	margin-bottom:10px;
	color:#726941;
}
h3 span,h3 span a  {
	color:#726941;
	font-size:11px;
}

h4 {
	font-size:13px;
	font-weight:normal;
	padding-top:0px;
	color:#AEA995;
	margin-top:0px;
	margin-bottom:5px;
}

/*Details*/
.details {
	float:left;
	margin-top:20px;
	margin-bottom:0px;
}

.details img {
	float:left;
	margin-right:20px;
	border:1px solid #DFDCCE;
}

.details h3 {
	margin-top:0px;
}

.clearboth { 
	clear: both; 
	line-height:1px;
}
	
/*Navigation*/
#navcontainer {
	border-top:1px solid #DFDCCE;
	border-bottom:1px solid #DFDCCE;
	padding-top:10px;
	padding-bottom:5px;
	margin:0px;
	height:28px;
}
	
#navlist{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

#navlist li{
	display: inline;
}

#navlist li a{
	float: left;
	margin-left:50px;
	text-decoration: none;
	background-repeat:no-repeat;
	height:28px;
}

#navlist li.kontaktlink a{
	margin-left:318px;
}

#navcontainer ul li a span {visibility:hidden;}

#navlist a.startseite{background-image: url(../_img/elemente/menu_startseite.gif);width:63px;margin-left:20px;}
#navlist a.uns{background-image: url(../_img/elemente/menu_uns.gif);width:59px}
#navlist a.leistungen{background-image: url(../_img/elemente/menu_leistungen.gif);width:119px}
#navlist a.projekte{background-image: url(../_img/elemente/menu_projekte.gif);width:162px}
#navlist a.kontakt{background-image: url(../_img/elemente/menu_kontakt.gif);width:169px}

#navlist a:hover.startseite {background-image: url(../_img/elemente/menu_startseite_over.gif);width:63px;margin-left:20px;}
#navlist a:hover.uns{background-image: url(../_img/elemente/menu_uns_over.gif);width:59px}
#navlist a:hover.leistungen{background-image: url(../_img/elemente/menu_leistungen_over.gif);width:119px}
#navlist a:hover.projekte{background-image: url(../_img/elemente/menu_projekte_over.gif);width:162px}
#navlist a:hover.kontakt{background-image: url(../_img/elemente/menu_kontakt_over.gif);width:169px}

#navcontainer ul #active a.startseite {background-image: url(../_img/elemente/menu_startseite_over.gif);width:63px;;margin-left:20px;}
#navcontainer ul #active a.uns{background-image: url(../_img/elemente/menu_uns_over.gif);width:59px}
#navcontainer ul #active a.leistungen{background-image: url(../_img/elemente/menu_leistungen_over.gif);width:119px}
#navcontainer ul #active a.projekte{background-image: url(../_img/elemente/menu_projekte_over.gif);width:162px}
#navcontainer ul #active a.kontakt{background-image: url(../_img/elemente/menu_kontakt_over.gif);width:169px}