﻿/*popup*/
#popup {
background: url(../img/bg.png) no-repeat;
width: 213px;
height: 126px;
z-index: 2;
display: none;
}

#popup a{
  text-decoration: none;
  color:#666;
}

#popup a img{
	border: none;
}

#popup #kop {
	width:150px;
	height:20px;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	padding:10px 0 0 40px;
	background-image: url(../img/cam.png);
	background-repeat: no-repeat;
	background-position: 11px 5px ;
	margin-top:5px;
	float:left;
}
#popup .kruis {
	width:8px;
	height:8px;
	float:right;
	margin:18px 15px 0 0;
	cursor: pointer;
	

}
#popup #pic {
	width:65px;
	height:65px;
	float:left;
	background:url(../img/bg_pic.jpg) no-repeat;
	margin:10px 0 0 15px;
}
#popup #pic img {
	width:46px;
	height:46px;
	margin:7px 0 0 9px;
}
#popup #tekst {
	width:120px;
	float:right;
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	margin-top:8px;
	padding:1px 10px 0 0px;

}
#popup #nucammen {
	width:88px;
	height:19px;
	float:right;
	margin:5px 25px 0 0;
}



