/* CSS Document */

#content{
	/*background: #a2004b;*/
	background: url(../img/cams/bginbellen.gif) repeat-x #030303;
	padding: 10px;
	width: 688px;
	color: #fff;
}

#content h1{
	width: 288px;
	height: 15px;
	font-size: 12px;
}

#cammain{
	width: 453px;
	float: left;
}

#cammain h1{
	width: 250px;
	padding: 0 0 5px 6px;
	margin: 0 0 10px 0;
}

#cammain p{
	text-align: center;	
	margin: 0 0 5px 0;
}
#cams{
	margin-left:6px;
}
.webcamitem{
	width: 135px;
	height: 105px;
	background: url(../img/cams/bgcammer.gif) repeat-x #4b0000;
	padding: 8px 0 0 8px;
	float: left;
	margin: 0 6px 10px 0;
}
.webcamitem img{
	width:100px;
	height:75px;
	border: 1px solid #fff;
	margin: 0 0 5px 0;
}
.webcamitem p{
	font-size: 10px;
}
.webcamitem .online{
	background: url(../img/cams/online.gif) no-repeat;
	padding: 0 0 0 13px;
}
.webcamitem .offline{
	background: url(../img/cams/offline.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:hover{
	text-decoration:underline;
}

.camnav{
	clear: both;
}
.camnav .item{
	clear: both;
	color: #fff; 
}

#camside{
	width: 235px;
	float: left;
}

#camzoeken{
	background: #000;/*url(../img/cams/form.gif) no-repeat;*/
	width: 215px;
	height: 350px;
	padding: 10px;
	line-height: 20px;
	margin-top: 49px;
}
#camzoeken h1{
	border-bottom: 1px solid #fff;
	line-height: 15px;
	width: 215px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
#camzoeken td{
	vertical-align: top;
}
.submit{
	display: block;
	margin: 27px 0 0 0;
	background: url(../img/cams/buttonzoeken.gif) no-repeat;
	width: 114px;
	height: 23px;
	border: none;
	color: #fff;
	font-size: 12px;
	padding: 0 0 3px 0;
	cursor: pointer;
}
#camside p{
	font-size: 12px;
	margin: 5px 0 0 0;
}
