@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/background.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000000;
	
}

a:link { color: #990000; text-decoration: none;} 
a:hover { color: #990000; text-decoration: underline;}
a:visited {color:990000; text-decoration: none;}
a:focus {color:#990000; text-decoration: underline;}

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background:none;
}

.menu li {
	padding: 0;
	margin: 0;
	height: 64px;
	
	list-style: none;
	background-repeat: no-repeat;
}



.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	height: 64px;
	background-repeat: no-repeat;
}

.news {background-image: url(images/nav_newsRoll.png); width: 88px;}
.news a {background-image: url(images/nav_news.png);}
.mtv {background-image: url(images/nav_mtvRoll.png); width: 115px;}
.mtv a {background-image: url(images/nav_mtv.png);}
.agenda {background-image: url(images/nav_agendaRoll.png); width: 85px;}
.agenda a {background-image: url(images/nav_agenda.png);}
.bio {background-image: url(images/nav_bioRoll.png); width: 46px;}
.bio a {background-image: url(images/nav_bio.png);}
.contact {background-image: url(images/nav_contactRoll.png); width: 116px;}
.contact a {background-image: url(images/nav_contact.png);}

ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.oneColLiqCtrHdr{
	text-align:center;
}

.oneColLiqCtrHdr #containerHeader {
	width:  1000px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #f4822a;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0;
}

.oneColLiqCtrHdr #spacer {
	width:  540px;  /* this will create a container 80% of the browser width */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #f4822a;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float:left;
	padding-right:10;
}

.oneColLiqCtrHdr #containerHeader #containerBottom {
	width:  1000px;  /* this will create a container 80% of the browser width */
	border: 0px solid #f4822a;
	float:right;

}


.oneColLiqCtrHdr #containerHeader #navigatie {
	border: 0px solid #f4822a;
	text-align: left;
	float:right;
	width:450px;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	
}

.oneColLiqCtrHdr #containerHeader #serioustalent {
	 position:relative;
	 width:300px;
	 top:590px;
	 left:170px;
	 border-style: none;
	 z-index:4;
}

.oneColLiqCtrHdr  #likebox {
	 position:relative;
	 width:300px;
	 top:0px;
	 left:170px;
	 border-style: none;
	 z-index:5;
}


.oneColLiqCtrHdr #containerHeader #navigatieSub {
	border: 0px solid #f4822a;
	text-align: left;
	float:left;
	width:450px;
	margin-top:0;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
}

.oneColLiqCtrHdr #header #h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 3px;
	text-align:center;
	color: #FFFFFF;
	
}

.oneColLiqCtrHdr #newsBlock {
	border: 0px solid #555555;
	float:left;
	width:450px;
	height:auto;
}

.oneColLiqCtrHdr #newsBlock #item_top {
	width: 450px;
	color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image:url(images/contentback_top.png)
}

.oneColLiqCtrHdr #newsBlock #item_middle {
	width: auto;
	color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-left: 10;
	background-color:#FFFFFF;
}

.oneColLiqCtrHdr #newsBlock #item_bottom {
	width: 450px;
	color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image:url(images/contentback_bottom.png)
}

.oneColLiqCtrHdr #itemBlock {
	border: 0px solid #555555;
	width:220px;
	padding-left: 10;
	float:right;
}

.oneColLiqCtrHdr #itemBlock #item_top {
	width: 220px;
	color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image:url(images/contentback_item_top.png)
}

.oneColLiqCtrHdr #itemBlock #item_middle {
	width:auto;
	color: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-left: 10;
	background-color:#FFFFFF;
	height:1100px;
}


.oneColLiqCtrHdr #itemBlock #item_middle ul{
	margin: 0;
	padding: 0;
	
}

.oneColLiqCtrHdr #itemBlock #item_middle li{
	list-type: none;
	list-style:none;
	margin: 0;
	padding: 5px 0 5px 0;
	background-image:url(images/stippelijn_small.png);
	background-repeat:no-repeat;
	
}

.oneColLiqCtrHdr #itemBlock #item_bottom {
	width: 220px;
	color: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image:url(images/contentback_item_bottom.png);
}

.oneColLiqCtrHdr #twitter_update_list{
font:Verdana, Arial, Helvetica, sans-serif;
}



.oneColLiqCtrHdr #footer { 
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#f4822a;
	background-image:url(images/footer.jpg);*/
	text-align:center;
} 


.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



.home_datum{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	color:#000000;
}

.home_newslinks{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style:normal;
	font-weight:bold;
	font-variant:small-caps;
	color:#990000;
	text-decoration: none;
}

.txtBlock{
	font:"Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

.titelBlock{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style:normal;
	font-weight:bold;
	font-variant:small-caps;
	color:#000000;
}

.subtitelBlock{
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-style:italic;
	color:#000000;
}

.titelSub{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style:normal;
	font-weight:bold;
	font-variant:small-caps;
	color:#000000;
}

a:hover.home_newslinks {
	color:#990000;
	text-decoration: underline;
}
	
.home_archive{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	color:#990000;
	text-align:right;
	text-decoration: none;
}

.home_archive_back{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;
	color:#990000;
	text-align:left;
	text-decoration: none;
	
	float: left;
}

a:hover.home_archive {
	color:#990000;
	text-decoration: underline;
}

.textlinks {
	color: #046eaa;
	text-decoration: none;
	font-size:12px;
	padding: 0px 20px;
	font-weight:bold;
	
}

a:hover.textlinks {
	color:#FF6600;
	text-decoration: none;
	font-weight:bold;
	}


