body {
	background: url(images/bg_verlauf.png) repeat-x;
	font-family: verdana, sans-serif;
	font-size: 11px;
	margin: 0;
	line-height: 1.3;
}
#outer {
	position: relative;
	left: 0;
	top: 0;
	margin: 0 auto;
	width:100%;
	background: url(images/bg_klippen.jpg) no-repeat;
	background-position: center top;
	z-index: 1;
}
#outer .meta {
	padding: 2px 30px 3px 0;
	text-align: right;
	margin: 0 auto;
	width: 793px;
}
#outer .meta a {
	text-decoration: none;
	color: #0079bc;
	font-size: 10px;
}
/* This is the transparent border */
#outer .border {
	position: relative;	
	left: 0;
	top: 0;
	width: 793px;
	margin: 0 auto;
	padding: 2px;	
	background: url(images/bg_border.png);
	z-index: 4;
}
#outer .inner_wrap {
	position: relative;
	left: 0;
	top: 0;
	width: 793px;
	background-color: #FFF;
	z-index: 100;
}
#content {
	float: right;
	width: 532px;
	margin: 0 40px 40px 0;
	color: #444444;
	text-align: justify;
}
.navi_left {
	width: 166px;
	float: left;
	height: 80px;
	clear: both;
}
.navi_left ul {
	list-style: none;
}
.navi_left ul li {
	margin-bottom: 10px;
}
#footer {
	margin: 0 auto;
	width: 793px;
	text-align: center;
	padding: 15px 0 20px 0;
	color: #666;
	font-size: 10px;
	clear: both;
}
.bg_footer {
	width: 100%;
	margin: 0 auto;
	background: url(images/bg_footer.png) no-repeat;
	background-position: bottom center;
	height: 181px;	
	z-index: 1;
	margin-top:-179px;
}
h1 {
	color: #0075ba;
	font-size: 14px;
	text-align: left;
}
h2 {
	margin-top: 2em;
	font-size: 12px;
	text-align: left;
}
h3 {
	margin-top: 1.5em;
	font-size: 11px;
	text-align: left;
}
a {
	color: #0075ba;
}
	
quote{
	color: #0075ba;
	font-size: 14px;
	text-align: left;
}
copyright{
	font-size: 9px;
	text-align: left;
}
content_box{
	color: #444444;
	font-size: 11px;
	line-height: 1.5;
	text-align: left;
}
ul {
	text-align: left;
	list-style: url(images/arrow_right.png);
}
ul ul {
	text-align: left;
	list-style: url(images/minus.png);
}
#infobox {
	width:531px;
	height:158px;
	float:left;
	margin-top: 0px;
	margin-bottom: 20px;
	background: url(images/box_3d_grau_verlauf_531x158px.jpg) no-repeat;
}
#infobox_spalte {
	padding-left: 25px;
	width: 150px;
	height: 158px;
	float: left;
	text-align: left;

}
img.logo {
	margin: 17px 0 0 19px;
	float: left;
}
ul.navi {
	list-style: none;
	float: right;
	height: 45px;
	margin: 0;
	padding: 0;
}
ul.navi li.first {
	display: block;
	float: left;
	padding: 0;
	height: 45px;
	margin: 0;
}
ul.navi li {
	position: relative;
	display: block;
	float: left;
	height: 11px;
	margin: 0;
}
ul.navi li.index {
	width: 73px;
}
ul.navi li.kompetenzen {
	width: 118px;
}
ul.navi li.leistungen {
	width: 101px;
}
ul.navi li.profil {
	width: 69px;
}
ul.navi li.referenzen {
	width: 105px;
}
ul.navi li.kontakt {
	width: 84px;
}
ul.navi li a {
	display: block;
	padding: 17px 20px 17px 20px;
	background: url(images/bg_navi.jpg);
	height: 11px;
	margin: 0;
	text-decoration: none;
	color: #000;
}
ul.navi li a:hover, ul.navi li:hover a {
	background: url(images/bg_navi_ho.jpg);
	color: #fff;
}
ul.navi li a.current{
	display: block;
	padding: 17px 20px 17px 20px;
	background: url(images/bg_navi_ho.jpg);
	height: 11px;
	margin: 0;
	text-decoration: none;
	color: #fff;
}
/* Zweite Menu Ebene */
ul.navi li ul { 
	display:none; 
}
ul.navi li:hover ul { 
	position: absolute;
	top: 45px;
	display: block;
	background-color: #0075ba;	
	padding: 5px 0 5px 0;
	width: 230px;
}
ul.navi li:hover ul.profil { 
	width: 100px;
}
ul.navi li:hover ul li { 	
	display: block;
	margin: 0;
	float: none;
	background-image: none;
	height: auto;
}
ul.navi li:hover ul li a { 	
	background-image: none;
	color: #fff;
	padding: 8px 15px 8px 20px;
	height: auto;
}	
ul.navi li:hover ul li a:hover { 	
	background-color: #a2cee7;
	color: #fff;
}