@charset "utf-8";
/* CSS Document */
/*algemeen*/
body,html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#F3F3F3;
	color: #000000;
	margin: 0 ;
	font-weight: normal;
}
.container {
	width: 990px;
	margin: 0 auto;
}
.header {
	float: left; 
	width: 990px;
	background-color:#F3F3F3;
}

.menu {
	width: 990px;
	float: left;
	font-weight:bold;
	font-family:arial;
	font-size:12px;
	height: 35px;
	text-align: center;
	border-left: solid 1px #c6c5c5;
	border-right: solid 1px #c6c5c5;
	border-top: solid 1px #c6c5c5;
	background-color:#f8f6f6;
}
.menu a {
	float: left;
	padding-top: 10px;
	height: 25px;
	color: #000000;
	text-decoration:none;
	width: 120px;
	border-right: solid 1px #c6c5c5;
	background-color:#f8f6f6;
}
.menu a:hover {
	text-decoration:underline;
	background-color:#ffffff;
} 

.content {
	float: left; 
	width: 990px;
	border: solid 1px #c6c5c5;
	background-color:#f8f6f6;
	padding-bottom: 5px;
	}
iframe {
	float: left; 

}
.footer {
	float: left; 
	width: 990px;
	font-size: 11px;
	text-align:center;
	border-left: solid 1px #c6c5c5;
	border-right: solid 1px #c6c5c5;
	border-bottom: solid 1px #c6c5c5;
}
/*algemeen*/


/*content boxen*/
/*hoekjes rond*/
.box, .box2
{
	-moz-border-radius: 5px;   
	-webkit-border-radius: 5px;   
	border-radius: 5px;  
}
/*content boxen*/
.box{
	float: left; 
	margin-top: 5px;
	margin-left: 5px;
	width: 400px;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.box2{
	float: left; 
	border:solid 1px #666666; 
	background-color:#fff;
	margin-top: 5px;
	margin-left: 5px;
	width: 485px;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.box_text {
	float: left; 
	width: 270px;
	height: 160px;
	padding-left: 3px;
}
.box_thumb, .box2_thumb {
	float: left; 
	width: 210px;
	height: 160px;
}
.box_thumbs, .box2_thumbs {
	float: left; 
	width: 480px;
	height: 90px;
	text-align: left;
	padding-left: 3px;
}


/*title*/
.box_title, .box2_title {
	float: left; 
	width: 260px;
	font-size: 20px;
	margin: 2px;
	height: 26px;
	text-align: left;
	font-weight: bold;
	overflow: hidden;
}
.box_title{
	color: #000;
}
.box_title a{
	color: #000;
}
.box2_title{
	color: #000;
}
.box2_title a{
	color: #000;
}

/*title*/

/*desc*/
.box_desc, .box2_desc {
	float: left; 
	width: 260px;
	margin: 2px;
	padding-left: 2px;
	font-style: italic;
	text-align: left;
	height: 78px;
}
.box_desc {
	color: #000;
	border:solid 1px #999999; 
	background-color: #CCCCCC;
}
.box2_desc {
	color: #000;
	border:solid 1px #999999; 
	background-color: #CCCCCC;
}
/*desc*/

/*info*/
.box_info, .box2_info {
	float: left; 
	width: 260px;
	margin: 2px;
	padding-left: 2px;
	font-style: italic;
	text-align: left;
	height: 40px;
}
.box_info {
	color: #000;
	border:solid 1px #999999; 
	background-color: #CCCCCC;
}
.box2_info {
	color: #000;
	border:solid 1px #999999; 
	background-color: #CCCCCC;
}
/*info*/

/*thumbs*/
.box_thumb img, .box2_thumb img{
	padding:2px;
	margin-top:2px;
}
.box_thumbs img, .box2_thumbs img{
	padding:2px;
	margin-top:2px;
	margin-left:2px;
}
.box_thumb a img, .box_thumbs a img{
	background-color: #CCCCCC;
	border:solid 1px #999; 
}
.box_thumb a:hover img , .box_thumbs a:hover img {
	border:solid 1px #000; 
	background-color: #fff;
}
.box2_thumb a img, .box2_thumbs a img{
	background-color: #CCCCCC;
	border:solid 1px #999; 
}
.box2_thumb a:hover img , .box2_thumbs a:hover img  {
	border:solid 1px #000; 
	background-color: #fff;
}
/*thumbs*/

