/*--------------------------------------------------------------------
Basic Style Sheet

Version: 1.0
Author: Dennie Pasman
Copyright: 2008, IT's Clever
Email: info@itsclever.nl
Website: http://www.itsclever.nl
--------------------------------------------------------------------*/

/* Global settings
-------------------------------------------------------------------------*/

* { 
	font-family: verdana, sans-serif; 
	font-size: 11px; 
	color: #fff; 
}

h1 {
	font-size: 34px;
	font-weight: normal;
}

body.next h1, body.next2 h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
	padding: 0;
}

body.next h1 a, body.next2 h1 a {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
	padding: 0;
	text-decoration: none;
}

body.next h1 a:hover, body.next2 h1 a:hover {
	text-decoration: underline;
}

body.next h1 span, body.next2 h1 span {
	font-size: 12px;
	font-weight: normal;
}

body.next h1.v, body.next2 h1.v {
	font-weight: bold;
	font-size: 18px;
	text-decoration: underline;
	margin: 10px 0 0 0;
	padding: 0;
}

body.next h2.v, body.next2 h2.v {
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
}
body.next2 div#col2 h2.v {
	font-size: 12px;
}

body.next p, body.next2 p {
	margin: 0;
	padding: 0 0 15px 0;	
}

img {
	border: 0;
}

img.right {
	float: right;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.6em;
}



input, textarea {
	color: #000;
	border: 0;
	width: 326px;
}

input {
	height: 16px;
	padding: 2px 6px 0 6px;
	background: url(../images/input_bg.jpg) no-repeat;	
}

textarea {
	height: 104px;
	padding: 2px 6px 0 6px;
	background: url(../images/textarea_bg.jpg) no-repeat;	
}

input.button {
	width: auto;
	height: auto;
	background: none;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg_body.jpg) repeat-x 0 288px;
	text-align: center;
}

body.next, body.next2 {
	background: url(../images/bg_bodynext.jpg) repeat-x 0 119px;
}

div#site {
	position: relative;
	margin: 0 auto;
	width: 966px;
	text-align: left;
}

div#header { 
	position: relative;
	height: 343px;
	width: 966px;
}

body.next div#header, body.next2 div#header {
	height: 162px;
}

div#shortmenu { 
	position: absolute;
	right: 50px;
	top: 50px;
}

body.next div#shortmenu, body.next2 div#shortmenu { 
	top: 23px;
}

div#shortmenu ul, div#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#shortmenu ul li, div#footer ul li {
	float: left;
	padding-right: 5px;
	color: #d20c01;
}

div#shortmenu ul li a, div#footer ul li a {
	text-decoration: none;
	color: #d20c01;
}

div#shortmenu ul li a:hover, div#footer ul li a:hover {
	text-decoration: underline;
}

div#people {
	position: absolute;
	top: 116px;
	left: 0;
	width: 966px;
	height: 213px;
}

div#logo {
	position: absolute;
	left: 28px;
	top: 16px;
}

body.next div#logo, body.next2 div#logo {
	top: 16px;	
	left: 28px;
}

div#menu {
	position: absolute;
	top: 340px;
	left: 30px;
}

body.next div#menu, body.next2 div#menu {
	top: 140px;	
}

div#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#menu ul li {
	float: left;
	padding-right: 22px;
}

div#menu ul li a {
	text-decoration: none;
	color: #cf7773;
	font-weight: bold;
}

div#menu ul li a:hover {
	text-decoration: underline;
}

div#blog {
	position: absolute;
	left: 555px;
	top: 119px;
	width: 426px;
	height: 297px;
	background: url(../images/bg_blog.jpg) no-repeat;
}

div#blog div#person {
	position: absolute;
	top: -21px;
	left: 10px;
}

div#exact {
	position: absolute;
	left: 373px;
	top: 12px;
	width: 266px;
	height: 92px;
	background: url(../images/logo_exact.jpg) no-repeat;
}

div#col1 {
	position: relative;
	margin-top: 50px;
	float: left;
	width: 609px;
	padding: 0 33px 30px 33px;
	min-height: 300px;
	background: #d20c01 url(../images/bg_box1.jpg) no-repeat bottom;
}

body.next div#col1 {
	width: 461px;
	padding: 0 30px 20px 30px;
	margin-top: 65px;
	min-height: 620px;
	background: #d20c01 url(../images/bg_col1next.jpg) no-repeat bottom;
}

body.next2 div#col1 {
	width: 614px;
	padding: 0 30px 50px 30px;
	margin-top: 65px;
	min-height: 580px;
	background: #d20c01 url(../images/bg_col1nextb.jpg) no-repeat bottom;
}

div#col1 ul {
	margin-top: -10px;
}

div#col1 ul li {
	line-height: 1.6em;
}

div#col2 {
	position: relative;
	margin-top: 50px;
	margin-left: 10px;
	float: left;
	width: 226px;
	padding: 0 25px 30px 25px;
	min-height: 300px;
	background: #d20c01 url(../images/bg_col2.jpg) no-repeat bottom;
}

body.next div#col2 {
	background: none;
	width: 390px;
	padding: 225px 0 0 0;
	margin-top: 65px;
	margin-left: 50px;
}

div#col2 ul {
	list-style-image: url(../images/arrow.gif);
}

div#col2 ul li {
	margin: 2px 0;
}

body.next2 div#col2 {
	background: none;
	width: 276px;
	padding: 0;
	margin-top: 65px;
	margin-left: 15px;
}

ul.sitemap li {
	padding: 5px 0 0 0;	
}

body.next a.name, body.next2 a.name {
	font-size: 16px;
	text-decoration: underline;
}

body.next a.name:hover, body.next2 a.name:hover {
	text-decoration: none;
}

table.contact td {
	vertical-align: top;
	padding: 0 0 20px 0;
}

table.contact th {
	text-align: left;
	vertical-align: top;
	padding: 0 40px 20px 0;
	font-weight: normal;
}

div#footer {
	position: relative;
	padding: 17px 0 0 40px;
}

div.clear {
	clear: both;
}