@CHARSET "UTF-8";

.hideInPrint{
	display: none;
}

#pageContainer, #mainContainer {
	background: #fff none;
}
#footerContainer,
#headerContainer,
#tickerspace,
#languageMenuContainer,
#mainMenuStart,
#columnLeft,
#metaMenu,
#mainMenu {
	display: none;
}
#page {
	width: 100%;
}
#printLogo {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.tx-felogin-pi1 {
	display: none;
}
#columnRight {
	float: none;
	width: auto;
	padding-bottom: 0;
	background: transparent none;
}
#columnMain {
	float: none;
	width: auto;
	background: transparent none;
}
.two_columns {
	width: 100%;
	background: transparent none;
}
.two_columns .left_column,
.two_columns_image_left .left_column {
	width: 100%;
	float: none;
}
.two_columns .right_column,
.two_columns_image_left .right_column {
	width: 100%;
	float: none;
}
.three_columns .left_column {
	width: 33%;
	float: left;
	border-right: 1px solid #A8A9A6;
}

.three_columns .center_column {
	width: 33%;
	float: left;
	border-right: 1px solid #A8A9A6;
}

.three_columns .right_column {
	width: 33%;
	float: left;
}

#columnRight .contentElement, #columnRight .tooltip {
	background-image: none;
}