﻿/*----------------------------------------------------------------*/
/*-----Layout im Contentbereich ----------------------------------*/
/*Text- und Linkauszeichnung wird in basic.css vorgenommen--------*/
/*----------------------------------------------------------------*/

#contentmiddle {
	text-align: center;
	width: 915px;
	padding: 0 25px 0 13px;
	margin: 0 16px 0 0;
}
#contentmiddle a {
	background-color: transparent;
}
#ctmiddleov{ /*Wrapper für Überlange Inhalte*/
	width: 900px;
	overflow: hidden;
	height: 455px;
	margin-left: auto; 
	margin-right: auto; 
}
#ctmiddleov img { border: none }

div#startcontent1 { } /*momentan unbenutzt*/
div#startcontent2 img { } /*momentan unbenutzt*/
div#startcontent3 { padding-right:6px	} /*momentan unbenutzt*/

div#startcont1 { position: relative; width: 435px; height:96px; top: 47px; float: left }
div#startcont2 { position: relative; width: 435px; height:96px; top: 47px; float: left}
div#startcont2 img { margin-left: 22px}
div#startcont3 { position: relative; width: 435px; height:96px; margin-left: 225px; top: 176px; }
div#startmmlogo { position: relative; top: -147px; width: 212px; margin-left: 112px;}
div#startbmlogo { position: relative; top: -147px; width: 209px; margin-left: 137px; }
div#startcont2 div#startbmlogo img { margin-left: 0px}
div#startbblogo { position: relative; top: -28px; width: 236px; margin-left: 101px; }
div#startklogo { position: relative; width: 182px; height: 182px; top: 15px; margin-left: 355px; }

* html #contenmiddle { /*IE-Boxfehler*/
    margin-right: 8px;    
    }
    
*+html div#startklogo { /*ie7*/
	top: -81px !important;
}

* html div#startcont3 { /*ie6*/
	top: 115px;
  }
* html div#startklogo { /*ie6*/
	top: -226px;
  } 

