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


a img,:link img,:visited img { border:none }

ul {
list-style:none;
text-align:left;
font-size:30px;
font-family:Impact;
}

li {
padding-left:30px;
padding-bottom: 12px;
}

a, a:link, a:visited {
color: #FFFFFF;
text-decoration: none;
}

#contact a {border-bottom: 1px solid #D2586A;}
#contact a:hover {border-bottom: 0px;}

a:hover, a#current {
color:#D2586A;
text-decoration: none;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #FFFFFF;
background-color: #000000;
text-align:left;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #FFFFFF;
text-align:left;
line-height: 20px;
}

h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight: bold;
color:#D2586A;
text-align:left;
line-height: 20px;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size:18px;
color: #D2586A;
text-align:left;
line-height: 20px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight:bold;
color:#D2586A;
text-align:left;
}


/* Pagina structuur */

#main {
	position: absolute;
	left: 50%;
	margin-left: -475px; /* (width/2) zorgt er icm left en position voor dat je een gecentreerde floating box krijgt.*/
	width:950px;
	top:0px;
	border:0px;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
}

#ster {
	width:270px;
	height:271px;
}

#menu {
	float:left;
	top:272px;
	width:270px;
	padding-right:20px;
}

#center {
	float:left;
	width:493px;
}

#hyves {
	clear:both;
	float:right;
	bottom:0px;
	padding-bottom:20px;
}
