body { 
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	color: #000000; 
	background-color: #666666
	}


t#able { 
	font-family: Verdana, sans-serif; 
	font-size: 11px;  
	color: #000000; 
	}

.link1:link { 
	color: #000000; 
	text-decoration: none; 
	}

.link1:active { 
	color: #000000; 
	text-decoration: none;
	}

.link1:visited { 
	color: #000000; 
	text-decoration: none;
	}

.link1:hover { 
	color: #f89d41; 
	text-decoration: none;
	}

.link2:link {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	}

.link2:active {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	}

.link2:visited {
	color: #999999;
	text-decoration: none;
	font-size: 12px;
	}

.link2:hover {
	color: #f89d41;
	text-decoration: none;
	font-size: 12px;
	}

.link3:link { 
	color: #FF6600; 
	text-decoration: none; 
	}

.link3:active { 
	color: #FF6600; 
	text-decoration: none;
	}

.link3:visited { 
	color: #FFCC00; 
	text-decoration: none;
	}

.link3:hover { 
	color: #00CC00; 
	text-decoration: none;
	}

	
a:link { 
	color: #3F3F3F; 
	text-decoration: none; 
	}
	
a:active { 
	color: #333333; 
	text-decoration: none;
	}
	
a:visited { 
	color: #333333; 
	text-decoration: none;
	}

a:hover { 
	color: #f89d41; 
	text-decoration: none;
	}

a img { 
	border: 0 none; 
	}


/* ***** Das folgende Drop-Down-Menü (top_menu und right_menu) entstammt der Feder von Stu Nicholls | www.cssplay.co.uk ©***** */

.top_menu {
	font-family: arial;
	font-size:13px;
	}

.top_menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}

.top_menu ul ul {
	width:150px;
	}

.top_menu li {
	float:left;
	position:relative;
	text-align:left;
	}
.top_menu a, .top_menu a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	padding:4px 10px 4px 4px;
	z-index: 2;
	}

.top_menu ul ul ul a, .top_menu ul ul ul a:visited {
	width: 100px;
	z-index: 2;
	}

* html .top_menu ul ul ul a, .top_menu ul ul ul a:visited{
	width:100px;
	z-index: 2;
	}

.top_menu ul ul ul a:hover {
	background:#EC9F52;
	z-index: 2;
	}

.top_menu ul ul ul :hover > a {
	background:#EC9F52;
	z-index: 2;
	}

.top_menu ul ul {
	visibility:hidden;
	font-size:11px;
	position:absolute;
	top:23px;
	left:0;
	width:172px;
	border-top: 1px solid #aba899;
	border-bottom: 1px solid #aba899;
	z-index: 2;
	}

* html .top_menu ul ul {
	top:24px;
	z-index: 2;
	}

.top_menu ul ul ul ul{
	left:196px;
	top:0
	z-index: 2;
	}

.top_menu ul ul ul{
	left:171px;
	top:0;
	width:122px;
	z-index: 2;
	}

* html .top_menu ul ul ul{
	left:171px;
	top:0;
	width:170px;
	z-index: 2;
	}

* html .top_menu ul ul ul ul{
	left:196px;
	width: 150px;
	top:0
	z-index: 2;
	}

.top_menu table {
	position:absolute;
	top:0;
	left:0;
	z-index: 2;
	}


.top_menu ul ul a, .top_menu ul ul a:visited {
	background:#999999;
	color:#000;
	padding:3px 10px;
	width:150px;
	border-left: 1px solid #aba899;
	border-right: 1px solid #aba899;
	border-bottom: 0px solid #aba899;
	z-index: 2;
	}


* html .top_menu ul ul a{
	width:150px;
	z-index: 2;
	}

.top_menu a:hover, .top_menu ul ul a:hover{
	color: #000;
	background-color: #EC9F52;
	z-index: 2;
	}
	
.top_menu a:hover{
	background-color: transparent;
	z-index: 2;
	}
	
.top_menu :hover > a{
	color:#FFFFFF;
	z-index: 2;
	}
	
.top_menu ul ul :hover > a{
	color: #000;
	background-color: #EC9F52;
	z-index: 2;
	}

.top_menu ul :hover ul{
	visibility:visible;
	z-index: 2;
	}
	
.top_menu ul :hover ul ul{
	visibility:hidden;
	}
	
.top_menu ul :hover ul :hover ul ul{
	visibility:hidden;
	}
	
.top_menu ul :hover ul :hover ul{
	visibility:visible;
	z-index: 2;
	}
	
.top_menu ul :hover ul :hover ul :hover ul {
	visibility:visible;
	z-index: 2;
	}

.top_menu_img {
	border: 0;
	padding: 0 4px 0 0;
	height: 14px;
	width: 14px;
	}

.top_menu_img_arrow {
	border: 0;
	position: absolute;
	top: 25%;
	right: 7px;
	}

