*{
 margin:0px; 
 padding:0px; 
}

html, body{
	height:100%;
	line-height: 150%;
} 
 
body{
	text-align:center;
	background-color: #999999;
	background-image: url(../img/bg_bg.gif);
	background-repeat: repeat-x;
} 
 
#bg {
	width:100%;
	height:100%;
	background-image: url(../img/tile_dots.gif);
	background-repeat: repeat;
		}
p {
	margin-bottom: 1em;
	text-align: left;
}

#distance { 
	width:1px;
	height:50%;
	background-image: url(../img/tile_dots.gif);
	background-repeat: repeat;
	margin-bottom:-325px; /* half of container's height */
	float:left;
		}
.img_padding {
	margin-right: 10px;
	margin-left: 10px;
}
.text_padding {
	margin-right: 90px;
	margin-left: 70px;
}


#pagewidth{
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	clear:left;
	width:960px;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
} 
 
#header{
	position:relative;
	height:150px;
	background-color:#FFFFFF;
	width:100%;
	background-image: url(../img/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: 0px 84px;
} 

#logo {
	position:absolute;
	left:730px;
	top:0px;
	width:150px;
	height:131px;
	z-index:1;
}

#maincol{
	background-color: #FFFFFF;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	width:100%;
	height:470px;
	position: relative;
	background-position: bottom;
 }
 
#footer{
	height:30px;
	background-color:#515151;
	clear:both;
	color: #FFCC00;
	text-align: center;
	line-height: 30px;
 } 
 
 /* *** Float containers fix: *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.impress a {
	color: #CCCCCC;
	font-size: 11px;
	position: absolute;
	left: 870px;
	top: 620px;
}

.headline {
	color: #000033;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 40px;
	font-weight: bold;
	text-align: center;
}
.headline2 {
	color: #000033;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/header_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.headline3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	line-height: 45px;
	font-variant: normal;
}
.padding_top {
	padding-top: 20px;
}
ul {
padding-left:2em;
margin-left:2em;
}
.table_u {
	background-color: #B4C1CF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
}
.table_u2 {
	margin-left: 12px;
	margin-right: 0px;
	border: 2px solid #FDB100;
	background-image: url(../img/bgl.png);
	width: 160px;
}
.table_u3 {
	margin-left: 12px;
	margin-right: 12px;
	border: 2px solid #FDB100;
	background-image: url(../img/bgl.png);
	width: 160px;
}
#hide {
	visibility:hidden;
	left: -100px;
}
.font_right {
	text-align: right;
	float: right;
	margin-right: 15px;
	font-size: 11px;
}
.light {
	font-weight: normal;
	font-size: 11px;
}
.referenzen {
	background-color: #B4C1CF;
	height: 360px;
	width: 890px;
	overflow: auto;
	left: 0px;
}
.referenzen ul {
	padding-top: 0px;
	padding-bottom: 1em;
}
.referenzen td {
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.nopadding td {
	padding: 0px;
	height: 25px;
}
.border {
	border: 1px solid #003366;
}
