* {

	list-style			:	none;
	margin				  :	0px auto;

}

body {

	background			:	url("afbeeldingen/20.gif") repeat #FFFFFF;
	font-family			:	Arial;
	color				    :	#000;
	font-size			  :	14px;
	width				    :	1000px;
	

}

h1 {

  font-size       : 18px;
  color           : #9e0c0f;
  padding-bottom  : 5px;

}

h2 {

  font-size       : 16px;
  color           : #9e0c0f;
  padding-bottom  : 5px;

}

h3 {

  font-size       : 14px;
  color           : #9e0c0f;
  padding-bottom  : 5px;

}

div#container {

  width           : 1000px;
  float           : left;
  border-right    : 4px solid white;
  border-left     : 4px solid white;

}

div#header {

  background			:	url("afbeeldingen/header.jpg") no-repeat #FFFFFF;
  width           : 1000px;
  height          : 291px;
  border-bottom   : 4px solid white;
  float           : left;

}

div#pico {

  background			:	url("afbeeldingen/header.jpg") no-repeat #FFFFFF;
  width           : 680px;
  height          : 291px;
  float           : left;

}

div#slide {

  background			:	black;
  width           : 320px;
  height          : 291px;
  float           : left;

}

div#menu {

  /*background			:	#8e211e;*/
  background      : #ef1b27;
  width           : 975px;
  height          : 30px;
  float           : left;
  line-height     : 29px;
  color           : #FFF;
  padding-left    : 25px;
  font-size       : 14px;

}

div#menu a {

  color           : #FFF;
  font-weight     : bold;
  text-decoration : none;
  padding-right   : 14px;
  padding-left    : 14px;

}

div#menu a:hover {

  color           : #FFF;
  font-weight     : bold;
  text-decoration : underline;
  padding-right   : 14px;
  padding-left    : 14px;

}

div#content {

  background			:	#FFFFFF;
  width           : 920px;
  float           : left;
  padding         : 40px 40px 40px 40px;

}

.mitem {

  font-size       : 14px;

}