html {

}

#afoschnelleinstieg 
{
	float: right;
	height:15px; 
	text-align: right; 
}

body
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #50555F;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	background-image: url(de/images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #dedede;
	height: 101%;
}

/* NEW GLOBAL */
form
{
	padding: 0px;
	margin: 0px;
}
.pagetbl
{
	background-color: white;
}
#afologo 
{
	clear: both;
	width: 230px;
	height: 70px;
	float: right;
	text-align:right;
}

#afoservicenav 
{ 
	height:9px; 
	text-align:left;
	float: left;
	margin-left: 26px;
	width: 640px;
}

#header 
{
	background: url(de/images/header_bg.gif) no-repeat top left white;
	height:99px;
	margin: 0;
	padding: 6px 17px 0px 0px;
	vertical-align:top;
}
.nav
{
	background-color: white;
	 background-image: url(de/images/startseite/navbg.gif);
	 padding-right: 20px;
}
#nav1 {
	
	height:19px; 
	padding-left: 222px;
	float: left;
}
#afobreadcrumb 
{
	float: left; 
	padding-left: 20px;
	padding-top: 4px;
	width: 580px;
	height: 17px;
	font-size: 9px;
	color: #444444;
}

#afobreadcrumb a:link {
	color:#444444;
	text-decoration:none;
}

#afobreadcrumb a:visited {
	color:#444444;
	text-decoration:none;
}

#afobreadcrumb a:hover {
	color:#444444;
	text-decoration:underline;
}

#afobreadcrumb a:active {
	color:#444444;
	text-decoration:underline;
}

#afobreadcrumbgrau
{
	float: left; 
	padding-left: 20px;
	padding-top: 4px;
	width: 580px;
	height: 17px;
	font-size: 9px;
}

#afobreadcrumbgrau a:link {
	color:#50555F;
	text-decoration:none;
}

#afobreadcrumbgrau a:visited {
	color:#50555F;
	text-decoration:none;
}

#afobreadcrumbgrau a:hover {
	color:#50555F;
	text-decoration:underline;
}

#afobreadcrumbgrau a:active {
	color:#50555F;
	text-decoration:underline;
}
.content
{
	 padding-right: 20px;
	 background: white url(de/images/contentbg.gif) top repeat-x;
}
.contente2
{
	background-color: #efefef;
}
.news
{
	background-color: #f5f5f5;
	background-image: url(de/images/newsbg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
#news 
{ 
	float:right; 
	width: 300px; 
}
#veranstaltungen 
{ 
	float: right; 
	width:275px; 
	margin-right: 20px;
}
.nv
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:: none;
	width:255px;
	padding:10px 0 20px 20px;
}

.nv a:link,
.nv a:visited
{
	color: #35b559;
	font-weight: bold;
	text-decoration: none;
}

.nv a:hover,
.nv a:active
{
	color: #35b559;
	font-weight: bold;
	text-decoration: underline;
}


/************ NAVIGATION START *******************/

#mainnav {
	position:absolute;
	left:242px; 
	top:61px; 
	width:304px; 
	height:15px; 
	z-index:10;
	border: 1px solid red;
}


/************ NAVIGATION END *******************/

#afologin 
{
	float: right;
	height: 79px; 
	text-align: right;
}

/************* FOOTER START *******************/

#footer {
	background: url(de/images/footer.gif) no-repeat #939598;
	height:17px;
	padding-top:10px;
	padding-left:105px;
}


/************* FOOTER END *******************/

/* NEW GLOBAL END */



/************ TOP ELEMENTS END *******************/
	
div {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #50555F;
}

.loginput {
	width: 74px;
	height: 12px;
	border: 1px solid #8d8d8d;
	background: #dedede;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #8d8d8d;
	margin: 0px;
	padding: 0px;
/*	line-height:10 */
}

.loginbutton_e1 {
	height: 1px;
	width: 1px;
	background-color: #DCDDDF;
	border: 0;
}

.loginbutton_e2 {
	height: 1px;
	width: 1px;
	background-color: #7E838C;
	border: 0;
}

.loginbutton_start {
	height: 1px;
	width: 1px;
	background-color: #5E646F;
	border: 0;
}

/************ CONTENT STYLES LEVEL4 START *******************/

/***** middle contentbox styles ******/

#text {
	text-align:left;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
/* content Header (h1) */
#text h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #636363;
	/* we give that divbox 25px margin at bottom for space between headline and text */
	margin-bottom: 15px;
	clear:both;
}

/* content Teaser (h2) */
#text h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #444444;
	/* we give that divbox 25px margin at bottom for space between headline and text */
	margin-bottom: 25px;
	clear:both;
}

/* content Copytext (div) */
.contenttext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: Black;
	padding-bottom: 20px;
	clear:both;
}

/* content Copytext Link */
.contenttext a:link,
.contenttext a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #0b9632;
}


/* content Copytext Link hover */
.contenttext a:hover,
.contenttext a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #0b9632;
}


.suchetext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: Black;
	padding-bottom: 0px;
	clear:both;
}

