/* ------------------------------------------------------
	CSS: www.ploegwerk.nl/templates/ploegwerk/ploegwerk.css
	Produced by: Ploegwerk Development
	Author: Jan van der Ploeg
	Date: oktober 2007
	Last edited: 2-01-2010
	Copyright: none  :)
------------------------------------------------------

TEST/TEMP:
	JD BG #918676 | #2F393F
	grijs: #E6E7E9 of #EBEBEB
	groenzwart: #27343C
	grijsbruin: #B2B4B7
	bruin: #887E6F;
	iceblue: #EAF2F5

	63.5em
	73.3%;
------------------------------------------------------*/

/* - - - - - - Algemene settings - - - - - - */

*{
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	vertical-align: top;
}
.hidden{
	position: absolute;
	left: -9999em;
	height: 0;
	padding: 0;
	margin: 0;
}
.clear{
	clear: both;
}
.right{
	float: right;
}
.left{
	float: left;
}
.center{
	text-align: center;
}
.sep{
	width:  100px;
	background: transparent url(http://www.omploegen.nl/images/system/sep_punten.gif) no-repeat;
}
a.newwindow{
	height: 1em;
	padding-right: 1em;
	background: transparent url(images/newwindow.png)  no-repeat top right;
}
/* - - - - - - Document opmaak - - - - - - */
body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background: #EFF0F1 url(images/bg_body.png) repeat-x;
}
#container {
	position: relative;
  	width: 750px; /*60.9em */
	margin: 0em auto;
	margin-bottom: 1.25em;
	font-size: 77%;
}

/* - - - - - - De 'top' en 'header' met logo en links - - - - - - */
#top{
	margin: .5em 0 0 0;
	height: 1.5em;
	height: 1.5em;
}
#header{
	position: relative;
}
#siteLinks{
	position: absolute;
	top: 3px;
	right: 0px;
	width: auto;
	height: 1.5em;
	font-family: verdana;
	color: gray;
	font-size: 11px;
}
#siteLinks ul{
	list-style: none;
	float: right;
}
#siteLinks li {
	display: inline;
}
#siteLinks a {
	padding-right: 0.25em;
	color: #879c1a;
	text-decoration:none;
}
#siteLinks a:hover{
	text-decoration: underline;
}

#omploegenLogo{
	clear: both;
	position: relative;
	width: 100%;
}
#omploegenLogo h1{
	font-size: 1.7em;
	letter-spacing: .05em;
	color: #434343;
	margin-bottom: .75em;
	
	background: transparent url(images/paginakop.jpg) no-repeat center;
	text-indent: -999em;
	height: 160px;
}
#omploegenLogo h2,
#omploegenLogo h3{
    display:  none;
	font-size: 1.4em;
	letter-spacing: .05em;
	color: #FF3A00;
}


/* - - - - - - Site-navigatie  - - - - - - */
#nav {
	position: relative;
	clear: both;
/*	height: 3.6em; */
	height: 3.6em;
	background: transparent url(images/bg_nav1.gif) repeat-x;
}
#nav ul {
	float: left;
	padding-left: 0.63em;
	padding-top: 0.63em;
	list-style: none;
	height: 0em; /*anders lopen de li's over de subnav */
}
#nav li {
	display: inline;
}
#nav a {
	display: block;
	float: left;
	width: auto;
	padding: 0em 1.00em;
	border-right: 0.06em solid #fff;
	background: transparent;

	font: bold 1.4em/2.5em Helvetica,Arial,"Trebuchet MS","Century Gothic",sans-serif;
	color: #fff;
	text-decoration:none;
	letter-spacing: 0.06em;
	/* text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px; */
}

#nav a:hover,
#nav a:focus,
#nav a:active {
	color: #fff;
	background: #B4B6B9;
}
#nav .sel a {
	background: #FFF;
	color: #3F3F3F;
	/* text-shadow: none; */
}
#nav .sel a:hover{
	background: #fff;
	color: #3F3F3F;
}
/* -- subnavigatie, oftewel niveau 2 -- */
#subnav {
	position: relative;
	clear: both;
	height: 3.2em;
	background: #fff /*url(images/bg_nav2.png) repeat-x; */
}
#subnav ul {
	float: left;
	padding-left: 0.63em;
	list-style: none;
}
#subnav li {
	display: inline;
}
#subnav a {
	display: block;
	float: left;
	width: auto;
	padding: 0 1.00em;
	color: #474747;
	background: transparent;
	font: 1.15em/2 bold Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration:none;
	letter-spacing: 0.06em;
}
#subnav a:hover,
#subnav a:focus,
#subnav a:active {
	color: #000;
	text-decoration: underline;
}
#subnav .sel a {
	color: #879c1a;
	text-decoration: underline;
}
#subnav .sel a:focus {
	text-decoration: underline;
}

