@charset "utf-8";
/* CSS Document */

body{
background:#000;
margin:0px;
text-align:center;
background-image:url(../images/behang.gif);


}

div.content{

width:800px;
height:600px;
margin:auto;

border:0px solid #000;
background:#D9DDE3;
background-image:url(../images/bg02.jpg);
background-position:bottom left;
background-repeat:repeat-x;




}


div.introtekst{

background:#fff;

padding-left:20px;
padding-right:20px;
margin-bottom:20px;


text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

line-height:17px;
letter-spacing:0px;

}

div.introtekst p{
margin-top:5px;
margin-bottom:0px;
}

img.thumbnail{
border-right:3px solid #999; 
border-bottom:3px solid #777;
border-left:2px solid #FFF;
border-top:2px solid #FFF;
}

div.menu{
text-align:left;
width:760px;
margin-top:15px;
padding-left:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
}

a{
	color:#FF6600;
	text-decoration: none;
}

a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration:underline;
}
a:active {
	color: #000;
	text-decoration: none;
}


a.index{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
	color:#000;
	text-decoration: none;
}

a.index:visited {
	color: #000;
	text-decoration: none;
}
a.index:hover {
	color:#FF6600;
}
a.index:active {
	color: #000;
	text-decoration: none;
}



