body,div,dl,dt,dd,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote{margin:0;padding:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,h1,h2,h3,h4,h5,h6,th,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a{text-decoration:none;}

dl,ul,ol,h1,h2,h3,h4,h5,h6,pre,p,blockquote,table,img
{
	margin-bottom:0;
}

html
{
	height:100%;
}

body
{
	color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 20px;
}

a
{
	color: #333;
}

p
{
	margin-bottom: 20px;
}

	#column1 a, #column3 a
	{
		font-weight: bold;
		color: #333;
		border-bottom: 1px dotted #ccc;
	}
	
	#column1 a:hover, #column3 a:hover
	{
		color:#fff200;
		border-bottom: 1px solid #333;
	}

	#column1 a.verder,#column3 a.verder
	{

		color:#333;
		background: #fff200;
		display: inline-block;
		padding: 0 3px;
		font-size: 10px;
		font-weight: bold;

	}
	
	#column1 a.verder:hover,#column3 a.verder:hover
	{

		color:#fff200;
		background: #333;

	}
h1
{
	font-size: 24px;
	margin-bottom: 20px;
	color: #a5a5a5;
}

h2
{
	font-size: 18px;
	margin-bottom: 20px;
	color: #a5a5a5;
}

h3
{
	font-size: 16px;
	margin-bottom: 20px;
}

hr {
  border: 0;
  color: #ddd;
  background-color: #ddd;
  height: 1px;
  margin-bottom: 20px;
}

a:hover
{
	color:#fff200;
}

#center
{
	margin:0 auto;
	position:relative;
	width:1005px;
}

#logo
{
	float: left;
	width: 164px;
}

#top
{
	float: right;
	height: 50px;
	padding-top: 40px;
	font-size: 12px;
	color: #a5a5a5;
}

	#top a
	{
		color: #a5a5a5;
	}


#sub
{
	height: 30px;
	width: 1005px;
	text-align: right;
	padding-top: 10px;
	font-size: 11px;
	color: #111;
}

#column1,#column3
{
	background: url(images/background.jpg) no-repeat;
	width: 639px;
	border-top: 7px solid #fff200;
	float: left;
	margin-right: 4px;
	padding-top: 23px;
	padding-right: 30px;
}

#column2
{
	width: 332px;
	border-top: 7px solid #fff200;
	float: left;
	padding-top: 23px;

}

#column3
{
	background: none;
}

#column1 .main
{
	float: left;
	width: 210px;
}

#column2 .block
{
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	padding: 15px 10px;
}

#column2 .logo
{
	padding: 15px 10px;
	text-align:right;
}

#column2 .block .meer
{
	margin-top: 20px;
}

#menu
{
	background: url(images/menu.png) no-repeat;
	width: 1005px;
	height: 41px;
	margin-bottom: 20px;
}

#column3 ul
{
	margin-bottom: 1em;
}

#column3 dt
{
	font-weight: bold;
	float: left;
	clear: both;
	width: 165px;
	border-bottom: 1px solid #ddd;
	padding: 7px 2px;
}

#column3 dd
{
	float: left;
	width: 495px;
	border-bottom: 1px solid #ddd;
	padding: 7px 2px;
}

ul.nav
{
	list-style:none;
	margin: 0;
	padding:0;
	width: 1005px;
}

ul.nav li
{
	float:left;
	list-style-type:none;
	padding:0;
}

ul.nav li a
{
	display:block;
	text-decoration:none;
	outline:none;
	height:30px;
	padding-top: 11px;
	text-align: center;
	color: #333;
	padding-left: 25px;
	padding-right: 25px;
}

#category ul li li a
{
	margin-left: 30px;
}

li#home a:link,li#home a:visited { width:47px; background: none; padding-left: 0; padding-right: 0;}
li#home a:hover,li#home a:focus,#home #active { color: #fff; background: url(images/hover2.png) repeat-x; }


li a:link,li a:visited { width: 145px; background: url(images/menu_space.png) no-repeat; }
ul.nav li a:hover,li a:focus { width: 145px; color: #fff; background: url(images/hover.png) repeat-x; }

ul.subnav {  
    list-style: none;  
    position: absolute;
    margin: 0; padding: 0;  
    display: none;  
    float: left;  
    width: 160px; 
    z-index: 99;
}  

ul.subnav li{  
    margin: 0;
    padding: 0;  
    clear: both;  
}  
ul.subnav li a {  
    float: left;  
    text-align: left;
    width: 160px;  
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: 0;
    padding: 4px; 
    height: auto;
}   

ul.subnav li a:hover {  
	background: #777;
	color: #fff;

}

#slideshow {
    position:relative;
    height:183px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

th
{
	padding: 7px;
	font-weight: bold;
	border-bottom: 2px solid #333;
}

td
{
	border-bottom: 1px solid #ddd;
	padding: 7px;
}


/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
   padding: 10px;
}
