/* CSS Document */

body{
	background:transparant;
	margin-top:5px;
}

#wrapper{
	width:150px;
	text-align:center;
}

.bottomlink{
	color:#4b0000;
}

.webcamitem{
	width: 135px;
	height: 105px;
	background: #4b0000;
	padding: 8px 0 0 8px;
	/*float: left;*/
	margin: 0 6px 10px 0;
}
.webcamitem img{
	border: none;
	width: 100px;
}
.webcamitem .imgborder{
	border: 1px solid #fff;
	margin: 0 0 5px 0;
	width:100px;
	height:75px;
	overflow:hidden;
	background:#000;
}
.webcamitem p{
	margin:0 0 5px;
	text-align:center;
	font-size: 10px;
	color:#fff;
}
.webcamitem p a{
	color:#fff;
}
.webcamitem .online{
	background: url(../img/cams/icononline.gif) no-repeat;
	padding: 0 0 0 13px;
}
.webcamitem .offline{
	background: url(../img/cams/iconoffline.gif) no-repeat;
}
.icoontjes{
	width: 22px;
	padding: 6px 0 0 0;
	float: left;
}
.icoontjes a{
	border: none;
	margin: 0 0 9px 0;
	display:block;
	width: 16px;
	height: 14px;
}
.icoontjes .chat{
	background: url(../img/cams/iconchat.gif) no-repeat;
}
.icoontjes .chat_later{
	background: url(../img/cams/iconchat_later.gif) no-repeat;
}
.icoontjes .chat_later:hover{
	background: url(../img/cams/iconchat.gif) no-repeat;
}
.icoontjes .info{
	background: url(../img/cams/iconinfo.gif) no-repeat;
}
.icoontjes .mail{
	background: url(../img/cams/iconmail.gif) no-repeat;
}
.icoontjes .mail_later{
	background: url(../img/cams/iconmail_later.gif) no-repeat;
}
.icoontjes .mail_later:hover{
	background: url(../img/cams/iconmail.gif) no-repeat;
}
.webcamitem p a{
	text-decoration:none;
}
.webcamitem p a:hover{
	text-decoration:underline;
}
