
/* Layout Stylesheet */ 

body 
{
  margin:0px;
  background:#CCCCCC;
  text-align:center;
  padding:0;
  font-family: verdana;
  font-size: 12px;
}

#outer 
{
  text-align:left;
  width:1000px;
  margin:0px 0px 0px 0px;
  margin-left: auto; 
  margin-right: auto;
  background-color: white;
}

#hdr 
{
  height:220px;
  background:#eeeeee;
  color: #333333;
  margin: 0,0,0,0;
  padding:0px;
  top: 40px;
  background-image: url(bg_boven.jpg);
}

#bodyblock 
{
  position:relative;
  background-color: white;
  width:1000px;
  padding:0;
  
}

#menu
{
  float:left;
  width:330px;
}

#l-colup 
{
  float:left;
  width:330px;
  background-image:url(boven_menu.jpg);
  height: 160px;
}

#l-col 
{
  float:left;
  width:320px;
  background-image:url(bg_links.jpg);
  background-repeat: repeat-y;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

#l-col a
{
  color: white;
  text-decoration: none;
}

#l-col a:hover
{

}

.active
{
  background-color: #EBC700; 
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin-left: 20px;
}

ul.menu a {
  display: block;
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 6px;	
}

ul.menu li {

}

ul.menu li a {
  color: #000000;	
}

ul.menu li a:hover {

}

ul.menu li ul li a {
  color: #000;
}

ul.menu li ul li a:hover {

}

ul.menu li ul li ul li a {

  color: #000;
}

ul.menu li ul li ul li a:hover {

}

#show
{
  display: block;
}

#cont 
{
  background-color: white;
  float:right;
  width:650px;
  text-align:left;
  padding-left: 10px;
  padding-right: 10px;
}

#ftr 
{
  clear: both;
  width:1000px;
  background:#ffffff;
  background-image:url(bg_onder.jpg);
  background-repeat: no-repeat;
  color: #333333;
  border:none;
  margin:0;
  position:relative;
  height: 70px;
  text-align: right;
}

#frog 
{
  width:1000px;
  text-align: right;
  color: #333333;
  background:#CCCCCC;
  padding-bottom: 20px;
}

#frog a
{
  font-weight: bold;
  text-decoration: none;
}

#frog a:hover
{
  color: red;
}

#frog sup
{
  color: red;
}

a
{
  color: #002A7C;
}


#breadcrumbs
{
  margin-right: 10px;
  margin-bottom: 20px;
  padding-bottom: 3px;
  color: #202020;
  border-bottom: 1px dashed #002A7C;
  font-size: 10px;
}

#title
{
  margin-right: 10px;
  background-color: #202020;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  line-height: 150%
}

