BODY{
  background-image: url( ../images/bg_2.jpg);
  background-repeat:repeat;  
/*  background-color: #333333;*/
  margin: 0;
	text-align: center;
}

IMG{
  border: none;
}

.hoofding{
  width: 800px;
  height: 150px;
  background-image: url( ../images/hoofding2.jpg );
  background-repeat: no-repeat;
  background-position: top left;
}

.hoofding_kader{
  width: 100%;
  height: 150px;
  border-bottom: 2px solid white;
  background-image: url( ../images/bg_rood.jpg );
  background-repeat: repeat;
  text-align: center;
  margin-bottom: 10px;
}

.aoki{
  width: 800px;
  height: 65%;
  border: none;
}

.aoki td {   
  vertical-align: top;
}

div.address{
  width: 800px;
  height: 40px;
  color: white;
  background-image: url( ../images/bg_rood.jpg);
  font-family: courier;
  font-size: 9
}

.address a{
  text-decoration: none;
  color: white;
}

.address .aoki_logo{
  float:left;
  padding-left:15px;
}

h1 {
font-family: Verdana;
font-size: 13px;
font-weight: bold;
font-variant: small-caps;
color: #BD090A;
text-align: left;
}

h1.header {
margin: 0px 0px 0px 0px;
padding: 10px 0px 15px 20px;
font-size: 13px;
}

h1.left {
padding-left: 10px;
}

h1.sub {
color: black;
text-align: center;
padding: 0px;
}

.vmenu {
font-family: Verdana;
font-size: 12px;
font-weight: bold;
}

a.vmenu:link, a.vmenu:visited {
color: #555555;
text-decoration: none;
}

a.vmenu:hover {
color: #000000;
text-decoration: none;
}

IMG.rfloat {
float: right;
margin-left: 25px;
margin-top: 15px;
}

IMG.rfloat2 {
float: left;
margin: 15px 45px 0px 45px;
}

.leftnav {
width: 130px;
}

ul {
list-style-type: square;
}

.content {
padding-top: 20px;
padding-left: 10px;
padding-right: 30px;
font-family: verdana;
font-size: 12px;
line-height: 17px;
text-align: justify;
margin-left: 0px;
}

a.content:link, a.content:visited {
padding: 0px;
font-weight: bold;
color: #BD090A;
text-decoration: none;
border: 0px;
}

a.content:hover {
padding: 0px;
color: black;
text-decoration: none;
border: 0px;
}


