/*

CSS Credit: http://www.templatemo.com/

*/

html {

	background: #fff;

}

body {

	margin: 0;

	padding:0;

	font-family: Helvetica, Verdana, Arial, sans-serif;

	font-size: 13px;
	
	font-style:italic;

	line-height: 1.5em;

	color: #333333;

	width: 100%;

	display: table;

}

a { color: #333;}
a:hover { color: #666; }

#background_section_top {

	width: 100%;
	height: 128px;
	background: url(../images/headerbg.png) repeat-x;

}

.container {

	width: 950px;
	margin: auto;
}


h1 {
    font-family: Helvetica, Verdana, Arial, sans-serif;    
    color: #ED008C;
    font-size:20px;
}

h3 {
    font-family: Helvetica, Verdana, Arial, sans-serif; 
    margin: 0;   
    color: #666666;
    font-size:16px;
}

/* Logo Area */
.logo {

	width: 342px;
	height: 65px;
	margin: 25px 0 0 0;
	padding: 20px 0 0 25px;
	float:left;	
	
}
/* End Of Logo Area*/

/* talen Box*/

#talen_box {
	width: 320px;
	height: 70px;
	float: right;
	margin: 30px 20px 0 0;

}


#textfield {
	float: left;
	width: 240px;
	height: 16px;
	background: #fff;
	color: #999;
	border: solid 1px #999;
	margin: 0;
	padding: 5px 5px;
}

#button{
	float: right;
	border: solid 1px #999;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	white-space: pre;
	width: 70px;
	height: 28px;
	color: #999;
	background: #fff; 
	margin: 0 0 0 0;
	padding-bottom: 5px;
	padding-top: 4px;
}

/* End Of Search Box*/

/* Menu Section */


/* End Of Menu */


#content_area{
	
	margin: 0;

}

.contentboven {
    float: left;
    width: 950px;
    margin: 0px;
 /*   padding-bottom: 10px; */ 
}

.tekstbox {

    float: left; 
	width: 542px;
	height: 205px; 
	background: #CE007B;
    background: url(../images/tekstblokachter.png) repeat-x; 
	color: #999;
	color: #FFFFFF;
    padding: 15px;
}

.slider {

	float: left;
	width: 377px;
    height: 235px;
}


.tekstbox h1 {
	
	font-weight: normal;
	font-size: 18px;
}


.clear {
   clear: both;
} 

.cleaner_with_height {

	clear:both;
	height: 1px;
}

.cleaner {

	clear:both;
}


#footer {

	float: left;
	width: 950px;
	height: 29px;
	background: url(../images/footer_bg.jpg) repeat-x;
	color: #666;
	padding: 20px 0 0 0;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	
}


.BoxRondeHoeken {
    margin: 0 auto 20px;
    border: 0px solid #ffffff;
    width: 250px;
    padding: 20px;
    text-align: left;
    background-color: #FFFFFF;
    border:1px solid #CCCCCC;
}


span.ruimteonder {
    line-height: 25px;
    font-weight: bold;
}
/****************************************************************** TABELLEN */
table
{
    display:table;
    border-collapse: collapse;
}

th
{
    text-align: left;
    color: white;
    background-color: #4A6918;
    padding: 1px 5px;
}

td
{
    vertical-align: top;
    padding: 1px 5px;
}

tr.even { background-color:#F5F5F5; }
tr.odd  { background-color:#FFFFFF; }
tr.hover:hover{ background-color:silver; }

tr img { border: 0px; padding-right: 5px; padding-left: 5px;}


/****************************************************************** PAGINATION */   

#pagination {
    display:block;
    text-align:center;
    height:22px;
    line-height:21px;
    clear:both;
    padding-top:8px;
    padding-bottom:8px;  
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:normal;
}

#pagination a:link, #pagination a:visited{
    padding:7px;
    padding-top:2px;
    padding-bottom:2px;
    border:1px solid #CCCCCC;
    margin-left:10px;
    text-decoration:none;
    background-color:#F5F5F5;
    color:#000000;
    width:22px;
    font-weight:normal;
}

#pagination a:hover {
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    color:#000000;    
}

#pagination .active_link {
    padding:7px;
    padding-top:2px;
    padding-bottom:2px;
    border:1px solid #CCCCCC;
    margin-left:10px;
    text-decoration:none;
    background-color:#D6D7D6;
    color:#000000;
    cursor:default;
}

#pagination .disabled_pagination {
    padding:7px;
    padding-top:2px;
    padding-bottom:2px;
    -:1px solid #EBEBEB;
    margin-left:10px;
    text-decoration:none;
    background-color:#F5F5F5;
    color:#000000;
    cursor:default;
}

/****************************************************************** IMAGE ZOOM */   

img {border: none;}

ul.thumb {
    float: left;
    list-style: none;
    margin: 0; padding: 10px;
    width: 400px;
}
ul.thumb li {
    margin: 0; padding: 5px;
    float: left;
    position: relative;
    width: 210px;
    height: 210px;
}
ul.thumb li img {
    width: 200px; height: 200px;
    border: 1px solid #ddd;
    padding: 5px;
    background: #f0f0f0;
    position: absolute;
    left: 0; top: 0;
    -ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
    background:url(thumb_bg.png) no-repeat center center;
    border: none;
}  