@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg1.png);
}
a {
	color: #CCCCCC;
	text-decoration: none;
}
.gb {
	color: #000000;
}

.twoColFixLtHdr {
	background-image: url(../images/bg1.png);
} 
.twoColFixLtHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg2.png);
} 
.twoColFixLtHdr #header {
	font-size: x-large;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: #DDDDDD;
	background-image: url(../images/bgh.png);
	padding-bottom: 5px;
} 
.twoColFixLtHdr #container #header a{
	color: #EBEBEB;
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: xx-large;
	letter-spacing: 2pt;
	line-height: 90%;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #EBEBEB;
	background-image: url(../images/bgs.png);
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/bg2.png);
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(../images/bgf.png);
	color: #EBEBEB;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	text-transform: lowercase;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearpic {
	clear:both;
	height:5px;
	font-size: 1px;
	line-height: 5px;
}

#impressum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 120%;
	width: 90%;
	padding-left: 5%;
	color: #666666;
}
.clientsl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 120%;
	color: #666666;
	float: left;
	width: 40%;
	padding-left: 50px;
}
.clientsr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 120%;
	color: #666666;
	float: left;
	width: 40%;
}
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 120%;
	color: #666666;
	float: left;
	width: 400px;
	padding-left: 40px;
	font-weight: normal;
	text-decoration: none;
}
.desc5 a {
	color: #666666;
	font-size: small;
	font-weight: bold;
	line-height: 150%;
}
.desc6 a {
	color: #666666;
	font-size: small;
	font-weight: bold;
	padding-left: 250px;
	text-decoration: none;
}

.clientsl a {
	color: #666666;
}
#apDiv1 {
	position:absolute;
	width:400px;
	z-index:1;
	top: 2000px;
	display: none;
}

.text {
	vertical-align: top;
	float: right;
	font-size: small;
	padding-bottom: 5px;
	width: 170px;
}

.bild {
	float: left;
	width: 550px;
}

