body{
margin:0px;
scrollbar-face-color:#8E7835; 
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color: #8E7835;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
background-image:url(../img/bg.gif);
font-family:verdana,sans-serif;
font-size:12px;
}


td{
padding:0px;
}

.maintable{
padding:0px;
background-color:#E8E2D4;
border:5px solid #FFFFFF;
}

.img{
border:1px solid #8E7835;
}

.img_l{
border:1px solid #8E7835;
width:149px;
float:right;
}
.stop_f{
clear:left;
}

.txt{
	padding-top:0px;
	color:#8E7835;
	font-size:12px;
	line-height: 16px;
	text-decoration: none;
	text-align: left;
	}

	.txt2{
	padding:0px;
	color:#8E7835;
	line-height: 16px;
	letter-spacing:-0.3px;
	text-align: left;
	}

    .header{
	color:#570804;
	font-size:14px;
	line-height: 18px;
	text-align: left;
	}

.lsp{
	padding:0px;
	color:#8E7835;
	font-size:10px;
	line-height: 12px;
	text-align: left;
	}

.lspstroke{
	padding:0px;
	color:#8E7835;
	font-size:10px;
	line-height: 12px;
	text-align: left;
	text-decoration: line-through;
	}

.orient{
	paddingp:0px;
	color:#E8E2D4;
	font-size:10px;
	line-height: 12px;
	text-align: left;
	}
	
.top{
	padding:0px;
	color:#570804;
	font-size:10px;
	font-weight:bold;
	line-height: 12px;
	text-align: left;
	}
	
.header_left{
	padding:0px;
	color:#570804;
	line-height: 18px;
	text-align: left;
	font-size:11px;
	font-weight:normal;
	}

.header_right{
	padding:0px;
	color:#570804;
	font-size:10px;
	font-weight:bold;
	line-height: 12px;
	text-align: left;
	}

.ul{
	list-style-type:none;
}
/********pseudo-formate***************************/

a { 
	color:#453600;
	text-decoration: none;
	text-align: left;
	}    /* noch nicht besuchte Ziele */


a:hover {
	text-decoration: underline;
	}/* Verweise bei "MouseOver" */


#main_menu a { 
	color:#FFFFFF;
	font-size:10px;
	text-decoration: none;
	text-align: left;}    /* noch nicht besuchte Ziele */


#main_menu a:hover {
	text-decoration: underline;
	}/* Verweise bei "MouseOver" */

#sub_menu a { 
	color:#570804;
	font-size:10px;
	text-decoration: none;
	text-align: left;}     /* noch nicht besuchte Ziele */


#sub_menu a:hover {
	text-decoration: underline;
	}/* Verweise bei "MouseOver" */
	

.news_a a { 
	color:#460C09;
	font-size:10px;
	text-decoration: none;
	text-align: left;}    /* noch nicht besuchte Ziele */



.news_a:hover {
	text-decoration: underline;
	}/* Verweise bei "MouseOver" */

#hinweis {
	/* IE5 Win can't dynamically change size - don't use 0px to hide */
	background-color: #8C7931;
	padding: 3px;
	border: 1px solid #381E04;
	color:#FFFFFF;
	font-size:10px;
	line-height:11px;
	text-decoration: none;
	text-align: left;}

/********layer_kalender***************************/

#nav ul{
	margin:0px 0px 0px 65px;
	padding:0px;
	list-style: none;
	}
#nav li {
	background-image: url("../img/th_kal_1_on.gif"); /* This is to preload the hover state */
	background-repeat: no-repeat; 
	margin: 33px 0px 0px 0px; /* For IE5 Mac only - reset to 0 below */
	margin-bottom:0xp 0px 65px 0px; /* For IE5 Mac only - reset to 0 below */
	}
	
#nav a { /* if background is on a:link IE6 won't display properly  */
	background-image: url("../img/th_kal_1_off.gif"); /*can be just background */
	background-repeat: no-repeat; /* height and or width in here will stop main image change in IE5 */
	padding:12px 32px 12px 5px; /* For IE5 Mac only - reset to 0 below */
	color: #FFFFFF;
	font-weight: bold; 
	font-size: 250%;
	text-align: center;
	border: 1px solid #381E04;
	/*height or width in here will stop main image change in IE5 Win
	luckily, line-height is OK! - hidden from IE5 Mac see below
	a must be block to display background-image in IE Win
	 - but also needs to be hidden from IE5 Mac see below */
	}

#nav a/*Comment hack to hide this from IE5 - needed to extend link over button image in IE6 */{
	height:65px;
	}
 
#nav a:hover {
	background: url("../img/th_kal_1_on.gif") no-repeat; /* no background-x styles work here */
	color: #463A32; 
	text-decoration: none;
	}
#nav a img {
	width: 305px; /* IE5 Win can't dynamically change size - don't use 0px to hide */
	height: 420px;
	position: absolute;
	top: 293px;
	left: 410px;
	border: 1px solid #000000;
	visibility: hidden;
	}

 /* commented backslash hack v2 - hide rules from IE5 Mac \*/
#nav a {
	padding:0px 10px 0px 0px; 
	display: block;
	line-height: 62px;
	}	
	
#nav li {
	margin:0px;
	width: 48px;
	}
/* end hack */


#nav a:hover img {
	visibility:visible;
	}