/* PRINT STYLES */

body {
	background-image: none;
	background-color: white;
	margin: 0;
}


#print_headWrapper {
	display: block;
	overflow: visible;
	width: 90%;
}

#print_headWrapper h1 {
	font-size: 32px;
}

#print_headWrapper h1 {
	font-size: 32px;
}


/* logo */
#headWrapper {
	display: none;
}


/* übergang */
#headFade {
	display: none;
}


/* ------------------ MAIN AREA ------------------ */

#mainWrapper {
	width: 90%;
	background-image: none;
	margin-left: 0px;
	margin-right: 0px;
	overflow: visible;
}


/* ------------------ MENU AREA ------------------ */

#menuWrapper {
	display: none;
}


#contentWrapper {
	width: auto;
	overflow: visible;
	margin-left: 0px;
	margin-right: 0px;
}


/* ------------------ FOKUS ------------------ */

#fokusWrapper {
	display: none;
}

#fokusWrapperTop {
	display: none;
}

#fokusHead {
	display: none;
}

#themaHead  {
	display: none;
}


#videoHead  {
	display: none;
}



/* ------------------ FOOTER AREA ------------------ */

#footerFade {
	display: none;
}

#footer {
	position: relative;
	float: none;
	width: auto;
	height: 30px;;
	margin: auto;
	top: 5px;
	margin-bottom: 30px;
	overflow: visible;
}


div.divvorzurueck {
	display: none;
}

div.hr {
	width: auto;
}

div.divprintfooter {
	display: none;
}





