@charset "UTF-8";

#menueicons_warpper {
	position: fixed; /*damit das Menue fixiert ist*/
}
#block {  /*damit das Menue einen taansparenten Hintergrund haben kann*/
  background: #CCC;
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* Mozilla */
  opacity: 0.6;
  /* CSS3 */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  
  /*Abgerundetet Ecken*/
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*Abgerundetet Ecken*/	
  
}

#menueicon_singleBolock1 {
	width: 155px;
	height:100px; 
	position: relative; /*absolut?*/
	float:left;
	text-align: center;
	font-family: "Conv_borg9",sans-serif;
	font-weight: normal;
	font-size: 1em;
	font-style: italic;
	
}
#menueicon_singleBolock2 {
	width: 155px;
	height:100px; 
	position: relative; /*absolut?*/
	float:left;
	text-align: center;
	font-family: "Conv_borg9",sans-serif;
	font-weight: normal;
	font-size: 1em;
	font-style: italic;
	
}
#menueicon_singleBolock3 {
	width: 155px;
	height:100px; 
	position: relative; /*absolut?*/
	float:left;
	text-align: center;
	font-family: "Conv_borg9",sans-serif;
	font-weight: normal;
	font-size: 1em;
	font-style: italic;
	
}
#menueicon_singleBolock4 {
	width: 155px;
	height:100px; 
	position: relative; /*absolut?*/
	float:left;
	text-align: center;
	font-family: "Conv_borg9",sans-serif;
	font-weight: normal;
	font-size: 1em;
	font-style: italic;
	
}

#menueicons_warpper img {
	width: 60px; 
	height: 60px;
	margin-top: 8px;
}


/*Make dropdown links appear inline*/
#menuehomeres ul {
	position: static;
	display: none;
	list-style-type:none;
	margin:0;
	padding:0;
}
/*Hide dropdown links until they are needed*/
#menuehomeres li ul {
	display: none;
}

/*Style for menu links*/
#menuehomeres li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #007BCC;
	text-decoration: none;
}

/*Make dropdown links vertical*/
#menuehomeres li ul li {
	display: block;
	float: none;
}
/*Create vertical spacing*/
#menuehomeres li {
	margin-bottom: 1px;
}
/*Make all menu links full width*/
#menuehomeres ul li, li a {
	width: 100%;
}
/*Display 'show menu' link*/
.show-menu {
	display:block;
}
/*Display the dropdown on hover*/
#menuehomeres ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Hover state for top level links*/
#menuehomeres li:hover a {
	background: #ACD0DC;
	color: #0078C7;
 	
}

/*Style for dropdown links*/
#menuehomeres li:hover ul a {
	background: #f3f3f3;
	color: #007BCC;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
#menuehomeres li:hover ul a:hover {
	background: #0078C7;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
#menuehomeres li ul {
	display: none;
}

/*Make dropdown links vertical*/
#menuehomeres li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
#menuehomeres li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
	
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #000000;
	background: #e9e8e9;
	text-align: center;
	padding: 10px 0;	
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

/* ############################################################################# */
/* ########################### Menue Subpages ################################################## */
/*Strip the ul of padding and list styling*/
#MenueVertikal ul {
	list-style-type:none;
}

/*Create a horizontal list with spacing*/
#MenueVertikal li {
    float: left; 
}


}

