@charset "utf-8";
/* 	CSS Document UK standaard - Aangepast voor Dennis Parren - ZW 11.01.2010
---------------------------------------------------------------------------------------- */

/* Default font settings. 
-----------------------------------------------------------------*/
html { 	font-size:100.01%; 
		height: 100%; /* stickyfooter */ }

body { 
		font-size:11px; 		/* 1em=16px */
		line-height: 1.5em; 	/* 1.5em of a 1em (or 16px font) = 24px */
		color: #000000;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal;
		margin:0;
		text-align:left;
		height: 100%; /* stickyfooter */
}

.footer, .push {
	height: 0; /* .push must be the same height as .footer */
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 16px; line-height: 1; color: #0099ff; font-weight: bold;}
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a           { color: #0099ff;text-decoration:none;text-transform:uppercase;}
a:focus, 
a:hover, 
a:active 	{ background-color: #000;}
a:visited 	{ color: #0099ff; }


h1 a{text-transform:none;}
h1 a:hover, h1 a:active {background-color: #000;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 		{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Images
----------------------------------------------------------------*/

img {
	margin:0;	
	padding:0;	
	border:0;	
	outline:0;	
	vertical-align:baseline;	
	background:none transparent; 
	}

/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0;}
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: .7em; }

ul          { list-style-type: none; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.windings{font-family:windings,webdings,"Zapf Dingbats";} /*/	http://www.bee.geek.nz/Character_Map_of_Webdings/	/*/

.bold {font-weight:bold;}
.italic {font-style:italic;}
.normal {font-style:normal;}

.hide{display:none;}
.unhide{display:block;}

.floatRight{float:right;}
.floatLeft{float:left;}

.clearboth {clear:both;}

.icon {display:inline;vertical-align:middle;}

::selection {background: #ffb7b7; /* Safari */}
::-moz-selection {background: #ffb7b7; /* Firefox */}

h1::selection {background: #ffe57c;}
h1::-moz-selection {background: #ffe57c;}

/* FORMS
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  background-color:#fff;
  border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus,
input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border-color:#666;
}

input[type=text], input[type=password],
input.text, input.title,
textarea, select {
  margin:0.2em 0;
}

input.text,
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }

input[type=checkbox], input[type=radio],
input.checkbox, input.radio {
  position:relative; top:.25em;
}

form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Confirmation, Validation and Error Messages 
------------------------------------------------------------------*/

.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('error.png');
}

/* Pagination 
-----------------------------------------------------------------------------------*/

.pagination {margin:0 0 20px;padding:0;font-weight:bold;}
.pagination li {margin:0;padding:0;display:inline;}
.pagination a {background:#0075D0;color:#fff;display:inline-block;padding:1px 6px;text-decoration:none;}
.pagination .active a {background:#3F98DD;}
.pagination a:hover, .pagination a:active,.pagination .active a:hover, .pagination .active a:active {background:#9dcc37;}

/* Icons for links based on protocol or file type.
-------------------------------------------------------------- */

/* Use this class if a link gets an icon when it shouldn't. */
body a.noicon { 
	background:transparent none !important; 
	padding:0 !important; 
	margin:0 !important; 
}

/* Make sure the icons are not cut */
a[href^="http:"],/*a[href^="mailto:"],*/ a[href^="http:"]:visited, 
a[href$=".pdf"], a[href$=".doc"], a[href$=".xls"], a[href$=".rss"], 
a[href$=".rdf"], a[href^="aim:"] {
  padding:2px 22px 2px 0;
  margin:-2px 0;
  background-repeat: no-repeat;
  background-position: right center;
}

/* External links */
a[href^="http:"]          { background-image: url(icons/external.png); } 
/*a[href^="mailto:"]        { background-image: url(icons/email.png); }*/
a[href^="http:"]:visited  { background-image: url(icons/visited.png); }

/* Files */
a[href$=".pdf"]   { background-image: url(icons/pdf.png); }  
a[href$=".doc"]   { background-image: url(icons/doc.png); }  
a[href$=".xls"]   { background-image: url(icons/xls.png); }  
 
/* Misc */
a[href$=".rss"], 
a[href$=".rdf"]   { background-image: url(icons/feed.png); }
a[href^="aim:"]   { background-image: url(icons/im.png); }



/* CSS Dennis
-------------------------------------------------------------- */

#wrapper {
background:url(images/BG-website.jpg) repeat-y;
margin:0 auto;
width:1020px; 
overflow:hidden;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}

#kolom_links {
float:left;
width:110px; 
padding-left:55px;
}

#kolom_rechts {
float:right;
width:750px;; 
padding-right:50px;
}


/* Items linker kolom
-------------------------------------------------------------- */

a#logo{margin:-25px;padding:190px 60px;}
a:hover#logo, a:focus#logo, a:active#logo, a:visited#logo {background:none;}


ul.menu{
	float:left;
	width:auto;
	font-size:14px;
	line-height:20px;
	overflow:hidden;
	padding:190px 0 0;
	}
	
ul.menu a {color: #fff;text-transform:none;}
ul.menu a:hover {color: #ff006b;}



/* Items rechter kolom
-------------------------------------------------------------- */

span#adres_login{
padding:1.5em 0 3.5em;
width:auto;
float:right;
}

span#adres_login a{color:#FFF;}
span#adres_login a:hover{color:#ff006b;}

.content{
width:100%;
float:left;
padding-bottom:2em;
}

.blok{
width:745px;
float:left;
}

.tab{
width:auto;
float:left;
}

.tab span{
background:#FFF;
padding:3px 5px 3px 5px;
color: #000;	
text-transform:uppercase;
letter-spacing:0.1em;
}

.tekstblok {
width: 305px;
min-height: 126px;
background-color: #ffffff;
margin: 0px 0px 5px 0px;
padding:2px 5px 2px 5px;
float:left; 
overflow:hidden;
}

.login {
line-height:25px;
width: 305px;
min-height: 100px;
background-color: #ffffff;
margin: 0px 0px 5px 0px;
padding:26px 5px 0px 5px;
float:left; 
}

.login_links {
float:left;
width:125px;
}

.login_rechts {
float:left;
width:170px;}

.fotoblok_index {
margin:0 0 0 5px;
float:left; 
width:425px;
overflow:hidden;
}

.fotoblok_index img{
width:425px;
}

.fotoblok_index a{text-decoration:none;}
.fotoblok_index a:hover{text-decoration:none;padding:0;margin:0;background:transparent;}

.fotoblok_project {
float:right;
width:425px;
}

.fotoblok_project a{text-decoration:none;}
.fotoblok_project a:hover{text-decoration:none;padding:0;margin:0;background:transparent;}

.fotoblok_big {
max-width:425px;
margin:0 0 5px 5px;
float:left;
}

.fotoblok_big img {
max-width:425px;
}

.thumb {
float:left;
width:auto;
padding-left:5px;
}

.thumb img {
height:65px;
}

div.imgContainer {
width: 460px; 
float:left;
}
	
div.imgContainer img {
width: 460px;
}

a.thumb, a:hover.thumb{background:none;}

span.knopjesBewerkenContainer{
float:left;
width:auto;
padding:20px 5px;
}

.BewerkenContainer{
float:left;
overflow:hidden;
}





