a:link { 
	color: #00ADEF; text-decoration: underline;}
a:visited {
	color: #00ADEF; text-decoration: underline;}
a:hover { 
	color: #5C2D91; text-decoration: underline;}
a:active {
	color: #5C2D91; text-decoration: underline;}

body{
	background-color: #5C2D91;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: white;
}
body.inhoud{
    background-color: #090909;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11pt;
}
/* De lay-out*/

#container {
	position: absolute;
	width: 99%;
	height: auto;
    background-color: #5C2D91;
}

#midden {
	position: relative;
	margin: 0 auto;
    width: 980px;
}

#vlak{
   	height: 580px;
    background-color: #090909;
    margin-top: 30px;
}

.topborder{
    background:transparent url("rand_sh_top.gif") no-repeat left top;
    padding: 0;
    position: relative;
    height: 580px;
    width: auto;
}
.rightborder{
	background:transparent url("rand_sh_right.gif") repeat-y scroll right top;
	padding:0;
	position:relative;
	height: 580px;
}
.leftborder{
    background:transparent url("rand_sh_left.gif") repeat-y scroll left top;
	padding:0;
	position:relative;
	height: 580px;
}
.bottomborder{
    background:transparent url("rand_sh_bottum.gif") no-repeat left bottom;
    padding: 0;
    position: relative;
    height: 580px;
    width: auto;
}

#top{
    float: right;
    clear:  right;
    margin-right: 170px;
    margin-top: 46px;
}

#logo {
	float: left;
	clear: left;
    margin-left: 40px;
    margin-top: 30px;
    width: 140px;
    height: 510px;
}

.menu {
    float: left;
    clear: left;
    list-style-type: none;
    margin-left: -30px;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 11pt;
    color: #00ADEF;
 }
.menu a:link{
    color: #00ADEF;
    text-decoration: none;
}
.menu a:visited{
    color: #00ADEF;
    text-decoration: none;
}
.menu a:hover{
    color: #5C2D91;
    text-decoration: none;
}
.menu a:active{
    color: #5C2D91;
    text-decoration: none;
}

.footer{
    margin-top: 1px;
    margin-left: 40px;
    font-size: 8pt;
    color: #FBF8D9;
}
.footer a:link{
    color: #00ADEF;
    text-decoration: underline;
}
.footer a:visited{
    color: #00ADEF;
    text-decoration: underline;
}
.footer a:hover{
    color: white;
    text-decoration: underline;
}
.footer a:active{
    color: white;
    text-decoration: underline;
}


#frame {
	float: right;
	clear: right;
    margin-top: 30px;
    margin-right: 40px;
    border-style: inset;
    border-width: 0px;
    border-left-width: 1px;
    border-color: white;
}


p{
    text-indent: 0px;
    
}
h1{
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    padding-bottom: 10px;
}
h2{
    font-size: 16px;
    font-weight: normal;
    margin-top: 6px;
}
.groot{
    font-size: 16px;
}

.foto_right{
    float: right;
    margin: 8px;
    font-size: 8pt;
    text-align: center;
}
.foto_left{
    float: left;
    margin: 8px;
    font-size: 8pt;
    text-align: center;
}