/* - - - - - - Content-deel - - - - - - */
#content{
	/*position: relative; werkt niet icm de content H1 display:none*/
	min-height: 18.75em;
	background: #fff url(images/bg_contentbottom.gif) repeat-x bottom;
	padding-left: 7.00em;
	padding-right: 7.00em;
	padding-bottom: 1.5em;
	color: #3F3F3F;
	word-spacing: .05em;
	letter-spacing: .03em;
	font-family: trebuchet ms,Arial;
	font-size: 1.05em;
}
#content p{
	line-height: 160%;
	margin-bottom: 1em;
}
#content a{
	color: #525f11;
	text-decoration: none;
}
#content a:hover{
	color: #525f11;
	border-bottom:  1px dashed #EB5E00;
}
#content a:visited{
	color: #879c1a;
}
#content h1{
	display: none;
}
#content h2{
	letter-spacing: 1px;
	font: normal 1.7em/26px Helvetica,Arial,"Trebuchet MS","Century Gothic",sans-serif;
	color: #525f11;
	/*color: #990100; */
	text-indent: -1.5em;
	margin-bottom: .5em;
}
#content h3{
	font: normal 1.4em/1.4em Helvetica,Arial,"Trebuchet MS","Century Gothic",sans-serif;
	color: #879c1a;
	/*color: #879c1a;*/
}
#content ul,
#content ol {
	line-height: 150%;
	margin-left: 2em;
	padding-bottom: 1em;
}
#content ul li{
	list-style-type: circle;
}

/* - - - Voorpagina - - - */
#content #voorpagina_slogan{
	background: transparent url(images/voorpagina_item.gif) no-repeat;
	font: 1.5em bold Arial,Helvetica,sans-serif;
	font-style: italic;
	height: 142px !important;
	height: /**/ 202px;
	width: 502px !important;
	width: /**/ 562px;
	padding: 30px;
}
/* - - - Curriculum vitae - - - */
#cv ul{
	margin-bottom: 0em;
	padding-bottom: 0em;
}
#cv table{
	border-bottom: 1px solid #B2B4B7;
	font: 1em Helvetica,Arial,Helvetica,sans-serif;
	line-height: 160%;
	margin-bottom: 1em;
	background-color: transparent;
	width: 45em;
}
#cv table caption{
	margin-bottom: .5em;
	font: bold 1.3em/1.4em Helvetica, Arial,"Trebuchet MS","Century Gothic",sans-serif;
	color: #879c1a;
}
.persoonlijk_col1{
	width: 20%;
	background-color:#F1F1F1;
	height: 1.5em;
	text-align: right;
	padding-right: .5em;
}
.persoonlijk_col2{
	padding-left: .5em;
}
.opleidingen_col1{
	width: 20%;
	background-color: #F1F1F1;
	text-align: right;
	padding-right: .5em;

}
.opleidingen_col2{
	background-color: transparent;
	padding-left: .5em;
	padding-bottom: 1em;
}


/* - - - opdrachtgevers - - - */
/* - - - elk logo is een jpg van 100x100 en wordt weergegeven in onderstaande DIV - - - */
#opdrachtgever{
	border: 1px solid #CAD28B;
	margin: 10px;
	padding: 5px;
	background: white;
	display: inline-table;
}
.opdrachtgever{
	border: 1px solid #CAD28B;
	margin: 10px;
	padding: 5px;
	background: white;
	display: inline-table;
}

/* - - - e-mail formulier - - - */
#mailform{
	position: relative;
	background: transparent url(images/mailform_bg.gif) no-repeat;
	padding-top: 1em;
	padding-left: 2em;
	height: 420px;
}
#mailform_boven{
	display: none;
	visibility: hidden;

	height: 0.63em;
	background: transparent url(images/mailform_boven.gif) no-repeat bottom left;
}
#mailform_onder{
	display: none;
	visibility: hidden;
	
	height: 0.63em;
	background: transparent url(images/mailform_onder.gif) no-repeat top left;
}
#mailform p{
	margin-bottom: 0;
}
.formText,
input{
	font: .9em Arial;
	letter-spacing: .03em;
	padding: .3em 3px;
	border: 0.06em  solid #999;
}
.formText:focus,
input:focus{
	border: 0.06em solid #879c1a;
}
.formTextArea,
textarea{
	font: .9em Arial;
	letter-spacing: .03em;
	padding: .3em;
	line-height: 1.3em;
	border: 0.06em  solid #999;
}
.formTextArea:focus,
textarea:focus{
	border: 0.06em solid #879c1a;
}
.formButton{
	font: .9em Arial;
	border: 0.06em solid silver;
	padding: .5em;
	margin-top: .5em;

    background: #DFDFDF;
	overflow: visible; /* ivm paddingbug in IE*/
}
.formButton:hover{
	background: white;
	border: 0.06em solid #99CC00;
}

