/* CSS Document */
html, body {
	margin: 0;
	background-color: #004986;
	font-family: Arial, Helvetica, sans-serif;
}
td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, helvetica;
	font-size: 11px;
	line-height: 17px;
	color: #000000;
}
a {
	text-decoration: underline;
	font-weight: normal;
	color: #004986; /* blauw */ 
}
a:hover, a:active{
	text-decoration: underline;
	color: #004986;
	font-weight: normal;
}
h1 { 
	font-family: arial, helvetica;
	font-size: 12px;
	color: #004986;
	text-transform: uppercase;
	font-weight:bold;
	margin-top: 0;
}
h2 { 
	font-family: arial, helvetica;
	font-size: 12px;
	color: #004986;
	font-weight: bold;
	margin-top: 0;
}
h3 { 
	font-family: arial, helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-top: 0;
}
hr {
	border: 1px dotted #004986;
}
table {
	border: 0px solid white;
}
tr {
	vertical-align: top;
}
#wrapper {
	position:relative;
	margin: 0 auto;
	width: 958px;
	text-align: left;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat: no-repeat;
	background-color: #004986;
}
#container {
	position: relative;
	top: 33px;
	left: 62px;
	/* margin-left: 62px; */ /* site moet niet aan de likerkant beginnen door de achtergrond */ 
	/* margin-top: 33px; */
	width: 896px;
	min-height: 600px;
	height: auto !important;
	min-height: 600px;
}
#top {
	height:53px;
	width: 896px;
}
#menu {
	padding-left: 20px;
}
#zoeken {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 16px;
}
#zoeken td {
	background-color: #ffffff;
}
.input_zoeken {
	height: 14px;
	color: #5C5C5C;
	font-size: 10px;
	padding-left: 5px;
	border: 0px;
}
.button_zoeken {
	/* padding-top: 1px; */
}
#submenu {
	width: 886px;
	height: 21px;
	padding-left: 10px;
	padding-top: 3px;
	background-color: #FFE146;
	color: #000000;
}
#submenu a {
	color: #000000;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
#submenu a:hover {
	color: #004986;
	text-decoration: none;
}
.submenu_item {
	position: relative;
	top: 0;
	left: 0;
}
.submenu_item:hover .subsubmenu {
	display: block;
}
.subsubmenu {
	display: none;
	position: absolute;
	top: 13px;
	left: -5px; /* moet onder de categorie vullen, dus afstand van links is variabel */
	background-color: #FFE146;
	opacity: 0.8;
	filter:alpha(opacity=80);
	width: 150px;
	padding-top: 5px;
}
.subsubmenu a {
	border-bottom: 1px solid white;
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
}
.subsubmenu a:hover {
	color: #004986;
	text-decoration: none;
}
#top_onder {
	width: 876px;
	height: 145px;
	padding: 10px;
	background-color: #ffffff;
}
#logo {
	width: 129px;
	height: 157px;
	padding-right: 10px;
	float: left;
	overflow: hidden;
	text-align: center;
}
#slide {
	width: 504px;
	height: 157px;
	margin-right: 10px;
	float: left;
	overflow: hidden;
	text-align: center;
}
#sponsors {
	width: 223px;
	height: 157px;
	float: left;
}
.sponsor {
	border: 1px solid black;
	text-align: center;
}
.sponsor, sponsor td, .sponsor img {
	width: 223px;
	height: 72px;
}
.sponsor_tussen {
	height: 7px;
}

#content {
	background-color: #ffffff;
	min-height: 300px;
	height: auto !important; 
	min-height: 300px;
	padding: 10px;
}
#main {
	border: 1px solid black;
	width: 611px;
	padding: 15px;
	float: left;
	margin-right: 10px;
	min-height: 360px;
	height: auto !important;
	min-height: 360px;
}
#right {
	border: 1px solid black;
	width: 191px;
	padding: 15px;
	float: left;
}
#snel_naar {
	background-color: #FFEA7F;
	padding: 5px;
}
#snel_naar a {
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #000000;
	border-bottom: 1px dotted #507D8D;
	display: block;
}
#snel_naar a:hover {
	color: #507D8D;
}
#snel_naar span {
	line-height: 1.2em !important;
}

/* defautl table */
.table_default {
	width: 100%;
}
.table_default td {
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	padding: 0px 2px 0 2px;
}
.table_default_heading td {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #004986;
}
.table_default_key td {
	color: #000000;
	background-color: #6692B6;
	font-size: 11px;
	font-weight: bold;
}
.table_default_value td {
	background-color: #CCDBE7;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
}


/* default form */
.input_form_default {
	border: 1px solid #004986;
	height: 15px;
	padding: 2px;
}
.textarea_form_default {
	border: 1px solid #004986;
	height: 80px;
	width: 400px;
}
.button_form_default {
	background-color: #004986;
	border: 0px solid white;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
}

/* nieuws */
.table_news {
	width: 100%;
}
.table_news_title {
	background-color: #CCDBE7;
	font-size: 11px;
	color: #000000;
	border-bottom: 1px solid white;
	padding: 0px 2px 0 2px;
}
.table_news_title a {
	text-decoration: none;
	color: #000000;
}
.table_news_lees_meer {
	border-bottom: 1px solid white;
	padding: 3px 5px 0 5px;
	background-color: #CCDBE7;
	text-align: center;
}


.clear {
	clear: both;
}



#banner_lotto {
	margin-top: -30px;
}