.pagertext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: White;
	padding-left: 30px;
	padding-bottom: 20px;
	clear:both;
}
.pagertext a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #155B78;
	padding-bottom: 20px;
	clear:both;
}
.pagertext a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #155B78;
	padding-bottom: 20px;
	clear:both;
}
.pagertext a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #155B78;
	padding-bottom: 20px;
	clear:both;
}
.pagertext a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #155B78;
	padding-bottom: 20px;
	clear:both;
}

hr
{
	height: 1px;
	color: #999999;
}

/* content Copytext (div) */
.notetext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #155B78;
	padding-bottom: 20px;
	clear:both;
}
/* content Copytext Link */
.notetext a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #155B78;
}
.notetext a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #155B78;
}
.notetext a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #666666;
}
.notetext a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #666666;
}


/***** content list styles (table) ****/
.contentlist
{
	width: 100%;
	margin-bottom: 20px;
	padding: 0px;
	border: 0px solid #ffffff;
}

table.contentlist th
{
	border: 1px solid #eeeeee;
	background-color: #efefef;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: Black;
	padding: 5px;
	text-align: left;
}

table.contentlist {
}

table.contentlist td
{
	border-bottom: 1px solid #808080;
	border-top: 0px solid #ffffff;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: top;
	text-align: left;

}

table.contentlist tbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: Black;
	padding: 4px;

	border-color: #eeeeee;
}

table.contentlist tfoot
{
	font-style: italic;
	padding: 4px;
	color: #666666;
	border-color: white;
}
table.contentlist tfoot a:link
{
	font-style: italic;
	color: #666666;
	text-decoration: underline;
}
table.contentlist tfoot a:visited
{
	font-style: italic;
	color: #666666;
	text-decoration: underline;
}
table.contentlist tfoot a:hover
{
	font-style: italic;
	color: #000000;
	text-decoration: underline;
}
table.contentlist tfoot a:active
{
	font-style: italic;
	color: #000000;
	text-decoration: underline;
}

/* Styles zur Verwendung in Listen (zb Presse-Artikel, &Uuml;bersichtsliste) */

/*headline*/
.listitemhead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #303e63;
	font-size: 10px;
}
.listitemhead a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #303e63;
	font-size: 10px;
	text-decoration: none;
}
.listitemhead a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #303e63;
	font-size: 10px;
	text-decoration: none;
}
.listitemhead a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #303e63;
	font-size: 10px;
	text-decoration: underline;
}
.listitemhead a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #303e63;
	font-size: 10px;
	text-decoration: underline;
}
/*datum etc*/
.listitemfoot
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	font-size: 10px;
	font-style: italic;
}
/* more link */
.listitemmore
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	font-size: 10px;
}
.listitemmore a:link
{
	color: #666666;
	text-decoration: none;
}
.listitemmore a:visited
{
	color: #666666;
	text-decoration: none;
}
.listitemmore a:hover
{
	color: #666666;
	text-decoration: underline;
}
.listitemmore a:active
{
	color: #666666;
	text-decoration: underline;
}


/***** content list styles (image) ****/

.imageleft {
	float:left;
	clear:both;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.imageright {
	float:right;
	clear:both;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.imagecenter {
	clear:both;
}

/***** formular styles ******/

.formular
{
}

.formularheader {

}

.formulardescription {
	text-align: right;
	padding-right: 6px;
	padding-top: 6px;
	vertical-align: top;
}

.formularinput {
	background-color:#ECEDEF;
	border: 0px solid black;
	border-top: 1px solid #7C7F84;
	border-left: 1px solid #7C7F84;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	width: 310px;
}
.formularinput2 {
	background-color:#ECEDEF;
	border: 0px solid black;
	border-top: 1px solid #7C7F84;
	border-left: 1px solid #7C7F84;
	height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	width: 100px;
}

.formulartextarea {
	background-color:#ECEDEF;
	border: 0px solid black;
	border-top: 1px solid #7C7F84;
	border-left: 1px solid #7C7F84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	width: 310px; /* #7C7F84 #ECEDEF */
	scrollbar-3dlight-color:white; 
	scrollbar-arrow-color:#7C7F84;
	scrollbar-base-color:white;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color:#ECEDEF;
	scrollbar-highlight-color:#ECEDEF;
	scrollbar-shadow-color:white;
	scrollbar-track-color:white;
}

.formularchecknradio {
	background-color:#ECEDEF;
	border: 1px solid #7C7F84;
	height: 15px;
	width: 15px;
	text-align: center;
}

.formularoption {
	background-color:#ECEDEF;
	border: 1px solid #7C7F84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	width: 310px;
}

.formularbutton {
	background-color:#ECEDEF;
	border: 0px solid black;
	border-top: 1px solid #7C7F84;
	border-left: 1px solid #7C7F84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	width: 145px;
}

.sendbutton {
	background-color:#7C7F84;
	border: 0px;
	border: 1px solid #ECEDEF;
	border-left: 1px solid #ECEDEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: white;
	width: 145px;
}

.resetbutton {
	background-color:#ECEDEF;
	border: 0px solid black;
	border-top: 1px solid #7C7F84;
	border-left: 1px solid #7C7F84;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #333333;
	width: 145px;
}

.formular td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: black;
	
}

/***** left teaserbox styles ******/

/* teaser Box */
#teaserbox
{
	padding-top: 10px;
	padding-left: 22px;
	padding-right: 12px;
	padding-bottom: 30px;
}


/* teaser Header (h1) */
#teaserbox h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #7C7F84;
	/* we give that divbox 10px margin at bottom for space between headline and teaser / text */
	margin-bottom: 10px;
}


