/* CSS Document */

#main
{
  float: left;
  font-family: arial;
  background-image: url(../img/bg_main.png);
  background-repeat: repeat-y;  
  margin: 10px 0 0 15px;
  width: 766px;
  height: auto;
  min-height: 360px;
  font-size: 10px;
}

#main table
{
	font-size: 11px;
}

#main table caption
{
	display:none;
}

#main_top{
  float: left;
  width: 766px;
  height: 5px;
  background-image: url(../img/top_main.png);
  background-repeat: no-repeat;
}

#main_left{
  float: left;
  width: 588px;  
  height: auto;
  min-height: 590px;
}

#main h2{
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 3px 0;
}

#kruimelpad{
  float: left;
  width: 586px;
  height: auto;
  min-height: 20px;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;    
}

#kruimelpad *{
  color: #000;
  font-size: 9px;
  margin: 5px 0 0 5px;
}

#main_left #kruimelpad a:link, #main_left #kruimelpad a:hover, #main_left #kruimelpad a:visited, #main_left #kruimelpad a:active
{
	color:#aaa;
	text-decoration: none;
	
}


#main_left h1{
  color: #000;
  font-size: 18px;
  margin: 0 0 0 0px;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #c6c6c6;
}

#main_text{
  float: left;
  padding: 10px 5px 0 5px;
  width: 576px;
  height: auto;
  font-family: arial;
}

#main_text ul{
  clear: left;
  padding: 0 5px 0 35px;
}

#main a
{
	color: #01257e;
}

#main a:link
{
	font-weight:normal;
	text-decoration:none;
}

#main a:visited
{
	font-weight:normal;
	text-decoration:none;
}

#main a:hover
{
	text-decoration:underline;
}

#main a:active
{
	font-weight:normal;
	text-decoration:underline;
}

#main_bottom{
  float: left;
  width: 766px;
  height: 9px;
  background-image: url(../img/bottom_main.png);
  background-repeat: no-repeat;
}

#main_text h1 + h2
{
	margin-top:5px;	
} 

#main_text *
{
	font-size: 12px;
}

