* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: Trebuchet MS;
	color: #fff;
	font-size: 16px;
	background-color: #00D4FF;
}


.prehead {
	background-image: url(../../images/header_bgr.jpg);
	height: 308px;
	width: 100%;
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
}

#page {
	width: 780px;
	margin: 0px auto;
	position: relative;
}

#header {
	background-image: url(../../images/header.jpg);
	width: 780px;
	height: 148px;
	background-repeat: no-repeat;
}

.precontent {
	background-image: url(../../images/content_top.jpg);
	background-repeat: no-repeat;		
}

.postcontent {
	background-image: url(../../images/content_bottom.jpg);
	background-repeat: no-repeat;	
}

#content {
	background-image: url(../../images/content_bgr.jpg);
	background-repeat: repeat-y;
	width: 740px;
	padding: 0px 20px 0px 20px;
}

#content .cb {
	width: 740px;
	clear: both;
}

#left {
	width: 170px;	
	float: left;
}

#main {
	width: 570px;
	float: right;	
}

#footer {
	width: 780px;
	clear: both;
	background-image: url(../../images/footer_bgr.jpg);
	background-repeat: no-repeat;
	height: 37px;
	padding-top: 20px;
	text-align: center;
}

#header h1 {
	padding: 40px 0 0 20px;
}

h1 span {
	color: Aqua;
}

#left ul {
	margin-left: 20px;
}

#left ul li.categorie {
	margin-left: 30px;
	font-size: smaller;
}

.comments {
	margin-left: 20px;
	padding: 4px;
	border-bottom: 1px solid #ccc;
}

div.row{
  position: relative;
  padding-left: 120px;
  height: 24px;
}
  
.row p {
  position: absolute;
  left: 0;
  top: 0;
}

div.rowb{
  position: relative;
  padding-left: 120px;
  width: 250px;
}
  
.rowb p {
  position: absolute;
  left: 0;
  top: 0;
}

.standjeinfo {
	width: 250px;
	float: right;
}

.standjeinfo p.what {
	color: Aqua;
}

/*Stemmen*/

ul.tags li {
	margin-left:20px;	
}

ul.stem {
	
}

ul.stem li {
	float: left;
	list-style: none;
}

ul.stemweergave {
	
}

ul.stemweergave li {
	float: left;
	list-style: none;
}

/* Stem ok, stem niet ok */

.fout {
	border: 1px solid #920E71;
	background-color: #F4AAE2;
	background-image: url(../images/ico/oops.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 50px;
	color: #AC1787;
	margin: 5px;
	padding: 10px 10px 0px 60px;
}

.notice {
	border: 1px solid #920E71;
	background-color: Lime;
	background-image: url(../images/ico/ok.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 50px;
	color: #AC1787;
	margin: 5px;
	padding: 10px 10px 0px 60px;
}

.item_index li {
	list-style:none;
 	width: 100px;
	height: 150px;
	float: left;
	margin: 10px;
	border: 1px solid #01D1FF;
	padding: 5px;
}

.item_index li span {
	clear: both;
	background-color: Aqua;
	width: 100px;
	display: block;
	color: #000;
}
#left li a, #main li a {color: #fff;}
