#language {
height:20px;
padding-left:800px;
width:78px;
	}
	
img { border: 0 }	

#cMenu {
     height:31px;
     width: 708px;
     margin-left:1px;
     margin-bottom:1px;
     background: #FFFFFF url(menu_bg.gif) repeat-x top left;
     position: absolute; /* wichtige angabe, sonst taucht das slideMenu an falscher Position auf */ 
left: 0px;
top: 0px;
}

HTML { height: 100%; }
BODY   { background-color: #2C4C60; font-family: arial; height: 100%; }

.submenu   {border-left: 1px solid white; border-right: 1px solid white; }
.submenuitem { color: #ffffff;border-bottom: 1px solid #689FBA; padding-left: 10px; }

.submenuitem A { color: #ffffff; text-decoration: none; font-size: 10px; font-wesight: bold; text-transform: uppercase; }

.submenuitema { color: #ffffff;border-bottom: 1px solid #689FBA; padding-left: 10px;}

.submenuitema A { color: #ffffff; text-decoration: none; font-size: 10px; font-weight: bold; text-transform: uppercase; }

.copyright { color: #909090; font-size: 11px; margin-top: 10px; }
.copyright A { text-decoration: none; font-weight: normal; color: #B0B0B0; }


.mmContainer  { position: relative; }

/*
###################
# ypMenu Styles #
###################
*/
.mmContent { 
     /* nrmale schrift definieren */
     font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular; 
position: relative;
} 
.mmContent ul {
     margin: 0px; padding: 0px;
     list-style: none;
     z-index:2;
     position:relative; 
     left:0px; top:0px;
}
.mmContent li {
     padding: 0px; margin: 0px;
}

.menuBackground {
     position:absolute;
     left:0px; top:0px;
     z-index:1;
}

.mmContent li a {
     /* Links bzw. die slideMenü-Elemente definieren */ 
     display: block;
     color: #222222;
     font-weight:normal;
     font-size: 12px;
     font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
     width: 150px;
     padding: 5px;
     text-decoration: none;
     border-bottom: solid 1px #CCCCCC; /* der rand zwischen den MenüElementen */ 
}

* html .mmContent li a {
     width: 160px;
     width: 160px;
}

/* */ 
.mmContent li a:link { background: #EAED65; color: #222222; font-size: 12px; }
.mmContent li a:visited { background: #EAED65; color: #222222; font-size: 12px; }

.mmContent li a:hover{ background: #FFFF99; color: #222222; font-size: 12px; }
.mmContent li a:active { background: #EAED65; color: #222222; font-size: 12px; }

.mmContent li a.submenu {
background: #EAED65 url(fileadmin/scripts/ypMenu/pfeil.gif) no-repeat right center; }
.mmContent li a.submenu:hover {
background: #FFFF99 url(fileadmin/scripts/ypMenu/pfeil.gif) no-repeat right center; }

/*
##########################################
# ypMenu Styles for our belove IE 5.01 #
##########################################
*/

.mmContentb {
     font-size: 12px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
}

.mmContentb ul {
     margin: 0px; padding: 0px;
     list-style: none;
     z-index:2;
     position:relative; 
     left:0px; top:0px;
}
.mmContentb li {
     padding: 0px; margin: 0px; 
}

.menuBackground {
     position:absolute;
     left:0px; top:0px;
     z-index:1;
}

.mmContentb li a {
     /* Links bzw. die slideMenü-Elemente definieren */ 
     display: block;
     width: 150px;
     padding: 5px;
     color: #222222;
     font-weight: normal;
     font-size: 12px;
     font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
     text-decoration: none;
     border-bottom: solid 1px #CCCCCC; /* der rand zwischen den MenüElementen */
}

* html .mmContentb li a {
     width: 160px;
     width: 160px;
}

.mmContentb li a:link { background: #EAED65; color: #222222;}
.mmContentb li a:visited { background: #EAED65; color: #222222;}

.mmContentb li a:hover{ background: #FFFF99; color: #222222;}
.mmContentb li a:active { background: #EAED65; color: #222222;}

.mmContentb li a.submenu {
     background: #EAED65 url(fileadmin/scripts/ypMenu/pfeil.gif) no-repeat right center;
     font-size: 12px;
}
.mmContentb li a.submenu:hover {
     background: #FFFF99 url(fileadmin/scripts/ypMenu/pfeil.gif) no-repeat right center; 
     font-size: 12px;
}



.mmLevel1 { position: relative; }
