@CHARSET "UTF-8";

/* menu top */
#menuTop {
    position: absolute;
    left: 44px;
    top: 255px;
    width: 808px;
    height: 24px;
    font-size:14px;
	color: #ff9600;
    font-weight: bold;
	text-align:center;


}
#menuTop a {
    text-decoration: none;
    width: 100%;
    height: 100%;


}
#menuTop a:hover{
    text-decoration: underline;
    color: #c50000;


}

#telefon {
    position: absolute;
    left: 44px;
    top: 290px;
    width: 808px;
    height: 24px;
    font-size:14px;
	color: #000000;
    font-weight: bold;
	text-align:left;


}


/* menu bottom */
#menuBottom {
    position: absolute;
    left: 43px;
    top: 70px;
    width: 800px;
}
#menuBottom li {
	padding: 0;
    list-style-type: none;
    display: inline;
}

#menuBottom a {
	line-height: 20px;
	color: #888;
	text-decoration: none;
}
#menuBottom a:hover {
	color: #c50000;
	text-decoration: underline;
}
#menuBottom a:hover.current {
	color: #007bed;
	text-decoration: underline;
}
#menuBottom a.current {
	color: #007bed;
	text-decoration: none;
}
