/* styles for the print view */

body {
	overflow: visible !important;
	overflow: auto;
	background-color: #FFF;
}

* {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 128.5%;
}

#headerImage,
#metaNav,
#quickSearch,
#leftCol,
#rightCol {
	display: none;
}

#main {
	position: static;
	margin: 10px;
	text-align: left;
}

#head {
	height: 100px;
}

#head h1 a {
	display: block;
	text-indent: -9999px;
	width: 135px;
	height: 55px;
}

#head h1 img {
	position: absolute;
	right: 10px;
	top: 10px;
	border: none;
}

#midCol {
	position: relative;
}

#midCol .ctArea ul li {
	list-style: disc inside;
	background-image: none;
}

#midCol .ctArea .sectionFrame5 {
	border-bottom: 1px solid #000000;
}

#midCol .ctArea .sectionFrame6 * {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	display:block;
}

#midCol .ctArea .sectionFrame6 h3 {
	border: none;
	padding-top: 0;
}

#midCol .ctArea .sectionFrame6 * * {
	border-top: none;
	border-bottom: none;
	padding-top: 0;
	padding-bottom: 0;
}

#midCol .ctArea .sectionFrame6 .defaultForm input,
#midCol .ctArea .sectionFrame6 .defaultForm select,
#midCol .ctArea .sectionFrame6 .defaultForm textarea,
#midCol .ctArea .sectionFrame6 .defaultForm button {
	border: 1px solid #929698;
	padding: 1px;
}

#footer {
	margin-top: 15px;
	border-top: 1px solid #000000;
}

#footer .trennstrich {
	float: left;
	width: 1px;
	height: 15px;
	background-color: #000000;
	margin: 3px 5px 0 0;
}

.fce2Columns .fceLeftCol {
	width: 48% !important;
}

.fce2Columns .fceRightCol {
	width: 48% !important;
	margin-left: 10px;
	float: left;
}

.fce3Columns .fceLeftCol {
	width: 31% !important;
}

.fce3Columns .fceMidCol {
	width: 31% !important;
	margin-left: 10px;
}

.fce3Columns .fceRightCol {
	width: 31% !important;
	margin-left: 10px;
	float: left;
}
