body { color: black; font-family: Arial, serif; font-weight: normal; font-size: 10pt; background-image: url(donkerblauw.jpg); }

textarea, select, input {
	font-family: Arial, serif;
	font-size: 10pt; 
	//color: #333;
	color: rgb(90,90,90);
	text-decoration: none;
}

textarea.vet, select.vet, input.vet {
	font-family: Arial, serif;
	font-size: 12pt; 
	color: #333;
	text-decoration: none;
}

ul{
margin-top: -10pt;
color: rgb(90,90,90);
}

li {  
list-style-type: square;  
margin-left: -25;
padding-left: 0;
}  

h1 { color: black; font-style: normal; font-weight: bold; font-size: 22pt }
h2 { color: grey; font-style: normal; font-weight: bold; font-size: 12pt; text-align: right}
h3 { color: black; font-family: Arial, serif; font-weight: bold; font-size: 12pt;}

//p { color: black; font-family: Arial, serif; font-weight: bold; font-size: 10pt;}
p { color: black; font-family: Arial, serif; font-weight: normal; font-size: 10pt;}
p.groter { color: black; font-family: Arial, serif; font-weight: normal; font-size: 11pt;}
p.dun { color: black; font-family: Arial, serif; font-weight: normal; font-size: 10pt;}
p.vetzwart { color: grey; font-style: normal; font-weight: bold; font-size: 12pt}
p.reactie { color: black; font-family: Arial, serif; font-size: 9pt; font-weight: normal; }
p.onderschrift { color:black; font-family: Arial, serif; font-size:10pt; font-weight:normal; font-style:italic; }

a:link { color:  rgb(90,90,90); font-family: Arial, serif; font-weight: normal; font-size: 10pt; text-decoration: none;}
a:visited { color: rgb(90,90,90); font-family: Arial, serif; font-weight: normal; font-size: 10pt; text-decoration: none;}
a:hover { color: rgb(90,90,90); font-family: Arial, serif; font-weight: normal; font-size: 10pt; text-decoration: underline;}
a:active { color: rgb(90,90,90); font-family: Arial, serif; font-weight: normal; font-size: 10pt; text-decoration: none;}

a.groter:link { color:  rgb(90,90,190); font-family: Arial, serif; font-weight: normal; font-size: 14pt; text-decoration: none;}
a.groter:visited { color: rgb(90,90,190); font-family: Arial, serif; font-weight: normal; font-size: 14pt; text-decoration: none;}
a.groter:hover { color: rgb(90,90,190); font-family: Arial, serif; font-weight: normal; font-size: 14pt; text-decoration: underline;}
a.groter:active { color: rgb(90,90,190); font-family: Arial, serif; font-weight: normal; font-size: 14pt; text-decoration: none;}

a.kop:link { color:  rgb(90,90,90); font-family: Arial, serif; font-weight: bold; font-size: 10pt; text-decoration: none;}
a.kop:visited { color: rgb(90,90,90); font-family: Arial, serif; font-weight: bold; font-size: 10pt; text-decoration: none;}
a.kop:hover { color: rgb(90,90,90); font-family: Arial, serif; font-weight: bold; font-size: 10pt; text-decoration: underline;}
a.kop:active { color: rgb(90,90,90); font-family: Arial, serif; font-weight: bold; font-size: 10pt; text-decoration: none;}

a.dunne:link { color: rgb(90,90,90); font-family: Arial, serif; font-weight: normal; font-size: 10pt; text-decoration: none;}
a.dunne:visited { color: rgb(90,90,90); font-family: Arial, serif; font-weight: normal; font-size: 10pt; text-decoration: none;}
a.dunne:hover { color: black; font-family: Arial, serif; font-weight: normal; font-size: 10pt; text-decoration: underline;}
a.dunne:active { color: rgb(90,90,90); font-family: Arial, serif; font-weight: normal; font-size: 10pt; text-decoration: none;}