/* teaser Teaser (h2) */
#teaserbox h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
	/* we give that divbox 10px margin at bottom for space between teaser and text */
	margin-bottom: 10px;
}



/* teaser Copytext (div) */
#teaserbox .teasertext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
}
 /* teasertext Link */
#teaserbox .teasertext a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #155B78;
}
#teaserbox .teasertext a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #155B78;
}
#teaserbox .teasertext a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #1A7AA2;
}
#teaserbox .teasertext a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #1A7AA2;
}
/* teasertext Link END */

/* Unternehmen teaser Header (h1) */

.teaserheadline
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #E0E6EE;
	/* we give that divbox 10px margin at bottom for space between headline and teaser / text */
	margin-top: 19px;
	margin-bottom: 10px;
}

/* teaser Copytext Link */
.teasertext a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #3B3D41;
}

/* teaser Copytext Link visited */
.teasertext a:visited
{
	
}

/* teaser Copytext Link hover */
.teasertext a:hover
{
	
}

/* teaser Copytext Link active */
.teasertext a:active
{
	
}

/************** SUBNAVIGATION START *****************/

/* SubNavBox */
.subnav
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 2px;
	
}

/* SubNavHeader */
.subnavheader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
	height: 20px;
}
/*******************************/

/* SubNav Element Nav2 */
.subnav2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
	padding-top: 2px;
	padding-bottom:2px;
}

/* SubNav Element Nav2 hover */
.subnav2 a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
}
.subnav2 a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
}
.subnav2 a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #3B3D41;
}
.subnav2 a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #3B3D41;
}

/* SubNav Element Nav2 active */
.subnav2active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
}

.subnav2active a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
}
.subnav2active a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
}
.subnav2active a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #3B3D41;
}
.subnav2active a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #3B3D41;
}

/* mehrzeiliges nav2 element */

/* SubNav Element Nav2 */
.subnav2ML
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
	padding-top: 2px;
	padding-bottom:2px;
	padding-left: 12px;
	background-image:url(de/images/nav/subnavarrow1bg.gif);
}

/* SubNav Element Nav2 hover */
.subnav2ML a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
}
.subnav2ML a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
}
.subnav2ML a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #3B3D41;
}
.subnav2ML a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #3B3D41;
}

/* SubNav Element Nav2 active */
.subnav2MLactive
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
	padding-left: 12px;
	background-image:url(de/images/nav/subnavarrow3bg.gif);
}

.subnav2MLactive a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
}
.subnav2MLactive a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
}
.subnav2MLactive a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #3B3D41;
}
.subnav2MLactive a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #3B3D41;
}
/* SubNav Element Nav2 active mit kaskanav */
.subnav2MLMactive
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
	padding-left: 12px;
	background-image:url(de/images/nav/subnavarrow2bg.gif);
}

.subnav2MLMactive a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
}
.subnav2MLMactive a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
}
.subnav2MLMactive a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #3B3D41;
}
.subnav2MLMactive a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #3B3D41;
}

/* mehrzeiliges nav2 element end */

/*******************************/
.subnav3box
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

/* SubNav Element Nav3 */
.subnav3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
	padding-top: 2px;
	padding-bottom:2px;
}

/* SubNav Element Nav3 hover */


.subnav3 a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
}

.subnav3 a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #3B3D41;
}
.subnav3 a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #3B3D41;
}

.subnav3 a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	color: #3B3D41;
}
/* SubNav Element Nav3 active */
.subnav3active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #fcaf17;
}

.subnav3active a:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #fcaf17;
}
.subnav3active a:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #fcaf17;
}
.subnav3active a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #fcaf17;
}
.subnav3active a:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #fcaf17;
}


/************* SUBNAVIGATION END ******************/


/******** IMAGE BOX ******************/
.imagebox
{
	margin-bottom: 20px;
	background-color:#aaaaaa;
}

ol 
{
	padding-left: 22px;
	margin-left: 0px;
}

.contenttext ol li
{
	padding-bottom: 8px;	
}

.teasertext ol 
{
	padding-left: 13px;
	margin-left: 0px;
}

ul 
{
	padding-left: 13px;
	margin-left: 0px;
}

ul li
{
	list-style-image:url(de/images/nav/subnavarrow3.gif);
	
}

.contenttext ul li
{
	padding-bottom: 8px;	
}

.teasertext ul 
{
	padding-left: 13px;
	margin-left: 0px;
}

.teasertext ul li
{
	list-style-image:url(de/images/arrowLeftGray.gif);	
}

.tooltip {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	border: 1px solid #50555F;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #50555F;
}

.formfehler  {
	color: #F19C2E;
	font-weight: bold;
}

.standort {
	display: none;
}
