
#website {
	width:640px;
}

/*	header
*******************************************************************************/
#header {
	width: 640px;
}

#head_image
{
	width: 406px;
	overflow: hidden;
}

#logo {
	left: 341px;
}


/*	footer
*******************************************************************************/
#footer {
	width: 640px;
}


/*	content
*******************************************************************************/

#content {
	width:640px;
}

#main {
	width:640px;
	border-left: 0px;
}

#main-block3 {
	left: 0px;
}

/*	Navigation vertical - 
	Wenn die Navigation mit der ID 3 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/
#navigation {
	width:0px;
	visibility: hidden;
}

/*	Right
------------------------------------------------------------------------------*/

#right {
	width: 0px;
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}


