@import url(forms.css);
@import url(style.css);
@import url(login.css);


div {
	/*border: 1px solid #cccccc;*/
}
img {
	border: 0;
}
body {
	background-color: #fff;
	margin: 0;
	margin-bottom: 1px;
	padding: 0;
	height:100%;
	min-height: 100%;
	text-align:center;
	font-size: 62.5%;
}
body>div#wrapper {
	height: auto;
	min-height: 100%;
}
html {
	margin: 0;
	padding: 0;
	height:100%;
	overflow: -moz-scrollbars-vertical !important; 
}
#cleaner{
	clear: both;
	height:247px;
}

#wrapper {
	background-image: url(../images/background-repeat.gif);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #5b5b5b;
	font-size: 1.1em;
	height:100%;
	min-height:100%;
    	margin-bottom:-247px;
}

.div {
	margin-left:auto;
	margin-right:auto;
	width: 956px;
	text-align:left;
}

#logo {
	float: left;
	padding-top: 22px;
}


#menu {
	background-image: url(../images/background-menu.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 710px;
	padding-left: 63px;
	height: 55px;
}	
#account {
	height: 22px;
	text-align: right;
	float:right;
}
#rightnav {
	float: right;
	width: 772px;
}
#topnav {
	width: 422px;
	height: 30px;
	padding-left: 80px;
	padding-top: 15px;
	font-size: 1.1em;
	float: left;
}
/*\*/ * html #topnav { padding-top: 11px; } /**/
#topnav ul {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
#topnav li {
	float: left;
	list-style-type: none;
	display: block;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px dotted #ccc;
}
#topnav li.last {
	border-right: 0;
}
#topnav a, #topnav a:visited, #topnav a:link {
	color: #888;
	font-weight: normal;
	text-decoration: none;
}
#topnav a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#notice {
	width: 270px;
	float: right;
	text-align: right;
	padding-top: 12px;
}
#notice img {
	margin: -4px 6px 0 0;
}
#notice a, #notice a:visited, #notice a:link {
	color: #555;
	font-weight: normal;
	text-decoration: none;
}
#notice a:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#menu ul {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	list-style-type: none;
	display: block;
}
#zoekform {
	width: 180px;
}
#zoekblok {
	width: 180px;
	float:left;
}
#flash {
	float:right;
	width: 708px;
}



#promo {
	height: 155px;
	clear: both;
}
#main {
	background: url(../images/background-fade.gif) #fff no-repeat center 0px;
	padding-top: 25px;
	width: 100%;
  	display: table !important;
}
#main ul {
	margin: 0;
	padding: 0;
}
#main li {
	list-style-type: none;
	display: block;
}
#leftcol {
	width: 180px;
	padding-right: 70px;
	float: left;
	clear: left;
} 
/*\*/ * html #leftcol.ie6 { padding-right: 35px; } /**/
/*\*/ * html .hideie6 { visibility:hidden; } /**/


#middlecol {
	width: 327px;
	float: left;
	padding-right: 30px;
}
#rightcol {
	float: left;
}
#rightcol img {
	margin-bottom: 6px;
}
.mainblock {
	padding-bottom: 25px;

}	
td.nieuws1 {
	background:url(../images/scheiding_nieuws.gif) bottom left no-repeat;
	width: 50px;
	padding-top: 3px;
	height: 19px;
	vertical-align: top;
}
td.nieuws2 {
	background:url(../images/scheiding_nieuws.gif) bottom right no-repeat;
	vertical-align: top;
	padding-top: 3px;
	padding-bottom: 5px;
}
td.nieuws3 {
	padding-top: 10px;
}
#main a {
	color: #5b5b5b;
	font-weight: normal;
}
#main a:hover {
	color: #000;
	text-decoration: none;
}
.indekijker {
	margin-bottom: 15px;
	background:url(../images/scheiding_kijker.gif) bottom right no-repeat;
}
table.indekijker td {
	padding-bottom: 12px;
}




#bottom {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 1.1em;
	background-image: url(../images/background-bottom.gif);
	background-repeat: repeat-x;
	height: 138px;
	padding-top: 25px;
}
.bottomcol {
	width: 178px;
	float: left;
}
.bottomcol-last {
	width: 160px;
	float: left;
}
.firstbottomcol {
	width: 250px;
}		
#bottom ul {
	position: relative;
	margin: 0;
	padding: 0;
}
#bottom li {
	list-style-type: none;
	display: block;
}
#bottom li a {
	color: #999;
	font-weight: normal;
}
#bottom li a:hover {
	color: #333;
	text-decoration: none;
}






#footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 1.1em;
	background-color: #fff;
	background-image: url(../images/background-footer.gif);
	background-repeat: repeat-x;
	padding-top: 30px;
}
#footer a {
	color: #999;
	font-weight: normal;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}





/* CLEARFIX */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	/* IE */
	*height: 1%;
}



#prijsflash_ff { display:none; }



