@charset "UTF-8";
/* CSS Document van jaspernip.nl */

html, body {
	margin: 0;
	padding: 0;
	background: repeat url('/images/bg.gif');
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#before {
	padding: 20px 0 20px 0;
	margin: 0;
}

#container {
	width: 799px;
	margin: 0 auto;
	padding: 0;
	background: none;
	min-height: 500px;
	height: auto !important;
  	height: 500px;
}

#header {
	margin: 0;
	padding: 0;
	width: 799px;
	min-height: 404px;
	height: auto !important;
  	height: 404px;
}

#menu {
	border-top: 1px #588cc9 solid;
	border-bottom: 1px #588cc9 solid;
	margin: 0;
	padding: 0;
	background: no-repeat url('/images/bg_menu.png');
	width: 799px;
	min-height: 35px;
	height: auto !important;
  	height: 35px;
	color: #cfedc7;
}

#menu ul {
	margin: 0;
	padding: 0;
	min-height: 35px;
	height: auto !important;
  	height: 35px;
}

#menu ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 159px;
	min-height: 35px;
	height: auto !important;
  	height: 35px;
	text-align: center;
}

#menu ul li a {
	border-left: 1px #588cc9 solid;
	display: block;
	padding: 7px 0 0 0;
	margin: 0;
	width: 159px;
	min-height: 28px;
	height: auto !important;
  	height: 28px;
	color: #588cc9;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
}

#menu ul li a:hover {
	background-color: #17365d;
}	

#menu ul li a.first {
	border-left: none;
}

#menu ul li a.last {
	width: 162px;
}

#menu ul li a.actief {
	text-decoration: underline;
}

#menu ul li a.firstactief {
	border-left: none;
	text-decoration: underline;
}

#menu ul li a.lastactief {
	width: 162px;
	text-decoration: underline;
}

#tekst {
	width: 688px;
	margin: 0;
	padding: 20px 50px 0 61px;
	background-color: #e5edfa;
	min-height: 300px;
	height: auto !important;
  	height: 300px;
}

#tekst h1 {
	padding: 0 0 15px 0;
	margin: 0;
	color: #27395c;
	font-weight: bold;
	font-size: 22px;
}

#tekst p {
	color: #27395c;
	font-size: 15px;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 170%;
}

#tekst p a {
	color: #27395c;
}

#tekst p a:hover {
	text-decoration: none;
}

#tekst p.lijst {
	padding: 0;
}

#tekst p.last {
	padding: 0 0 30px;
}

#tekst p.portfolio, p.contact {
	color: #27395c;
	font-size: 15px;
	margin: 0;
	padding: 6px 0 20px 0;
	line-height: 170%;
	text-align: center;
}

#tekst p.contact {
	text-align: left;
}

#tekst p.formulier {
	padding: 5px 0 0 0;
}

#tekst img {
	padding: 0;
	margin: 0 15px 15px 15px;
	border: 1px #588cc9 solid;
}

#tekst ol {
	margin: 0;
	padding: 0 0 10px 23px;
	line-height: 170%;
	color: #27395c;
	font-size: 15px;
}

#tekst ul {
	margin: 0;
	padding: 0 0 10px 23px;
	line-height: 170%;
	color: #27395c;
	font-size: 15px;
}

#tekst ul.last {
	padding: 0 0 30px 23px;
}

#tekst ul a {
	color: #27395c;
}

#tekst ul a:hover {
	text-decoration: none;
}

#tekst table {
	padding: 0;
	margin: 0;
}

#tekst table.contact {
	padding: 0 0 20px 0;
}

#tekst table tr {
	padding: 0 24px 0 0;
	margin: 0;
	width: 688px;
}

#tekst table td {
	padding: 0 24px 0 0;
	margin: 0;
	width: 344px;
}

#tekst table.contact td {
	vertical-align: top;
}

#tekst table.contact td.formulier {
	padding-left: 20px;
	width: 488px;
	color: #17365d;
	font-size: 15px;
}

#tekst table.contact table td.title, td.bericht {
	font-weight: bold;
}

#tekst table.contact table td.title {
	vertical-align: middle;
}


#tekst table.contact table input, textarea {
	background-color: #e5edfa;
	border: 1px #17365d solid;
	padding: 3px 4px;
	color: #17365d;
	font-size: 14px;
}	

#tekst table.contact table textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 3px 4px;
}

#tekst table.contact table input.button {
	font-size: 14px;
	border: 1px #17365d solid;
	color: #17365d;
	background: none;
	padding: 2px 6px;
	margin: 4px 0 0 0;
}

#tekst table.contact td.gegevens {
	border-right: #17365d solid 1px;
	width: 200px;
}

#tekst table td img {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

#footer {
	border-top: 1px #588cc9 solid;
	margin: 0;
	padding: 9px 0 0 0;
	background: no-repeat url('/images/bg_footer.png');
	width: 799px;
	min-height: 26px;
	height: auto !important;
  	height: 26px;
}

#footer p {
	text-align: center;
	color: #588cc9;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
	
