/*keine Punkte vor der Liste*/
ul.list {
	list-style-type: none;
}


#contentPanel {
 background-color: #FFFFFF ;
}


#centernavmenu {
    width: 100%;
    margin: 0;
    padding: 10px 0 0 0;
    list-style: none;  
    border-radius: 0px;
	background-color: #01a0e2;
}

#centernavmenu li {
    float: left;
    padding: 0 0 10px 0;
    position: relative;
}
/*steuert text in centernavmenu*/
#centernavmenu a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #ffffff;
    text-transform: uppercase;
    font: 14px/25px Arial, Helvetica;
    text-decoration: none;
    text-shadow: 0 0px 0 #000;
}

#centernavmenu li:hover > a {
    color: #000000;
}

*html #centernavmenu li a:hover { /* IE6 */
    color: #fafafa;
}

#centernavmenu li:hover > ul {
    display: block;
}

/* Sub-centernavmenu */
#centernavmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background-color: #e6e6e6;   
    -moz-border-radius: 1px;
    border-radius: 0px;
}

#centernavmenu ul li {
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    box-shadow: 1px 0px  #000000;

}

#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: #01a0e2;
   
}

#centernavmenu ul li:first-child a {
    border-radius: 0px 0px 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: #3A71B7; 
}

#centernavmenu ul li:last-child a {
    border-radius: 0 0 0px 0px;
}

/* Clear floated elements */
#centernavmenu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#footermenu {
    width: 990px;
    margin: 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;
}

#slider{
	width: 990px;
	height: 200px;
	margin-bottom:0px;
}