/* -------------------------------------------------------------------------------- */
/*                               SOF Style Sheet 1 :                                */

@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #030303;
}

td {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 17px;
}
.content {
	padding-top: 20px;
}
.vakjes {
	border: 1px solid #FF9900;
	padding: 10px;
	margin: 0px;
	font-size: 12px;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}
.content  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FD991F;
}

a:hover {
	color: #FF9920;
	text-decoration: none;
	font-size: 12px;
}

.style1 {
	color: #FF9922;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.style2 {
	font-size: 12px;
}

#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
}

#nav li {
float: left;
width: 88px;
}

#nav ul {
position: absolute;
width: 88px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
text-align: center;
} 


ul a{
font-weight: normal;
cursor: pointer;
}

ul ul a:link, ul ul a:visited{
	font-weight: normal;
	cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
cursor: pointer;
}

ul li{
border-left: 0px solid #333;
}

ul ul li{
background-color: #666;
border-top: 0px solid #FFF;
border-left: 0;
}

/* IE only hack */
* html ul li, * html ul ul li{
border-bottom: 0px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */ 
/*                               EOF Style Sheet 1 :                                */
/* -------------------------------------------------------------------------------- */
