		/* von Links nach Rechts */
		html { 
			direction: ltr; 
			height: 100%;	
		}

		/* Standards */
		body {
			background: #FFFFFF repeat-x 0px -5px;
			font-family: Arial, Verdana;
			font-size:12px;
			text-align: center;
			height: 100%;
			margin: 0px; 
			padding: 0px;
			background-image: url("../img/verlauf_back.jpg");
			background-attachment:fixed;
			background-position: bottom;	
			background-repeat: repeat-x;
		}

		p { 
			margin: 0px; 
			margin-left: 15px; 
			margin-right: 15px; 
			padding: 0px 0px 5px; 
		}

		/* Layer */
		div { 
			position: static; 
			margin: 0px; 
			padding: 0px; 
			border: 0px none; 
		}

		/* unsichtbarer Bereich */
		dfn { 
			display: none; 
		}

		blockquote {
			margin: 0px 0px 0px 0px ; 
			padding: 0px 0px 0px 5px; 
		}
		
		#header
		{
			width:				880px;
			height:				170px;
			background-image: url("../img/back.png");
		}	
		
		#main {
			width: 			880px;
			height: 		85%;
			text-align: 	center;
			margin: 		0px auto;
			padding: 		0px;	
		}
		
		#content
		{
			width:			880px;
			min-height: 	490px  !important;
			clear:			left;
		}
		
		#content_left_links
		{
			height:			167px;
			width:			200px;
			float:			left;
			margin-top:		15px;
			clear:			left;
			background:		#FFFF99;
			border:			1px solid #FFCC33;
		}
		
		#content_left_zeiten
		{
			padding-top:	5px;
			height:			250px;
			width:			200px;
			float:			left;
			margin-top:		35px;
			clear:			left;
			border: 		2px solid #FFCC33;
			background-color:#FFFF99;
		}
		
		.content_menu 
		{
			list-style-type:none;
			padding:		0px;
			margin:	0px;
		}
		
		.content_menu li
		{
			border:			1px solid black;
			float:			left;
			width:			155px;
			text-align:		center;
			margin:			1px;
			height:			20px;
			font-family: 	Arial, Verdana;
			line-height: 	24px;
		}
		
		.content_menu li a 
		{
			display:	block;
			height:		20px;
		}
		
		#content_left
		{
			width:			204px;
			height:			490px;
			float:				left;
			margin-right:		20px;
		}
		
		#content_right
		{
			/*height:auto !important;*/
			margin-top:			15px;
			margin-bottom:		13px;
			clear:				right;
			width:				624px;
			border:				1px solid black;
			min-height: 		475px;
			height: 			475px;
			padding:			15px;
			overflow:			auto;
			background-color: 	#FFFFFF;
		}
		
		
		
		#foot
		{
			background-color:	#e9b140;
			height:				18px;
			width:				880px;
			border:				1px solid black;
			padding-top:		2px;
		}
		
		.abstand
		{
			padding-bottom:		10px;
		}
		
		a:link       {color:#4C4C4C; text-decoration: none}
		a:visited {color:#4C4C4C; text-decoration:none}
		a:active   {color:#4C4C4C; text-decoration:none}
		a:hover     {color:#4C4C4C; text-decoration:none}
		
		
		.button
		{
			height:		23px;
			text-align: center;
			color:		#000000;
		}	

		#kontakt
		{
			margin: 		30px auto;
			width:			500px;
		}
		
		#kontakt fieldset
		{
			padding:		10px;
			margin-top:		25px;
		}
		
		#kontakt fieldset legend
		{
			font-weight: 	bold;
		}
		
		
	
