* {
	margin: 0px;
	padding: 0px;
}

html, body {
	width: 100%;

	font-family: verdana , arial , sans-serif;
	font-size: 10pt;
	line-height: 135%;
}

body {
	text-align: center;
}

/*##################################################################*/
/* Struktur
/*##################################################################*/
.layout_center {
	margin: 0px auto;
	width: 600px;
	position: relative;
	text-align: left;
}

.layout_page {
	float: left;
	width: 600px;
	background: url(../images/page_bg.png) 0 0 repeat-y;
}

	/*################################################################*/
	/* head
	/*################################################################*/
	.layout_head {
		position: relative;
		width: 600px;
		height: 130px;
		background: #FFF url(../images/header_bg.png) left top no-repeat;
	}
	
	.mmenu1 {
		display: none;
	}
	
	.layout_photo_strip {
		display: none;
	}
	
	.layout_functions {
		display: none;
	}
	
	.function_menu {
		display: none;
	}
	
	/*################################################################*/
	/* torso
	/*################################################################*/
	.layout_torso {
		float: left;
		width: 600px;
	}

		/*##############################################################*/
		/* left
		/*##############################################################*/
		.layout_left {
			display: none;
		}
		
		.mmenu2 {
			display: none;
		}
		
		/*##############################################################*/
		/* content
		/*##############################################################*/
		.layout_content {
			float: left;
			margin: 0;
			width: 600px;
		}
		
		.layout_content h2 {
			margin-bottom: 9px;
		}

	/*################################################################*/
	/* 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;
}

.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;
}

/*##################################################################*/
/* tt_news
/*##################################################################*/
.news_list_container {
	margin-top: 7px;
}

.news_list_item {
	position: relative;
}

.news_list_item  h3 .text_title {
	color: #52812E;
	font-size: 0.9em;
}

.news_list_item  h3 img {
	display: none;
}

.news_list_date {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #52812E;
}

.news_list_content {
	text-align: justify;
}
