/* GLOBALE STYLES */
html,body{
	height: 100%;
	margin: 0;
}

body{
	color: #314855;
	background-color: #FFFFFF;
}

div#wrapper{
	margin: 0;
	width: 700px;
}

div#frameTop{
	width: 700px;
	padding: 0;
	background-image: none;
	background-repeat: repeat-y;
	xborder: solid 1px red;
}

div#page{
	width: 700px;
	background-image: none;
	position: relative;	/*WICHTIG FÜR div.pageInfo */
}

div#banner{
	width: 700px;
	background-image: none;
	min-height: 1020px;
	_height: 950px;
	xbackground-color: red;
}

div#pageLeft{
	float: left;
	width: 550px;
	xbackground-color: blue;
}

div#pageLeftTop{
	height: 0px;
	position: absolute;
	top: -1000px;
	visibility: hidden;
}

div#pageLeftBottomLeft{
	height: 0px;
	position: absolute;
	top: -1000px;
	visibility: hidden;
	float: none;
}

div#pageLeftBottomLeftTop{
}

div#pageLeftBottomLeftBottom{
}

div#pageLeftBottomRight{
	float: left;
	width: 550px;
	padding: 70px 0px 0px 0px;
	xbackground-color: red;
}

div#pageLeftBottomRightTop h1{
	font-size: 17px;
	color: #314855;
	background-color: #FFFFFF;
	padding: 6px 8px 6px 0px;
}

/* BILD ODER FLASH */
div#pageLeftBottomRightBottom div.csc-textpic-imagewrap, div#pageLeftBottomRightBottom div.tx-rlmpflashdetection-pi1{
	height: 0px;
	position: absolute;
	top: -1000px;
	visibility: hidden;
	float: none;
}

div#pageRight{
	height: 0px;
	position: absolute;
	top: -1000px;
	visibility: hidden;
	float: none;
}


/* INFOTEXT */
div#pageInfo{
	height: 0px;
	position: absolute;
	top: -1000px;
	visibility: hidden;
}

/* SERVICEFOOTER */
div#serviceFooter{
	height: 0px;
	position: absolute;
	top: -1000px;
	visibility: hidden;
}


/* FOOTER */
div#frameBottom{
	width: 700px;
	height: 20px;
	padding-top: 5px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	border-top: solid 1px #C4CFD5;
	text-align: center;
	font-weight: normal;
	color: #6A6A6A;
	font-size: 11px;
}



div#printLogo{
	height: auto;
	width: 150px;
	position: absolute;
	top: 0px;
	left: 550px;
	_left: 490px;
	visibility: visible;
	text-align: right;
	_background-color: pink;
}
/* ------------------------------------------------------------------------ */