/* aktuell.css */
a:link.hauptmenu {
	color : #72948F;
}


a:visited.hauptmenu {
	color : #72948F;
}

a:hover.hauptmenu{
	color : #FFFFFF;
}

body {
	background-color : #EFF4F3;
}

/* Setzt die Position der Ausklappmenues */
div.submenu{
	background-color : #FFFFFF;
	position : absolute;
	top : 90px;
	visibility : hidden;
	width : 160px;
	z-index:1;
}
/* Schrift Submenue */
.title_submenue{
	font-size: 11px;
	color: #6C829A;
}

.hauptmenu{
	font-size : 12px;
	font-weight : bolder;
	text-decoration : none;
	text-transform : uppercase;
}

/* menue hauptkategorien */
.menue{
	font-size : 12px;
	font-weight : bolder;
	text-decoration : none;
	text-transform : uppercase;
	line-height : 28px;
	white-space : nowrap;
}

.suche {
	color : #EEF2F5;
	font-size : 11px;
	font-weight : bolder;
	text-decoration : none;
}

h3, h4 {
	color : #5B7774;
}

.bereichfarbe {
	background-color : #71938E;
}


.hauptmenu{
	font-family : "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size : 12px;
	font-weight : bolder;
	text-decoration : none;
	text-transform : uppercase;
}


#suche{
	background-image :  url(/medien/raster.gif);
	border : 1px solid #C0C0C0;
	height : 29px;
	layer-background-image :  url(/medien/raster.gif);
}

.over{
	background-color : #C4D7D5;
}

.tdbg{
	background-color : #D6E3E1;
}
#suche{
	background-image: url(../medien/raster.gif);
	border: 1px solid #C0C0C0;
	height: 29px;
	layer-background-image: url(../medien/raster.gif);
	left : -116px;
	position : absolute;
	top : 60px;
	width : 231px;
	visibility: hidden;
	z-index: 2;
}

#suchfeld{
	background-color: #EEF2F5;
	font-size: 10px;
	width: 86px;
}

#startsuche{
	background-color : #EEF2F5;
	font-size : 10px;
	width : 130px;
}
/*siehe suchfeld*/
#klapp{
	background-image: url(../medien/raster.gif);
	border: 1px solid #CCD5E2;
	height: 29px;
	background-image: url(../medien/raster.gif);
	left : -116px;
	position : absolute;
	top : 60px;
	width : 231px;
	visibility: visible;
	z-index: 1;
}

