@charset "utf-8";
/* CSS Document voor RR-Works*/

* {
	padding:0;
	margin:0;
}

html, body {
	height: 100%; /* héél belangrijk */
	font: 1.0em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000;
	background: #908579;
	text-align: center;
}

.pijltjes {
	color: #FF0000;
}

#container {
	top: 10px;
	width: 700px;
	margin: 0 auto;
	position: relative;
	height: auto;
	background: #FFF;
	border: 1px solid #000000;
}

#header{
	padding-left: 20px;
	height: 200px;
	font-size: 2em;
	font-family: Magneto;
	background: url(header.png) bottom left no-repeat;
	line-height: 60px;
}

#menu {
	width: 700px;
	height: 65px;
	background: url(menu.png) top left repeat-x;
}

a.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
}

a.link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

a.menu {
	display: block;
	float: left;	
	background: url(menu.png) top left repeat-x;
	padding: 20px 20px 0px 20px;
	height: 33px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

a.menu:hover {
	display: block;
	float: left;	
	background-color: #000000;
	padding: 20px 20px 0px 20px;
	height: 33px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	border-bottom: 3px solid #FF0000;
}

a.menu-active {
	display: block;
	float: left;	
	background: url(menu.png) top left repeat-x #000000;
	padding: 20px 20px 0px 20px;
	height: 33px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	border-bottom: 3px solid #FF0000;
}

#inhoud {
	width: 660px;
	height: auto;
	_height: 270px;
	min-height: 270px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.kop {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(h2.png) bottom left repeat-x;
	line-height: 32px;
	display: block;
	float: inherit;
	width: 100%;
	margin-bottom: 10px;
}

h1 {
	font-size: 22px;
}

p.bodytekst {
	margin-bottom: 15px;
	line-height: 16px;
}

table.referenties {
	width: 100%;
	border: 0px;
}

table.referenties tr {
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 16px;
}

table.referenties td {
	height: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 16px;
}

.ref {
	margin-left: 20px; 
	border-left: 1px solid #FF0000; 
	border-bottom: 1px solid #FF0000; 
	padding-top: 5px; 
	padding-left: 5px;
	padding-bottom: 5px;
}

#visitekaartje {
	position: relative;
	width: 230px;
	height: 197px;
	background: url(visitekaartje.png) top left no-repeat;
	padding-left: 170px;
	padding-top: 30px;
	color: #FFFFFF;
	border: 1px solid #000000;
}

#visitekaartje a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
}
