a:link { 
	color: #D40000; text-decoration: none;}
a:visited {
	color: #D40000; text-decoration: none;}
a:hover { 
	color: #05729A; text-decoration: none;}
a:active {
	color: #05729A; text-decoration: none;}
body{
	background-color: #D40000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
}

body.kader{
    background-color: #FFFCD9;
}

h1{
    font-size: 14pt;
    font-weight: normal;
}
h2{
    font-size: 12pt;
}
h3{
    font-size: 11pt;
}
.tekst{
    font-size: 10pt;
}
.kop{
    
    font-size: 18pt;
    font-weight: normal;
    letter-spacing: 2pt;
}
.nadruk{
	font-size: larger;
	font-style: italic;
}

.klein{
		font-size: 8pt;
}
/* De lay-out*/

#container {
	position: absolute;
	width: 99%;
	height: auto;
}

#midden {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: auto;
    background: #FFFCD9;
}

#top {
	float: inherit;
	clear: both;
	width: auto;
    height: auto;
    padding-top: 30px;
    text-align: center;
}

#menu {
	float: inherit;
	clear: both;
	width: auto;
    padding-left: 160px;

	height: auto;
 }

.menu_1{
    float: left;
 }
.menu_1 a:link{
    color: #D40000;
    text-decoration: none;
}
.menu_1 a:visited{
    color: #D40000;
    text-decoration: none;
}
.menu_1 a:hover{
    color: #05729A;
    text-decoration: none;
}
.menu_1 a:active{
    color: #05729A;
    text-decoration: none;
}

.menu_2{
    float: left;
 }
.menu_2 a:link{
    color: #05729A;
    text-decoration: none;
}
.menu_2 a:visited{
    color: #05729A;
    text-decoration: none;
}
.menu_2 a:hover{
    color: #05729A;
    text-decoration: none;
}
.menu_2 a:active{
    color: #05729A;
    text-decoration: none;
}
#main{
	float: inherit;
    width: auto;
	text-align: left;
    padding-top: 20px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 6px;
    height: auto;
}

#footer{
	float: inherit;
	clear: both;
	width: auto;
	height: auto;
    color: black;
    text-align: left;
    margin-top: 80px;
    padding-left: 100px;
    padding-bottom: 20px;
    font-size: 9px;
}
.topborder{
    background:transparent url("plaatjes/rand_sh_top.gif") no-repeat left top;
    padding: 0;
    position: relative;
    width: auto;
}
.rightborder{
	background:transparent url("plaatjes/rand_sh_right.gif") repeat-y scroll right top;
	padding:0;
	position:relative;
	height: auto;
}
.leftborder{
    background:transparent url("plaatjes/rand_sh_left.gif") repeat-y scroll left top;
	padding:0;
	position:relative;
	height: auto;
}
.bottomborder{
    background:transparent url("plaatjes/rand_sh_bottom.gif") no-repeat left bottom;
    padding: 0;
    position: relative;
    width: auto;
}
.foto_left{
    float: left;
    clear: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.foto_right{
    float: right;
    clear: right;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
