/* ************************************ */
/* Algemene styles voor de website */
/* ************************************ */


body, html {
background-color:#000000;
background-image:url(/skins/v7/images/bg.jpg);
background-repeat:repeat-y;
margin:0px;
padding:0px;
min-height:100%;
}

#wrap  {
height:100%;
width:990px;
}

#content  {
height:100%;
width:100%;
}


#head {
position:relative;
width:600px;
height:235px;
left:0px;
}

#contentleft    {
width:350px;
margin-left:77px;
float:left;
}

#contentmiddle  {
width:220px;
margin-left:35px;
float:left;
}

#contentright  {
width:270px;
margin-left:35px;
float:left;
}


img.alignright {
padding: 1px;
margin: 5px 15px 2px 15px;
display: inline;
float: right;
border: 1px solid #333;
}

.webcam {
width: 160px;
border: 1px solid #333;
}

.entry img {
border: 1px;
border: 1px solid #ffffff;
}

.entry {
width:320px;
margin-top:2px;
margin-left:0px;
padding: 0px;
}

img.searchform {
border: 0px;
}

.searchform img {
border: 0px;
}

searchform img {
border: 0px;
}

img.foot {
border: 0px;
}

.subfooter {
width:400px;
margin-top:10px;
margin-left:10px;
padding: 2px;
}

.blockright {
width:273px;
margin-top:0px;
margin-left:13px;
border: 1px;
font-size:9px;
}

blockright-title {
width:273px;
left: -10px;
}


/* Begin Images */
p img {
	padding: 1px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
.leftbox {
	padding: 0px;
	margin: 5px 7px 2px 0px;
	display: inline;
	float: left
	}
	
/* End Images */


/* input formulieren */

input, textarea, textarea.post, select, input.searchform {
	font-size: 10px; 
	font-family: Verdana; 
	color: #ffffff; 
	background-color : #92758a;
	border: 0px solid #ffffff;
}

input  { 
	font-size: 10px; 
	font-family: Verdana; 
	color: #ffffff; 
	background-color: #92758a; 
	text-indent: 0px; 
	border: solid 0px #999 
}

input.button {
	font-size: 9px; 
	font-family: Verdana; 
	color: #ccc; 
	background-color: #92758a; 
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #006699;
}