body {
	width: 680px;
}

/* HEADER ********************************************************************/
#header {
	display:none;
}

/*  NAVIGATION **************************************************************/
#navigation {
	display:none;
}

/* INHALT ************************************************************/

#content {
	background: none;
	background-color: #fff;
	padding-top: 30px;
}

#contentInner {
	background: none;
}
/* RECHTE SPALTE 275 ohne BG*************************************************/

#main div.rightCollumWideWithout{
	width:274px;
	background: none;
	border-left: 1px solid #162983;
}


/* RECHTE SPALTE 275 mit BG*************************************************/

#main div.rightCollumWideWith{
	width:234px;
	background: none;
	border-left: 1px solid #162983;
}

/* RECHTE SPALTE 200 mit BG*************************************************/


#main div.rightCollumSmallWith{
	width:199px;
	background: none;
	border-left: 1px solid #162983;
}



/* INHALTSFOOTER ************************************************************/

#main-container #main-nav-options {
	display:none;
}




/* FOOTER *******************************************************************/


#footer {
	background: none;;
	height:126px;
	color: #162983;
	text-align: right;
	margin-top: -16px;
}

#footer p a{
color: #162983;
}



