/* CSS Document - RP Gruppe */
BODY{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	background-color: #0C4DA2;
	background-image:url(../images/bg-body.gif);
	background-repeat:repeat-x;
	width: 1000px;
}

IMG{
	border: none;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.clearSpace{
	clear: both;
}


DIV#splashHolder{
	background-image:url(../images/bg-splash.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 488px;
	padding: 70px 0 0 140px;	
}

DIV#splashHolder #copyright{
	color: #000000;
	padding: 35px 0 0 0;

}

DIV#splashHolder .floatLeft{
	padding: 15px 0 0 0;

}

