@charset "UTF-8";
/* CSS Document */

/* ################ Farben ################  */
/*
*	Pink Navi #ab5782 
	linke Spalte unten #eae2e6
	rechte Spalte #fef5f9
	dunkel Pink #bc6c95
	Text Pink #a7386d
	Text grau #62545a
	Headlines #000
	Trennlinie #9a9698
	dunkler Text #4c2739


*/


/* ################ Allgemein ################  */

	html, body 
	{
	
		background-image:url(../bilder/hg_body.jpg);
		background-repeat: repeat-x;
		background-position:top;
		background-color: #9a9698;
		margin: 0px;
		padding: 0px;
	
	}
	
	
/* ################ Container ################  */
	
	#con_outerwrapper
	{
	
		width: 979px;
		position:relative;
		margin: 0px auto;
		margin-top: 15px;
		padding: 0px;
		min-height: 600px;
		border: 1px solid #FFF;
		background-color:#eae2e6;
	
	}
	
	
	#con_left
	{
		width: 225px;
		/*border: 1px solid  #00FF00;*/
		float:left;
		min-height: 300px;

	}
	

			
	#con_main
	{
		width: 754px;
		margin-left: 225px;
		min-height: 500px;
		background-color:#eae2e6;
		/*border: 1px solid #9900FF;*/
	}
			
	#con_header
	{
		width: 754px;
		border-bottom: 12px solid #ffffff;
		background-color:#FFFFFF;
	}
	
	
			
	#con_content
	{
		/*background-color:#99FFFF;*/
		width:753px;
		min-height: 350px;
	}
	
	
	
	#con_footer
	{
		width: 949px;
		height: 15px;
		background-color:#eae2e6;
		border-top: 1px solid #9a9698;
		padding: 10px 15px;
		color: #4c2739;
		clear:both;	
	}

/* ################ Linke Spalte ################  */
	#con_logo
	{
		background-color:#FFFFFF;
		width:225px;
		text-align:center;
		height: 170px;
	}           
	
	#con_navi
    {
		background-color:#FFFFFF;
		width:225px;
		height: 362px;
	}
	        
    #con_adresse
	{
		
	}
	
/* ################ Header ################  */

	#con_headtext
	{
	
	}
			
	#con_headerimg
	{
		margin-top: 11px;
	}
	
/* ################ Inhaltsbereich ################  */

	#con_bilder
	{
		width: 267px;
		min-height: 200px;
		/*background-color:#FF0000;*/
		float:left;
	}
	

	#con_inhalt
	{
		width:485px;
		min-height: 350px;
		background-color:#fef5f9;
		background-image:url(../bilder/rufbereitschaft.gif);
		background-repeat:no-repeat;
		background-position:top;
		margin-left: 267px;
		border: 1px solid #fef5f9 ;
	}
	