body {
	background-image:url(images/Background.gif);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

table#leden {
	border-color: #0f3695;
	width: 100%;
}

table#leden th {
	text-align: center;
}

table#leden th.space {
	height: 20px;
}

table#leden th.space2 {
	height: 10px;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
}
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(images/Logo_bg.gif);
	background-repeat:no-repeat;
	width:768px;
	height:200px;
}
#header2 {
	margin: 0px 0px 0px 0px;
	background-image:url(images/Logo2_bg.gif);
	background-repeat:no-repeat;
	width:768px;
	height:200px;
}
.clear{clear:both;}

h1{
	font-size: 16px;
	font-weight: bold;
}

img{
	border: none;
}

input.submit{
	color: #0f3695;
}

input.text {
	color: #0f3695;
	background-color: #FFFFFF;
}

textarea {
	color: #0f3695;
	background-color: #FFFFFF;
}

/********************** Links ***************************/

a:link {
	color: #0f3695;
	font-weight: bold;
}
a:visited {
	color: #0f3695;
	font-weight: bold;
}
a:hover{
	color: #ffff00;
	font-weight: bold;
}

/********************** Menu ***************************/
#menu {
	position:relative;
	background-image:url(images/Menu_bg.gif);
	background-repeat:no-repeat;
	width:768px;
	height:50px;
}

#menu ul{
	position: absolute;
	top:12px;
}

#menu li{
	float:left;
	display:inline;
	padding: 0px 0px 0px 10px;
}

#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #0f3695;
	text-decoration: none;
}

#menu a:hover{
	color:#ffff00;
}

#menu2 {
	position:relative;
	background-image:url(images/Menu_bg.gif);
	background-repeat:no-repeat;
	width:768px;
	height:50px;
}

#menu2 ul{
	position:absolute;
	top:12px;
}

#menu2 li{
	float:left;
	display:inline;
	padding: 0px 30px 0px 20px;
}

#menu2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #0f3695;
	text-decoration: none;
}

#menu2 a:hover{
	color:#ffff00;
}

/********************** Main ***************************/
#main {
	background-image:url(images/Main_bg.gif);
	background-repeat: repeat-y;
	display:block;
	width:768px;
	height:auto;
}

#content {
	background-image:url(images/Content_bg.gif);
	background-repeat: repeat-y;
	width:768px;
}

/********************** Text ***************************/
#midden {
	float:left;
	width:730px;
	margin-left: 10px;
	margin-bottom: 25px;
	color: #0f3695;
}

/********************** Footer ***************************/
#footer {
	background-image:url(images/Footer_bg.gif);
	background-repeat:no-repeat;
	width:768px;
	height:97px;
	text-align:center;
	float:left;
	clear:both;
}
#footer ul{

}
#footer li{
	display:inline;
	float:none;
	text-align:center;
	padding: 0px 10px 0px 10px;
	border-right: solid 1px #0f3695;
}
.lastchild{
	border-right: 0px none !important;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	color: #0f3695;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
	color: #ffff00;
}

#footer span{
	font-size: 9px;
	font-weight: bold;
	color: #0f3695;
	margin:10px;
	display:block;
}
