/* Standaard waarden */
body{
	background-color: #FBFBFB;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

*{
	margin: 0px;
	padding: 0px;
}

*::selection{
	background-color: #F69619;
	color: #9E2E93;
}

*::-moz-selection{
	background-color: #F69619;
	color: #9E2E93;
}

*::-webkit-selection{
	background-color: #9E2E93;
}

h1{
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #F69619;
}

h2{
	margin-top: 20px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #9E2E93;
}

h3{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: rgb(69,72,77);
}

h4{
	color: #ED972A;
}

p{
	width: 100%;
	height: auto;
	margin-top: 10px;
	text-align: justify;
}

a.EigenPaginaLink{
	color: #fff;
	text-decoration: none;
}

a.EigenPaginaLink:hover{
	color: #ED972A;
	text-decoration: underline;
}

a.ExternePaginaLink{
	color: #ED972A;
	text-decoration: none;
}

a.ExternePaginaLink:hover{
	text-decoration: underline;
}

a.EigenPaginaLink_Transparant{
	color: #fff;
	text-decoration: none;
}

a.EigenPaginaLink_Transparant:hover{
	color: #ED972A;
	text-decoration: underline;
}

/* Einde standaard waarden */

/* Index */

div.Header{
	min-width: 900px;
	width: auto;
	max-width: 1100px;
	min-height: 80px;
	height: auto;
	margin: auto;
	padding: 5px;
	overflow: auto;
}

div.Logo_Radio_Toppers{
	width: 380px;
	min-height: 20px;
	height: auto;
	margin-left: 5px;
	float: left;
	border: none;
	border: 0;
}

a.Logo_Link{
	width: auto;
	height: auto;
	display: block;
	border: none;
	border: 0;
}

img.Logo{
	width: 100%;
	height: auto;
	border: none;
	border: 0;
}

div.RL_Radio_Toppers{
	min-width: 460px;
	width: auto;
	max-width: 468px;
	height: 60px;
	background-color: #fff;
	margin-top: 10px;
	margin-right: 5px;
	float: right;
	border: solid 5px #9E2E93;
	border-radius: 15px;
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;
}

img.IndexRC{
	width: 100%;
	height: auto;
	border-radius: 15px;
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;
	border: none;
	border: 0;
}

a.RL-Link{
	display: block;
	width: 100%;
	height: auto;
	border: none;
	border: 0;
}

div.Content{
	min-width: 890px;
	width: auto;
	max-width: 1090px;
	min-height: 610px;
	height: auto;
	margin: -55px auto 20px auto;
	padding: 5px;
	border: solid 5px #9E2E93;
	border-radius: 15px;
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;
}

/*Menu*/

div.Menu{
	width: 100%;
	height: 40px;
	margin-top: 5%;
	margin-bottom: 1%;
}

ul.Menu_Lijst{
	width: 100%;
	height: 40px;
	list-style: none;
	background: rgb(198,79,169); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(198,79,169,1) 0%, rgba(158,46,147,1) 50%, rgba(158,46,147,1) 51%, rgba(158,46,147,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(198,79,169,1)), color-stop(50%,rgba(158,46,147,1)), color-stop(51%,rgba(158,46,147,1)), color-stop(100%,rgba(158,46,147,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(198,79,169,1) 0%,rgba(158,46,147,1) 50%,rgba(158,46,147,1) 51%,rgba(158,46,147,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(198,79,169,1) 0%,rgba(158,46,147,1) 50%,rgba(158,46,147,1) 51%,rgba(158,46,147,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(198,79,169,1) 0%,rgba(158,46,147,1) 50%,rgba(158,46,147,1) 51%,rgba(158,46,147,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(198,79,169,1) 0%,rgba(158,46,147,1) 50%,rgba(158,46,147,1) 51%,rgba(158,46,147,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c64fa9', endColorstr='#9e2e93',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 0 0 1px #9E00A9;
	-webkit-box-shadow: inset 0 0 0 1px #9E00A9;
	box-shadow: inset 0 0 0 1px #9E00A9;
}

li.Menu_Opsomming{
	width: 10%;
	height: 40px;
	float: left;
}

li.Menu_Opsomming_Breed{
	width: 20%;
	height: 40px;
	float: left;
}

img.Home{
	width: auto;
	height: 80%;
	margin: 5%;
	transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	border: none;
	border: 0;
}

img.Home:hover{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.Menu_Link_Home_Klik{
	height: 40px;
	width: 100%;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(46,46,46,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(99%,rgba(46,46,46,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(46,46,46,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(46,46,46,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(46,46,46,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(46,46,46,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 0 0 1px #2E2E2E;
	-webkit-box-shadow: inset 0 0 0 1px #2E2E2E;
	box-shadow: inset 0 0 0 1px #2E2E2E;
}

a.Menu_Link{
	height: 30px;
	width: 100%;
	padding-top: 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	background: rgb(198,79,169); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(198,79,169,1) 0%, rgba(158,46,147,1) 50%, rgba(158,46,147,1) 51%, rgba(158,46,147,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(198,79,169,1)), color-stop(50%,rgba(158,46,147,1)), color-stop(51%,rgba(158,46,147,1)), color-stop(100%,rgba(158,46,147,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(198,79,169,1) 0%,rgba(158,46,147,1) 50%,rgba(158,46,147,1) 51%,rgba(158,46,147,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(198,79,169,1) 0%,rgba(158,46,147,1) 50%,rgba(158,46,147,1) 51%,rgba(158,46,147,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(198,79,169,1) 0%,rgba(158,46,147,1) 50%,rgba(158,46,147,1) 51%,rgba(158,46,147,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(198,79,169,1) 0%,rgba(158,46,147,1) 50%,rgba(158,46,147,1) 51%,rgba(158,46,147,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c64fa9', endColorstr='#9e2e93',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 0 0 1px #9E00A9;
	-webkit-box-shadow: inset 0 0 0 1px #9E00A9;
	box-shadow: inset 0 0 0 1px #9E00A9;
}

a.Menu_Link:hover{
	background: rgb(237,151,42); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(237,151,42,1) 0%, rgba(234,129,0,1) 50%, rgba(237,151,42,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,151,42,1)), color-stop(50%,rgba(234,129,0,1)), color-stop(100%,rgba(237,151,42,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed972a', endColorstr='#ed972a',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 0 0 0 #000;
	-webkit-box-shadow: inset 0 0 0 0 #D2D2D;
	box-shadow: inset 0 0 0 0 #000;
}

a.Menu_Link_Klik{
	height: 30px;
	width: 100%;
	padding-top: 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: block;
	background: rgb(237,151,42); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(237,151,42,1) 0%, rgba(234,129,0,1) 50%, rgba(237,151,42,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,151,42,1)), color-stop(50%,rgba(234,129,0,1)), color-stop(100%,rgba(237,151,42,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed972a', endColorstr='#ed972a',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 0 0 1px #ED8803;
	-webkit-box-shadow: inset 0 0 0 1px #ED8803;
	box-shadow: inset 0 0 0 1px #ED8803;
}

/*Einde menu*/

div.RB_Verticaal_Left{
	margin-left: 1%;
}

div.RB_Verticaal_Right{
	margin-right: 1%;
}

@media all and (min-width: 1455px){
	
	div.RB_Verticaal_Left{
		width: 160px;
		height: 600px;
		margin-top: -30px;
		position: absolute;
		border-radius: 3px;
		-moz-border-radius: 3px;	
		-webkit-border-radius: 3px;
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		-ms-transition: all 1s ease-out;
		transition: all 1s ease-out;
	}
	
	div.RB_Verticaal_Right{
		width: 160px;
		height: 600px;
		margin-top: -30px;
		position: absolute;
		right: 0px;
		border-radius: 3px;
		-moz-border-radius: 3px;	
		-webkit-border-radius: 3px;
		-webkit-transition: all 1s ease-out;
		-moz-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		-ms-transition: all 1s ease-out;
		transition: all 1s ease-out;
	}
	
	@media all and (min-width: 1455px) and (max-width: 1500px){
		
		div.RB_Verticaal_Left{
			margin-left: 0.2%;
		}
	
		div.RB_Verticaal_Right{
			margin-right: 0.2%;
		}

	}
	
	@media all and (min-width: 1500px) and (max-width: 1600px){
	
		div.RB_Verticaal_Left{
			margin-left: 1.2%;
		}
		
		div.RB_Verticaal_Right{
			margin-right: 1.2%;
		}
	
	}
	
	@media all and (min-width: 1600px) and (max-width: 1700px){
		
		div.RB_Verticaal_Left{
			margin-left: 5%;
		}
		
		div.RB_Verticaal_Right{
			margin-right: 5%;
		}
	
	}
	
	@media all and (min-width: 1700px){
		
		div.RB_Verticaal_Left{
			margin-left: 7%;
		}
		
		div.RB_Verticaal_Right{
			margin-right: 7%;
		}
		
	}
	
	img.RB_Afbeelding{
		border: 0;
	}
	
	a.RB_Link{
		width: 100%;
		height: 500px;
		display: block;
		border: 0;
	}

}

@media all and (max-width: 1454px){
	div.RB_Verticaal_Left{
		display: none;
	}
	
	div.RB_Verticaal_Right{
		display: none;
	}
	
	img.RB_Afbeelding{
		display: none;
	}
	
	a.RB_Link{
		display: none;
	}
}
/* Einde index */

.Tekst_Inhoud{
	width: 100%;
	height: auto;
	overflow: auto;
}

/* home */

div.Betaald_Radio{
	width: 100%;
	min-height: 200px;
	height: auto;
	overflow: auto;
}

table.Betaald_Radio_Tabel{
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

tr.Betaald_Radio_Rij{
	width: 100%;
	height: auto;
}

td.Betaald_Radio_Kolom{
	width: 12.25%;
	padding: 0.25%;
}

/*Muziek speler*/

div.Muziekspeler_Radio_Toppers{
	max-width: 400px;
	width: 99%;
	height: auto;
	margin-right: 1%;
	position: relative;
}

div.Muziekspeler_Radio_Toppers:before{
	content:"";
	display: block;
	padding-top: 56.25%;
}

div.Muziekspeler{
	width: 100%;
	min-height: 50px;
	height: auto;
	float: right;
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

div.Antenne{
	width: 2px;
	height: 30px;
	background-color: #9E2E93;
	margin-left: 20%;
	margin-right: 45%;
	transform:rotate(-10deg);
	-ms-transform:rotate(-10deg); /* IE 9 */
	-webkit-transform:rotate(-10deg); /* Opera, Chrome, and Safari */
	float: left;
}

div.Knoppen{
	width: 30px;
	height: 5px;
	margin-top: 25px;
	margin-left: 10px;
	float: left;
	background-color: #2E2E2E;
}

div.Muziekspeler_Content{
	width: 98%;
	height: 70%;
	margin-top: 0px;
	overflow: hidden;
	background-color: #2E2E2E;
	border: solid 4px #9E2E93;
	border-radius: 15px;
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;
}

div.Muziekspeler_Afbeelding{
	width: 92%;
	height: 100%;
	margin: auto 4% auto 4%;
	float: left;
	background-color: #2E2E2E;
}

div.Afbeelding_Achtergrond_Wit{
	width: 100%;
	height: 100%;
	background-color: #fff;
}

img.Muziekspeler_Afbeelding{
	margin: auto;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
}

div.Muziekspeler_Tekst{
	width: 71%;
	min-height: 50px;
	height: auto;
	padding: 2%;
	float: left;
}

div.Rondespeaker{
	width: 25%;
	height: auto;
	margin-top: 2%;
	float: right;
	overflow: auto;
}

img.Speakertexture{
	width: 94%;
	height: auto;
}

div.Muziekspeler_Afspeelapparaat{
	width: 100%;
	height: 30px;
	overflow: hidden;
}

div.Muziekspeler_Inhoud{
	width: 100%;
	height: 79%;
}

audio#Radiostream{
	width: 100%;
	height: 100%;
	transition: 1s;
	-webkit-transition: 1s;
	transition-delay: 2s;
	-webkit-transition-delay:2s;
	background-color: #000;
}

img.Load_Image_Speler{
	margin-top: -140px;
	margin-left: 45%;
	position: absolute;
}

/*TEST*/

div.Linker_Pootje{
	width: 50px;
	height: 15px;
	margin-left: 50px;
	float: left;
	background-color: #2E2E2E;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

div.Rechter_Pootje{
	width: 50px;
	height: 15px;
	margin-right: 50px;
	float: right;
	background-color: #2E2E2E;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

/*Einde muziek speler*/

/*Rechter vak betaalde logo's*/

div.Betaald_Radio_Logo{
	width: 100%;
	min-height: 59px;
	height: auto;
	max-height: 72px;
	background-color: #F69619;
	border-radius: 5px;
	-moz-border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px rgba(0,0,0,0.2);
}

a.Betaald_Radio_logo_link{
	display: block;
	position: relative;
}

img.Betaald_Radio_Logo{
	width: 97%;
	height: auto;
	max-height: 71px;
	margin: 1.5%;
	border: 0;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
}

div.Play_Betaald_Radio_Logo{
	opacity: 0;
	display: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

a.Betaald_Radio_logo_link:hover img.Betaald_Radio_Logo{
	width: 97%;
	margin-top: 0px;
	margin-left: 1.5%;
	margin-bottom: 0px;
	margin-right: 1.5%;
	padding-top: 1.5%;
	padding-bottom: 1%;
	border: 0;
	border: none;
	opacity: 0.2;
	display: block;
}

a.Betaald_Radio_logo_link img.Play_Betaald_Radio_Logo{
	display: none;
}

a.Betaald_Radio_logo_link:hover img.Play_Betaald_Radio_Logo{
	width: 50px;
	height: 50px;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	display: block;
	border: none;
}

div.RB_Small{
	width: 100%;
	min-height: 59px;
	height: auto;
	background-color: #ED972A;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px rgba(0,0,0,0.2);
	position: relative;
	overflow: hidden;
}

div.RB_Small:before{
	content:"";
	display: block;
	padding-top: 26.25%;
}

img.Uw_Advertentie{
	width: 100%;
	min-height: 20px;
	height: auto;
	margin: auto 2% 2% auto;
	-moz-box-shadow: inset -2px -2px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset -2px -2px rgba(0,0,0,0.8);
	box-shadow: inset -2px -2px rgba(0,0,0,0.8);
	border: none;
	border: 0;
}

a.Uw_Reclame{
	display: block;
}

div.RBH_Small{
	width: 234px;
	min-height: 59px;
	height: auto;
	margin: 2% auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

div.Google_Reclame{
	position: absolute;
	left:0; 
	top:0;
	width: 100%;
	height: auto;
}

/*Einde rechter vak betaalde logo's*/

div.RB_Tussen_Logo{
	width: 100%;
	height: auto;
	min-height: 90px;
	position: relative;
	overflow: hidden;
}

div.VRB_Tussen_Logo{
	width: 728px;
	height: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

div.Radio_Links{
	/*
	width: auto;
	max-width: 1100px; */
	min-width: 900px;
    width: 98%;
	min-height: 150px;
	height: auto;
	margin: auto auto 20px auto;
	border: solid 5px #F69619;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

div.Standaard_Links{
	width: 98%;
	min-height: 200px;
	height: auto;
	margin: 5px auto auto auto;
	padding: 10px;
	overflow: auto;
}

div.Link_Rand{
	width: auto;
	height: auto;
	border: solid 5px #F69619;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	overflow: auto;
	margin: auto;
}

div.Standaard_Links_Kolom{
	min-height: 10px;
	height: auto;
	width: 100%;
    margin-top: 1px;
}

div.Deelvenster{
	width: 33.33%;
	float: left;
	height: auto;
}

div.Standaard_Links_Kolom:hover{
	background-color: #ED972A;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
}

div.Radio_Zender_Link{
	width: 100%;
	height: auto;
}

div.Radio_Zender_Download{
	width: 100px;
	height: 25px;
	float: left;
}

a.Download_Link{
	width: 20px;
	height: auto;
	margin: 2px;
	display: block;
	float: left;
	border: 0;
}

img.Download_Radio{
	width: 20px;
	height: auto;
	border: 0;
}

div.Radio_Zender_Afspelen{
	width: 100%;
	height: 25px;
	vertical-align: middle;
	cursor: pointer;
}

a.Radio_Link{
	height: 20px;
	padding-top: 4px;
	display: block;
	color: #9E2E93;
	text-decoration: none;
	vertical-align: middle;
	overflow: hidden;
	font-size: 13px;
}

a.Radio_Link:hover{
	color: #9E2E93;
	text-decoration: none;
}

div.Link_Vraag{
	height: auto;
	margin-top: 2px;
	text-align: center;
}

a.Link_Vraag{
	display: block;
	color: #9E2E93;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}

a.Link_Vraag:hover{
	color: #ED972A;
	text-decoration: underline;
}

div.Actief{
	width: 100%;
	height: 30px;
	margin: 20px auto 10px auto;
	text-align: center;
}

/*Slider reclame*/

.Afbeelding-Animatie{
	width: 100%;
	height: 60px;
	margin-bottom: 2.5%;
	position: relative;
}

.Slider{
	position: absolute;
	left:0; 
	top:0;
	width: 100%;
	height: 400%;
	-webkit-animation: slider 32s infinite;
	-moz-animation: slider 32s infinite;
	animation: slider 32s infinite;
}

@-webkit-keyframes slider {
	0%, 20%, 100%	{ top: 0 }
	25%, 45%		{ top: -110% }
	50%, 70%		{ top: -220% }
	75%, 95%		{ top: -330% }
}
@-moz-keyframes slider {
	0%, 20%, 100%	{ top: 0 }
	25%, 45%		{ top: -110% }
	50%, 70%		{ top: -220% }
	75%, 95%		{ top: -330% }
}
@keyframes slider {
	0%, 20%, 100%	{ top: 0 }
	25%, 45%		{ top: -110% }
	50%, 70%		{ top: -220% }
	75%, 95%		{ top: -330% }
}

/*Einde slider reclame*/

/* Einde home */

/*Novum*/

ul.Novum_Opsomming{
	margin: 30px;
}
	
/*Einde Novum*/

/*Contact*/

div.Contactformulier{
	width: 60%;
	height: auto;
	float: left;
}

div.Contactformulier b{
	color: #FF0000;
}

div.Bestellen{
	width: 48%;
	height: auto;
	margin-left: 2%;
	float: left;
}

table.Terugbel_Tabel{
	width: 50%;
	height: auto;
	margin: 20px auto 40px auto;
	border-collapse: collapse;
}

table.ContactFormulierTable, table.PakketTabel{
	width: 50%;
	height: auto;
	margin: 10px auto 10px 0px;
	border-collapse: collapse;
}

tr.ContactFormulierRij{
	width: 462px;
	height: 35px;
}

input.ContactFormulierInput{
	width: 200px;
	height: 18px;
	border: solid 1px #9E2E93;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
	padding: 3px;
}

input.ContactFormulierInput:focus{
	width: 200px;
	height: 18px;
	border: solid 1px #F69619;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
	padding: 3px;
	outline: 0;
}

input.ContactFormulierInputFout{
	width: 200px;
	height: 18px;
	border: solid 1px #FF0000;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
	padding: 3px;
}

input.ContactFormulierInputFout:focus{
	border: solid 1px #9E2E93;
	outline: 0;
}

textarea.ContactFormulier_Textarea{
	width: 450px;
	max-width: 450px;
	height: 155px;
	max-height: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px #9E2E93;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea.ContactFormulier_Textarea:focus{
	border: solid 1px #F69619;
	outline: 0;
}

textarea.ContactFormulier_Textarea_Fout{
	width: 450px;
	max-width: 450px;
	height: 155px;
	max-height: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px #FF0000;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea.ContactFormulier_Textarea_Fout:focus{
	border: solid 1px #9E2E93;
	outline: 0;
}

input.Aanvraag_Versturen{
	width: 208px;
	height: 28px;
	background: rgb(237,151,42);
	background: -moz-linear-gradient(top, rgba(237,151,42,1) 0%, rgba(234,129,0,1) 50%, rgba(237,151,42,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,151,42,1)), color-stop(50%,rgba(234,129,0,1)), color-stop(100%,rgba(237,151,42,1)));
	background: -webkit-linear-gradient(top, rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%);
	background: -o-linear-gradient(top, rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%);
	background: linear-gradient(to bottom, rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed972a', endColorstr='#ed972a',GradientType=0 );
	-moz-box-shadow: inset 0 0 0 1px #ED8803;
	-webkit-box-shadow: inset 0 0 0 1px #ED8803;
	box-shadow: inset 0 0 0 1px #ED8803;
	color: #fff;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
	cursor: pointer;
}

input.Aanvraag_Versturen:focus{
	outline: 0;
}

.Bedrijfsinformatie{
	float: left;
	width: 39%;
	height: auto;
	margin-left: 1%;
}

div.Bedrijfsinformatie h3{
	margin-top: 20px;
}

.Contactformulier input.ContactFormulierInput, .Contactformulier input.ContactFormulierInputFout{
	float: right;
}

/*Einde contact*/

/*Footer*/

div.Footer{
	min-width: 910px;
	width: 100%;
	height: 50px;
	margin-top: 7px;
	padding-top: 7px;
	background-color: #9E2E93;
}

div.Footer_Inhoud{
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	color: #fff;
}

div.Ontwerp{
	font-size: 8px;
}

/*Einde footer*/

/*CMS*/

table.Login{
	width: 400px;
	height: auto;
	margin-top: 40px;
	margin-bottom: 140px;
}

tr.Inlogveld{
	width: 100%;
	height: 25px;
}

input.Inlogveld{
	width: 200px;
	height: 18px;
	border: solid 1px #9E2E93;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
	padding: 3px;
}

input.Inlogveld_Fout{
	width: 200px;
	height: 18px;
	border: solid 1px #FF0000;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
	padding: 3px;
}

input.Inlogveld:focus{
	border: solid 1px #F69619;
	outline: 0;
}

input.Button{
	width: 208px;
	height: 28px;
	background: rgb(237,151,42);
	background: -moz-linear-gradient(top, rgba(237,151,42,1) 0%, rgba(234,129,0,1) 50%, rgba(237,151,42,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,151,42,1)), color-stop(50%,rgba(234,129,0,1)), color-stop(100%,rgba(237,151,42,1)));
	background: -webkit-linear-gradient(top, rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%);
	background: -o-linear-gradient(top, rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%);
	background: linear-gradient(to bottom, rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed972a', endColorstr='#ed972a',GradientType=0 );
	-moz-box-shadow: inset 0 0 0 1px #ED8803;
	-webkit-box-shadow: inset 0 0 0 1px #ED8803;
	box-shadow: inset 0 0 0 1px #ED8803;
	color: #fff;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
	cursor: pointer;
}
/*Delete*/

div.Tekst_Hover:hover{
	background-color: #DCDCDC;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}

div.Delete{
	display: none;
	float: right;
}

div.Tekst_Hover:hover div.Delete{
	display: block;
}

input.Delete{
	background-color: transparent;
	border: none;
	color: #FF0000;
}

input.Delete:hover{
	text-decoration: underline;
	cursor: pointer;
}

/*Invoeren*/

.Album_Lightshow_Big{
	width: 200px;
	height: 30px;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
	display: block;
	float: right;
	background: rgb(237,151,42);
	background: -moz-linear-gradient(top, rgba(237,151,42,1) 0%, rgba(234,129,0,1) 50%, rgba(237,151,42,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,151,42,1)), color-stop(50%,rgba(234,129,0,1)), color-stop(100%,rgba(237,151,42,1)));
	background: -webkit-linear-gradient(top, rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%);
	background: -o-linear-gradient(top, rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%);
	background: -ms-linear-gradient(top, rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%);
	background: linear-gradient(to bottom, rgba(237,151,42,1) 0%,rgba(234,129,0,1) 50%,rgba(237,151,42,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed972a', endColorstr='#ed972a',GradientType=0 );
	-moz-box-shadow: inset 0 0 0 1px #ED8803;
	-webkit-box-shadow: inset 0 0 0 1px #ED8803;
	box-shadow: inset 0 0 0 1px #ED8803;
}

span.Voorbeeld_Tekst_Groot{
	position: absolute;
	width: 98%;
	height: 97.3%;
	top: 1.3%;
	left: 1%;
	text-align: center;
	line-height: 150px;
	color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 16px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(102, 102, 102);
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(102, 102, 102,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(102, 102, 102,0.56)), color-stop(100%,rgba(241,210,194,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(102, 102, 102,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(102, 102, 102,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(102, 102, 102,1) 100%);
	background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(102, 102, 102,1) 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

span.Voorbeeld_Tekst:hover, span.Voorbeeld_Tekst_Groot:hover{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

.Volledige_Foto{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.6);
}

.Volledige_Foto_Tekst{
	position: relative;
	width: 750px;
	min-height: 500px;
	height: auto;
	margin: 40px auto 0px auto;
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}

.Volledige_Foto a.Foto_Sluiten{
	color: #fff;
	background: rgb(169,3,41);
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 );
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	text-decoration: none;
	z-index: 1001;
	position: absolute;
	text-align: center;
	width: 100px;
	height: 23px;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.Volledige_Foto:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}

.Volledige_Foto:target a.Foto_Sluiten{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

div.Boven_Margin, div.Bottom_Margin{
	width: 100%;
	height: 50px;
	margin-top: 20px;
	float: left;
}

div.Links_Margin, div.Rechts_Margin{
	width: 20%;
	height: 50px;
	margin-top: 120px;
	float: left;
}

div.Tekst_Vak{
	width: 60%;
	min-height: 200px;
	height: auto;
	float: left;
}

textarea.Tekst_CMS{
	width: 400px;
	max-width: 400px;
	height: 300px;
	max-height: 300px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #9E2E93;
}

input.Margin{
	width: 30px;
	height: 30px;
	margin: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #9E2E93;
	text-align: center;
}

/*Einde CMS*/

/*Bestellen*/

table.Bestellen{
	width: 49%;
	height: auto;
	border-collapse: collapse;
	float: left;
}

table.Gegevens{
	width: 49%;
	height: auto;
	margin-right: 2%;
	border-collapse: collapse;
	float: left;
}

tr.Bestellen_Rij{
	width: 100%;
	height: auto;
}

td.Bestellen_Kolom{
	width: 50%;
	height: 30px;
	vertical-align: middle;
}

select.Bestellen{
	width: 210px;
	height: 25px;
	margin-top: 4px;
	border: solid 1px #9E2E93;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
}

select.Bestellen:focus{
	border: solid 1px #F69619;
	outline: 0;
}

input.Input_Bestellen{
	width: 200px;
	height: 18px;
	margin-top: 4px;
	border: solid 1px #9E2E93;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
}

input.Input_Bestellen:focus{
	border: solid 1px #F69619;
	outline: 0;
}

input.Input_Bestellen_Middle{
	width: 120px;
	height: 18px;
	margin-top: 4px;
	border: solid 1px #9E2E93;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
}

input.Input_Bestellen_Middle:focus{
	border: solid 1px #F69619;
	outline: 0;
}

input.Input_Bestellen_Small{
	width: 62px;
	height: 18px;
	margin-top: 4px;
	margin-left: 10px;
	border: solid 1px #9E2E93;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
	text-transform: uppercase;
}

input.Input_Bestellen_Small:focus{
	border: solid 1px #F69619;
	outline: 0;
}

td.Bestellen_Kolom b{
	color: red;
}

input.Input_Bestellen_Fout{
	width: 200px;
	height: 18px;
	border: solid 1px #FF0000;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
	padding: 3px;
	vertical-align: middle;
}

input.Input_Bestellen_Fout:focus, input.Input_Bestellen_Middle_Fout:focus, input.Input_Bestellen_Small_Fout:focus{
	border: solid 1px #9E2E93;
	outline: 0;
}

input.Input_Bestellen_Middle_Fout{
	width: 120px;
	height: 18px;
	border: solid 1px #FF0000;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
	padding: 3px;
}

input.Input_Bestellen_Small_Fout{
	width: 62px;
	height: 18px;
	margin-left: 10px;
	border: solid 1px #FF0000;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
	padding: 3px;
	text-transform: uppercase;
}

/*Factuur overzicht*/

div#Factuur_Overzicht{
	background-color: #EFEFEF;
	width: 96%;
	max-width: 900px;
	min-height: 400px;
	height: auto;
	margin: 20px auto 20px auto;
	padding: 1%;
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.36);
	-moz-box-shadow:    2px 2px 10px 0px rgba(0, 0, 0, 0.36);
	box-shadow:         2px 2px 10px 0px rgba(0, 0, 0, 0.36);
	overflow: auto;
}

img#Factuur_Logo{
	width: 35%;
	height: auto;
	margin-top: 20px;
}

div#Factuur_Bedrijfsgegevens{
	min-width: 180px;
	width: auto;
	height: auto;
	float: right;
	overflow: auto;
}

div#Factuur_Bestelling{
	width: 100%;
	height: auto;
	float: left;
}

div#Factuur_Bestelling h2{
	background-color: rgb(237,151,42);
	border-radius: 3px;
	-moz-border-radius: 3px;	
	-webkit-border-radius: 3px;
}

table.Factuur_Bestellen{
	width: 100%;
	height: auto;
	border-collapse: collapse;
}

tr.Factuur_Bestellen{
	width: 100%;
	height: 35px;
}

tr.Factuur_Bestellen_Wit{
	width: 100%;
	height: 35px;
	background-color: #fff;
}

tr.Factuur_Bestellen_Grijs{
	width: 100%;
	height: 35px;
	background-color: #D7D7D7;
}

tr.Factuur_Bestellen_Wit td.Factuur_Prijs, tr.Factuur_Bestellen_Grijs td.Factuur_Prijs{
	width: 20%;
	text-align: right;
}

td.Factuur_Bestellen{
	width: 40%;
}

tr.Factuur_Bestellen td.Factuur_Prijs{
	width: 20%;
	text-align: right;
	background-color: #9E2E93;
	color: #fff;
}
/*Einde bestellen*/