@charset "utf-8";
/* main style */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/interface/main_background.jpg);
	background-repeat: repeat-x;
}
a:link, a:visited {
	text-decoration: underline;
	color: #5e8b00;
}
a:hover  {
	color: #395500;
}
p {
	line-height:1.6em;
}
#container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 381px;
}
#header_links {
	background-image: url(../images/interface/header_links_background.jpg);
	float: left;
	width: 590px;
	height: 381px;
}
#header_links_top {
	height: 126px;
	margin-left: 86px;
}
#header_links_top img {
	border: none;
}
#header_links_center {
	height: 89px;
	background-image: url(../images/interface/webdesign_grafischevorming.jpg);
	background-repeat: no-repeat;
	margin-left: 86px;
}
#header_links_nav {
	height: 93px;
	margin-left: 86px;
}
#header_links_bottom {
	height: 23px;
	margin-left: 86px;
	padding-top: 50px;
}
#header_midden {
	float: left;
	height: 381px;
	width: 478px;
}
#header_midden_top {
	height: 51px;
	background-image: url(../images/interface/header_midden_top_background.jpg);
}
#header_midden_bottom {
	height: 330px;
	background-color: #FFF;
}
#header_rechts {
	float: left;
	height: 381px;
	width: 132px;
	background-image: url(../images/interface/header_rechts_background.jpg);
	background-repeat: no-repeat;
}
#content {
	margin-left: 86px;
	margin-right: 114px;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* navigatie */
#nav {
	width: 500px;
	height:	93px;
	overflow: hidden;
}
#nav li {
	float: left;
	list-style: none;
}
#nav li.back {
	width: 9px;
	height: 93px;
	z-index: 8;
	position: absolute;
	background-image: url(../images/interface/menu_pijltje.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#nav li a {
	text-decoration: none;
	outline: none;
	text-align:	center;
	top: 40px;
	letter-spacing:	0;
	z-index: 10;
	display: block;
	position: relative;
	overflow: hidden;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	word-spacing: 0.2em;
}
.navigatie {
	clear: left;
	position: relative;
}
.navigatie a {
	display: block;
	float: left;
	padding: 10px 18px;
}
/* footer */
#foot_container {
	height: 308px;
	background-image: url(../images/interface/footer_background.jpg);
	background-repeat: repeat-x;
}
#footer {
	width: 1028px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover  {
	color: #FFF;
	text-decoration: underline;
}
#footer h3 a:link, #footer h3 a:visited {
	text-decoration: none;
	color: #395300;
}
#footer h3 a:hover  {
	color: #395300;
	text-decoration: none;
}
#footer_left {
	float: left;
	width: 745px;
	height: 269px;
	padding-top: 20px;
	background-image: url(../images/interface/divider_footer.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
#footer_right {
	float: right;
	height: 269px;
	width: 235px;
	padding-top: 20px;
}
/* headings */
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #5e8b00;
	background-image: url(../images/interface/groen_pijltje.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	text-indent: 15px;
	padding-bottom: 10px;
	clear: both;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #395300;
	background-image: url(../images/interface/pijltje_rond.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-indent: 24px;
	padding-bottom: 10px;
}
.clearfix {
	clear: both;
}
ul.opsomming {
	list-style-type: none;
	margin-top: 15px;
	margin-bottom: 20px;
}
ul.opsomming li {
	background-image: url(../images/interface/opsomming.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 17px;
	background-position: 0px 0px;
	display: block;
	padding-top: 8px;
}
.vakopsomming {
	float: left;
	width: 450px;
	margin-right: 30px;
}
.vak_webdesign {
	width: 480px;
	float: left;
}
.vak_layout {
	float: right;
	width: 480px;
}
.vak_grijs {
	background-color: #f5f4f4;
	border: 2px solid #b8d379;
	padding: 10px;
}
.vak_grijs img {
	float: left;
	border: 1px solid #c0c0c0;
	margin-right: 10px;
	margin-top: 3px;
}
.lees_verder {
	text-align: center;
	color: #FFF;
	width: 95px;
	float: right;
	background-color: #73AB02;
	height: 19px;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 18px;
}
.lees_verder:hover {
	background-color: #5E8B00;
}
.lees_verder a:link, .lees_verder a:visited {
	text-decoration: none;
	color: #FFF;
	display: block;
	height: 19px;
	width: 95px;
}
.lees_verder a:hover  {
	color: #FFF;
	text-decoration: none;
}
.copyright {
	height: 19px;
	font-size: 10px;
	line-height: 19px;
	text-align: center;
}
.naar_boven {
	font-size: 10px;
	width: 85px;
	text-align: center;
	float: right;
	background-color: #984F00;
	height: 17px;
	line-height: 17px;
	margin-top: 70px;
}
.naar_boven:hover {
	background-color: #6F3A00;
}
#footer .naar_boven a:link, #footer .naar_boven a:visited {
	width: 85px;
	display: block;
	height: 17px;
	text-decoration: none;
}
#footer .naar_boven a:hover {
	text-decoration: none;
}
/* form styling */
textarea{
	font-size : 12px;
	font-weight: normal;
	padding:2px;
	width: 310px;
	margin-top: 10px;
}
input  {
	margin-bottom:10px;
	padding: 2px;
	font-size: 12px;
	width: 210px;
	margin-top: 10px;
}
input.buttons {
	width: 100px;
	text-transform: uppercase;
	background-color: #984F00;
	color: #FFFFFF;
	border:none;
	margin-top: 20px;
	cursor:pointer;
}
input.buttons:hover {
	background-color: #6F3A00;
}
.tabel_padding {
	padding-top: 14px;
}
.nav_portfolio_left {
	width: 390px;
	float: left;
	margin-top: 20px;
}
.nav_portofolio_right {
	float: right;
	width: 70px;
	text-align: right;
	margin-top: 14px;
}
.img_links {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-top: 5px;
	border: 1px solid #c0c0c0;
}
.img_rechts {
	float: right;
	margin-bottom: 20px;
	margin-top: 5px;
	border: 1px solid #c0c0c0;
	margin-left: 15px;
}
.subtitel {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.subtitel_span {
	background-color: #99D245;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
/* slider */
#jFlowSlide{
	border:10px solid #FFF;
}
#myController span{
	margin-right:4px;
	cursor:pointer;
	padding: 5px;
	border: solid 1px #7aab0c;
	color: #9bc148;
	background-color: #FFF;
}
#myController span.jFlowSelected {
	margin-right:4px;
	cursor:pointer;
	padding: 5px;
	border: solid 1px #7aab0c;
	color:#eaeaea;
	background-color: #9bc148;
}
#mySlides img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.jFlowPrev, .jFlowNext{
	margin-right: 1px;
	cursor:pointer;
	padding: 5px 0;
	color: #104E82
}
/* portfolio */
ul.portfoliowebsites {
	list-style-type: none;
}
ul.portfoliowebsites li {
	list-style-type: none;
	width: 300px;
	display: block;
	float: left;
	margin-right: 16px;
	margin-bottom: 40px;
}
ul.portfoliowebsites li img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.open_site {
	background-color: #984F00;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	height: 18px;
	line-height: 18px;
	width: 88px;
	float: right;
	text-align: center;
}
.open_site:hover {
	background-color: #6F3A00;
}
.open_site a:link, .open_site a:visited {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 18px;
	width: 88px;
}
.open_site  a:hover {
	text-decoration: none;
}
.url {
	float: left;
	height: 18px;
	line-height: 18px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #FFF;
	width: 212px;
	text-align: center;
}

