/*algemeen*/
* {
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

body {
  background: #f3f2ff;
}

#content {
  border: 5px #fff solid;
  width: 722px;
  margin: 10px auto 10px auto;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* header*/
h1 {
  background: #a9b1d0 url('/images/logo.jpg') left no-repeat;
  height: 211px;
  width: 712px;
  text-align: right;
  padding: 5px;
  border-bottom: 5px #fff solid;
}

h1 a{
  color: #FFF;
  font-size: 31px;
  text-decoration: none;
  width: 712px;
  height: 211px;
  display: block;
}

h1 a:hover{
  text-decoration: none;
}

/*menu*/
#menu  {
  list-style: none;
  clear: both;
  border-bottom: 5px #fff solid;
  width: 722px;
  height: 20px;
  background: #d0c7a8;
}

#menu li {
  float: left;
  padding: 2px 10px 2px 10px;
}

#menu li:hover {
  background: #d0a8a9;
}

/*content*/
#content {
  background: #e9e7fe;
}

img.site{
  float: left;
  border: 5px #fff solid;
  margin: 5px;
}

h2, h3 , p{
  padding: 5px;
}

h2 {
  font-size: 25px;
  clear: both;
}

h3 {
  font-size: 14px;
  clear: both;
}

p.symp {
  padding-bottom: 0;
}

/*404*/
#fout {
  margin-left: 20px;
  padding-left: 20px;
}