body, html {
	margin: 0 auto;
	font-family:"Trebuchet MS";
	font-size: 12px;
	text-align:left;
	height: 100%;
	background:url(../img/header.png) repeat-x;
	background-color:#000;
	color: #666;
}

a,a:visited{
	text-decoration:none;
	color:#FFF;
}

div {
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #666;
}
td {
	font-family:"Trebuchet MS";
	font-size: 12px;
	color: #666;
}

img {
	border: 0;
}

h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#999;
	font-size: 30px;
}
h2 {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#999;
	font-size: 22px;
}
h3 {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#999;
	font-size: 18px;
}
h4 {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#999;
	font-size: 14px;
}
h5 {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#999;
	font-size: 12px;
}
h6 {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#999;
	font-size: 10px;
}

.container {
	margin: 0 auto -135px;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.clear {
	clear: both;
}

.push {
	height:135px;
}

.footer_socialmedia{
	position: relative;
	__background:url(../img/socialmedialijn.gif) repeat-x;
	height:65px;
}
.footer_socialmedia_container {
	width: 980px;
	margin: 0 auto;
}
.footer_socialmedia_left {
	float: left;
}
.footer_socialmedia_right {
	float: right;
}

.menu2{
	position: relative;
	text-align:center;
	background:#000;
	height:30px;
}

.menu2 ul{
	padding:0;
	margin:0;
}

.menu2 ul li{
	display:inline;
}

.menu2 ul li a{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
	margin-left:3px;
	margin-right:3px;
}

.footer{
	position: relative;
	background:url(../img/footer.png) repeat-x;
	height:40px;
}

.footertxt{
	text-align:center;
	text-decoration:none;
	color:#666;
	padding-top:10px;
}
.footertxt a {
	color: #666;
}

.footertxt a:hover{
	color: #fff;
}

.header{
	margin:0 auto;
	width:980px;
}

.logo{
	float:left;
	width:60px;
}

.menu{
	margin: 0 auto;
}

.menua{
	float:left;
	background:url(../img/menua.png);
	width:28px;
	height:65px;
}

.menub{
	float:left;
	background:url(../img/menub.png) repeat-x;
	height:65px;
	padding-top:35px;
}

.menub ul{
	padding:0;
	margin:0;
}

.menub ul li{
	display:inline;
}

.menub ul li a{
	text-decoration:none;
	font-size:14px;
	color:#FFF;
	margin-left:20px;
	margin-right:20px;
	font-weight: bold;
}

.menuc{
	float:left;
	background:url(../img/menuc.png);
	width:28px;
	height:65px;
}

.submenu {
	text-decoration:none;
	font-size:12px;
	color:#FFF;
	font-weight: bold;
	text-align: center;
}

.etalage{
	margin:0 auto;
	width:920px;
	position: relative;
}

.left{
	width:320px;
	float:left;
	color:#FFF;
}

.right{
	margin-left:10px;
	float:left;
	width:650px;
}

.content{
	width:980px;
	margin:0 auto;
	position: relative;
}

.txt{
	width:800px;
	float:left;
	color:#FFF;
}

.intro{
	margin: 0 auto;
	width: 600px;
}
.introtxt {
	color:#FFF;
	text-align: center;
}

.socialmedia{
	width:180px;
	float:left;
	color:#FFF;
}

.weblog_left {
	float: left;
	width: 325px;
}
.weblog_right {
	float: right;
	width: 650px;
	margin-bottom: 20px;
	padding-top: 10px;
}

.artikel_datum {
	float: right;
}


.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 150px;
	height:120px;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}



.scrollable {
	float:left;	
}
a.browse {
	background:url(http://static.flowplayer.org/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}

a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 

a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

a.up, a.down		{ 
	background:url(http://static.flowplayer.org/tools/img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


a.disabled {
	visibility:hidden !important;		
}

.etalage_left {
	float: left;
	width: 325px;
}
.etalage_right {
	float: right;
	width: 650px;
	margin-bottom: 20px;
}
.galleria{list-style:none;width:650px}
.galleria li {display:block;width:50px;height:50px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto;}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:650px} /* MSIE bug */
