*{
	margin: 0px;
	padding: 0px;
}
html{
	/*background: url(graphics/ks_background.jpg) no-repeat top center fixed*/ /* eigenschap fixed verwijderd */
	background-color: #000000;
	border-top: 30px solid #000000;
	-webkit-background-size:cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size:cover;
}
h0{
	font: bold 13px Arial;
	text-decoration: underline;
	color: #000000;
}
h1{
	font: bold 16px Arial;
	background: url(graphics/headers/H1_new.png) no-repeat;
	color: #fffff0;
	width: 400px;
	height: 25px;
	padding: 3px 12px 0px;
}
h2{
	font: bold 14px Arial;
	color: #fffff0;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3{
	font: bold 14px Arial;
	background: url(graphics/headers/H3_new.png) no-repeat top;
	height: 20px;
	color: #fffff0;
	padding: 1px 12px 15px;
}
h4{
	font: bold 14px Arial;
	background: url(graphics/headers/H2_new.png) no-repeat top;
	height: 20px;
	color: #fffff0;
	padding: 1px 12px 15px;
}
h5{
	font: bold 12px Arial;
}
h6{
	font: 11px Arial;
}
header, section, footer, aside, nav, article, hgroup, figure, figcaption, details, menu{
	display: block;
}
body{
	width:100%;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-o-box;
	display: box;
	-webkit-box-pack: center; /* tm tutorial 14 van thenewboston */
	-moz-box-pack: center;
	-o-box-pack: center;
	-ms-flex-pack: center;
	box-pack: center;
	
}
#background_wrap {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(graphics/ks_background_II.jpg);
    background-attachment: fixed;
}
#big_wrapper{
	/*background: rgba(70,69,69,0);*/
	/* background-image: url('graphics/background_iwan.jpg');  werkt */
	/* background: url('graphics/background_iwan.jpg') top no-repeat; werkt ook*/
	max-width: 1000px;
	min-width: 800px;
	margin: 5px 0px;
	display:-webkit-box;
		-webkit-box-orient: vertical;
		-webkit-box-flex: 0; /* 1 means flexible, 0 means fixed in regard of sizing in different browsers */
	display:-moz-box;
		-moz-box-orient: vertical;
		-moz-box-flex: 0;
	display: box;
		box-orient: vertical;
		box-flex: 0;
	display:-ms-flexbox;
		-ms-flex-direction: column;
		-ms-flex: 0;
	display:-o-box;
		-o-box-orient: vertical;
		-o-box-flex:0;



}
#nav_wrapper{
	margin-top: -35px;
}
#top_header{
	/*background: url(graphics/logo_2012_II.png) no-repeat center;*/
	height: 300px;
	margin-top: 20px;
	margin-left: 20px;
	/*padding: 20px;*/
	/*border: 1px solid #000000;
	border-radius: 0px 0px 0px 0px;
	background: rgba(255,251,204,0.3);*/
}
#top_header img{
	background: none;
	border: none;
	/*margin-top: 20px;*/
	margin-left: 0px;
	margin-top: 0px;
}


#top_menu{
	/*background: rgba(0,0,0,1);*/
	/*color: #000000;*/
	text-align: justify;
	margin-top: 20px;
}
#top_menu li{
	display:inline-block;
	list-style:none;
	padding: 15px;
	font: bold 16px Arial;
}
#top_menu li a{
	color: #fffff0;
	text-decoration: none;
}
#top_menu li a:hover{
	color: #777948;
	text-decoration: underline;
}	
#header_button_2{
	text-align:right;
	margin-top: -41px;
	margin-right: 10px;
	font: 11px Arial;
	/*padding: -50px 10px 0px;*/
}
#header_button_2 li{
	display:inline-block;
	list-style:none;
	padding: 7px;
	font: 11px Arial;
}
#header_button_2 li a{
	color: #cccccc;
	text-decoration: none;
}
#header_button_2 li a:hover{
	color: #777948;
	text-decoration: underline;
}	
#header_button_left{
	text-align:right;
	margin-top: -31px;
	margin-right: 35px;
	font: 11px Arial;
	/*padding: -50px 10px 0px;*/
}
#header_button_left li{
	display:inline-block;
	list-style:none;
	padding: 7px;
	font: 11px Arial;
}
#header_button_left li a{
	color: #cccccc;
	text-decoration: none;
}
#header_button_left li a:hover{
	color: #777948;
	text-decoration: underline;
}	
#buy_button{
	text-align:right;
	/*margin-top: -41px;*/
	margin-right: 10px;
	font: 11px Arial;
	/*padding: -50px 10px 0px;*/
}
#buy_button li{
	display:inline-block;
	list-style:none;
	padding: 7px;
	font: 11px Arial;
}
#buy_button li a{
	color: #cccccc;
	text-decoration: none;
}
#buy_button li a:hover{
	color: #777948;
	text-decoration: underline;
}

