*{margin:0;padding:0;}

html, body{
	width:100%;
	height:100%;

	font-family:verdana , arial , sans-serif;
	font-size:10pt;
	line-height:135%;
}

body{
	text-align:center;
}

/*##################################################################*/
/* Struktur
/*##################################################################*/
.layout_center{
	margin:0px auto;
	width:1000px;
	height:100%;
	position:relative;
	text-align:left;
}

.layout_page{
	float:left;
	width:1000px;
	height:100%;
	background:url(../images/page_bg.png) 0 0 repeat-y;
}

html>body .layout_page{
	height:auto;
	min-height:100%;
}

	/*################################################################*/
	/* head
	/*################################################################*/
	.layout_head{
		position:relative;
		width:1000px;
		height:158px;
		background:#FFF url(../images/header_bg.png) left top no-repeat;
	}
	
	ul.mm1{
		margin:0;
		position:absolute;
		left:323px;
		top:131px;
		list-style:none;
	}
	
	li.mm1{
		float:left;
		position:relative;
		margin-right:50px;
	}
	
	li.mm1-last{
		float:left;
		position:relative;
		margin-right:0px;
	}
	 
	a.mm1{
	        background-repeat:no-repeat; 
	        display:block; 
	        overflow:hidden;
	        text-indent:-9999em;  
	        height:22px;
	}
	 
	a.mm1:hover,
	a.mm1-active{
		background-position:0px -22px;
	}
	
	ul.mm2{
		position:absolute;
		display:none;
		left:-4px;
		top:22px;
		margin:0;
		font-weight:bold;
		font-size:0.9em;
		background-color:#dce6d5;
		list-style:none;
	}
	
	li.mm1-last ul.mm2{
		left:auto;
		right:-4px;
	}
	
	li.mm1:hover ul.mm2{
		display:block;
		border-bottom:1px solid #52812E;
		border-left:1px solid #52812E;
		border-right:1px solid #52812E;
	}
	
	li.mm2{
		position:relative;
	}
	
	a.mm2{
		display:block;
		padding:5px 9px;
		width:149px;
		color:#52812E;
	}
	
	a.mm2-sub{
		background:url(../images/mmenu2_arrow_dark.png) 154px 8px no-repeat;
	}
	
	a.mm2-active-sub{
		background:url(../images/mmenu2_arrow_light.png) 154px 8px no-repeat;
	}
	
	a.mm2-active,
	a.mm2:hover{
		color:#FFF;
		background-color:#52812E;
		text-decoration:none;
	}
	
	a.mm2-sub:hover,
	a.mm2-active-sub:hover{
		background:#52812E url(../images/mmenu2_arrow_light.png) 154px 8px no-repeat;
	}
	
	ul.mm3{
		position:absolute;
		display:none;
		right:-169px;
		top:0;
		margin:0;
		font-weight:bold;
		font-size:0.9em;
		background-color:#dce6d5;
		list-style:none;
	}
	
	li.mm2:hover ul.mm3{
		display:block;
		border:1px solid #52812E;
	}
	
	a.mm3{
		display:block;
		padding:5px 9px;
		width:149px;
		color:#52812E;
	}
	
	a.mm3-active,
	a.mm3:hover{
		color:#FFF;
		background-color:#52812E;
		text-decoration:none;
	}
	
	.layout_photo_strip{
		width:1000px;
		height:152px;
		overflow:hidden;
		background:#FFF url(../images/photo_strip.jpg) left top no-repeat;
	}
	
	.photo_strip_item{
		margin-right:5px;
	}
	
	.layout_functions{
		width:1000px;
		height:16px;
		overflow:hidden;
		background-color:#52812e;
	}
	
	.function_menu{
		margin:0 0 0 945px;
		list-style:none;
	}
	
	.function_menu li{
		float:left;
		margin-right:10px;
	}
	 
	.function_menu li a{
	        background-repeat:no-repeat; 
	        display:block; 
	        overflow:hidden;
	        text-indent:-9999em;  
	        height:16px;
	}
	 
	.function_menu li a:hover,
	.function_menu li.active a{
		background-position:0px -16px;
	}
	/*################################################################*/
	/* torso
	/*################################################################*/
	.layout_torso{
		float:left;
		width:1000px;
		background:url(../images/white.png) left top repeat-x;
		overflow:hidden;
	}

		/*##############################################################*/
		/* left
		/*##############################################################*/
		.layout_left{
			float:left;
			display:inline;
			margin:20px 30px 30px 30px;
			width:215px;
			overflow:hidden;
		}
		
		ul.mmenu2{
			margin:0 0 25px;
			list-style-image:none;
			list-style:none;
		}
		
		li.mmenu2{
			margin-bottom:9px;
		}
		 
		a.mmenu2{
	        background-repeat:no-repeat; 
	        display:block; 
	        overflow:hidden;
			text-indent:-9999em;  
	        height:22px;
		}

		a.mmenu2:hover,
		a.mmenu2-active{
			background-position:0px -22px;
		}
		
		ul.mmenu3{
			margin:5px 20px 5px;
			list-style-image:none;
			list-style:none;
		}
		
		li.mmenu3{
			margin-bottom:4px;
		}
		 
		a.mmenu3{
	        background-repeat:no-repeat; 
	        display:block; 
	        overflow:hidden;
	        text-indent:-9999em;  
	        height:22px;
		}
		 
		a.mmenu3:hover,
		a.mmenu3-active{
			background-position:0px -22px;
		}
		
		
		/*##############################################################*/
		/* content
		/*##############################################################*/
		.layout_content{
			float:left;
			margin:20px 30px 30px 40px;
			overflow:hidden;
			width:655px;
			font-size:11pt;
		}
		
		.layout_content h2{
			margin-bottom:6px;
		}
		
		.content_left{
			float:left;
			width:67%;
		}
		
		.content_right{
			float:right;
			width:31%;
		}
		
		div.profil-spender {
			float:left;
			border:#52812E solid 2px;
			width:640px;
			height:25px;
			padding:5px 5px 0;
			background-color:#fff;
			color:#52812E;
			font-weight:bold;
		}
		
		div.profil-spender marquee {
			float:left;
			width:640px;
			height:20px;
		}
		
	

		/*##############################################################*/
		/* foot
		/*##############################################################*/
		.layout_right{
			float:left;
		}
	/*################################################################*/
	/* foot
	/*################################################################*/
	.layout_foot{
	}
