/* music.css */
h3, h4 {
	color : #56677C;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}
a:link.hauptmenu {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color : #56677C;
	font-size : 12px;
	font-weight : bolder;
	text-decoration : none;
	text-transform : uppercase;
	line-height : 28px;
	white-space : nowrap;
}
a:visited.hauptmenu {
	color : #56677C;
	font-size : 12px;
	font-weight : bolder;
	text-decoration : none;
	text-transform : uppercase;
	line-height : 28px;
	white-space : nowrap;
}
li{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	/* list-style-image : url(../medien/music_note.gif); */
	color: black;
	font-weight : normal;
}

a:hover.hauptmenu{
	color : #FFFFFF;&cedil;
}

body {
	background-color : #EEF2F5;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

/* Setzt die Position der Ausklappmenues */
div.submenu{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	background-color : #FFFFFF;
	position : absolute;
	top : 134px;
	visibility : hidden;
	width : 185px;
	z-index:1;
}
/* Schrift Submenue */
.title_submenue{
	font-size: 11px;
	color: #6C829A;
}

/* menue hauptkategorien */
.menue{
	font-size : 12px;
	font-weight : bolder;
	text-decoration : none;
	text-transform : uppercase;
	line-height : 28px;
	white-space : nowrap;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

.suche {
	color : #EEF2F5;
	font-size : 11px;
	font-weight : bolder;
	text-decoration : none;
}

.bereichfarbe {
	background-color : #6c829a;
}

.over{
	background-color : #C1CCDA;
}

.tdbg{
	background-color : #D4DDE6;
}

.red {
	color: #FF0000
}
/* aktivierte suche */
#suche{
	background-image: url(../medien/raster.gif);
	border: 0px solid #C0C0C0;
	height: 29px;
	layer-background-image: url(../medien/raster.gif);
	left : -116px;
	position : absolute;
	top : 104px;
	width : 232px;
	visibility: visible;
	z-index: 2;
}


#suchfeld{
	background-color: #EEF2F5;
	font-size: 10px;
	width: 86px;
	border: 0px solid #C0C0C0;
}


#startsuche{
	background-color : #EEF2F5;
	font-size : 10px;
	width : 130px;
}
/*siehe suchfeld*/
#klapp{
	background-image: url(../medien/raster.gif);
	border: 0px solid #CCD5E2;
	height: 29px;
	background-image: url(../medien/raster.gif);
	left : 0px;
	position : absolute;
	top : 104px;
	width : 230px;
	visibility: visible;
	z-index: 1;
}
.intro{
	margin-left: 5px;
	font-size: 10px;
}
.intro a{
	margin-left: 0px;
	font-size: 10px;
}
.font_size_75{
	font-size: 75%;
}
.nobr{
	white-space : nowrap;
}
