* {

	list-style			:	none;
	margin				  :	0px auto;

}

body {

	background			:	url("afbeeldingen/bg.jpg") repeat;
	width				    :	800px;	
	font-family     : Verdana, Arial;
	color           : #4a4a4a;

}

div#container {

  width           : 800px;
  background      : #FFF;
  border          : 2px solid #c20008;
  margin-top      : -2px;
  float         : left;
}

div#header {

  background      : #fff087;
  width           : 800px;
  height          : 164px;
  float           : left;

}

div#header img {

  border          : 0px;

}

div#menu {

  background			:	url("afbeeldingen/menu.jpg") repeat-x;
  width           : 800px;
  height          : 47px;
  float           : left;
  font-family     : Calibri, Verdana;
  font-size       : 1.2em;
  _font-size       : 1.0em;
	color				    :	#8B8B8B;
	font-size		  	:	14px;
}

div#content {

  background			:	url("afbeeldingen/content.jpg") repeat-x #FFF;
  width           : 800px;
  float           : left;

}


.underlinemenu{

  font-family     : Calibri, Verdana;
  font-size       : 1.2em;
  _font-size       : 1.0em;
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 14px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
_padding-top:  15px;
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #e41a21;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 0px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
color: #a00006;
}

div#txt {

padding:20px;

}