a {
	color:#DC5B36;
}
a:hover {
	color:#000000;
}

iframe {
overflow-x: hidden;
}

body {
	height: 100%;
	width: 100;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	background-image: url(images/bg_1.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;

}
.main_1 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	text-align: center;
}
.window_main {
	background-image: url(images/layout_9.jpg);
	background-repeat: no-repeat;
}
.window_geluid {
	background-image: url(images/layout_8.jpg);
}
.player {
	margin: 0px;
	text-align: left;
}
.window_nieuws {
	background-image: url(images/layout_10.jpg);
	background-repeat: no-repeat;
}
.nieuws_tekst {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.nieuws_datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
}
.background {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	position: absolute;
	filter: alpha(opacity=70);
    -moz-opacity:0.7;
    khtml-opacity: 0.7;
    opacity: 0.7;
	z-index: 100;
}

.popup_main {
    position: absolute;
	background-color: #FFFFFF;
	width: 400px;
	height: 300px;
	border: 2px solid #333333;
	left: 50%;
	top: 50%;
	margin-left: -200px;
 	margin-top: -150px;
	z-index: 101;
}
.popup_close {
	height: 50px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 2px;
	text-align: right;
}.popup_content {
	font-size: 12px;
	padding: 5px;
}

.popup_title {
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

