/* Algemeen */

body,html {
	margin: 0;
	height: 100%;
	text-align: center;
	background-color: #ff0099;
}

#global {
     margin-left: auto;
     margin-right: auto;
     width: 800px; /* mandatory to be centered */
}

#header_index {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 60pt;
	font-weight: bold;
	color: #FFFFFF;
}

#line_index{
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 20pt;
	font-weight: bolder;
	color: #000000;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: left center;
	width: 100%;
	word-spacing: 15pt;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4affff;
	border-bottom-color: #4affff;
}
#line_index a{
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 20pt;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
#line_index a:hover{
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 20pt;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: top;
	font-size: 11px;
}
.news a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.news a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;	
}