/*##################################################################*/
/* globale Tags
/*##################################################################*/
a{
	color:#52812E;
	outline:none;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

p{
	margin:0 0 12px 0;
}

ul, ol{
	margin:0 0 0.5em 1.5em;
	list-style-image:url(../images/list_dot.png);
}

option{
	margin-right:6px;
}

/*##################################################################*/
/* globale Klassen
/*##################################################################*/
.invisible{
	position:absolute;
	text-indent:-9999em;
	width:0;
	height:0;
}

.header_print{
	position:absolute;
	text-indent:-9999em;
	width:0;
	height:0;
}

.clearer{clear:both;}
.float-left{float:left;}
.float-right{float:right;}
.align-right{text-align:right;}
.align-left{text-align:left;}
.align-center{text-align:center;}
.align-justify{text-align:justify;}

.csc-frame-frame1{
	line-height:120%;
}

/*##################################################################*/
/* tt_news
/*##################################################################*/
.news_list_container{
	margin-top:7px;
}

.news_list_item{
	float:left;
	position:relative;
	padding:10px;
	margin-bottom:12px;
	background-color:#dce6d5;
}

.news_list_item  h3 .text_title{
	display:block;
	position:absolute;
	text-indent:-9999em;
}

.news_list_date{
	position:absolute;
	right:10px;
	top:10px;
	color:#52812E;
}

.news_list_content{
	text-align:justify;
	margin-top:7px;
	font-size:0.9em;
}

.news_list_img{
	float:left;
	margin:10px 10px 0 0;
}

.tx-ttnews-browsebox{
	line-height:150%;
}

.tx-ttnews-browsebox a{
	padding:0 2px;
	border:1px solid #52812E;
}

.tx-ttnews-browsebox a:hover,
.tx-ttnews-browsebox strong{
	padding:0 2px;
	border:1px solid #52812E;
	background-color:#52812E;
	color:#FFF;
	text-decoration:none;
}

