body {
	background: #fff url(../gfx/splash_bg_rechts.gif) no-repeat right top;
}

#content h1 {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 270px;
	width: 300px;
	margin: 0;
	background: transparent url(../gfx/splash_logo.png) no-repeat;
	/* text-indent: -1000px om tekst niet te laten verschijnen in browsers die css ondersteunen, aangezien de titel
	in de achtergrondafbeelding zit */
	text-indent: -1000px;
}

#nieuwsflits {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 300px;
	width: 400px;
	height: 100%;
	background: transparent url(../gfx/splash_ster_zeil.jpg) no-repeat 0px 276px;
}

#nieuwsflits #nieuwsregels {
	position: absolute;
	left: 301px;
	top: 0;
	width: 400px;
	height: 274px;
	background-color: #AC267F;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}

#nieuwsflits #nieuwsregels h2 {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 8px;
}

#nieuwsflits #nieuwsregels h2 #welkom {
	float: left;
}

#nieuwsflits #nieuwsregels h2 #nieuws {
	float: right;
	font-weight: bold;
}

#nieuwsflits #nieuwsregels ul {
	clear: both;
	text-align: right;
	margin: 8px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	
}

#nieuwsflits #nieuwsregels ul li a {
	color: #fff;
}

#nieuwsflits #nieuwsregels ul li {
	color: #fff;
}

#nieuwsflits #nieuwsregels ul li a:hover {
	color: #E29ECF;
}

#nieuwsflits #nieuwsregels ul li a:visited {
	color: #D08AB8;
}

#nieuwsflits #nieuwsregels #rotating {
	border-top: 2px solid white;
	border-bottom: 1px solid #E29ECF;
}

#nieuwsflits #nieuwsregels #navigatie {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: transparent;
	text-align: right;
	margin-right: 8px;
	margin-bottom: 8px;
}
#nieuwsflits #nieuwsregels #navigatie a {
	text-decoration: none;
	color: #fff;
}
	
#nieuwsflits #nieuwsregels #navigatie a:hover {
	color: #E29ECF;
	text-decoration: underline;
}

#nieuwsflits #nieuwsregels #navigatie a:visited {
	color: #fff;
}
