/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: none;
}

/*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*/

#direct{
	padding: 2px 10px 10px 10px;
	text-align: center;
}


#direct h1{
	font-size: 14px;
}

/*direct inbellen*/

#inbelheader{
	margin-bottom: 5px;
	height: 17px;
	font-size: 14px;
	color: #df39a5;
	font-weight: bold;
	line-height: 14px;
}

#direct #inbellen{
	margin: 10px auto 10px auto;
	width: 480px;
	background: url(../img/notify/bginbellen.gif) repeat-x #030303;
	padding: 10px;
	margin-bottom: 10px;
}

#inbellen .stap{
	color: #df39a5;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin: 10px 0 2px 0;
	background: url(../img/notify/bgmainitem.gif) repeat-x;
}

#inbellen .belitem{
	padding: 10px 0 5px;
}

#inbellen .belitem p{
	margin-bottom: 5px;
}

#telefoonnummer{
	font-weight: bold;
	font-size: 14px;
}

#inbellen #tarief{
	color: #9a9a9a;
	font-size: 0.85em;
}

#inbellen .pincode{
	width: 98px;
	height: 20px;
}

#inbellen .cambutton{
	width: 98px;
	height: 23px;
	display: block;
	margin: 5px auto 0;
}

#inbellen .cambutton:hover{
	cursor:hand;
}

.waarschuwing{
	margin-top: 7px;
}

/*einde direct inbellen*/

#infotop{
	padding: 10px;
	background: url(../img/notify/bginbellen.gif) repeat-x #030303;
	float: left;
	margin: 10px 0 0 10px;
	font-size: 11px;
	width: 135px;
}

#infotop #linkFoto1 img{
	width: 135px;
	display: block;
	margin: 8px 0;
}

#infotop ul{
	list-style: none;
	color: #df39a5;
}

#infotop ul li .highlight{
	color: #fff;
}

#infotop h1{
	font-size: 12px;
	color: #df39a5;
}



#infobottom{
	margin-top: 10px;
	padding: 2px 10px 10px 10px;
	text-align: center;
	float: right;
	width: 405px;
}

#infobottom #inbellen{
	width: 385px;
	background: url(../img/notify/bginbellen.gif) repeat-x #030303;
	padding: 10px;
	margin-bottom: 10px;
}

#infobottom .notify{
	width: 385px;
	background: url(../img/notify/bginbellen.gif) repeat-x #030303;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;	
}

#infobottom .notify p{
	margin-bottom: 10px;
}

.visibilityfix span{
  float:left;
  clear:none;
  display:block;
}

#infobottom .notifybutton{
	display: block;
	margin: 5px 0 10px 0;
	background:url(../img/notify/button_notify.png);
	width:146px;
	height:26px;
	border:none;
}

#infobottom a{
	color: #df39a5;
}