/* - - - Zoekfunctie onderdelen - - - */
#zoekveld p{
	margin: 0;
}
#zoekveld input{
	font: 1em Arial;
	letter-spacing: .03em;
	padding: .3em;
	border: 1px solid #999;
}
#zoekresultaten{
	background: #F1F1F1;
	width: 41.7em;
	padding: 1em 1em 1em 1em;
	margin-bottom: 1em;
}
#zoekresultaten caption{
	text-align: left;
	margin: 0em 0em 0em 0em;
	padding-left: 0em;
}
/* - - - sitemap - - - */
#sitemap{
}
#sitemap ul{
	list-style-type: disc;
	line-height: 170%;
	padding: 0;
}
#sitemap li{
	list-style-type: circle;
}
/* - - - - - - Bodem van de pagina  - - - - - - */
#bottom{
	position: relative;
	height: 22px;
	background: transparent url(images/bottom3.gif) no-repeat top center;
	
}
/* tabellen op pagina Portfolio */
.portfolio_tabel{
	font: 1em Helvetica,Arial,Helvetica,sans-serif;
	border: 1px solid #B2B4B7;
	border-collapse: collapse;
	margin-bottom: 1em;
}
.portfolio_tabelkop{
	background-color: #B2B4B7;
	padding: 4px;
	font: 1em Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #FFF;
}
#content .portfolio_tabelkop a,
#content .portfolio_tabelkop a:visited{
	color: white;
}
#content .portfolio_tabelkop a:hover{
	color: white;
	text-decoration: underline;
}
.portfolio_tabelinhoud_links{
	width: 40%;
	border-right: 1px dashed #B2B4B7;
	padding: 8px;
}
.portfolio_tabelinhoud_rechts{
	padding: 8px;
}

/* tabellen op pagina Tarieven */
.tarieven_tabel{
	font: 1em Helvetica,Arial,Helvetica,sans-serif;
	border: 1px solid #B2B4B7;
	border-collapse: collapse;
	margin-bottom: 1em;
	width: 45em;
}
.tarieven_tabelkop{
	background-color: #B2B4B7;
	border-bottom: 1px solid #B2B4B7;
	padding: 4px;
	font: 1em Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #FFF;
}
.tarieven_tabelinhoud{
	padding: 8px;
}
#janvanderploeg{
	position: relative;
	float:right;
	text-align: center;
	width:85px;
	height: 140px;
}
.floatright{
	position: relative;
	float:right;
	text-align: center;
	width:85px;
	height: 140px;
}
#janvanderploeg_contact{
	position: relative;
	float:right;
	text-align: center;
}

/* - - - GASTENBOEK SMILEYS DIV  - - - */
#smilie_box {
	visibility: hidden;
	position: absolute;
	left: 570px;
	top: 250px;
	padding: 5px;
	margin: 22px 0 0 -26px;
	border: 1px solid #0000FF;
	background: #FFF;
	width: 200px;
}
/* - - - REMEMBER THE MILK PAGINA  - - - */
#content .rtm{
	color: #005FBE;
}

#content hr{
	color: #005FBE;
	height: 1px;
	background: #005FBE; /* FF */
	margin-bottom: 1.5em;
}
/* - - - CV download knop/div  - - - */
h3#downloadcv1 a, h3#newest a,
h3.downloadcv1 a,
h3#downloadcv2 a,
h3.downloadcv2 a{
  display: block;
  width: 70%;
  padding: .5em; 
  text-align: center;
  margin: 0.8em auto;
}
h3#downloadcv1 a,
h3#downloadcv1 a:visited,
h3#downloadcv2 a,
h3#downloadcv2 a:visited,
h3.download a{

  background: #EFF4C8; 	color: #131;
  border: 1px solid #879c1a;
/*  background: #eeffee; color: #252;
  border: 1px solid #6b6; */
}
#downloadcv1 a:hover,
#downloadcv1 a:visited:hover,
#downloadcv2 a:hover,
#downloadcv2 a:visited:hover,
h3.download a{
	color: #131;
	border: 1px dashed #879c1a;
	text-decoration: underline;
}
.screenshot{
  display: block;
  padding: .5em; 
  text-align: center;
  margin: 0.8em auto;
}

