/******************** standaard dingen opmaken ********************/
html {
	height: 100%;
}

body {
	height:100%;
	font-family: Tahoma, Verdana, Arial;
	background-color: #00568C;
	margin: 0;
}

a {color: #00528C;text-decoration: none;}
a:hover {color: #006BB5;text-decoration: underline;}
a:visited {color: #00528C;text-decoration: none;}
a:active {color: #00528C;text-decoration: none;}

#main_table {
	height: 100%;
}

td {
	text-align: left;
	vertical-align: top;
}

body, div, td, p {font-size: 14px;}


#contenttd {
	background-image: url("/img/back_tabel.gif");
	background-repeat: no-repeat;
	background-position:right bottom;
	background-attachment: scroll;
	background-color:#F7DE18;
}

#left {
	width:50%;
	background-image: url("img/back.gif");
	background-position: right top;
}

#right {
	width:50%;
	background-image: url("img/back.gif");
	background-position: left top;
}

div#menu {
	height: 125px;
}

h1 {
	display:block;
	border-bottom: 2px solid #FF0000;
	font-size: 26px;
	color: #FF0000;
	letter-spacing: -1px;
	text-align: right;
	right: 10px;
}

/******************** main content opmaken ********************/
div#content {
	padding: 10px;
}

/*start boxmodelhack*/
div#content { 
  width: 560px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 540px;
} 

html>body #content {
  width:540px;
} 
/*end boxmodelhack*/

/******************** frontpage opmaken ********************/
#content .kolom div {
	margin-bottom: 10px; 
}
#content .item {
	padding: 5px;
	background-color: #F7CE08;
	border-width: 1px;
	border-style: solid;
	border-top-color: #00528C;
	border-bottom-color: #00528C;
	border-left: none;
	border-right: none;
}

#content .item h2 {
	font-size: 14px;
	color: #FF0000;
	margin:0;
}

#content .item a {
	display:block;
	text-align: right;
}

#content #header {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#F7CE08;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 10px;
}

/******************** overige dingen opmaken ********************/
.tekstvak {
	border: 1px solid #00528C;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	background-color: #F7DE18;
	width:150px;
}

.groottekstvak {
	border: 1px solid #00528C;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	background-color: #F7DE18;
	width:250px;
	height:150px;
}

.button {
	border: 1px solid #00528C;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #000000;
	background-color: #F7CE08;
}

ul {
	list-style-type:square;
}

#sponsors td, #sponsors {
	border: 1px solid #F7CE08;
}


ul.links {
	color: #00528C
}

ul.programma li {
	list-style: square;
}
