/* Start of CMSMS style sheet 'menue' */
#hauptmenue{
	list-style-type: none;
	width: 945px;
	float:left;
	background-color: #FFE5CC;
	margin-top: 2px;
	margin-bottom: 2px;
        padding-left: 10px;
}
#hauptmenue li{
	font-weight: bold;
	display: inline;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 25px;
	line-height: 25px;
}
.hauptmenueSelected {
	color: #CC3300;
}
.hauptmenueNotSelected {
	color: #003399;
}
.hauptmenueSelected a{
	color: #CC3300;
}
.hauptmenueNotSelected a{
	color: #003399;
}
#navi{
	list-style-type: none;
	width: 945px;
	float:left;
	background-color: #FFE5CC;
	margin-bottom: 2px;
        padding-left: 10px;
}
#navi li{
	font-weight: bold;
	display: inline;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 20px;
	line-height: 25px;
}
.naviSelected a{
	color: #CC3300;
}
.naviNotSelected a{
	color: #FF6600;
}
.naviSelected {
	color: #CC3300;
}
.naviNotSelected {
	color: #FF6600;
}
#sprachmenue{
	list-style-type: none;
}
#sprachmenue li{
	font-weight: bold;
	display: inline;
	font-size: 14px;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 25px;
}
.sprachmenueSelected a{
	color: #CC3300;
}
.sprachmenueNotSelected a{
	color: #FF6600;
}
/* End of 'menue' */

