body 
{
 font-family: Arial, Helvetica, sans-serif;
 font-size:85%;
 margin:0px;
 background-image: url(images/home/bg_blue.gif);
 color: #000000;
 background-color: #FFFFFF;	

}

*html body 
{
 font-family: Arial, Helvetica, sans-serif;
 font-size:88%;
 margin:0px;
 color: #000000;
  background-color: #FFFFFF;	
}

#MAIN {
	/*left:13.5em;*/
	left:160px;
	width: 56em;
	height: auto;
	position:relative;
	float: left;
	margin-top:10px;
}


#MAIN-lefttext {
	width: 40em;
	height: auto;
	position:relative;
	float: left;
	padding-right:1em;
	margin-top:0px;

}
#MAIN-rightbox {
	width: 20em;
	height: auto;
	position:relative;
	margin-left:0.8em;
	margin-top:10px;
}

/***********************************************/
/* Seiteneinteilung                                      */
/***********************************************/ 



/***********************************************/
/* Listen-KLAPP-Menü                           */
/***********************************************/ 

#menu {
	margin: 0px;
	padding-top: 71px;
	/*width: 11em;*/ 
	width:135px;
	height:100%;
	float:left;
	background: #ADC4F0 url("images/leftnav_top_blue.gif") no-repeat;
	background-position: right top;
	visibility: visible;
}
.menubg {
	background-color: #ADC4F0;
}

*html #menu {
	margin: 0px;
	padding-top: 71px;
	/*width: 11.4em;*/
	width:135px;
	height:100%;
	float:left;
	background: #ADC4F0 url("images/leftnav_top_blue.gif") no-repeat;
	background-position: right top;
	visibility: visible;
}


#menu ul  {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 90%;
	list-style-position: inside;
	list-style-type: none;
	margin:0px;
	padding: 0px;
	line-height: 20px;
	background-color: #ADC4F0;
}
*html #menu ul  {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 89%;
	list-style-position: inside;
	list-style-type: none;
	margin:0px;
	padding: 0px;
	line-height: 20px;
}

#menu a {
	display: block;
	color: #000000;
	text-decoration: none;
	list-style-type: none;

}

#menu ul li  {
	list-style-position: inside;
	color: #000000;
	text-decoration: none;
	text-align: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	list-style-position: inside;
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	list-style-type: none;
	margin: 0px;
	background: url("images/leftnav_line_blue.gif") no-repeat;
	background-position: right bottom;
	background-color: #ADC4F0;
	padding-top: px;
	
}
#menu ul li a:link {
	list-style-position: inside;	
	color: #000000;
	text-decoration: none;
	list-style-type: none;
}

#menu ul li a:visited {
	list-style-position: inside;	
	color: #000000;
	text-decoration: none;
	list-style-type: none;
}
#menu ul li a:focus {
	list-style-position: inside;	
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	background-color: #F4AD42;
}

#menu ul li a:hover {
	list-style-position: inside;
	color: #000000;
	text-decoration: none;	
	background-color: #F4AD42;
	list-style-type: none;
}
#menu ul li a:active {
	list-style-position: inside;	
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	background-color: #F4AD42;
}


#menu li {
     position: relative;
     display: block;
     list-style-position: inside;
	 list-style-type: none;
	 
}

.menu-zweizeiler  {
line-height:1.2em;
margin-top:1px;
margin-bottom:0px;
padding-top:2px;
padding-bottom:4px
}

#menu ul ul {
	position: absolute;
	display: block;
	float:left;
	color: #000000;
	top: 0px;
	left:136px;
	/*left:12.4em;*/
	width:12.8em;
	list-style: none;
	background: #FFDE9C;
	border: 1px solid #ffffff;
	margin-top:-1px;	
	margin-left:-1px;
	line-height: 13px;
	z-index: 7;
	font-size: 1em;
}

 *html #menu ul ul {
	position: absolute;
	display: block;
	float:left;
	color: #000000;
	top: 0px;
	left:136px;
	/*left:12.9em;*/
	width: 12em;
	list-style: none;
	background: #FFDE9C;
	border: 1px solid #ffffff;
	margin-top:-1px;
	margin-left:-1px;
	line-height: 13px;
	z-index: 7;
	font-size: 1em;
}

#menu ul ul li a {
	list-style-position: inside;
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
	list-style-type: none;
	background: url("images/transparent.gif") no-repeat;}

.submenu { padding-bottom: 3px;padding-left:3px;padding-top:3px; color: #000000;text-align: left;}


#menu ul ul a:hover{
background: #F4AD42;
color: #000000;
text-decoration: none;

}

div#menu ul ul,
div#menu ul  li:hover ul ul 
{display: none; }
div#menu ul  li:hover ul,
div#menu ul ul li:hover ul
{display: block; }



/***********************************************/
/*  FOOTER                                     */
/***********************************************/ 

#footer td{
	font-family:  Arial, Helvetica, sans-serif;
	color: #3F7B81;
	text-decoration: none;
	}
	#footer a:link {
	color: #000000;
	text-decoration: none;
	}
	#footer a:visited {color: #000000;  text-decoration: none}
	#footer a:focus {color: #f4ad42;  text-decoration: underline}
	#footer a:hover {color: #000000;  text-decoration: none}
	#footer a:active { color: #f4ad42; text-decoration: none}
	
	
/***********************************************/
/* Links  */
/***********************************************/
a:link {  color: #003366; text-decoration: underline}
a:visited {  color: #003366; text-decoration: underline}
a:focus {  color: #ff9100; text-decoration: underline}
a:hover {  color: #ff9100; text-decoration: underline}
a:active {  color: #ff9100; text-decoration: underline}
/* subnav on pages with depending flyout */
.TOPsubnav { font-family: Arial, Helvetica, sans-serif; font-style: normal; line-height: 160%; font-weight: bold; color: #000000; padding-bottom:1em;}
	