	body {
		background-color: #f8f7ed;
		font-family:Arial;
		font-size:12px;
		margin:0px;
		padding:0px;
	}
	
	a {
		text-decoration: none;
	}
	
	#container {
		width: 792px;
		margin: 0 auto;
		background-image:url(../image/container_bg.gif);
	}

	#header {
		width: 792px;
		height: 172px;
		margin: 0 auto;
		background-image: url(../image/header.jpg);
		clear: both;
	}
	
	#content_left {
		float: left;
		width: 153px;
		
	}

	
	/* HAUPTMENÜ */
	
	#content_left ul {
		margin: 16px 0 0 18px;
		padding: 0px;
		list-style-type: none;
	}
	#content_left ul li {
		line-height: 20px;
	}

	#content_left .menu2 {
		padding-left: 15px;
	}

	/* Nicht seletierter Hauptpunkt */ 
	#content_left ul li a{
		color: #666666;
		font-size: 12px;
	}

	/* Nicht seletierter Unterpunkt */ 
	#content_left ul .menu2 a{
		font-size: 11px;
		color: #821f3b;
	}
	
	/* Selektierter Menüpunkt */
	#content_left ul .active a {
		font-weight: bold;
	}

	#content_left .img {
		margin: 31px 0 0 0px;
	}

	/* ENDE HAUPTMENÜ */



	/* Div Hauptinhalt */
	#content_center {
		float: left;
		width: 456px; /* 485-30padding*/
		padding: 22px 15px 15px 15px;
		line-height: 15px;
	}


	#content_center h1 {
		font-size: 12px;
		font-weight: bold;
		color: #990033;
		margin: 0 0 15px 0;
		padding: 0;
	}

	#content_center a {
		color:#666666;
	}


	#content_right {
		float: left;
		width: 153px;
	}

	.bgwhite {
		height: 0px;
		background-color: #FFFFFF;
	}

	#content_right a {
		color:#666666;
		text-decoration:none;
		font-size:11px;
	}

	#content_right div {
		width: 133px;
		padding: 8px;	
	}


	#footer {
		margin: 0 auto;
		width: 760px; /* -52- */
		height: 28px;
		line-height: 28px;
		padding-left: 32px;
		background-image: url(../image/footer_bg.gif);
		clear: both;
		color: #999999;
		font-size: 11px;
	}
	
	.clear {
		clear: both;
		height: 1px;
		padding: 0px;
		margin: 0px;
	}
	
	select {
		font-size: 11px;
		background-color: #F0ECE1;
		padding: 0px;
	}
	
	
	
	
	.news_top_red {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #7C1532;
	}
	.news_top_grey {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #999999;
	}
	.news_top_brown {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		background-color: #DDD5BF;
	}
	.news_body_red {
		font-size: 11px;
		background-color: #EEB7B0;
	}
	.news_body_grey {
		font-size: 11px;
		background-color: #CCCCCC;
	}
	.news_body_brown {
		font-size: 11px;
		background-color: #F0ECE1;
	}
	
	#kontakt input,#kontakt textarea { {
			background-color: #f8f7ed;
			width: 250px;
			border: 1px solid #e9e2d2;
	}
	
	#kontakt textarea {
		height: 120px;
	}
	

