/* Zu verwendende Farben:
   weiß - #fff
   gelb - #EBB345
   orange - #bf4b00
   dunkles orange - #af3705 (Hintergrund)
   rot - #a51d00
   dunkelrot - #831700
   schwarz - #000
*/


body {
	margin:0;
	padding:0;
	text-align:left;
	height:100%;
	background:url('../menu/back_l.png') repeat-y #ffffff;
	}
	
#ff{
	width:100%;
	z-index:1;
}

#header{
	float:left;
	top:0;
	left:0;
	width:100%;
	height:70px;
}

	#header_back {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height: 70px;
		background: url('../menu/back_o.png') repeat-x;
		z-index:10;
	}

	#header_left {
		position:absolute;
		top:0;
		left:0;
		width:200px;
		height:70px;
		background: url('../menu/back_lo.png') no-repeat #ffffff;
		z-index:86;
	}

	#titel{
		position:absolute;
		top:70px;
		left:215px;
		width:300px;
		height:30px;
		z-index:10;
	}

	#header_logo {
		position:absolute;
		left:275px;
		top:9px;
		width:400px;
		height:66px;
		padding: 0;
		text-align:left;
		background:url('bilder/titel_oben.png') no-repeat;
		z-index:87
	}

#main{
	clear:both;
	float:left;
	width:980px;
	height:100%;
}

	#links{
		float:left;
		width:180px;
		height:100%;
		background: url('../menu/ff_back.png') no-repeat bottom center;
		padding-left:5px;
	}

		#logo{
			position:relative;
			width:172px;
			z-index:87;
			padding: 0 0 0 8px;

		}
	
		#menue{
			position:relative;
			width:180px;
			padding: 0 0 50px 0;
		}
		
		#counter{
			clear:both;
			position:relative;
			width:80px;
			overflow:hidden;
			margin: 0 53px 0 47px;
			padding: 0 0 42px 0;
		}
	
	#center{
		float:left;
		padding: 20px 15px 0 15px;
		width:500px;
		margin:10px;
	}
	
	#rechts{
		float:left;
		width:210px;
		margin:10px;
	}
	
		#tickerspace{
			width:210px;
			max-width:210px !important;
		}
		
#foot{
	float:left;
	width:980px;
	height:84px;
	background: url('tmpl/main_footer.png');
}
	#footer_menu{
		float:left;
		padding-top:60px;
		padding-left:25px;
		width:400px;
	}
.csc-textpic div, .csc-textpic img {
	display: inline-block;
	width: 100%;
	height: auto;
}