/*  Markei WEBDISGN                                           */
/* Webfilosofen.nl - algemene css                              */
/* ----------------------------------------------------------- */

body {
	background-image: url(grijs.png);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 20px 0px;
	color: #000000;
}

div#kop {
	height: 100px;
}

img#logo {
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 1;
}

h1#titel {
	font-size: 3em;
	height: 40px;
/*	margin-left: 260px;
	margin-top: 20px; */
	color: #99989D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	left: 260px;
	top: 20px;
	z-index: 4;
}

blockquote#slogan {
	font-size: 2em;
/*	margin-left: 260px; */
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.019em;
	height: 70px;
	position: absolute;
	left: 260px;
	top: 60px;
	z-index: 5;
}

div#documentinformatie {
	background-color: #92a8d0;
	color: #000000;
	text-align: right;
	height: 22px;
	font-size: 0.8em;
	overflow: hidden;
}

div#document {
	margin: 80px 20px 0px 260px;
}

div#menu {
	position: absolute;
	top: 180px;
	left: 20px;
	width: 200px;
}


div#menu ul {
	list-style: none;
	margin-bottom: 50px;
	font-weight: bold;
}

div#menu ul li {
	padding: 5px 0px 5px 0px;
}


div#menu ul.hoofdmenu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2px 10px 2px 10px;
	background-color: #88898D;
	background-image: url(grijs.png);
	font-weight: normal;
}
div#menu ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 2px 10px 2px 10px;
	background-color: #88898D;
	background-image: url(grijs.png);
}

div#menu ul li a:hover {
	background-image: none;
	background-color: #92a8d0;
	color: #FFFFFF;
}

div#informatie {
	border-top: 1px solid #99989D;
	color: #99989D;
	margin-left: 220px;
	padding: 10px 20px 10px 40px;
	background-color: #FFFFFF;
	margin-top: 30px;
	font-size: 0.8em;
}
h3 {
	border-top: 1px solid #99989D;
	margin-right: 200px;
}
.informatie {
	color: #99989D;
}






div.reactie {
	border-bottom: 1px solid #CCCCCC;
	margin: 20px 50px 10px 0px;
}

span.naam {
	font-weight: bold;
}








/* STAR RATING */
	.star-rating{
		list-style:none;
		margin-left:5px!important;
		padding:0px;
		width: 125px;
		height: 25px;
		position: relative;
		background: url(http://www.webfilosofen.nl/markei/cms/rating/alt_star.gif) top left repeat-x;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a{
		display:block;
		width:25px;
		height: 25px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		background: url(http://www.webfilosofen.nl/markei/cms/rating/alt_star.gif) left top;
	}
	.star-rating li a:hover{
		background: url(http://www.webfilosofen.nl/markei/cms/rating/alt_star.gif) left bottom;
		z-index: 2;
		left: 0px;
	}
	.star-rating a.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:25px;
	}
	.star-rating a.two-stars{
		left:25px;
	}
	.star-rating a.two-stars:hover{
		width: 50px;
	}
	.star-rating a.three-stars{
		left: 50px;
	}
	.star-rating a.three-stars:hover{
		width: 75px;
	}
	.star-rating a.four-stars{
		left: 75px;
	}
	.star-rating a.four-stars:hover{
		width: 100px;
	}
	.star-rating a.five-stars{
		left: 100px;
	}
	.star-rating a.five-stars:hover{
		width: 125px;
	}
	.star-rating li.current-rating{
		background: url(http://www.webfilosofen.nl/markei/cms/rating/alt_star.gif) left center;
		position: absolute;
		height: 25px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
