/* start.css */
.over{
	background-color : #C1CCDA;
}

.tdbg{
	background-color : #D4DDE6;
}

.red {  color: #FF0000}

a:visited.hauptmenu {
	color : #6C829A;
	text-decoration: none;
}

a:hover.hauptmenu{
	color : #FFFFFF;
	text-decoration: none;
}

body {
	background-color : #EEF2F5; 
}

/* Position der Suche */

#suche {
left : -1px;	position : absolute; top : 104px; width : 231px; z-index : 1;
}

/* Setzt die Position der Ausklappmenues */
div.submenu{
	background-color : #FFFFFF;
	position : absolute;
	top : 134px;
	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;
}

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

#startsuche{
	background-color : #EEF2F5;
	font-size : 10px;
	width : 130px;
}
.tdbg {  background-color: #D4DDE6}

.light {
	font-weight: lighter;
}
/*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;
}
