/*keine Punkte vor der Liste*/
ul.list {
	list-style-type: none;
}


#contentPanel {
 background-color: #c2d1bd;
}




#centernavmenu {
  min-width: 1020px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
  list-style: none;
  text-align: center;
	background-color: #c2d1bd;
	border-radius: 20px;
}

#centernavmenu li {
    float: left;
    padding: 0 0 10px 0;
    position: relative;
}
/*steuert text in centernavmenu*/
#centernavmenu a {
    float: left;
    height: 20px;
    padding: 15px 30px;
    color: #000000;
    text-transform: capital;
    font: 18px/25px Arial Rounded MT BOLD;
    text-decoration: none;
    text-shadow: 0 0px 0 #000;
}

#centernavmenu li:hover > a {
    color: #000000;
}

*html #centernavmenu li a:hover { /* IE6 */
    color: #ee3535;
}

#centernavmenu li:hover > ul {
    display: block;
}

/* Sub-centernavmenu */
#centernavmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99999;    
    background-color: #c2d1bd;   
    border-radius: 20px;
}

#centernavmenu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  


}

#centernavmenu ul li:last-child { 
    box-shadow: 1px;    
}

#centernavmenu ul a {    
    padding: 10px;
    height: auto;
	color: #000000;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #centernavmenu ul a { /* IE6 */   
    height: 10px;
    width: 150px;
}

*:first-child+html #centernavmenu ul a { /* IE7 */    
    height: 10px;
    width: 150px;
}

#centernavmenu ul a:hover {
    background-color: #FF1E1E;
   
}

#centernavmenu ul li:first-child a {
    border-radius: 20px 20px 0 0;
}

#centernavmenu ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#centernavmenu ul li:first-child a:hover:after {
    border-bottom-color: #000000; 
}

#centernavmenu ul li:last-child a {
    border-radius: 0 0 20px 20px;
}

/* Clear floated elements */
#centernavmenu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#footermenu {
    width: 990px;
    margin-bottom: 0;
    padding: 10px 0 0 0;
    list-style: none;  
    border-radius: 0px;
    
}

#footermenu li {
    float: left;
    padding: 0 0 10px 0;
    position: relative;
}

#footermenu a {
	float: left;
    height: 20px;
    padding: 0 10px;
    color: #000000;
    text-transform: uppercase;
    font: 11px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 0px 0 #000;
}

#footermenu li:hover > a {
    color: #000000;
}

*html #footermenu li a:hover { /* IE6 */
    color: #fafafa;
}

#footermenu li:hover > ul {
    display: block;
}


#footermenu ul a {    
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #footermenu ul a { /* IE6 */   
    height: 10px;
    width: 150px;
}


/* Clear floated elements */
#footermenu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

