/* default stylesheet OBS De Zuidwend */

/* ---------------------------------- */

body 
{
  text-align: center;
  font-family: "Arial";
  color: #0077FF;
  font-size: 12px;
  background: #99CC33 url('../imgs/bg.gif');
  margin-top: 15px;
  margin-bottom: 15px;
}


table.site 
{
  width: 850px;
  padding: 0px;
  background: #FFFFFF url('../imgs/inhoud_bg.jpg');
  border-collapse: collapse; 
  border: 1px solid #0000FF;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}


td.site 
{
  background: #FFFFFF url('../imgs/inhoud_bg.jpg');
}

h1
{
  font-size: 20px;
}


p
{
  font-size: 12px;
}


td
{
  font-size: 12px;
  padding: 0px; 
  vertical-align: top;
}


hr
{
  color: #FF6600; 
  width: 25%;
  height: 1px; 
  border: none; 
  background-color: #FF6600;
}


hr.nieuws
{
  color: #FF6600; 
  width: 100%;
  height: 2px; 
  border: none; 
  background-color: #FF6600;
}

A:link 
{
  COLOR: #0000FF; 
}


A:visited 
{
  COLOR: #0077FF;   
}


A:active 
{
  COLOR: #FF6600; 
}


A:hover 
{
  COLOR: #FF6600; 
}


/* ---------------------------------- */

#kop 
{
  height: 196px;
  background: #FFFFFF url('../imgs/header.gif') top right repeat-x;
  clear: both;

}


.knoppen 
{
  margin-top: 0px;
  margin-left: 20px;
} 


/* ---------------------------------- */

#inhoud 
{
  width:660px;
  margin: 10px;
}


/* ---------------------------------- */

#submenu 
{
  width:190px;
  border-left: 2px dotted #FF6600;
  margin-top:0px;
}

#submenu A
{
  text-decoration: none;
  text-transform:uppercase; 
  font-weight: bolder; 
  border-bottom: 2px solid #99CC33;
  border-top: 2px solid #99CC33;
  height:16px;
  width:160px;
}

#submenu p
{
  margin-top:0px;
  margin-left:0px; 
  margin-right:0px;
}

#submenu A:link 
{
  COLOR: #99CC33; 
}


#submenu A:visited 
{
  COLOR: #99CC33; 
  font-weight: normal;  
}

#submenu A:link 
{
  COLOR: #99CC33; 
}


#submenu A:visited 
{
  COLOR: #99CC33; 
  font-weight: normal;  
}


#submenu A:active 
{
  COLOR: #FF6600; 
}


#submenu A:hover 
{
  COLOR: #FF6600; 
}


/* ---------------------------------- */

#voet 
{
  height: 30px;
  background: #FFFFFF url('../imgs/footer.bmp') top right repeat-x;
  text-align: center;
  color: #99CC33;
  clear: both;
  font-weight: bolder;

}

