/**CONTENT**/
	body {
	background-color: #fbf0cb;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;	


	 scrollbar-3dlight-color: #006600;
	 scrollbar-arrow-color: white;
	 scrollbar-darkshadow-color: #636a4f;
	 scrollbar-face-color: #879268;
	 scrollbar-highlight-color: #a7b76c;
	 scrollbar-shadow-color: #006600;
	 scrollbar-track-color: #edcf87;
}

table.table_content{
	margin-left: 5px;
	margin-right:10px;
	color: #000000;
}

table.table_content_title{
	margin-left: 20px;
	margin-right:0px;
	font-weight:bold;
	color: #0f676a;
}

.content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 590px;
	margin-top: -295px;
	margin-left: -400px;
	color: #dddddd;
	font-family: verdana, arial sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #ffffff;
	z-index: 2;
}





/**LEFT**/
	.main_left_bg {
		position: absolute;
		top: 130px;
		left: 0px;
		height: 438px;
		width: 156px;
		background-color: #f6e2a7;
		z-index: 3;
	}

	.main_left_bg_img {
		position: absolute;
		top: 0px;
		left: 96px;
		height: 438px;
		width: 60px;
		background-image: url('../img/main_left_bg_img.jpg');
		background-repeat: repeat-y;
		z-index: 4;
	}

	.main_left_bg_img2 {
		position: absolute;
		top: 0px;
		left: 86px;
		height: 75px;
		width: 196px;
		background-image: url('../img/main_left_bg_img2.jpg');
		z-index: 4;
	}

	.main_left_bg_img3 {
		position: absolute;
		top: 75px;
		left: 155px;
		height: 371px;
		width: 52px;
		background-image: url('../img/main_left_bg_img3.jpg');
		z-index: 4;
	}

	


/**CONTENT**/
	.inhalt {
		position: absolute;
		top: 130px;
		left: 235px;
		height: 425px;
		width: 540px;
		line-height: 12px;
		font-size: 12px;
		color: #0f676a;
		z-index: 6;
	}

	.inhalt_detail {
		position: relative;
		top: 0px;
		left: 0px;
		width: 565px;
		height: 438px;
		font-size: 12px;
		line-height: 16px;
		text-align: justify;
		color: #0f676a;
		z-index: 7;
		overflow-y:auto;
		overflow-x:hidden;

	}


	
	.inhalt_bg {
		position: absolute;
		top: 235px;
		left: 325px;
		height: 196px;
		width: 429px;
		background-image: url('../img/content_bg.jpg');
		background-repeat: no-repeat;
		z-index: 5;
	}
	
	.ueberschrift {
		position: absolute;
		top: 0px;
		left: 30px;
		width: 310px;
		font-size: 12px;
		font-weight: bold;
		text-align: justify;
		color: #0f676a;
		z-index: 7;
	}
	
	.vorstellungstext {
		position: absolute;
		top: 80px;
		left: 0px;
		width: 340px;
		font-size: 12px;
		line-height: 16px;
		text-align: justify;
		color: #0f676a;
		z-index: 7;
	}


	.mitgliederbild {
		position: absolute;
		top: 0px;
		right: 0px;
		z-index: 7;
	}
	


	.news {
		position: relative;
		top: 30px;
		left: 0px;
		width: 470px;
		z-index: 7;
	}
	
	.news_text {
		position: relative;
		left: 200px;
		top: -67px;
		width: 340px;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
		text-align: justify;
		color: #0f676a;
	}