a.links:link { color: rgb(90,90,90); font-family: Arial, serif; font-weight: bold; font-size: 10pt; text-decoration: none; text-align: right;}
a.links:visited { color: rgb(90,90,90); font-family: Arial, serif; font-weight: bold; font-size: 10pt; text-decoration: none; text-align: right;}
a.links:hover { color: yellow; font-family: Arial, serif; font-weight: bold; font-size: 10pt; text-decoration: underline; text-align: right;}
a.links:active { color: yellow; font-family: Arial, serif; font-weight: bold; font-size: 10pt; text-decoration: none; text-align: right;}

a.boven:link { color: yellow; text-transform: none; font-family: Arial, serif; font-weight: bold; font-size: 10pt; text-decoration: none;}
a.boven:visited { color: yellow; text-transform: none; font-family: Arial, serif; font-weight: bold; font-size: 10pt; text-decoration: none;}
a.boven:hover { color: yellow; text-transform: none; font-family: Arial, serif; font-weight: bold; font-size: 10pt; text-decoration: underline;}
a.boven:active { color: yellow; text-transform: none; font-family: Arial, serif; font-weight: bold; font-size: 10pt; text-decoration: none;}


/* Artikel & comments */
.article, .content {
	margin: 10px 19px 0 0px;
	xfont-weight: bold;
	border-bottom: 1px solid #d2d1d0;
}
.content {
	padding-bottom: 10px;
}
.article.first, .content {
	border-bottom: none;
}
div.article .left {
	float: left;
}
div.article .right {
	float: right;
}

.article p, .content p {
	margin: 0 0 6px 0;
}
.article strong {
	font-weight: bold;
}

.article h2, .content h2 {
	padding: 0;
	font-size: 17px;
	color: #F09;
	margin: 0;
}
.article p img {
	float: right;
	padding: 0px;
	margin: 0 0px 0 6px;
}

.article p img.normal,
.article p img.groot {
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}
.article p img.groot {
	display: block;
	margin: 0 auto;
/*	position: relative;
	left: -19px;*/
	border: 1px solid black;
}

p.articlefooter {
	font-weight: normal;
	margin: 10px 0 10px 0;
}
p.articlefooter a {
	text-decoration: none;
}

#comments {
	margin: 0 19px;
}

#comments h3, #loggedin h3 {
	font-size: 15px;
	margin: 10px 0;
	//color: #f09;
	color: rgb(90,90,90);
}
.comment {
	color: #666;
	margin-bottom: 20px;
	padding-bottom: 4px;
	border-bottom: 1px solid #d3d2d1;
	overflow: hidden;
}
.comment p {
	margin: 0;
	font-size: 12px;
}
.comment .footer {
	margin-top: 2px;
	position: relative;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
}
.comment .footer span.umod {
	position: absolute;
	right: 20px;
	top: 4px;
	cursor: hand;
	cursor: pointer;
	width: 10px;
	height: 10px;
	background: url(http://images.geenstijl.nl/gs2008/sprites-3.png?1) -177px -149px no-repeat;
	line-height: 0px;
	font-size: 0px;
}
.comment .footer span {
	color: #5f6168;
	font-weight: bold;
}
.comment span.baby {
	width: 13px;
	height: 12px;
	background: url(http://images.geenstijl.nl/gs2008/sprites-3.png?1) -201px -149px no-repeat;
	position: relative;
	top: 1px;
	line-height: 0;
	font-size: 0px;
	display: -moz-inline-box;
	display: inline-block;
}



.blockExtFile {
    border: 1px solid #aaa;
    display: block;
    font-size: 10px;
    clear: both;
    overflow: hidden;
    margin: 0px 4px 4px 4px;
    min-height: 20px;
    padding: 4px;
    background: url(http://www.midlandfm.nl/layout/bckgrnd-headlines.gif) repeat-x top left;
		background-color: white;
}

.blockExtFile ul {
 padding: 5px;
 margin: 0px 0px 0px 20px;
 list-style: none;
}

div.reclame{
	font-family: Arial, serif; 
	font-size: 11px;
	color: rgb(90,90,90);
}