/* 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: #ffa210;
	font-weight: bold;
	line-height: 14px;
}

#direct #inbellen{
	/*margin: 10px auto 10px auto;*/
	width: 480px;
	background: url(../img/cams/bginbellen.gif) repeat-x #030303;
	padding: 10px;
	margin-bottom: 10px;
}

/*einde direct inbellen*/

#infotop{
	padding: 10px;
	background: url(../img/cams/bginbellen.gif) repeat-x #030303;
	float: left;
	margin: 10px 0 0 10px;
	font-size: 11px;
	width: 135px;
}

#cammerinfo .imgborder{
	width: 135px;
	display: block;
	margin: 8px 0;
	height:101px;
	overflow:hidden;
	background:#000;
}

#infotop #foto1{
	width: 135px;
}

#infotop ul{
	list-style: none;
	color: #ffa210;
}

#infotop ul li .highlight{
	color: #fff;
}

#infotop h1{
	font-size: 12px;
	color: #ffa210;
}

#infobottom{
	margin-top: 10px;
	padding: 0 10px 10px 10px;
	text-align: center;
	float: right;
	width: 436px;
}

#infobottom #inbellen{
	width: 426px;
	background: url(../img/cams/bginbellen.gif) repeat-x #030303;
	padding: 5px;
	margin-bottom: 5px;
}

#infobottom .notify{
	width: 426px;
	background: url(../img/cams/bginbellen.gif) repeat-x #030303;
	padding: 5px;
	margin-bottom: 5px;
	text-align: left;
}

#infobottom .notify p{
	margin-bottom: 10px;
}

#infobottom .notifybutton{
	display: block;
	margin: 5px 0 10px 0;
}

#infobottom a{
	color: #ffa210;
}

/*notify*/

.notify h1{
	font-size:15px;
	color:#FFA210;
}

.notify .email{
	width: 130px;
	border: 1px solid #000;
	padding: 2px 0;
	font-size: 12px;
}

.notify .button{
	font-size: 12px;
	padding: 2px 4px 2px 4px;
	background: #a5a5a5;
	border: 1px solid #000;
}

.notify .messages .nospace{
	display:block;
	width:350px;
	height:0;
	overflow:visible;
	margin-right:-350px;
}

.notify a{
	color:#e7902a;
}

.groen{color:#0e0;}

#infobottom p{margin:5px;}
