.top{
	height:auto;
	margin:0px;
	padding:0px;
	width:100%;
	position:fixed;
	top:0px;
 	left: 0px;
    right: 0px;
	z-index:1000;
	font-family:arial,sans-serif;
	font-size:12px;
}

.top .menu_container{
	margin:0px;
	height:168px;
	padding:0px;
	width:100%;
	text-align:center;
	float:left;
}


.top .menu_container .insel_bild{
	background-image:url(../images/surface.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin:0px;
	height:168px;
	padding:0px;
	width:100%;
	text-align:center;
	position:fixed;
	left:0;
	top:0;
}

.top .menu_container .flash_insel {
left:-961px;
margin:-1px 50% 0px 50%;
position:absolute;
z-index:1001;
}

.top .all_in_one{
 	height:100%;
    margin:0px auto;
	text-align:left;
	padding:26px 0px;
	position:relative;
	z-index:1002;
	width:982px;
}


.top .all_in_one p.cat{
  margin:0px 0px 6px 0px;
  padding:4px 10px;
  color:#cccccc;
  font-weight:bold;
  font-size:12px;
}

.top .main_menu{
  width:247px;
  float:left;
}
.top .submenu{
  width:245px;
  float:left;
}

.top .contact{
width:245px;
float:left;	
margin-left:220px;
margin-right:20px;
}

.top .top_light_bg{
background-image:url(../images/top_light_bg.png);
background-repeat:no-repeat;
height:10px;
width:225px;
margin:0px auto;
}

.top .bottom_light_bg{
background-image:url(../images/bottom_light_bg.png);
background-repeat:no-repeat;
height:10px;
width:225px;
margin:0px auto;
}

.top .contact p.addresse{
padding:32px 10px;
margin:10px 10px;
font-size:12px;
font-weight:bold;
color:#FFF;
}

.top .contact p.addresse a{
	color:#005e8e;
}

.top .contact p.addresse span{
padding:0px;
margin:0px;
font-size:11px;
font-weight:normal;
color:#f0f0f0;
}

.top .contact img{
margin:0px 0px 0px 20px;
padding:0px;
border:0px;
}

.top .finder{
width:245px;
float:left;
margin:0px;
}




/***********NAVI**********/

.top ul{
  margin:0px;
  padding:0px;
  width:225px;
  list-style:none;
}

.top ul.menu{
   margin:0px;
   padding:0px;
   word-wrap:break-word;
}

.top ul.menu li{
    /*padding:0px 10px 0px 0px;*/
}

.top ul.menu li.last{
  border:0px;
}

.top ul.menu li a{
  font-size:12px;
  text-decoration:none;
  padding:2px 10px;
  display:block;
  color:#005e8e;
  font-family:Arial, Helvetica, sans-serif;
}


.top ul.menu li a:hover{
    background-image:url(../images/parent_arr_inact.png);
    background-repeat:no-repeat;
    background-position:right;
	color:#FFF;
}


.top ul.menu li a:hover{
	  color:#FFF;
}

.top ul.menu li.active a{
    /*background-image:url(../images/parent_act.png);
    background-repeat:no-repeat;
    background-position:right;*/
	color:#FFF;
}

.top ul.sub{
  display:none;
  position:absolute;
  top:5px;
  padding:20px 0 0 0;
  margin: 0 0 0 235px;
  width:205px;
  word-wrap:break-word;
}

.top ul.sub li.active a{
	color:#FFF;
}

.top ul.sub li.last{
  border:0px;
}

.top ul.sub li a{
    font-size:12px;
    text-decoration:none;
    padding:2px 10px;
    display:block;
    color:#005e8e;
    font-family:Arial, Helvetica, sans-serif;
}

.top ul.sub li a:hover{
	color:#FFF;
}



/******** TAB (OPEN-CLOSE) ******/

.top .tab{
  background-image:url(../images/tab_surface.png);
  background-repeat:repeat-x;
  height:45px;
  text-align:center;
  clear:both;
}

.top .tab .OC{
  position:relative;
  max-width:1220px;
  margin:0px auto;
  text-align:center;
  padding:0px;
}

.top .tab .OC a{
	float:right;
   text-decoration:none;
   color:#fff;
   padding:8px 0px 16px 0px;
   font-weight:bold;
   font-size:12px;
   background-image:url(../images/tab_OC.png);
   background-repeat:no-repeat;
   width:108px;
   display:block;
}




/*******LAGE BOX********/

.find_us_bg{
background-color:#000;
height:100%;
left:0;
opacity:0.5;
filter: alpha(opacity=50);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
position:fixed;
top:0;
width:100%;
z-index:10;
}

.find_us_box{
	width:760px;
	height:510px;
	top:120px;
	background-color:#e0e0e0;
	/*background-image:url(../images/find_us_box.png);
	background-repeat:no-repeat;*/
	position:absolute;
	/*margin-left:-160px;*/
	left:-385px;
	margin:0 50%;
	z-index:9999;
	padding-left:10px;
	padding-top:10px;
}

.find_us_box object{

}

.find_us_box embed{

}


.close_find_us{
	position:absolute;
	top:15px;
	margin-left:725px;
	text-decoration:none;
	padding:2px 6px;
	color:blue;
	background-color:#FFF;
}
.close_find_us:hover{
	background-color:#FFF;
	color:#333;
}
