/* allgemeine Formatierung */
html[xmlns^="http"] {

	/* verhindert Mozilla-Zucken

	 * > Firefox 1.5

	*/

	overflow-y: scroll;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: url(../../images/bg.jpg) 0 0 repeat-x;
}

/* container */
#main {
	width: 980px;
	margin: 0px auto;
	background-color: #ffffff;
}

#top {
	width: 980px;
	height: 65px;
	padding-top: 20px;
}
#logo {
	width: 195px;
	float:left;
}
#naviTop {
	width: 228px;
	padding-top: 12px;
	padding-left: 557px;
	float:left;
}

#header {
	width: 980px;
	height: 295px;
}
#headerLeft {
	width: 480px;
	height: 260px;
	float: left;
}
#headerCenter {
	width: 250px;
	height: 295px;
	float: left;
}
#headerRight {
	width: 228px;
	height: 215px;
	padding-top: 80px;
	padding-left: 22px;
	color: #ffffff;
	line-height: 16px;
	background-image:url(../../images/ueberblick.jpg);
	float: left;
}

#faux {
	width: 980px;
	overflow: auto;
	background: url(../../images/faux_img.jpg) 0 0 repeat-y;
}
#content {
	width: 980px;
	min-height: 350px;
	height: auto !important;  /*moderne Browser*/
	height: 350px;  /* IE */
	margin-top: 30px;
	line-height: 16px;
}
#contentText {
	width: 440px;
	padding-bottom: 30px;
	float:left;
}
#navi {
	width: 210px;
	margin-left: 40px;
	padding: 0 20px 0 20px;
	float: left;
}
#referenzen {
	width: 210px;
	padding: 0 20px 30px 20px;
	float: left;
}

#footer {
	width: 980px;
	height: 30px;
	line-height: 30px;
}
#footerLeft {
	width: 720px;
	padding-left: 10px;
	color: #ffffff;
	font-size: 10px;
	background: url(../../images/bg_footer_blau.jpg) 0 0 repeat-x;
	float: left;
}
#footerRight {
	width: 230px;
	padding-left: 20px;
	font-size: 10px;
	background: url(../../images/bg_footer_orange.jpg) 0 0 repeat-x;
	float: left;
}

/* Klassen */
.form {
	width: 330px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.button {
	border: 0;
	background-color: #0168B5;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 5px 2px 5px;
}
.referenzenBox {
	width: 140px;
	float:left;
}
.referenzenHeader {
	width: 140px;
	height: 20px;
}
.referenzenImg {
	width: 140px;
	height: 60px;
	overflow:hidden;
}
.referenzenFooter {
	width: 140px;
	height: 20px;
	padding-bottom: 30px;
}

/* Schriftformatierung */
h1 {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-weight: normal;
	font-size: 18px;
}
h2 {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
h3 {
	margin: 0px;
	padding: 0px;
	color: #F39801; /* orange */
	font-weight: bold;
	font-size: 12px;
}
h4 {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
h5 {
	margin: 0px;
	padding: 0px;
	color: #0168B5; /* blau */
	font-weight: bold;
	font-size: 12px;
}
.blue {
	color: #0168B5;
}
.error {
	color: #cc0000;
}

/* Navigation */
a:link, a:visited, a:active {
	font-size: 11px;
	color: #F39801;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color: #F39801;
	text-decoration: underline;
}
a.navi:link, a.navi:visited, a.navi:active {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
a.navi:hover {
	font-size: 11px;
	color: #F39801;
	text-decoration: none;
	line-height: 20px;
}
a.footer:link, a.footer:visited, a.footer:active {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
a.footer:hover {
	font-size: 10px;
	color: #0168B5;
	text-decoration: none;
}