/* start CSS Jop Berkhout | design_stuff */

/* For everything undescribed */
* {
	margin: 0;
	padding: 0;
}

/* HTML */
html {
	height: 100%;
}

/* Body */
body {
	background: #ffffff url(none) center top no-repeat;
}

/* Headings */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #a5131d;
	margin: 0px 0px 20px 0px;
	clear: both;
}

	h1.topspace {
		margin-top: 30px;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #a5131d;
	text-transform: uppercase;
	margin: 30px 0px 12px 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #253036;
	line-height: 20px;
	margin: 18px 0px 8px 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #989898;
	margin: 0px 0px 6px 0px;
}

/* Paragraph */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #253036;
	line-height: 20px;
	margin: 0px 0px 10px 0px; 
}

span, div {
	font-family: Arial, Helvetica, sans-serif;	
}

table * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

/* Links */
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0079b9; 
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}

	/* Link rollovers */
	a:active, a:hover, a.active {
		color: #a5131d;
	}
	
	/* Link back */
	a.link-back {
		padding: 0px 0px 0px 8px;
		background: transparent url(../img/layout/link-back.gif) left center no-repeat;
	}
	
	/* Link forward */
	a.link-forw {
		padding: 0px 8px 0px 0px;
		background: transparent url(../img/layout/link-forw.gif) right center no-repeat;
	}
	
	/* Link download */
	a.link-down {
		padding: 0px 0px 0px 15px;
		background: transparent url(../img/layout/link-down.gif) left center no-repeat;
	}
	
  /* Sliding right image */
  a.button {
    background: transparent url(../images/layout/button-right.gif) no-repeat scroll top right; 
    display: block;
    clear: both;
    height: 35px; /* height right image */
    margin: 7px 0px 0px 0px;
    padding-right: 13px; /* width right image */
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
  }
    
    /* Background left image */
    a.button span {  
      background: transparent url(../images/layout/button-left.gif) no-repeat; 
      display: block;
      line-height: 18px; /* height of button */
      padding: 7px 0 10px 15px;
    }
     
      a.button:hover span{
        text-decoration:underline;
        color: #fff;
      }
      
hr{
	color: #ffffff;
	border: 1px dotted #646464;
	border-style: none none dotted;
}

/* Describes every image */
img { 
	border: 0px; 
}

form {
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
}

	/* Images */
	img.border {
		padding: 2px;
		background: #ffffff;
		border: 1px solid #989898;
	}
	
	img.float {
		float: left;
		margin: 0px 10px 4px 0px;
	}
	
	img.float-border {
		padding: 2px;
		background: #ffffff;
		border: 1px solid #989898;
		float: left;
		margin: 0px 10px 4px 0px;
	}

.clear {
	clear: both;
}

