

/* MAIN */

#mitte_seite {
    float: left;
    margin: 0 0 -32767px 0;
    padding: 0 0 32767px 0;
    width: 543px;

  }

  

/*Inhaltselemente*/
.inhalt_content {}


.inhalt_content_mitte_start {
	
	padding: 5px 10px 2px 10px;
	background-color: #e8e8ee;
	margin-bottom:	5px;
    /*border-right: 5px solid #ffffff;width: 696px;*/
	}

.inhalt_content_links {
	margin: 0 0px -32767px 0;
	width: 269px;
	float: left;	
	padding: 0 0 32767px 0;
	background-color: #e8e8ee;	
	
	}
	
.inhalt_content_links_text {
	width: 249px;
	padding: 5px 10px 0 10px;
	}

.inhalt_content_rechts {
	margin: 0px 0 -32767px 0 ;
	width: 269px;
	float: right;	
	padding:0 0 32767px 0;
	background-color: #e8e8ee;
	}
	
.inhalt_content_rechts_text {
	width: 249px;
	padding: 5px 10px 0 10px;
	}




