/* Main */

*{
	padding: 0;
	margin: 0;
}
/*Floatfix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* end Floatfix*/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: #000 url(../img/bgheader.gif) 0 36px repeat-x;
}

img{
	border: none;
}
a{
	text-decoration: none;
	color: #fff;
}
h1{
	font-size: 10px;
}
#header{
	width: 900px;
	height: 164px;
	margin: auto;
	overflow:hidden;
	cursor:default;
	/*background: url(../img/ET_kerstheader2009.jpg) no-repeat;*/
	/*background: url(../img/bgheadervalentijn2.jpg) no-repeat;*/
	/*background: url(../img/bgheader_wk.jpg) no-repeat;*/
}

/*Logo en zoeken*/
#headerleft{
	padding: 36px 0 0 0;
	float: left;
}
#headerleft a:hover{
	width: 289px;
	height: 49px;
	display: block;
	text-indent: -9999em;
	background: url(../img/logohome.gif) no-repeat;
	overflow: hidden;
}
* html #headerleft a:hover{
	width: 289px;
	height: 52px;
	display: block;
	text-indent: -9999em;
	background: url(../img/logohome.gif) no-repeat;
	overflow: hidden;
}
*+html #headerleft a:hover{
	width: 289px;
	height: 52px;
	display: block;
	text-indent: -9999em;
	background: url(../img/logohome.gif) no-repeat;
	overflow: hidden;
}
#headerleft form, #footerleft form{
	padding: 0;
	margin: 5px 0 0 0;
}
#headerleft form .search, #footerleft form .search{
	border: none;
	background: #fff;
	width: 158px;
	font-size: 11px;
}
#headerleft form .rounded, #footerleft form .rounded{
	background: url(../img/bgsearch.gif) no-repeat left top;
	padding: 4px 11px 3px 22px;
	float: left;
	margin: 0 1px 0 0;
}
#headerleft form .searchbutton, #footerleft form .searchbutton{
	font-size: 9px;
	margin: 1px 0 0 0;
}

/*Linkjes en snelkiezer*/
#headerright{
	float: right;
	padding: 8px 0 0 0;
	width: 200px;
}
#headerright ul{
	position: relative;
	left: 9px;	
}
#headerright ul li{
	display: inline;
}
#headerright ul li a:hover{
	text-decoration: underline;
}
#headerright form{
	margin: 21px 0 0 0;
	clear: both;
	width: 200px;
}
#headerright form label{
	display: block;
	text-align: right;
	margin: 0 0 5px 0;
}
#headerright form select{
	float: right;
	width: 150px;
	border: solid 1px;
	font-size: 11px;
	height: 17px;
}

/*Magazines*/
#magazines{
	clear: both;
	position: absolute;
	top: 134px;
	height: 30px;
	overflow:hidden;
}
#magazines ul li{
	float: left;
	list-style: none;
}
#magazines #magtitle{
	background: #333 url(../img/bgmagtitle.gif) top left no-repeat;
	padding: 7px 13px 9px 13px;
}
#magazines ul li a{
	display: block;
	float: left;
	padding: 7px 13px 9px 13px;
	height: 14px;
	background: #333 url(../img/bgmagdevider.gif) top right no-repeat;
}
#magazines .selected a, #magazines ul li a:hover{
	background: #ae0100 url(../img/bgmagdevider.gif) top right no-repeat;
}
#magazines ul #backhome a{
	display: block;
	float: left;
	padding: 7px 13px 9px 13px;
	height: 14px;
	background: #434343;
	border-left: #1b1b1b 1px solid;
}
#magazines ul #backhome a:hover{
	display: block;
	float: left;
	padding: 7px 13px 9px 13px;
	height: 14px;
	background: #ae0100;
	border-left: #1b1b1b 1px solid;
}

/*container & footer*/

#container{
	width: 900px;
	margin: auto;
}

/*CSS voor de footer*/
/*Footer*/

#footer{
	background:url(../img/bgfooter.gif) repeat-x;
	padding-top: 26px;
	margin-top:5px;
	text-align:left;
}

#footer a{
	font-size:11px;
}

#footer a:hover{
	text-decoration: underline;
}

#footercontent{
	width: 900px;
	margin: 0px auto 0 auto;
	overflow: hidden;
}

#footerleft{
	background:url(../img/logo_small.gif) no-repeat;
	width: 232px;
	padding-top: 41px;
	float: left;
}

#footerleft form #footersnelkiezer{
	width: 180px;
	margin: 0 0 0 0px;
	float: left;
	border: solid 1px;
	font-size: 11px;
	height: 17px;
}

#footerleft .linkslinks{
	font-size: 11px;
	margin-top: 10px;
}

#footerleft form label{
	display: block;
	text-align: left;
	margin: 0 0 5px 0;
}

#footerright{
	float: right;
	width: 640px;
}

#footerright .list{
	width: 150px;
	padding-right: 10px;
	float: left;
	text-align:left;
}

#footerright .list h1{
	font-size: 14px;
	color: #ffa210;
}

#footerright .list ul{
	list-style: none;
	padding-top: 10px;
}

#footerbottom{
	background: url(../img/icons_pay.png) no-repeat center 20px;
	padding: 65px 0 10px  0;
	clear: both;
	text-align: center;
}

/*overlay*/
#greylayer{	
	position:fixed;
	display:none;
	z-index:90;
	top:0;
	left:0;
	width: 100%;
	height:100%;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	background-color:#000000;
}
#infoholder{
	width: 900px;
	height: 0;
	margin: auto;
	overflow:visible;
}
#infolayer{
	position:fixed;
	top:110px;
	margin-left: 180px;
	width: 520px;
	height: auto;
	background:#fff;
	color:white;
	padding: 0px;
	border:2px solid #000;
	display:none;
	z-index:100;
}
* html #infolayer{
	position: absolute;
	top: 210px;
	margin-left: 300px;
	width: 520px;
	height: auto;
	background:#fff;
	color:white;
	padding: 0px;
	border:2px solid #000;
	display:none;
	z-index:100;
}
#infolayer a:hover{
	text-decoration:none;
}
#info{
	float:left;
	width:494px;
	margin-left:10px;
	padding-bottom:10px;
}
#infoclose{
	float:right;
	margin-right:10px;
	color:red;
	background:#fff;
}
/*ajax*/
.refreshing{
	text-indent: -9999em;
	height:48px;
	width:48px;
	background: url(../img/ajax/loadpref.gif) no-repeat;
	margin:128px auto;
	display:block;
}

/*pseudolink*/
.pseudolink{
	cursor:pointer;
}
.pseudolink:hover{
	text-decoration: underline;
}

/*errors*/
.error{
	width: 460px;
	margin: 5px 0 0 10px;
	padding: 6px 0 10px 0;
	overflow: hidden;
	float:left;
	background: #000 url(../img/bgcats.gif) repeat-x;
}
.error h1{
	height: 16px;
	text-indent: 10px;
	margin: 0 0 20px 10px;
	font-size: 12px;
}
.error p{
	margin: 0 0 5px 10px;
}