@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
font-size:15px;
}

body {
font-family: Verdana, Geneva, sans-serif;
background-color: #FFF;
color: #000;
}

#borderleft {
	background:url(images/border.png);
	background-repeat:repeat-y;
	width:38px;
	height:1700px;
	float:left;
}

#borderright {
	background:url(images/border.png);
	background-repeat:repeat-y;
	width:38px;
	height:1700px;
	float:left;
	
}

#container {
margin:0px auto 0px auto;
width:990px;
height:700px;
background:url(contentbg.png);

}

#header {
width:990px;
height:185px;
float:left;
}

#supercontainer {
	width:680px;
	margin:0px auto 0px auto;
}

#content {
width:880px;
height:350px;
margin: 70px auto 0px auto;
float:right;
}

#menu {
width:328px;
height:30px;
margin: 188px auto 0px 59px;
padding: 5px 5px 5px 5px;
float:left;
font-size:12px;
}



p {
font-size:12px;
margin-bottom:5px;
}

.red {
color:#C20C07;
}

.dgrey {
color:#333333;
}

a {
color: #000;
text-decoration: none ;
padding-left:25px;
}

a:hover {
color: #FFF;
font-size:15px;


}

img {
}

#titel {
background-color: #0B0B0B;
border:solid 1px #252525;
border-left: 0px;
border-right: 0px;
border-top: 0px;
padding:3px 5px 3px 3px;
height:11px;
color: #FEE;
text-align:right;
}

#titel2 {
background-color: #0B0B0B;
border:solid 1px #252525;
border-right: 0px;
border-top: 0px;
border-left: 0px;
padding:3px 5px 3px 5px;
height:11px;
color: #FFF;
text-align:left;
}

#tekst1 {
background-color: #111   ;
height:310px;
width:300px;
margin: 0px 5px 0px 40px;
color: #FFF;
text-align:left;
float:left;
}

#tekst2 {
background-color: #111   ;
height:310px;
width:350px;
color: #FFF;
text-align:left;
}
