html 
{
	background-image: url('../images/background.jpg');
	background-position:left top;
	background-size:100%;
	background-attachment:fixed;
	margin: 0;
	padding:0;
	font-family:Sans-Serif;
}
body
{
	margin:0;
	padding:0;
}

table{
}

tr{
}

td{
	text-align:left;
}

th{
	vertical-align: top;
	text-align:left;
	text-indent:40px;
}
th{
	background-repeat: no-repeat;
	background-size: 35px 38px;
}

th.video{
	background-image: url('https://hodt.nl/images/icons/icoonTV.png');
}

th.nieuws{
	background-image: url('https://hodt.nl/images/icons/icoonNieuws.png');
}

th.audio{
	background-image: url('https://hodt.nl/images/icons/icoonSpeaker.png');
	background-size: 30px 30px;
}

*/
/* --------------------- TABELLEN ------------------------------------ */

table {
	background-color:white;
	border-collapse: collapse;
	border:0px;
	padding:0px;
	spacing:0px;
	text-align:center;
}

tr {
	padding:0px;
	spacing:0px;
	
}

td {
	border-right: 8px solid #fff;
	vertical-align: top;
	background-repeat: no-repeat;
}

.transparent {
	position:relative;
	display: block;
}

.transparent span {
	filter: alpha(opacity=50); /* ie */
	opacity: .5; /* mozilla */
	background:#ccc;
	height:30px;
	position:absolute;
	top: 0px;
	left:0px
	float: left;
	padding: 0px;
	width: 100%;
}

.transparent a img {
	filter: alpha(opacity=100); /* ie */
	opacity: 1.0; /* mozilla */
	border-width: 0;
}

.transparent a:hover img { 
   filter: alpha(opacity=70); /* ie */
	opacity: 0.7; /* mozilla */
}


.clr{
	clear : both;
}
#overallcontainer
{
	margin-left:auto;
	margin-right:auto;
	width:1024px;   
}

#contentcontainer3
{
	background-color:#fdfdf8;
	min-height:800px;
	width:939px;
}
#menuleft
{
	float:left;
	width:0px;
	position:relative;
	left:-80px;
	top:-50px;
}
#menuleftTwitter
{
	float:left;
	width:200px;
	position:relative;
	left:-10px;
	top:-10px;
}

#menuright
{
	float:right;
	width:0px;
	position:relative;
	right:0px;
}
#logoright
{
	float:left;
	width:0px;
	position:relative;
	/*top:200px;*/
	left:-140px;
}

a img
{
	border:0;
}
.logo
{
	position:relative;
	top:200px;
	left:300px;
}
#content
{
	/*width:639px;
	height:400px;
	background-color:Red;*/
	padding:130px 220px 0 210px;
	text-align:justify;
}
#content img
{
  text-align:center;
	max-width:509px;
}

#content .stdimg{
	align: right;
	padding: 2px 0px 2px 8px;
	width: 200px;
	height: 300px;
}

.menu
{
	list-style-type: none;
	padding-left:0;
}
.menu a
{
	background-color:#000;
	width:150px;
	display:block;
	padding:13px;
	text-align:center;
	text-decoration:none;
	color:#fdfdf8;
	margin-bottom:30px;
	font-weight:300;
	font-family:Mistral, Sans-Serif;
	font-size:23pt;
	
}
.menu a:hover
{
	background-color:#e01e39;
}
.menu a.current
{
	background-color:#e01e39;
}
#ml1
{
	top:-10px;
	position:relative;
	left:-10px;
}
#ml2
{
	position:relative;
	left:70px;
}
#ml3
{
	position:relative;
	left:10px;
}
#ml4
{
	position:relative;
	left:40px;
}
#mr1
{
	top:-10px;
	position:relative;
	left:-100px;
}
#mr2
{
	position:relative;
	left:-150px;
}
#mr3
{
	position:relative;
	left:-80px;
}
.topmenu
{
	list-style-type: none;
	padding-left:0;
	margin:0;
}
.topmenu a
{
	background-color:#000;
	width:150px;
	display:block;
	padding:13px;
	text-align:center;
	text-decoration:none;
	color:#fdfdf8;
	margin-bottom:30px;
	font-weight:300;
	font-family:Mistral, Sans-Serif;
	font-size:18pt;
	float:left;
	margin-right:10px;
	
}
.topmenu a:hover
{
	background-color:#e01e39;
}
.topmenu a.current
{
	background-color:#e01e39;
}

#fbr
{
	position:relative;
	left:-150px;
}

#footer
{
	clear:both;
	height:1px;
}

input, select{
	/*border : 1px solid #000000;*/
	/*width : 250px;*/
}

label{
	width : 200px;
	display:block;
	float:left;
}

input,label,select{
	/*padding : 5px;*/
	/*margin : 5px;*/
	/*float : left;*/
	/*display : block;*/
	/*margin: 0 5px 5px 0;
	padding: 0 5px 5px 0;*/
}

iframe{
	background-color: white;
	border-color: black;
	border: 3px; 
	margin: 5px 10px 5px 10px;
}

.radio{
	width:320px;
}


.last_tweet_box {
    background-color: black;
    display: block;
    font-size: 12px;
    padding: 5px;
    width: 228px;
 
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.last_tweet_box .me {
    background-color: #fff;
    height: 45px;
    padding: 5px;
 
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.last_tweet_box .me a {
    color: #444;
    font-size: 12px;
}
.last_tweet_box .me a img {
    border: none;
}
.last_tweet_box .msg {
    background-color: #e01e39;
    color: #fff;
    margin-top: 3px;
    padding: 5px;
 
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.last_tweet_box .powered {
    color: rgb(170, 170, 170);
    font-size: 11px;
    padding-top: 5px;
    text-align: right;
}
.last_tweet_box .powered a {
    color: #ccc;
}
.last_tweet_box .powered a img {
    border: none;
}

.watermarkVideo {
position: relative;
display: block;
}

.watermarkVideo span {
z-index:1;
position: absolute;
left: 0;
bottom: 0;
background-image: url('https://hodt.nl/images/icons/icoonPlay_150.png');
} 

img.watermarkVideo {
position: absolute;
top: 45px;
left: 65px;
}

img.watermarkVideo50 {
/* cell-width 50% */
position: absolute;
top: 75px;
left: 115px;
}

.minilogos{
	padding: 0 0 0 3px;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	width:32px;
	height:32px;
}
.minilogos:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#divminilogos{
	position:fixed;
	bottom:0px;
	right:0px;
}

.regiomenu{
	height: 70px; 
	background: white; 
	width:100%; 
	border-bottom:3px solid black;
}

.regiomenu div{
	margin-left:auto;
	margin-right:auto;
	width:580px;/*1024px;*/
}