#new_div{
	display:-webkit-box;
		-webkit-box-orient:horizontal;
	display:-moz-box;
		-moz-box-orient: horizontal;
	display:-o-box;
		-o-box-orient: horizontal;
	display:-ms-flexbox;
		-ms-flex-direction: row;
	display: box;
		box-orient: horizontal;


	background: rgba(89,109,109,0);
}
#main_section{
	/*border: 1px solid #990000;*/
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	-ms-flex: 1;
	box-flex: 1;
	/*background: rgba(169,180,176, 0.2);*/
	/*border-radius: 4px;*/
	font: 14px Arial;
	color: #cccccc;
	margin: 0px 0px;
	padding: 10px 50px 5px 5px;
	/* border-radius: 4px; */
}
#text_column{
	min-width: 648px;
	column-count: 4;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-width: 150px;
	column-gap: 10px;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	/*column-rule-style: solid;
	column-rule-color: #000000;
	column-rule-width: 1px;
	-moz-column-rule-style: solid;
	-moz-column-rule-color: #000000;
	-moz-column-rule-width: 1px;
	-webkit-column-rule-style: solid;
	-webkit-column-rule-color: #000000;
	-webkit-column-rule-width: 1px;*/
	font: 14px Arial;
	color: #cccccc;
	text-align: start;
	margin-bottom: 8px;
	/*border-bottom: 1px solid rgba(0,0,0,1);*/
}
#player{
	/* border: 1px solid #990000; */
	width:338px;
	/*background: rgba(169,180,176, 0.2);*/
	/*border-radius: 4px;*/
	font: 12px Arial;
	color: #cccccc;
	margin: 0px 0px 10px 10px;
	padding: 10px 5px;
	/* weggehaald de achtergrondkleur: background: rgba(102,204,204, 0.2); */
	/* border-radius: 4px; */
}
#side_news{
	/* border: 1px solid #990000; */
	width:338px;
	/*background: rgba(169,180,176, 0.2);*/
	/*border-radius: 4px;*/
	font: 12px Arial;
	color: #cccccc;
	margin: 0px 0px 10px 10px;
	padding: 10px 5px;
	/* weggehaald de achtergrondkleur: background: rgba(102,204,204, 0.2); */
	/* border-radius: 4px; */
}
#inset {
	height: 60px;
	background: rgba(255,251,204,0.4);
	border: 1px solid #000000;
	border-bottom: 0px;
	border-radius: 4px 4px 0px 0px;
	font: bold 14px Tahoma;
	list-style:none;
}
#inset li{
	display:inline-block;
	list-style:none;
	/*padding: 1px;*/
	margin-right: 20px;
	float: right;
}
#inset li a{
	color: #101010;
	font: bold 14px Tahoma;
	/*height: 32px;*/
	/*padding-right: 10px;*/
	/*position: relative;*/
	text-decoration: none;
}
#inset li a:hover{
	/*background: #2f4f6f;*/
}
#inset li a img{
	height: 32px;
	width: 32px;
	/*position: absolute;*/
	border: none;
}

span.site {font: Helvetica; font-size: 14px; line-height: 20px;}

#the_footer{
	text-align:center;
	padding:20px;
	border: 1px solid #000000;
	border-radius: 0px 0px 4px 4px;
	background: rgba(255,251,204,0.2);
}
article{
	/* background: rgba(255,251,204,0.2); */
	/* kleur background was #FFFBCC */
	/* border: 1px solid #990000; */
	padding: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,1);
	/* border-radius: 4px; */
}
article a{
	font: bold 12px;
	color: #cccccc;
}
article footer{
	text-align:right;
	font: 11px Arial;
}
article footer li{
	display: inline-block;
	list-style:none;
	margin-left: 20px;
}
article footer li a{
	color: #cccccc;
	text-decoration: none;
}
article footer li a:hover{
	color: #777948;
	text-decoration: underline;
}
#album{
	display: inline;
}
section{
	margin-left: 5px;
	/*margin-bottom: 2px;*/
}
iframe{
	background: rgba(204,204,204,0.4);
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 4px;
	padding: 4px;
	/* border-radius: 4px; */
}
img{
	background: rgba(204,204,204,0.4);
	border: 1px solid #000000;
	margin-top: 10px;
	padding: 4px;
	/* border-radius: 4px; */
}
table{
	/*margin: 10px;*/
	padding: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0,0,0,1);
	table-layout: fixed;
	width: 450px;
}
th{
	text-align: left;
}
tr td{
	overflow: hidden;
	/*width: 220px;*/
	padding: 0px 0px 0px 5px;
}


