/* DEFAULT HTML ELEMENTS */

* {
	margin:0;
	padding:0;
}


body {
	background-color: #363030;
	font-family:Trebuchet MS;
	font-size: 0.7em;
	color: #3c3c3c;
	width:804px;
	margin:0 auto;

}

p {
  	line-height:18px;
	margin:0 0 5px 0;
}
a {
  color: #186893;
}

a:hover {
    text-decoration: none;
}

h1 {

    height: 30px;
	font-size: 1.5em;
	padding: 10px 0 0 0;
}


h2 {
    background:url("../images/h2bg.gif");
    background-repeat: repeat-x;
	font-size: 1.2em;
	color: #fff;
	padding: 5px 0 0 10px;
	height: 25px;
}

h4 {
    background:url("../images/h2bg.gif");
    background-repeat: repeat-x;
	font-size: 1em;
	color: #fff;
	padding: 0 0 0 20px;
}

h5 {

	font-size: 1.2em;
	color: #3c3c3c;


}

fieldset {
	border:0;
}

ul li{
   list-style-type:none;
 }

td {
  	font-family:Trebuchet MS;
	font-size: 1em;
	line-height:18px;
}
/* CUSTOM ELEMENTS (ID'S) */

div#container, div#admin_container {
    width:784px;
    margin:6px auto 0px auto;
    background-color: #fff;
    padding: 10px;
}



div#menu,div#admin_menu {
    width:585px;
    float:left;
    background:url("../images/menubg2.gif");
    overflow:hidden;
}

div#menu ul, div#admin_menu ul{
  	list-style-type:none;

}


div#menu ul li, div#admin_menu ul li{

    float: left;
    width: 74px;
    font-size: 14px;

}

div#menu ul li a, div#menu ul li a, div#admin_menu ul li a{
    display: block;
    height: 36px;
    background:url("../images/menubg.gif");
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 0.8em;
    line-height: 35px;

}

div#admin_menu ul li#ingelogd em {
 height: 36px;
font-size: 1em !important;
margin: 0 0 0 10px;

}

div#menu ul li#ingelogd {
 font-size:.8em;
 color:#fff;
 text-align:center;
 width:140px;
 padding:3px 0;


}

div#admin_menu ul li#ingelogd {
 font-size:.8em;
 color:#fff;
 text-align:left;
 width:300px;
 height: 36px
}

div#admin_menu ul li#ingelogd em a {
 display:inline;
 font-size:1em !important;
 color:#fff;
background-image: none;
font-style: none;

}

#menu ul li a:hover, #menu ul li#active a, #admin_menu ul li a:hover, #admin_menu ul li#active a

{
    text-decoration:none;
    color: #fff;
    font-weight:bold;
}

div#zoek, div#admin_zoek {
    float: right;
    width: 199px;
    height: 30px;
    background:url("../images/menubg2.gif");
    background-repeat: repeat-x;
    padding: 6px 0 0 0;
text-align:right;
}

div#zoek p{
    color: #fff;
       
}

div#zoek input {
	width:100px;
	padding:2px;
}


div#header, div#admin_header  {
    clear:both;
    background:url("../images/header.jpg");
    width: 784px;
}

div#header {
height: 169px
}

div#headertext {
    float: left;
    width: 280px;
    height: 87px;
    padding: 40px 30px 40px 189px;

}

div#headerblok {
    float:left;
    width: 165px;
    height: 87px
    border: 1px solid #fff;
    padding: 40px 30px 40px 0;
}

div#container2, div#admin_container2  {
    width:784px;
    margin:6px auto 0px auto;
    background-color: #fff;
    padding: 10px 10px 0 10px;
}


div#links,div#admin_links {
    float: left;
    width: 206px;
    padding: 0 8px 0 0;

    
}


div#rechts, div#admin_rechts {
    float: left;
    width: 568px;

}


div#content, div#admin_content {
  padding: 0 0 0 10px;
}


div#footer {
  clear: both;
  margin:0px 0 0 0;
  text-align: center;
  color: #6c6c6c;
  padding:20px 0 0 0;
  font-size:.8em;
 }

div#footer a{
  color: #6c6c6c;
}

div#footer a:hover{
  color: #186893;
}


div#footer img{
  margin: 0 0 0 5px;
  border:0;
}

div#blok_artikelen {
 margin:10px 0 0 0;
}