/* Contains the whole site */
#container {
	width: 900px;
	margin: 0px auto;
}

	/* Header */
	#header {
		position: relative;
		margin: 0px auto;
		padding: 0px 35px 0px 35px;
		width: 900px;
		height: 155px;
		background: transparent;
		z-index: 18;
	}
	
		/* Logo */
		#logo {
			position: absolute;
			top: 37px;
			left: 355px;
		}
		
		#keurmerk {
			position: absolute;
			top: 20px;
			left: 825px;
		}
		
		#team {
			position: absolute;
			top: 12px;
			left: 0px;
			z-index: 22;
		}
			

	/* Main menu container */
	#menu {
		position: relative;
		top: 0px;
		margin-top: 0px;
		height: 55px;
		font-size: 11px;
		text-align: center;
		padding: 0px;

		border-top: 1px solid #e1e1e1;
		border-bottom: 1px solid #f0f0f0;
		z-index: 11;
	}

		/* Main menu */
		#menu #nav {
			height: 30px;
			border-bottom: 1px solid #e1e1e1;
			background: #f8f9fa url(../images/layout/nav-back.gif) center bottom repeat-x;			
		}
			#menu #nav ul {
				position: relative;
				margin: 0px auto;
				width: 580px;
				
				padding: 7px 10px 0px 310px;
				text-align: left;
			}
	
				#menu #nav ul li {
					list-style: none;
					padding: 0px 7px 0px 10px;
					display: inline;
		
					border-left: 1px solid #bebebe;
				}
				
					#menu #nav ul li.first-child {
						border-left-width: 0px;
					}
					
					#menu #nav ul li a {
						font-size: 12px;
						font-weight: bold;
						text-decoration: none;
					}

		/* Submenu */
		#menu #subnav ul {
			position: relative;
			margin: 0px auto;
			width: 580px;
			
			padding: 5px 10px 0px 310px;
			text-align: left;
		}

			#menu #subnav ul li {
				list-style: none;
				padding: 0px 7px 0px 10px;
				display: inline;
				border-left: 1px solid #bebebe;
				font-size: 11px;
			}
			
				#menu #subnav ul li.first-child {
					border-left-width: 0px;
				}			
					#menu #subnav ul li a {
						text-decoration: none;
					}

			
		
		/* Link to personal page */
		#loginfo {
			position: absolute;
			left: 55px;
			top: 160px;
			width: 260px;
			font-weight: bold;
			z-index: 33;
		}

			

	/* Container for content */
	/* Als je de floatwaarde weghaalt, dan is de DIV 'container' wel 100% hoog! */
	#main {
		position: relative;
		width: 900px;
		padding: 35px 0px 0px 0px;
		margin-bottom: 20px;
		background: transparent url(../img/layout/body-top.jpg) top center no-repeat;
	}

			
  			#sidebar #knakenres span.currency {
  				width: 20px;
  				font-weight: normal;
  				color: #253036;
  				float: none;
  				margin-right: 10px;
  			}
			
				#main div#rentepercentage span.currency {
					visibility: hidden;
				}
			
			#sidebar span.bedrag {
				font-weight: bold;
			}
			
			#main span.decimaal {
				font-size: 18px;
				font-weight: bold;
				vertical-align: 40%;
			}		




		/* Column left */
		#sidebar {
			float: left;
			width: 260px;
			margin-right: 30px;
			margin-top: 0px;
		}
		
			#sidebar * {
				line-height: 20px;
			}
			
			#sidebar div.box {
				position: relative;
				margin-bottom: 20px;
				padding: 20px;
				padding-bottom: 10px;
				background: transparent url(../images/layout/box-sidebar-top.gif) left top no-repeat;
				background-color: #fbfaf9;
				
				border-bottom: 1px solid #d9dcde;
				border-right: 3px solid #72b5d8;
				clear: both;							
			}
			
			#sidebar h2 {
				margin-top: 0px;
			}
			
			#sidebar div.box input.button {
				width: 100px;
				text-align: center;
			}
						
			#sidebar div.box div#knaken {
				display:none;
			}
			
			#sidebar div.box div#knakenres {
				margin: 20px 20px 40px 20px;
				font-size: 30px;
			}
			
				#sidebar div.box a.button {
					float: left;
				}
			
			#sidebar #knakencalculator label {
				width: 130px;
				text-align: left;
			}
			
			#sidebar #knakencalculator input {
				width: 70px;
				text-align: right;
			}
			#sidebar #knakencalculator input.submit {
				width: 100px;
				text-align: center;
			}				
		
		
		#sidebar .trigger {
			margin-bottom:40px;
		}
				
		/* Column content */
		#content {
			float: right;
			width: 580px;
			margin-top: 0px;
			padding-left: 30px;
			background: transparent url(../images/layout/content-divider.gif) top left no-repeat;
		}

			#content table {
				width: 570px;
				margin-bottom: 10px;
				vertical-align: top;
			}
			
			#content tr {
				line-height: 20px;
				vertical-align: top;
				border-bottom: 1px solid #ccc;
				margin-bottom: 1px;
			}

			#content th {
				padding: 3px 5px;
				color: #ffffff;
				background-color: #a5131d;
				text-align: left;
			}
			#content td {
				padding: 3px 5px;
				border-bottom: 1px solid #ccc;
			}

			#content a.button {
				float: left;
				clear: none;
				margin-top: 5px;
				margin-bottom: 30px;
			}
		
			#content h2 {
				clear: both;
			}
			#content #videoplayer {
				float: left;
				display: block;
				width: 400px;
				height: 320px;
				margin: 15px 20px 30px 0px;
				padding: 0px;
				border: 1px solid #bebebe;
			}
			
			#content ul#products {
				position: relative;
				float: left;
				width: 152px;
				list-style: none;
			}
			#content ul#products li {
				position: relative;
				padding: 0px 0px 5px 0px;
				font-size: 11px;
				font-style: normal;
				background: none;
			}
			#content ul#products li img {
				float: left;
				margin-right: 8px;
				margin-top: 4px;
			}			
			#content img {
				float: right;
			}
			
			#content img.left {
				float: left;
				clear: both;
				margin: 0px 10px 30px 0px;
			}
			
			#content div.errors {
			
			}

			#content div.box, #content blockquote, #content div.errors  {
				position: relative;
				margin-bottom: 10px;
				padding: 15px 20px 10px 20px;
				background: transparent url(../images/layout/box-content-top.gif) right top no-repeat;
				background-color: #fbfaf9;
				border-bottom: 1px solid #d9dcde;
				border-left: 3px solid #72b5d8;
				clear: both;			
			}
		
			#content div.errors h2 {
				margin-top: 0px;
			}
		
			#content blockquote {
				float: left;
				width: 250px;
				margin: 0px 20px 10px 0px;
			}
			#content blockquote p {
				font-style: italic;
			}
			
			#content blockquote h2 {
				margin-top: 0px;
			}

			#content #leningoverzicht {
				height: 180px;
			}
			
  			#content #leningoverzicht div {
  				width: 265px;
  				height: 100px;
  				float: left;
  				clear: none;
  				margin-right: 0px;
  				font-size: 30px;
  				color: #a5131d;
  				text-align: left;
  			}
			
			#leningoverzicht h2 {
				text-align: left;
				margin-top: 0px;
			}



			#leningoverzicht span, #knakenres span, #knakenres * {
				font-size: 30px;
				font-weight: bold;
				color: #a5131d;
			}
			
  			#main span.currency {
  				width: 20px;
  				font-weight: normal;
  				color: #253036;
  				float: left;
  				margin-right: 10px;
  			}
			
				#main div#rentepercentage span.currency {
					visibility: hidden;
				}
			
			#main span.bedrag {
				font-weight: bold;
			}
			
			#main span.decimaal {
				font-size: 18px;
				font-weight: bold;
				vertical-align: 40%;
			}		
			
			#main span.percentage {
				position: absolute;
				left: 110px;
				color: #253036;
			}

		#main form * {
			line-height: 14px;
		}

		#main form#contactform label {
			width: 120px;
			clear: both;
			margin-right: 10px;
		}

		#main form#contactform input, #main form#contactform select {
			width: 420px;
			float: none;
		}
			#main form#contactform input.submit {
				width: 100px;
				float: right;
			}		
			#main form#contactform input.reset {
				width: 100px;
				float: right;
			}	
					
		#main form#contactform textarea {
			width: 420px;
			height: 200px;
			float: none;
		}

		#main ul, #main ol {
			margin: 0px 0px 10px 0px;
			list-style: none;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #253036;
			line-height: 20px;
			list-style-position: outside;
		}

		#main ul li {
			padding-bottom: 10px;
			padding-left: 25px;
			background: #ffffff url(../images/layout/icon-ul-li.gif) left 4px no-repeat;
			font-style: italic;
		}
		
  	#main fieldset {
      border: 0px solid #eaeaea;
      padding: 0px;
      margin: 0px;
    }
    
      #main legend {
        font-family: Arial, Helvetica, sans-serif;
      	font-size: 15px;
      	color: #a5131d;
      	font-weight: bold;
      	text-transform: uppercase;
      	margin: 30px 0px 0px 0px;
      	padding: 0px;
      }
      
      #main label {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #000;
        clear:left; 
        display:block; 
        float:left; 
        width: 37px; 
        text-align:right; 
        padding: 2px 3px 2px 0px; 
        margin-bottom:0.5em;
      }
      
      #main input, #main textarea, #main select {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        float: right;
        width: 135px;
        padding: 2px;
        color: #253036;
        border: 1px solid #eaeaea;
        margin-bottom: 0.3em;
      }
      
        #main input:hover {
          border: 1px solid #0078bf;
        }
        
        #main input:active, #main input:focus {
          font-style: italic;
          color: #253036;
          border: 1px solid #0079b9;
          background: #f6f8fa;
        }
        
        #main input.button, #main input.submit, #main input.reset {
        	color: #fff;
        	background-color: #0079b9;
        }
        
        #main input.error {
        	border-color: #a5131d;
        	background-color: #f3e0e1;
        }
    
	
