/*----------- Boxen Start -----------*/

#BoxContainer {
	border-left-width: 0;
	border-right-width: 0;
	width: 700px;
	margin-left:100px;
}

#BoxHeader {
	position: relative;
	width:700px;
	height: 44px;
	text-align:left;
	padding: 46px 0 0 0;
	margin-left:110px;
}

#BoxNAV01 {
	Display:none;
}

#BoxMiddle {
	background-color:#FFFFFF;
	text-align:left;
	width:540px;
}

#BoxLeft {
	Display:none;
}

#BoxLeftHome {
	Display:none;
}

#BoxMiddleAgenda {

	width: 540px;
}

#BoxRight {
	Display:none;
}

/*----------- Boxen Ende -----------*/

body{
       font-size:100%;
       background-color: white !important;
       background-image: none !important;
       color:black;
}