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

:focus {
	outline: 0;
}

* {
   	margin: 0; 
   	padding: 0;
	position:relative; 
}

body {
	font:100.01%/1.45 Trebuchet MS, Arial, Sans-Serif;
	color:#666;
	background-color:#efefef;
}
	
a {	color:#b0b2b3;text-decoration: none;font-weight:bold;}
a:hover {color:#96bd0d;text-decoration: none;}

#container {
	position:relative;
	background-color:#FFF;
	padding-top:5%;
	overflow:hidden;
}

#navigation {
	background:url(../img/neo7_logo_color_w.png) no-repeat center center #fff;
	position:inherit;
	left: 50%;
	text-align:center;
	width: 100%;
	margin-left: -50%; 	
	height:350px;
	z-index:999;
}

#navigation p {
	font:90% Verdana, Helvetica;
	line-height:1.5em;
}


#navigation a {
	padding:2em;
	padding-top:0;
}

#navigation strong {
	padding-right:3em;

}

#content {
	position:inherit;
	color:#ccc;
	left: 50%;
	text-align:center;
	width: 100%;
	margin-left: -50%; 		
	z-index:0;
}

#referenzen {
	background:url(../img/ref_bg2.png) repeat-x bottom #efefef;
	position:inherit;
	left: 50%;
	text-align:center;
	width: 100%;
	margin-left: -50%; 	
	height:270px;
	z-index:999;
	color:#333;
}

dl {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	display: inline; /* Fix für Randverdopplungs-Bug im IE/ Win */
	width:100%;
	width:3920px; /* 27*140 px */
}
	

dl dd.img {
	margin: 0;
}
	
dd.img img {
	float: left;
	margin: 0 20px 0 0;
	padding-bottom: 9px;
	border:0;
	background-image:url(../img/shadow_120.png);
	background-position:bottom;
}

#refs {
	position:inherit;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	z-index:900;
	height:80px;
}	

#refslider {
	clear:both;
	text-align:center;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	height:160px;	
	width:100%;
	z-index:1000;
   	margin:0 auto;	
	padding:0;
}

#left {
	float:left;
	background-image:url(../img/nav_grey_left.png);
	background-repeat:no-repeat;
	background-position:center;
	height:170px;
	width:160px;
	}
	
#close {
	background-image:url(../img/nav_grey_x.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:auto;
	margin-right:auto;
	height:169px;
	width:170px;
	display:block;
	}
	
a:hover#close{
	background-image:url(../img/nav_green_x.png);
}

#right {
	float:right;
	background-image:url(../img/nav_grey_right.png);
	background-repeat:no-repeat;
	background-position:center;
	height:170px;
	width:160px;
	}
	
#me {
	position:absolute;
	width:150px;
	height:427px;
	top:35%;
	right:20%;
	background:url(../img/me.png);
	z-index:1001;
}

#footer {
	display:none;
	clear:both;
	position:inherit;
	background-color:#efefef;
	height:200px;
}

.hidepics {
  width:0px;
  height:0px;
  display:none;
}

