@charset "ISO-8859-1";
<!--

/************************ Allgemeines ************************/

body {
	background:#ffffff url() no-repeat; 
}

*html body {
	background:#f0f0f0 url() no-repeat; 
}


/************************ IDs - Seitenaufbau ************************/
#box_alles
{
	width:700px; 
	padding-top:0px;
}

	#box_oben 
	{
		width:700px;
		height:125px; 
		background: transparent url() no-repeat;
	}


		#box_header
		{
			width:700px; 
			height:160px;
			padding: 0px 0px 0px 0px;
		}

		#box_header_logo
		{
			width:700px;
			height:150px;
			padding-top: 0px;
			background-color: #254ce8;
		}
		
		#box_header_bild, #box_header_slider, #box_header_slogan, #box_menue
		{
			display:none;
		}





	#box_unten
	{	
		width:700px;
		background: transparent url() repeat-y;
	}

		#box_inhalt
		{
			width:700px;
			padding: 0px;
			margin-bottom: 30px;
		}
		

		
			/************************ Inhaltsformatierung ************************/
			#links
			{ }

			#mitte
			{
				float:left;
				width:660px; 
				padding:30px 20px; 
				min-height: 400px;
				background-color:#ffffff;
				color:#000000;
			}
			*html #mitte
			{
				height: 400px;
			}

			#rechts
			{ 
				display:none;
			}


			



	#box_footer
	{
		background: transparent url() no-repeat;
		width:700px;
		height:53px;
		position: fixed; 
		bottom: 0;
	}
		#box_footer_inhalt
		{
			display:none;
		}
		
		#box_footer_date
		{
			width:190px; 
			padding: 0px 20px 0px 0px;
		}










 
 
-->