/* CSS Document */

.vrstBlad {
	width: 360px;
	position: relative;
	display: none;
	padding-bottom: 100px;
	}

#vrstItems {
	float: left;
	width: 360px;
	zoom: 1;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	overflow: hidden;
	}
	
#vrstItems a:link {
	text-decoration: none;
	}
	
#vrstItems a:hover {
	text-decoration: none;
	}

#vrstItems a:active {
	text-decoration: none;
	}
	
#vrstItems a:visited {
	text-decoration: none;
	color: #0033CC;
	}

.vrstItem {
	cursor:pointer;
	overflow:hidden;
	display: block;
	/*background-image: url(../images/vrstitemS.png);*/
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	position: relative;
	margin-top: -61px;
	padding-right: 5px;
	}
	
.vrstItem.S, .vrstItem.K {
	background-image: url(../images/vrstitem_S.png);
	}

.vrstItem.W {
	background-image: url(../images/vrstitem_W.png);
	}
	
.vrstItem.A {
	background-image: url(../images/vrstitem_A.png);
	}
	
.active {
	/*background-color: #FF0000;*/
	}
	
.vrstItem.geweest {
	color: #888888;
	}
	
.vrstItem.verberg {
	display: none;
	}

.vrstItem h2 {
	position: absolute;
	left: 60px;
	top: 62px;
	width: 290px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	/*color: #000;*/
	padding: 0px;
	margin: 0px;
	}
	
.vrstItem h6 {
	position: absolute;
	left: 5px;
	top: 62px;
	width: 52px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #03B;
	text-align: right;
	padding: 0px;
	margin: 0px;
	}

.vrstItem.geweest h6{
	color: #888888;
	}

.vrstItem p {
	position: absolute;
	left: 60px;
	top: 46px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #073;
	padding: 0px;
	margin: 0px;
	}

.vrstItem h5 {
	position: absolute;
	top: 32px;
	left: 61px;
	width: 285px;
	font-size:8pt;
	font-weight:normal;
	color: #000;
	margin: 0px;
	padding: 0px;
	height: 16px;
	overflow: hidden;
	}

.vrstItem img {
	position: absolute;
	top: 17px;
	left: 5px;
	width: 50px;
	height: 40px;
	}

.markeer {
	color: #B00;
	font-weight: bold;
	}

