@charset "utf-8";
/* CSS Document */

.clear
{
	clear:both;
	display:block;
	width: 100%;
	height: 1px;
	border: 0px;
}

/* fixing */

#rij1_rechts {	width: 20px; }
#contents { padding-bottom:0px; }

#splash-content
{
	margin-top: 80px;
	clear:both;
	color:#AEAEAE;
	line-height:18px;
}

#splash-content .txt
{
	width: 626px;
	margin-left: 20px;
}

.splash-image-selector
{
	margin-top: 10px;
}

.splash-image-selector .links
{
	float:left;
	margin-left: 60px!important;
	margin-left: 30px;
	text-align: center;
	
}

.splash-image-selector .rechts
{
	float:right;
	margin-right: 220px!important;
	margin-right: 110px;
	text-align: center;
}

.splash-image-selector .rechts a img,
.splash-image-selector .links a img
{
	text-align: left;
	opacity: 0.5;
	
	border: 2px solid #dc6b05;
	
	/* Fixing */
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	
}

.splash-image-selector .rechts a:hover,
.splash-image-selector .links a:hover 
{
	text-decoration:none;
}

.splash-image-selector .rechts a:hover img,
.splash-image-selector .links a:hover img
{
	text-align: left;
	opacity: 0.999999;
	
	/* Fixing */
	-moz-opacity: 0.9999999;
	filter: alpha(opacity=99);	
}



.splash-footer
{
	background-image:url(../images/splash-footer.png);
	height: 59px;
	background-repeat:repeat-x;
	width: 100%;
	position:absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	
	padding-top: 20px;
}

.splash-footer .txt
{
	width: 826px;
	float: right;
	text-align: left;
	color: #aeaeae;
	position: relative;
	z-index: 20;
}

.splash-footer .txt a
{
	color: #292929;
}

.splash-footer .txt a:hover
{
	color:#aeaeae;
}


