/* CSS Document */
body {
	font-family: verdana;
	font-size:10px;
}
.rood {
	color: #CC0000;
	font-size: 15px;
	text-transform: uppercase;
}



.left {
	text-align: left;
}

.tekst {	
	font-size: 10px;
}

.titel {
	font-size: 12px;
	font-weight: 200;
}
.bgrood {
	background-color: #FFCCCC;
}
.px9 {
	color: #000000;
	font-size: 9px;
	text-transform: uppercase;
}

.px11 {

	font-size: 11px;
	text-transform: uppercase;
}
.px10 {
 color: #000000;
	font-size: 10px;
	text-transform: uppercase;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a.uitverkocht:link {
	color: #cc0000;
	text-decoration: none;
}
a.uitverkocht:visited {
	color: #cc0000;
	text-decoration: none;
}
a.uitverkocht:hover {
	color: #cc0000;
	text-decoration: underline;
}
a.uitverkocht:active {
	color: #cc0000;
	text-decoration: underline;
}
a.dbnav:link {
	font-size:10px;
	color: #000000;
	text-decoration: none;
}
a.dbnav:visited {
	font-size:10px;
	color: #000000;
	text-decoration: none;
}
a.dbnav:hover {
	font-size:10px;
	color: #cc0000;
	text-decoration: none;
}
a.dbnav:active {
	font-size:10px;
	color: #cc0000;
	text-decoration: none;
}
a.nav:link {
	font-size:10px;
	color: #999999;
	text-decoration: none;
}
a.nav:visited {
	font-size:10px;
	color: #999999;
	text-decoration: none;
}
a.nav:hover {
	font-size:10px;
	color: #cc0000;
	text-decoration: none;
}
a.nav:active {
	font-size:10px;
	color: #cc0000;
	text-decoration: none;
}
select {
	border: 1px solid;
	border-color:#cccccc;
	background-color: #cccccc;
	padding: 0px;
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
hr {

