@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#dddddd;
	background-image:url(img/content_bg2.gif);
}

/* IE6+ Fix */

* { margin:0; padding:0; }

html, body {
    height: 100%;
    overflow:hidden;
}

/*body #fixedElement {
    position:fixed !important;
    position: absolute;
    bottom: 0;
}*/


h1 {
	font-size:16px;
	color:#CCCCCC;
}

h2 {
	font-size:12px;
	
}

p {
	font-size:13px;
	color:#dddddd;
	line-height:20px;
	margin-top:0px;
	margin-bottom:20px;
}

p.news_text {
	float:left;
	font-size:13px;
	color:#dddddd;
	line-height:20px;
	text-align:justify;
	margin-top:10px;
	margin-left:20px;
	_margin-left:10px;
	_margin-bottom:50px;
	width:340px;
}

a {
	text-decoration:none;
	color:#dddddd;
}

img {
	border:0px;
}


/************ PAGE ************/

#page {
	width:100%;
}

#header_bg {
	height:109px;
	background-image:url(img/header_bg.gif);
	background-repeat:repeat-x;
}

#header_banner {
	background-color:#222222;
	height:237px;
	width:100%;
}

#header_container {
	height:237px;
	background-image:url(img/header_banner_bg.gif);
	background-repeat:repeat-x;
	background-color:#222222;
}

#header_schatten {
	height:16px;
	width:100%;
	_width:99%;
	background-image:url(img/header_banner_bg_normal.gif);
	background-repeat:repeat-x;
}

#header_ausrichtung {
	height:237px;
	width:1024px;
	margin:0px auto -3px auto;
	
}

#content_bg {
	width:100%;
	height:259px;
	background-image:url(img/content_bg.gif);
	background-repeat:repeat-x;
	_margin-top:-13px;
}

#container {
	width:1009px;
	margin:0px auto 0px auto;
}

#contentbox_links {
	margin-left:35px;
	_margin-left:17px;
	margin-top:19px; /* -16px auf Grund von "#header_schatten"!*/
	margin-bottom:40px;
	_margin-bottom:60px;
	width:550px;
	float:left;
}

#text_bild {
	float:right;
	width:160px;
	height:330px;
	margin-top:15px;
	margin-right:20px;
	_margin-right:0px;
	overflow:hidden;
	/*border:1px solid #ff0000;*/
}

#contentbox_rechts {
	float:right;
	width:360px;
	max-height:421px;
	margin-right:35px;
	_margin-right:17px;
	margin-top:19px;
	text-align:right;
}

#content_box {
	min-height:421px;
	_height:421px;
	width:550px;
	padding:4px;
	float:left;
}

.position_galerie {
	border:0px;
	width:345px;
	_width:350px;
	height:186px; 
	margin-top:10px; 
	float:right;
}

.preview_image {
	 width:50px; 
	 height:50px;
	 _height:45px;
	 margin-top:5px;
	 margin-left:5px; 
	 float:left; 
	 border:1px solid #666666; 
	 background-color:#333333;
}

.preview_download {
	 width:150px; 
	 height:200px;
	 margin-top:18px;
	 margin-left:18px; 
	 float:left;
}

.preview_team {
	float:left;
	width:142px;
	height:142px;
}

.referenzen_logo {
	float:left;
	width:124px;
	height:124px;
	margin-bottom:18px;
	margin-right:18px;
	background-color:#ffffff;
}

.etc_points {
	float:left;
	width:35px;
	height:35px;
	margin-top:90px;
	margin-right:10px;
	background-color:#222222;
}

#footer {
	position:absolute;
	z-index:5;
    bottom:0px;
	_bottom:-1px;
	left:0px; 
	right:0px;
	width:100%;
	background-image:url(img/footer_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#footer_schatten {
	height:23px;
	background-image:url(img/footer_schatten.png);
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://192.168.50.6/web/lichtpark/img/footer_schatten.png', sizingMethod='scale');
    _background:none;
	background-repeat:repeat-x;
}

#footer_bg {
	height:38px;
	width:1009px;
	margin:0px auto 0px auto;
	background-image:url(img/footer_bg.gif);
	background-repeat:x-repeat;
}

.navi {
	float:left;
	margin-left:76px;
}

#scrolling {
	width:100%;
	height:100%;
	overflow:auto;
	overflow-x:hidden;
}


