#date {
	float:left;
	text-align:left;
	font-size:12px;
	padding-left:28px;
	padding-top:34px;
}

.util:link {
	color:#000000;
	font-size:11px;
	text-decoration:none;
}
.util:visited {
	color:#000000;
	font-size:11px;
	text-decoration:none;
}
.util:hover {
	color:#0c99d5;
	font-size:11px;
	text-decoration:none;
}

.menue1:link {
	color:#000000;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
.menue1:visited {
	color:#000000;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
.menue1:hover {
	color:#0c99d5;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
.menue1_aktiv:link {
	color:#0c99d5;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
.menue1_aktiv:visited {
	color:#0c99d5;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
.menue1_aktiv:hover {
	color:#0c99d5;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

.menue2:link {
	color:#000000;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
.menue2:visited {
	color:#000000;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
.menue2:hover {
	color:#0c99d5;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
.menue2_aktiv:link {
	color:#0c99d5;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
.menue2_aktiv:visited {
	color:#0c99d5;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
.menue2_aktiv:hover {
	color:#0c99d5;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}

.teaser_button1 {
	/* einzeilig */
	float:left;
   	text-align:center;
   	width:171px;
   	height:30px;
   	color:#000000;
   	text-decoration:none;
   	border:none;
   	font-size:11px;
   	background-image:url(./images/teaser.png);
   	background-repeat:no-repeat;
   	padding-top:14px;
}
.teaser_button2 {
	/* mit bild */
}
.teaser_button3 {
	/* zweizeilig */
	float:left;
   	text-align:center;
   	width: 172px;
   	height:36px;
   	color:#000000;
   	text-decoration: none;
   	border: none;
   	font-size: 11px;
   	background-image: url(./images/teaser.png);
   	background-repeat: no-repeat;
   	padding-top:8px;
	line-height:14px;
}
#teaser_text {
	width:171px;
	padding-top:4px;
	clear:left;
}

.link:link {
	color:#0c99d5;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
.link:visited {
	color:#0c99d5;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
.link:hover {
	color:#0c99d5;
	font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
}
.link2:link {
	color:#0c99d5;
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
}
.link2:visited {
	color:#0c99d5;
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
}
.link2:hover {
	color:#0c99d5;
	font-size: 11px;
	font-weight:normal;
	text-decoration:underline;
}

#bull {
	float:left;
	width:8px;
	height:11px;
	background-image:url(./images/bull.gif);
	background-repeat:no-repeat;	
}
#bull_r {
	float:left;
	width:544px;	
}

/* menu DILI 2009-04-06 begin */
#menue1rahmen {
	text-align: left;
	padding-left: 30px; /* 45px - UL#menue1 A {margin-left} */
}
#menue1rahmen DIV {
	clear: both;
}
UL#menue1 {
	margin: 0; 
	padding: 0;
}
UL#menue1 LI {
	float: left;
	position: relative;
	list-style: none;
}
UL#menue1 LI UL {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	padding: 10px 0 40px 0;
	margin: 0;
	background-image:url(images/bgMenu1.png);
	background-repeat:repeat-x;
	background-position: bottom;
}
UL#menue1 LI UL LI {
	float: none;
	display: block;
	padding-left: 0px;
	padding-right: 15px; /* = UL#menue1 A {margin-left} */
}
UL#menue1 LI:hover UL {
	display: block;
}
UL#menue1 A, UL#menue1 SPAN {
	display: block;
	margin-left: 15px; /* = UL#menue1 LI UL LI {padding-right} */
	height: 25px;
	text-decoration: none;
	white-space: nowrap;
}
/* Textgestaltung Hauptmenü begin */
UL#menue1 LI A, UL#menue1 LI SPAN {
	color: #000000;
	background-color: inherit;
	font-size: 12px;
	font-weight: bold;
}
UL#menue1 LI A:hover, UL#menue1 LI A:focus, UL#menue1 LI A:active, UL#menue1 LI A.aktiv, UL#menue1 LI SPAN.aktiv {
	color: #0c99d5; /* Farbwert der Menüpunkte bei mouseOver oder "aktiv" */
	background-color: inherit;
}
/* Textgestaltung Hauptmenü end */
/* Textgestaltung Untermenü begin */
UL#menue1 LI UL LI A, UL#menue1 LI UL LI SPAN {
	color: #ffffff;
	background-color: inherit;
	font-size: 11px;
	font-weight: bold;
	height: 23px; /* Höhe der Menüpunkte */
}
UL#menue1 LI UL LI A:hover, UL#menue1 LI UL LI A:focus, UL#menue1 LI UL LI A:active, UL#menue1 LI UL LI A.aktiv, UL#menue1 LI UL LI SPAN.aktiv {
	color: #22aee0; /* Farbwert der Menüpunkte bei mouseOver oder "aktiv" */
	background-color: inherit;
}
/* Textgestaltung Untermenü end */
/* Anpassung für IE 6 begin */
* HTML UL#menue1 A, * HTML UL#menue1 SPAN {
	height: auto;
}
* HTML UL#menue1 LI UL {
	/* falls Anzeige der Untermenüs möglich */
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bgMenu1.png', sizingMethod='scale');    
}
/* Anpassung für IE 6 end */
/* menu DILI 2009-04-06 end */