/* CUSTOM ELEMENTS (CLASSES) */


div.blok h3, div.admin_blok h3{
margin:0 0 0 10px;

}

div.admin_blok p {
padding:  0 0 0 10px;
}

div.blok ul, div.admin_blok ul{
    list-style-type:none;
    background:url("../images/blockbg.gif");
    background-repeat: repeat-x;
    background-color: #fff;
    padding: 0 0 10px 10px;
}

div.blok ul li, div.admin_blok ul li {
  line-height:20px;
   
}

div.blok ul li a, div.admin_blok ul li a {
    color: #3c3c3c;

}

div.blok ul li a:hover, div.blok ul li#active a, div.admin_blok ul li a:hover, div.admin_blok ul li#active a

{
    text-decoration:none;
    color: #186893;

}

div.kruimelpad {
    background:url("../images/breadbg.gif");
    background-repeat: repeat-x;
	font-size: 0.8em;
	color: #fff;
	padding: 5px 0 0 10px;
	height: 30px;
	width:558px;
	
}

div.kruimelpad a {
  color: #fff;
}
div.kruimelpad a:hover {
  color: #fff;

}

h1#headertitle{
	font-size: 2em;
	color: #fff;

	
}

p#headertext2, p#headerbloktext {
	color: #fff;
}

.spacer {
  margin-top: 20px;
}

.tabel_kop {
  width:150px;
  	font-family:Trebuchet MS;
	font-size: 1em;

}

table.tabel {
 width:550px;
}

.marginbottom17 {
  margin-bottom:17px;
}

.blok_content, .blok_content_large {
  width:300px;
  float:left;
  padding: 0 20px 5px 20px;
}

.blok_content_large {
  width:500px;
}

.tabel_kop_klein {
  font-size:85%;
}
p.subscript{
  padding: 0 0 0 10px;
  color: #3c3c3c;
  line-height:20px;

}

p.subscript a:hover {
  text-decoration: none;
  color: #186893;

}

p.subscript a {
  color: #3c3c3c;

}
p#statistieken, p#small{
  font-size: 0.8em;
  margin: 5px 0 0 0;
}


table.tabel_gegevens tbody tr td {
 padding:5px 0;
}

table.tabel_gegevens tbody tr td input {
 margin:0 5px 0 0;
}

 .blok_content_small,  .blok_content_small_clear  {
   margin: 10px 0 0 10px;

 }



 .blok_content_small ul,  .blok_content_small_clear ul {

   list-style-type:none;
 }
 .blok_content_small ul,  .blok_content_small_clear ul {

   list-style-type:none;
   width: 230px;
 }

.blok_content_row {
  float: left;


}

.blok_content_floatleft {
 position:relative;
 float:left; 
 width:200px;
 margin:10px;
}

.blok_content_clearleft {
 position:relative;
 float:left;
 clear:left;
 width:200px;
margin:10px;
}

.bttSubmit {
	clear:both;
	margin:10px 0 0 0;
	float:left;
}

.zoek {

	background: none;
	border:0px;
	color: #fff;
	width:50px !important;
}

div.activiteit{
  padding: 10px 0 0 0;
}
#imgver {
clear:left;
float:left;
}

div.contact fieldset {
	margin:0 0 0 0px;
}

div.contact fieldset form p {
	margin:10px 0 0 0;
}


li.search_head {
padding: 0 0 10px 0;
}

li.search_head ul {
 margin:0 0 0 20px;
}

div.userpanel {
 float:left;
 width:200px;
 margin:10px 10px 5px 0;
}

div.userpanel ul {
 margin:5px 10px;
}

h1.userpanelh1 {
 clear:both;
 margin:20px 0 0 0;
}

.htmlEdit {
 width:388px;
 height:168px;
}

.note {
 color:#b32626;
}


.tabel_tr td {
font-size: 0.7em;
}


.tabel tbody tr td {
font-size: 1em;
}

.clearleft {
 clear:left;
 margin:20px 0 0 0;
}

.center {
 text-align:center;
}


/* SIFR ELEMENTS */
   .sIFR-active h1,
   .sIFR-active h5
	{
    
      font-family: Verdana;
      line-height: 1.2em;
    }

    .sIFR-active h5 {
    	margin:10px 0 0 0;
		line-height:.9em;
    }


p.topscript {
margin:10px 0 0 0;
}

