
/* Allgemeine Styles
----------------------------*/
body {
	background: none;
	margin: 0;
	padding: 0;
}
 

 /* Head Styles
-----------------------*/
#headArea {
	display: none;
}


/* Core Navigation Elemente 
--------------------------------------*/
#coreNav {
	display: none;
}


/* Sub Navigation Elemente
------------------------------------*/
#subNav {
	display: none;
}


/* Content Styles
--------------------------*/
#contentArea {
	background: none;
	margin: 0;
}

#contentMain {
	padding: 0;
}

#contentRight {
	display: none;
}

#contentMain .contactInfoLarge {
	background: none;
}

#contentMain table {
	background: none;
}

#contentMain table th {
	background: none;
}


/* Formular, Fieldset, Label - Styles
---------------------------------------------- */
.textbox {
	background: none;
}

fieldset {
	background: none;
}


/* Search - Styles
------------------------- */
.searchResultItem .info {
	background: none;
}


/* Foot Styles
-----------------------*/
#footArea {
	display: none;
}