#cssmenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	line-height: 1;
}

/* The container */
#cssmenu ul {
	display: block;
	position: relative;
	width: 150px;
}

	/* The list elements which contain the links */
	#cssmenu ul li {
		display: block;
		position: relative;
		margin: 0;
		padding: 0;
	}

		/* General link styling */
		#cssmenu ul li a {
			/* Layout */
			display: block;
			position: relative;
			margin: 0;
			padding: 7px 20px;
			width: 150px;
			background:url(../men_pics/icon_green.gif) no-repeat left center;

			/* Typography */
			font-family:Verdana, Geneva, sans-serif;
			text-align:left;
			color: #666666;
			text-decoration: none;
			font-size: 10px;
		}

		/* The hover state of the menu/submenu links */
		#cssmenu ul li a:hover, #cssmenu  ul li:hover {
			color: #068E42;
			background:url(../men_pics/icon_gelb.gif) no-repeat left center;
		}


		/* THE SUBMENUS */
		#cssmenu ul ul {
			position: absolute;
			left: 90px;
			top: -9999px;
			padding-left: 5px;
			border:1px solid #666666;
			background-color:#FFF;
			z-index:9999;
			/* The fade effect, created using an opacity transition */
			-webkit-transition: opacity .3s ease-in;
			-moz-transition: opacity .3s ease-in;
			-o-transition: opacity .3s ease-in;
			-ms-transition: opacity .3s ease-in;
		}

		/* Showing the submenu when the user is hovering the parent link */
		#cssmenu ul li:hover ul {
			top: 0px;   
		}

.scrollen 
{ 

width: 725px; 
height: 345px; 
overflow: AUTO; 
padding: 5px;


}


body
 {  
    background-color:#F3F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #323232;
 }
 


footer
 {  
    background-color:#F3F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #323232;
 }

.tableheader
 { 
    background: url(../images/td_header_back.gif); 
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #666666;
 }

table
 {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #323232;
 }


a:visited {  text-decoration: none}
a:hover {  text-decoration: underline}
a:link {  text-decoration: none}


a:link
{
	color: rgb(8,146,60); 
}

a:visited
{
	color: rgb(8,146,60); 
}

a:active
{
	color: rgb(8,146,60); 
}


a:hover
{
	color: rgb(255,179,41); 
}


a:
{
	color: rgb(8,146,60); 
}
	
a.schnell:link {
  color:            #068e42;
}

a.schnell:visited {
  color:            #068e42;
}

a.schnell:hover {
  color:            #ffb329;
}

a.schnell:active {
  color:            #068e42;
}	
	
	
a.footer:link {

  color:            #068e42;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 

}

a.footer:visited {
  color: #068e42;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt; 
  font-style: normal; 
  font-weight: normal; 
}

a.footer:hover {
  color: #ffb329;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt; 
  font-style: normal; 
  font-weight: normal; 
}

a.footer:active {
  color: #068e42;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt; 
  font-style: normal; 
  font-weight: normal; 
  
}	
	
	
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #323232; }

.tcontent {
    background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-style: normal; 
	font-weight: normal; 
	color: #323232; }
	
	
	
	BODY
{ 	
SCROLLBAR-FACE-COLOR: #F3F3F3; 
SCROLLBAR-HIGHLIGHT-COLOR: #999999; 
SCROLLBAR-SHADOW-COLOR: #999999; 
SCROLLBAR-3DLIGHT-COLOR: #99999; 
SCROLLBAR-ARROW-COLOR: #00963a; 
SCROLLBAR-TRACK-COLOR: #99999; 
SCROLLBAR-DARKSHADOW-COLOR: #999999; 
}