@charset "utf-8";


body {
	
}

.class {
/* Safari 1.x */
-khtml-opacity: 0.5;
/* Moderne Browser */
opacity: 0.5;
/* IE 8 */
-ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=50)”;
/* IE 5-7 */
filter: alpha(opacity=50);
/* Netscape */
-moz-opacity: 0.5;
}


html,body,div,h2,img {margin:0;padding:0;border:none;}
 

h1 {    text-align:center;}

#container {
margin:100px auto;
width:909px;
}
#container div {
margin-right:3px;
margin-bottom:40px;
float:left;
width:296px;
height:130px;
border:1px solid  #E1E1E1;
box-shadow:inset 0px 0px 20px #f5f4f4;
border-radius: 2px;
position:relative;
z-index:500;
overflow:hidden;
}
#container img{
position:absolute;
z-index:500;
}




#header {
	height: 80px;
	width: 101%;
	border-bottom-width: 3,5px;
	border-bottom-style: solid;
	border-bottom-color: #a6a6a6;
	margin-bottom: -50px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}


.logo {
	float: left;
	margin-top:-25px;
}


.portfolio {
	margin-top: 30px;
	margin-left: 274px;
}
/* !!!!!!!! NAVIGATIONSSTYLE !!!!!!!!  */
#navi_top {
	height: 25px;
	width: 909px;
	margin-top: 40px;
	margin-left: 0px;
	padding-left: 0px;
	
}
#navi_top ul {
	list-style-type: none;
	padding-left: 0px;
	padding-right: 0px;
}


#navi_top ul li {
	float: left;
	margin-left: 162px;
}
#navi_top ul li a {
	font-family: Verdana;
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}


#navi_top ul li a.standpunkt {
	color:  #60c5c3;
}
#navi_top ul li a:hover {
	color:#a6a6a6;
}


#navi_top ul .home {
	margin-left: 100px;
	
}

/* !!!!!!!! ENDE NAVIGATIONSSTYLE !!!!!!!!  */




#wrapper {
	width: 909px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:-439px;
	height: 600px;
	list-style-type: none;
}




.skyline {
	position: relative;
	left: 375px;
	top:47px;
	z-index: 150;
	
}

#linie {
	background-repeat: repeat-x;
	width: 101%;
	height: 660px;
	position: relative;
	z-index: 50;
	/*top:-345px;*/
	/*box-shadow: 0px 3px 5px #a6a6a6;*/
	background-image: url(../images/wrapper_hg_test.png);
}
.impressum {
	position: relative;
	z-index: 600;
	top: 9.5px;
	left:0px;
	list-style-type: none;
	color:#FFF;	
	
}

#impressum {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-decoration: none;
}


#footer {
	
	position: relative;
	z-index: 100;
	background-color: #999;
	
	
	
}