@charset "utf-8";
.stylesheet {
}

body{
background-color:#000000;
background-repeat:no-repeat

}

p{
color:#000000;
font-family:Tahoma;
font-size:14px;
}

h6{
color:#FFFFFF;
font-family:Tahoma;
font-size:14px;
padding-top:0px;
}

h1{
color:#FFFFFF;
text-align:right;
font-size:50px;

}
h2{
color:#000000;
text-align:right;
font-size:30px;
text-align:center;
}

#header{
width:auto;
height:82px;
background-image:url(images/sierlijk.jpg);
background-repeat:no-repeat;
background-position:right;
margin-right:12%;
}

#menu{
height:500px;
width:10%;
float:left;
padding-left:6px;
}

#content{
height:auto;
width:79%;
float:left;
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
padding-left:1%;
}

#content2{
height:auto;
width:84%;
float:left;
padding-left:1%;
}

.image {
	border-width: 2;
	border-style: solid;
	margin: 5;
	border-color:#CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFAAAA;
}

a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: white
}

a:link {
	text-decoration: none;
	color: #FFFFFF
}
