* {
	margin:0; padding:0;
}
body {
	margin: 0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#000000;
}

#head {
	width:1024px;
	height:166px;
	background-image:url(./home/bilder/bg1.png);
	background-repeat:no-repeat;
}

#util {
	float:right;
	padding-top:34px;
	padding-right:44px;
	color:#ffffff;
}
.util:link {
	color:#ffffff;
	font-size: 11px;
	text-decoration:none;
}
.util:visited {
	color:#ffffff;
	font-size: 11px;
	text-decoration:none;
}
.util:hover {
	color:#22aee0;
	font-size: 11px;
	text-decoration:none;
}

#menue1 {
	float:left;
	padding-left:45px;
}
.menue1:link {
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
.menue1:visited {
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}
.menue1:hover {
	color:#22aee0;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
}

#content {
	width:1024px;
	height:362px;
	background-image:url(./home/bilder/bg2.png);
	background-repeat:no-repeat;
}

#content_left {
	width:235px;
	height:362px;
	float:left;
	text-align:left;
}
#teaser_area {
	padding-left:69px;
	padding-top:10px;
}
#icon {
	float:left;
	padding-top:1px; 
	padding-right:8px;
}

#content_right {
	width:788px;
	float:left;
	padding-top:318px;
}
.teaser_button1:link {
	/* einzeilig */
	float:left;
   	text-align:center;
   	width: 172px;
   	height:29px;
   	color:#000000;
   	text-decoration: none;
   	border: none;
   	font-size: 11px;
   	background-image: url(./home/bilder/teaser.png);
   	background-repeat: no-repeat;
   	padding-top:15px;
}
.teaser_button1:visited {
	/* einzeilig */
	float:left;
   	text-align:center;
   	width: 172px;
   	height:29px;
   	color:#000000;
   	text-decoration: none;
   	border: none;
   	font-size: 11px;
   	background-image: url(./home/bilder/teaser.png);
   	background-repeat: no-repeat;
   	padding-top:15px;
}
.teaser_button1:hover {
	/* einzeilig */
	float:left;
   	text-align:center;
   	width: 172px;
   	height:29px;
   	color:#000000;
   	text-decoration: none;
   	border: none;
   	font-size: 11px;
   	background-image: url(./home/bilder/teaser_over.png);
   	background-repeat: no-repeat;
   	padding-top:15px;
}
.teaser_button2:link {
	/* zweizeilig */
	float:left;
   	text-align:center;
   	width: 172px;
   	height:36px;
   	color:#000000;
   	text-decoration: none;
   	border: none;
   	font-size: 11px;
   	background-image: url(./home/bilder/teaser.png);
   	background-repeat: no-repeat;
   	padding-top:8px;
}
.teaser_button2:visited {
	/* zweizeilig */
	float:left;
   	text-align:center;
   	width: 172px;
   	height:36px;
   	color:#000000;
   	text-decoration: none;
   	border: none;
   	font-size: 11px;
   	background-image: url(./home/bilder/teaser.png);
   	background-repeat: no-repeat;
   	padding-top:8px;
}
.teaser_button2:hover {
	/* zweizeilig */
	float:left;
   	text-align:center;
   	width: 172px;
   	height:36px;
   	color:#000000;
   	text-decoration: none;
   	border: none;
   	font-size: 11px;
   	background-image: url(./home/bilder/teaser_over.png);
   	background-repeat: no-repeat;
   	padding-top:8px;
}

#footer {
	width:1024px;
	background-image:
	url(./home/bilder/bg3.png);
	background-repeat:no-repeat;
	text-align:left;
	background-color:#ffffff;
}

#titles {
	padding-left:45px;
	padding-top:60px; /* ohne hotline */
	color:#666666;
}

.a_11:link {
	color:#000000;
	font-size: 11px;
	text-decoration:none;
}
.a_11:visited {
	color:#000000;
	font-size: 11px;
	text-decoration:none;
}
.a_11:hover {
	color:#000000;
	font-size: 11px;
	text-decoration:underline;
}
.link_r:link {
	color:#e2001a;
	font-size: 11px;
	text-decoration:none;
}
.link_r:visited {
	color:#e2001a;
	font-size: 11px;
	text-decoration:none;
}
.link_r:hover {
	color:#e2001a;
	font-size: 11px;
	text-decoration:underline;
}

.rot {color:#e2001a;}
.grau { color:#666666;}

#clear_left_d1 {
	height:6px;
	clear:left;
}

/* 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_start.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: #ffffff;
	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: #22aee0; /* 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 */

