@charset "utf-8";
/* CSS voor R10-website */

.kop_1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #BCBAAC;
	text-transform: uppercase;
}
.kop_2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #BCBAAC;
}
.lijnOnder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.broodtekst_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}
.topmenu {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.menulijn {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #EAEAEA;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #F78F1E;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lichtgrijs {
	color: #CCCCCC;
}
