
/* Allgemeine Styles
----------------------------*/
body {
	background: none;
	padding: 0;
}

#container {
	margin: 0;
}



/* Head Styles
--------------------------*/
#headArea {
	display: none;
}



/* Content Styles
--------------------------*/
#contentArea {
	background: none;
	margin: 0;
	min-height: 0;
}

* html #contentArea { /* IE6 - Hack */
	background: none;
}

/* Content Left Styles */
#contentLeft {
	display: none;
}

/* Content Main Styles */
#contentMain {
	background: none;
	margin: 0;
}



/* Foot Styles
--------------------------*/
#footArea {
	display: none;
}
