/* Body */
body {
font-family: 'Verdana', Arial, Tahoma, Trebuchet MS;
font-size: 11px;
color: #000;
background: #fff url(../images/layout/main-bg-top.jpg) top left scroll repeat-x;
vertical-align: middle;
margin-top: 40px;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
}

/* Header */
#header {
width: 900px;
height: 50px;
margin-left: auto;
margin-right: auto;
text-align: left;
vertical-align: bottom;
color: #fff;
padding-top: 0;
padding-bottom: 15px;
}

#logo {
float: left;
width: 230px; 
height: 29px;
margin-right: 10px;
vertical-align: top;
border: 0px;
display: block; 
background: url(../images/layout/logo.gif) no-repeat 0px 0px; 
left: 0; 
top: 0;
text-indent: -5000px; 
position: relative; 
}

h1{
height: 0px;
visibility: hidden;
clear: both;
}

.headads{
width: 728px;
height: 125px;
vertical-align: middle;
text-align: center;
}

.headads span{
width: 728px;
height: 125px;
padding: 23px 53px 23px 53px;
}

/* content */
#contentcontainer {
width: 900px;
height: auto;
min-height: 100px; 
color: #666;
font-family: 'Verdana', Arial;
background: transparent; 
display: block; 
margin-left: auto;
margin-right: auto; 
margin-top: 30px;
margin-bottom: 30px;
}

.nieuws_rotator {
width: 860px;
height: 220px;
top: 0;
min-height: 220px; 
background: #000; 
border: 1px solid #666;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
}

.flv_player {
width: auto;
height: auto;
background: transparent;
border: 1px solid #eee;
margin-left: auto;
margin-right: auto;
margin-bottom: 0;
}

#footer_top {
width: 900px;
height: 11px;
background: #000;
}

#footer {
width: 900px;
height: auto;
line-height: 18px;
margin-top: 15px;
color: #999;
font-family: 'Arial', Verdana;
margin-left: auto;
margin-right: auto;
background: transparent;
}

.brands{
width: 900px;
height: auto;
color: #999;
font-family: 'Arial', Verdana;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
text-align: right;
}

#footer .left{
float: left;
width: 60%;
height: auto;
text-align: left;
color: #999;
border-top: 0;
border-bottom: 1px solid #eee;
padding-top: 8px;
padding-bottom: 10px;
}

#footer .right{
float: right;
width: 40%;
height: 36px;
text-align: right;
color: #999;
border-top: 0;
border-bottom: 1px solid #eee;
padding-top: 8px;
padding-bottom: 10px;
}

.info {
width: auto;
height: auto;
padding: 10px 10px 10px 10px;
background: #ffc;
border: 1px solid #fc0;
}

/* Textstyles */ 
.kop {
font-size: 13px; 
line-height: 18px; 
font-weight: bold;
font-family: 'Arial', Verdana; 
color: #000;
text-align: left; 
vertical-align: top;
}

.normal {
font-size: 11px; 
line-height: 18px; 
font-weight: normal;
font-family: 'Verdana', Arial; 
color: #666;
text-align: left; 
vertical-align: top;
}

/* Linkstyles */
a:link {
font-size: 11px; 
font-weight: normal; 
color: #999;
text-align: left; 
vertical-align: top;
border-bottom: none;
text-decoration: none;
}

a:visited {
font-size: 11px; 
font-weight: normal; 
color: #999;
text-align: left; 
vertical-align: top;
border-bottom: none;
text-decoration: none;
}

a:hover {
text-decoration: none;
border-bottom: 1px solid #ccc;
color: #999;
}

a:active {
text-decoration: none;
}

/* Liststyles */
.sublink{
width: 100%; /*width of menu*/
}

.sublink ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
border: none;
}

.sublink ul li a{
background: #fff;
font: bold 13px "Arial", Verdana, Helvetica, sans-serif;
color: #000;
display: block;
width: auto;
margin-bottom: 3px;
padding: 3px 0;
padding-left: 5px;
text-decoration: none;
border: 1px solid #eee;
}


* html .sublink ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 150px;
}

.sublink ul li a:visited, .sublink ul li a:active{
color: #000;
}

.sublink ul li a:hover{
color: #000;
border: 1px solid #fff;
background: #f90 url(../images/layout/menu_hover_l.gif) center left repeat-x;
}

* html .sublink ul li { height: 1%; }
* html .sublink ul li a { height: 1%; }


/* Countstyle*/
.count {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
.count-nb {
	float: left;
	width: 36px;
	height: 36px;
	font-size: 20px;
	font-family: 'arial', Verdana;
	font-weight: bold;
	color: #c09;
	text-align: center;
	vertical-align: top;
	padding-top: 6px;
	margin-right: 10px;
	margin-bottom: 0;
	background: transparent url(../images/layout/count-bg.gif) no-repeat;
}

.count-txt {
	float: right;
	width: 85%;
	height: auto;
	font-size: 13px;
	line-height: 18px;
	font-family: 'Arial', Verdana;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-top: 6px;
	margin-bottom: 0;
	vertical-align: top;
}

.space {
	float: left;
	width: 100%;
	height: 25px;
}