﻿/*----------------------------------------------------------------*/
/*-----Layout im Contentbereich ----------------------------------*/
/*Text- und Linkauszeichnung wird in basic.css vorgenommen--------*/
/*----------------------------------------------------------------*/

#contentmiddle {
	width: 915px;
	padding: 0 25px 0 24px;
	margin: 0 16px 0 0;
}
#ctmiddleov{ /*Wrapper für Überlange Inhalte*/
	width: 900px;
	overflow: hidden;
}
* html #contenmiddle { /*IE-Boxfehler*/
    margin-right: 8px;    
  } 
