body {
	background-image : url(../images/bg/bg.gif);
	background-repeat : repeat-x;
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align : top;
}

form {
	margin: 0px;
	padding: 0px;
}

hr {
	height: 1px;
	border: 1px dashed gray;
}

ul, li {
	list-style : square;
	margin: 0px 0px 0px 15px;
}

a {
	text-decoration : underline;
	color: black;
}
a:hover {
	background-color : #FF6406;
	text-decoration : none;
	color : white;
}

#story { background-image : url(../images/sfeer/1_top.jpg); background-repeat : no-repeat; padding: 30px 30px 30px 30px; }
#uitleg { background-image : url(../images/sfeer/1_footer.jpg); background-repeat : no-repeat; padding-top: 10px; }

#portImages { text-align : right; padding-top: 15px; }
a.port { background-color : black; }
a:hover.port { background-color : white; }

#dgcp {
	width: 100%;
	height: 100%;
	background : #FF0099;
	
}
#dgcp_content {
	width: 400px;
		height: 100%;
	background : white;
	margin: 0px 20px 0px 100px;
	padding: 20px;
	border: 2px solid #EDECEB;
	border-top: 0px;
	border-bottom: 0px;
	font-size: 11px;
}
#dgcp_content a:hover{

	background : #FF0099;

}


h1 {
	color: #FF0099;
	font-size: 20px;
}