/* CSS Document */

/*
 *
 * MAIN LAYOUT
 *
 */
 
body {
background-color:#716F64;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

#top, #bottom, #site {
width:950px;
margin:0px auto;
}

#top {
background-image:url(layout/top.gif);
background-position:bottom;
background-repeat:no-repeat;
height:16px;
}

#bottom {
background-image:url(layout/bottom.gif);
height:21px;
padding-top:11px;
text-align:right;
clear:both;
}

#site {
background-image:url(layout/bg.gif);
padding:5px 0px;
overflow:hidden;
position:relative;
}

#left {
width:365px;
border-right:2px dotted #cccccc;
float:left;
padding-bottom:32767px;
margin-bottom:-32767px;
}

#right {
padding-left:12px;
float:left;
padding-bottom:32767px;
margin-bottom:-32767px;
}

#right p {
width:550px;
text-align:justify;
}

#drumstel {
background-image:url(layout/drumstel.jpg);
width:330px;
height:312px;
margin-left:21px;
}

.innerleft {
width:340px;
margin-left:25px;
}

#logo, #home {
background-image:url(layout/logo.gif);
width:126px;
height:97px;
text-indent:-9000px;
padding:0px;
margin:0px;
margin-right:16px;
float:left;
}

#menu, #adres {
padding:0px;
margin:0px;
padding-left:16px;
float:left;
border-left:2px dotted #cccccc;
}

#home {
background-image:url(layout/home.gif);
height:15px;
background-position:right;
background-repeat:no-repeat;
}

#leftbottom {
position:absolute;
bottom:0px;
}

#tussen {
min-height:240px;
}

* html #tussen {
height:115px;
}

*:first-child+html #tussen {
min-height:115px;
}

#bottom a {
color:#fff;
margin-right:15px;
text-decoration:none;
font-size:10px;
}

#menu li a, #actli {
color:#333;
font-size:18px;
line-height:32px;
text-decoration:none;
}

h3 {font-size:14px;width:550px;}
h2 {font-size:30px;}
	
	h2, #menu li, #actli {
	margin:0px;	
	padding:0px;
	}

.sIFR-active #menu li,  .sIFR-active #actli {
      font-size: 18px;
	  line-height:18px;
	  list-style:none;
	   visibility: hidden;
      font-family: Verdana;
    }
	
.sIFR-active h2 {
      font-size: 36px;
	  line-height:36px;
	  margin:0px;
	   visibility: hidden;
      font-family: Verdana;
      
    }
	
input, textarea, select {

font-family:arial, verdana, sans-serif;
font-size:15px;
border:1px solid #bbb;
margin:3px;
padding:4px;
background-color:#f9f9f9;
}

a:link, a:visited {
color:#333;
}

a:hover {
color:#99cc33;
}

#err {
color:#990000;
}

#mes {
line-height:30px;
border:1px dotted #99cc33;
padding:6px;
margin:15px 0px;
font-weight:bold;
}

#red {
color:#990000
}

#green {
color:#006633;
}