/* Footer */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	clear: both;
	background: #ffffff url(../images/layout/footer-back.gif) center bottom repeat-x;
	font-size: 11px;
	line-height: 20px;
}

#footer * {
	font-size: 11px;
}

#footer #credits {
	position: relative;
	margin: 0px auto;
	width: 900px;
	height: 32px;
	padding: 70px 0px 30px;
	background: #ffffff url(../images/layout/footer.gif) center bottom no-repeat;
	text-align: left;
}
	/* Footer unordered list */
	#footer ul {
		float: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		list-style: none;
	}

		/* Footer list items */
		#footer ul li {
			float: none;
			display: inline;
			color: #989898;
			padding: 0px 7px 0px 10px;
			border-left: 1px solid #bebebe;
			font-size: 11px;
			line-height: 20px;
		}
		
		/* Footer remove divider */
		#footer ul li.first-child {
			padding-left: 0px;
			border-left-width: 0px;
		}
		
			/* Footer list items link */
			#footer ul li a {
				font-weight: normal;
			}
						
			/* Footer images */
			#footer ul li img  {
				padding: 0px 0px;
				vertical-align: -3px;
			}
			
						
			/* Footer images */
			#footer ul li img  {
				padding: 0px 0px;
				vertical-align: -3px;
				
			}
			
			
	/* Footer paragraph text */
	#footer #credits p {
		position: absolute;
		right: 0px;
		top: 70px;
		color: #999;
	}
		#footer #credits p a {
			color: #999;
			font-weight: normal;
			text-decoration: underline;
		}
		 #footer #credits p a:hover {
			text-decoration: none;
		}
/* end CSS Jop Berkhout | design_stuff */

