/**********************************************************************
												             PrintPage
**********************************************************************/
html {
	background-color: #FFFFFF;
}

body {
	background-color: #FFFFFF;
	background: url('/fileadmin/images/colLeft2.jpg') 0px 0px;
	height:100%;
}
#containerHeader {
	background-color: #FFFFFF;
}

#pageWidth {
	width: 100%;
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;
}

#containerColCenter {
	position: relative;
	/*top: 150px;
	width: 650px;*/
	left: 10px;
}

#containerHeadlines {
	float:left;
	width: 300px;
	background-color: #FFFFFF;
}

#contentTitle {
	padding-top:25px;
	padding-left:0px;
	color: #000000;
}

#contentSubTitle {
	padding-top:15px;
	padding-left:0px;
	width: 260px;
	_width: 280px;
	color:#2B6DAA;
	font-weight:bold;
}

#pageImage {
	float: left;
	width: 300px;
}

#pageImage IMG {
	width: 320px;
	height: 223px;
	_width: 280px;
	_height: 195px;
} 

#containerPageContent {
	width: 600px;
	clear: left;

}

#contentNormal {
	width: 600px;
	float: left;
	padding-bottom:50px;
}



