body * {
	font-family: arial;
	font-size: 10pt;
}

.clear {
	clear: both;
}

a {
	color: #2087B4;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
}

fieldset {		
	line-height: 26px;
	float: left;
	z-index: 0;	
}

fieldset label {	
	float: left;
	display: block;	
	text-align: right;
	padding-right: 3px;
	width: 6em;
}

fieldset input {
	width: 14em;
}

fieldset input, textarea, select {
	float: left;	
}

textarea {
	margin-bottom: 5px;
}

#titel {
	padding: 0px 15px;
}

#titel img {
	border: none;
}

#intro {
	width: 500px;
	padding: 10px;
	line-height: 22px;	
}

div.oproep {	
	display: block;
	position: relative;
	z-index: 5;
	float: left;	
	margin: 0px 8px 25px 8px;
	width: 370px;
	height: 185px;	
	background-image: url(/img/card_blank.png);
	/* overflow: hidden; */
	font-size: 10pt;	
	line-height: 12pt;
	cursor: pointer;
}

div.oproep .naam {
	display: block;
	position: relative;
	left: 60px;
	top : 2px;
	font-weight: bold;	
}

div.oproep .info {
	display: block;	
	position: relative;
	left: 50px;
	top: 10px;
	width: 280px;	
}

div.oproep .bericht {
	display: block;
	position: relative;
	left: 50px;	
	top: 20px;
	_top: 10px;
	width: 280px;		
}

div.oproep .bericht span {
	font-size: 7pt;
	line-height: 5pt;
	color: #A89809;
}

div.oproep .bericht h2 {
	font-weight: bold;	
	margin-left: 5px;	
}

div.oproep .bericht p {
	margin-top: 8px;
	margin-left: 5px;	
}

div.oproep .views {
	position: absolute;
	margin-left: 50px;
	bottom: 3px;
	color: grey;
}

div.oproep img.lezen {
	position: absolute;
	bottom: -18px;
	left: 240px;
}

div.oproep .stars {
	position: absolute;
	left: 345px;
	top: 55px;
	height: 500px;
	width: 16px;
}

#geelvlak {	
	position: relative;
	width: 745px;
	line-height: 26px;		
	padding: 15px;
	background-color: #FFFFD5;
	border: 1px solid #FFCC33;
}
	
#zoekresultaat {
	position: relative;
	z-index: 5;
	margin: 20px;
	padding: 20px;
	background-color: #FFF;
	border: 1px solid #FFCC33;	
}

#zoekresultaat .subtitel {
	display: block;
	clear: both;
	color: grey;
	padding: 5px 0px 3px 0px;	
}	

#navigatie {	
	width: 100%;
	height: 26px;	
	background: #387294;
	padding: 3px;
	text-align: right;	
}

#navigatie a {
	display: block;
	float: right;
	padding: 7px;	
	color: #000;		
}

#userbalk {
	position: absolute;
	left: 10px;
	height: 25px;
	width: 744px;
	text-align: center;
	padding: 4px;	
	border-top: 1px solid #FFCC33;
	border-bottom: 1px solid #FFCC33;
}
	
#twitter {
	position: absolute;
	left: 600px;
	top: -8px;
}

#twitter2 {
	position: absolute;
	left: 600px;
	bottom: -4px;	
}

