/* ---- Styles ---- */ 
 
/* width and height of the container */  
.emenu {
    left:0px;
    top:0px;
    width: 861px; 
    height: 200px;
    

} 


 
/* content (set the background image here) */ 
.emenu .menu_index {
    background-image: url('../img/header_stralsund.jpg');
    overflow:hidden;
	background-repeat: no-repeat;
	background-position: 0px 24px;
	width: 828px; 
    height: 175px;
    padding: 3em 1em 1em 1em;
}
.emenu .menu_impressum {
    background-image: url('../img/header_neuendorfsonnenunter.jpg');
    overflow:hidden;
	background-repeat: no-repeat;
	background-position: 0px 24px;
	width: 828px; 
    height: 175px;
    padding: 3em 1em 1em 1em;
}
.emenu .menu_verein {
    background-image: url('../img/header_wieckerbruecke.jpg');
    overflow:hidden;
	background-repeat: no-repeat;
	background-position: 0px 24px;
	width: 828px; 
    height: 175px;
    padding: 3em 1em 1em 1em;
}
.emenu .menu_schiff {
    background-image: url('../img/header_koenigsstuhl.jpg');
    overflow:hidden;
	background-repeat: no-repeat;
	background-position: 0px 24px;
	width: 828px; 
    height: 175px;
    padding: 3em 1em 1em 1em;
}
.emenu .menu_mitsegeln {
    background-image: url('../img/header_kaparkona.jpg');
    overflow:hidden;
	background-repeat: no-repeat;
	background-position: 0px 24px;
	width: 828px; 
    height: 175px;
    padding: 3em 1em 1em 1em;
}
.emenu .menu_blog {
    background-image: url('../img/header_hansesail.jpg');
    overflow:hidden;
	background-repeat: no-repeat;
	background-position: 0px 24px;
	width: 828px; 
    height: 175px;
    padding: 3em 1em 1em 1em;
}





/* main menu header */ 
.emenu ul li h2 { 
    font-size:1.2em; 
} 

/* TODO */ 


/* main menu link */ 
.emenu ul li h2 a { 
    font-weight:normal;
    padding: 5px; 
    text-decoration: none; 
    color: #fff; 
    background-color: #E98B44;
/*    rgb(123,82,80);*/
/*    rgb(170,103,94);*/
/*    rgb(117,5,17); */
    border: solid #fff; 
    border-width: 0 0 2px 2px; 
} 
 
/* main menu link hover */ 
.emenu ul li.hover h2 a { 
    background-color: #3380c8;
/*    446586; */
}

.emenu ul li h2 #selected{ 
    background-color:#a96f64;
}
 
 
/* drop down menu */ 
.emenu ul li ul { 
    background-color: #a9d9fd; 
    border: solid #fff; 
    border-width: 0 2px; 
} 
 
/* drop down menu section */ 
.emenu ul li ul li {
    padding: 4px; 
    border-top: solid 1px #fff; 
/*    font-family: Arial, sans-serif; 
*/
} 

.emenu ul li ul li.hover{
    background-color: #3380c8; 
}

/* Menu Unterpunkte*/
.emenu ul li ul li a{
    text-decoration: none; 
    color:black;
}


 
/* drop down menu section header */ 
.emenu ul li ul li h3 { 
    font-size: 1.2em; 
} 
 
/* drop down menu section list */ 
.emenu ul li ul li ul li { 
    font-size: 0.9em; 
    padding: 0 0 0 15px; 
    line-height: 1.3em; 
/*    background: url(bullet.gif) no-repeat left center; */
    list-style:square; 
    list-style-position:inside; 
} 
 
/* drop down menu section list links */ 
.emenu ul li ul li ul li a { 
    color:#0052FF; 
} 
.emenu ul li ul li ul li a:hover { 
    color:#000; 
} 
 
 
/* ---- Stuff you shouldn't have to change ---- */ 
 
.emenu * { 
    margin:0; 
    padding:0; 
} 
.emenu { 
    overflow: hidden; 
    position:fixed;
	left:50%;
	margin-left:-440px;
	top:5%;
	z-index:5;
} 
 
.emenu ul { 
    position: absolute; 
    z-index: 99; 
} 
 
.emenu ul li { 
    list-style: none; 
    float: left; 
} 
 
.emenu ul li.first-child { 
    border: 0; 
} 
 
.emenu ul li ul { 
    overflow: hidden; 
    visibility: hidden; 
} 
 
.emenu ul li.first-child ul { 
    border-left: 0; 
} 
 
.emenu ul li ul li { 
    float:none; 
} 
 
.emenu ul li ul li.first-child { 
    border: 0; 
} 
 
.emenu ul li ul li ul { 
    visibility: inherit; 
    position: relative; 
    border: 0; 
} 
 
.emenu ul li ul li ul li { 
    border: 0; 
} 
 
.emenu ul li h2 a { 
    display: block; 
} 
 
.emenu ul li.first-child h2 a { 
    border-left: none; 
} 
 
.emenu .menu_content { 
    height: 100%; 
} 

