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

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

#containerHeaderHOME {
	_width: 600px;
	_height: 207px;
	width: 650px;
	height: 224px;
	margin-top: 30px;
	
}

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

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

/* Extra für Home Seite */
#pageImageHOME {
	position: absolute;
	float: left;
	background-color: #DEDEDE;
	z-index: 0;
}

#pageImageHOME IMG {
	_width: 600px;
	_height: 207px;
	width: 650px;
	height: 224px;
}

#HeaderContentHOME {
	position: absolute;
	top: 20px;
	_top: 45px;
	left: 380px;
	width: 250px;
	height: 150px;
	margin-top: 30px;
	color: #FFFFFF;
	font-size: 12px;
}

#HeaderContentHOME H1 {
	color: #FD9800;
	font-size: 14px;
	font-weight: bold;
}


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

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



