body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	font: normal 12px Arial;
}
img {
	border: none;
}

span .rood {
	color: #fff;
	padding: 2px 5px 2px 5px;
	background: #ed1b24;
}
a {
color:#ff0000;
}
a.link:hover{
color:#000;
}


#container {
	width: 90%;
	margin: 0px auto;
}

#header {
	width: 100%;
	height: 40px;
	background-color:#dddddd;
	border-bottom: 1px dashed #ed1b24;
}



#plaats {
	width: 100%;
	height: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #ed1b24;
}

#zoeken {
	width: 100%;
	height: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #ed1b24;
}

#submit_button {
	width: 100%;
	height: 22px;
	padding-top: 3px;
	padding-bottom: 0px;
}

#bladeren {
	color: black;
	width: 100%;
	border-bottom: 1px dashed #ed1b24;
	position: relative;
	display: block;
	clear: both;
}

#article {
	width: 100%;
	border-bottom: 1px dashed #ed1b24;

}


#bladeren p {
	font-weight: bold;
	padding: 5px 0px 0px 3px;
	color: #000;
}

#bladeren ul {
	list-style: square;
	color: #ed1b24;
}

#bladeren ul li a {
	color: #000;
	text-decoration: underline;
}

#bladeren ul li a:hover {
	color: #000;
	text-decoration: none;
}

#footer p 
{
	text-align:center;
	color: #ccc;
	margin-top: 3px;
}

#resultaat {
	border-bottom: 1px dashed #ed1b24;
	padding-bottom: 22px;
}

#streep 
{
	border-bottom: 1px dashed #ed1b24;
	text-align:center;
	
}
#streep2
{
	text-align:center;
	 margin-top:-15px;
	 margin-bottom:-20px;
}

#resultaat p {
	font-weight: bold;
}

#resultaat ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #ed1b24;
}

#container #header a.link 
{
	color: #000;
	text-decoration:none;
	text-align: right;	
	/*
	padding-top: 22px;
	padding-left: 115px;
	position: absolute;*/
}
#container #header a.link:hover 
{
	color:#000;
	text-decoration: underline;
	text-align: right;
	/*
	padding-top: 22px;
	padding-left: 115px;
	position:absolute;*/
}

#container #header #menu
{
	float: right;
	text-align:right;
	font-size:11px;
}

#container #header #menu a 
{
	font-weight:bold;
	color:#000000;
	text-decoration: none;
}

#container #header #menu span
{
	font-family: Arial;
	font-size: 10px;
}

#container #header #menu span a{
color:#ff0000;
text-decoration:underline;
font-size:12px;
}

#container #header #menu a:hover 
{
	font-weight:bold;
	color: #000;
	text-decoration:underline;
}


#resultaat ul li {
	border-bottom: 1px dashed #ed1b24;
	padding: 4px 0px 4px 0px;
	line-height:16px;
}

#resultaat ul li .date {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
#resultaat ul li .red 
{
	color: #f00;
	text-decoration: none;
	font-size: 10px;
}


#resultaat ul li a.title {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#resultaat ul li a.title:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

#resultaat ul li .location {
	color: #000;
	text-decoration: none;
	font-size: 12px;
}

#detail {
position:relative;
	border-bottom: 1px dashed #ed1b24;
	vertical-align:top;
    text-align:left;
	padding-top:5px;
	padding-bottom:5px;
}

#detail h1 {
	font: bold 12px Arial;
}

#detail h2 {
	font: bold 12px Arial;
	margin: 0px;
}

#detail h3 
{
	font: bold 14px Arial;
}

#detail img 
{
	margin-right: 5px;
	margin-bottom: 5px;
    float:left;
}
#detail p{
line-height:16px;
}
#detail p a {
color:#ff0000;
}
#past_next {
	color: #000;
	padding: 3px 0px 3px 0px;
	float: right;
}

#past_next a {
	text-decoration: underline;
	color: #000;
}

#past_next a:hover {
	text-decoration: none;
	color: #ed1b24;
}

.input {
	width: 94%;
	background: #fff;
	padding: 2px 2px 2px 2px;
	margin-bottom: 2px;
	border: 1px solid #000;
	font: normal 12px Arial;
}

.select {
	width: 95%;
	background: #fff;
	padding: 2px 2px 2px 2px;
	border: 1px solid #000;
	font: normal 12px Arial;
}

.button {
	width: 50px;
	height: 20px;
	border: 0px;
	color: #fff;
	background: #999999;
	font: bold 12px Arial;
}
#rechtsonder {
float:right;
}