@charset "iso-8859-1";

*{
	margin: 0;
	padding: 0;
}

/*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*/

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
img{
	border: none;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	background: #202020;*/
	color: #fff;
	padding: 0 0 10px 0;
}
/*cam items*/

.camblock .cammer p{
	font-weight: bold;
	height:15px;
	overflow:hidden;
}
.camblock263 .cammer p{
	font-weight: bold;
	height:15px;
	overflow:hidden;
}
.camblock263 .cammer img{
	width: 128px;
	height:96px;
	display: block;
	margin: 2px 0 5px 0;
}

.camblock .cammer img{
	width: 128px;
	height:96px;
	display: block;
	margin: 2px 0 5px 0;
}
.camblock .online{
	background: url(../img/webcam/online.gif) no-repeat;
	width: 62px;
	height: 21px;
	display: block;
	float: left;
	text-indent: -9999em;
	overflow:hidden;
}
.camblock .offline{
	background: url(../img/webcam/offline.gif) no-repeat;
	width: 62px;
	height: 21px;
	display: block;
	float: left;
	text-indent: -9999em;
	overflow:hidden;
}
.camblock .profiellink{
	background: url(../img/webcam/profiel.gif) no-repeat;
	width: 62px;
	height: 21px;
	display: block;
	float: left;
	text-indent: -9999em;
	overflow:hidden;
	margin: 0 0 0 4px;
	font-size: 10px;
}
.camblock263 .online{
	background: url(../img/webcam/online.gif) no-repeat;
	width: 62px;
	height: 21px;
	display: block;
	float: left;
	text-indent: -9999em;
	overflow:hidden;
}
.camblock263 .offline{
	background: url(../img/webcam/offline.gif) no-repeat;
	width: 62px;
	height: 21px;
	display: block;
	float: left;
	text-indent: -9999em;
	overflow:hidden;
}
.camblock263 .profiellink{
	background: url(../img/webcam/profiel.gif) no-repeat;
	width: 62px;
	height: 21px;
	display: block;
	float: left;
	text-indent: -9999em;
	overflow:hidden;
	margin: 0 0 0 4px;
	font-size: 10px;
}

/*for ajax*/
.loading{
	text-indent: -9999em;
	height:31px;
	width:31px;
	background: url(../img/ajax/loading.gif) no-repeat;
	margin:50px auto 50px;
}

h1 {font-size:16px;}
