body {
    margin: 0; 
    padding: 0;
    background: #fff;
    font: 13px Verdana,Arial,sans-serif;
    color: #282828;
    line-height: 1.5em;
    letter-spacing: 1px;
}

p {
	margin: 15px 0;
}

#index-text {
	width: 600px;
	float: left;
}

#body {
	display: none;
	width: 800px;
	padding: 20px;
}

#left, .left {
	float:left;
	position:relative;
}

#full, .full {
	float:left;
	position:relative;
}

/**
 * 
 */
/* Twitter */
#twitter_div {
	width: 100%;
}

/* Structure */

#container {
    width: 800px;
    margin: 0 auto;
}

#body div {
	overflow: hidden;
}

#header {
	
}

#footer {
	margin: 20px;
	clear:both;
}

#index-pic {
	background: transparent url(../images/kleijnweb-images.png) repeat scroll 140px -10px;
	float: left;
	height: 150px;
	width: 145px;
	margin: 10px 20px 10px 0;
}

#footer-logos {
	background:transparent url(../images/kleijnweb-images.png) repeat scroll 0 755px;
	height:39px;
	width:400px;
	margin: 20px 0;
}

#footer-text {
    margin:0;
    font-size: 12px;
}

/* Logo */

#logo {
	background:transparent url(../images/kleijnweb-images.png) repeat scroll -23px 0;
	height:100px;
	margin:25px;
	position:relative;
	width:210px;
}

form {
	width:700px;
}

/* Navigation */

#header a {
	border: none;
}
#nav {
    text-align: center;
    width:700px;
    margin: 10px 0; 
}

#lang-switch {
	margin:-50px 650px;
	position:absolute;
}

#nav ul {
    text-align: center;
    display: inline;
    width: 150px;
}

#nav li {
    margin: 0; 
    list-style: none;
    float: left;
    line-height: 12px;
	postion: relative;
	top: 0;
}

#nav li a, #nav li span {
    text-decoration: none;
    padding: 0 20px 0 20px;
    font-weight: bold;
	font-size: 16px;
}

#nav ul:first-child li a {
    border: none;
}

#nav ul ul {
	display: none;
	position: relative;
	top: 10px;
	width: 0;
	padding:0;
}

#nav ul ul li {
	float: left;
	border: none;
	padding: 0;
	margin: 0;
}

#nav li:hover > ul {
	display: block;
}

#lang-switch li {
	list-style: none;
	display: inline;
	width: 25px;
	margin: 0 10px;
}


#content {
    float: left;
    margin: 0 15px 0 50px;
    width: 580px;
}

#sidebar {
    float: left;
    margin: 0 50px 0 15px;
    width: 200px;
}

ul {
	list-style-type: circle;	
}

ul a, ul a:visited {
	font-weight: normal;	
}

/* Forms */
input, textarea, select, .filename, .button {
	border: 1px solid #B7B7B7;	
	font: 13px 'Courier New',Courier,monospace;
	background-color: #FAFFED;
}

form dt, form dd {
	margin: 5px;
}

form dd {

}

input, select, .filename  {
	padding: 3px 5px 0;
	height: 20px;
}

input[type=submit], .button {
	font-size: 14px;
	padding: 5px 10px;
	height: 28px;
	font-weight: bold;
}

.filebox {
	height: 28px;
}

.filebox .button {
	height: 16px;
	overflow: hidden;
	padding: 3px 10px;
	vertical-align: bottom;
	width: 55px;
	font-weight: normal;
}

.filename {
	display: block;
	float: left;
	margin-right: 10px;
	width: 215px;
}

textarea {
	padding: 5px;	
}

#senderName, #senderEmail {
	width: 300px;
}

#textQuestion {
	width: 430px;
}

/* Links */

a, a:hover, a:visited {
	outline: none;
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #B7B7B7;
}

a img {
	outline: none;
	text-decoration: none;
	border: none;
}


/* Text */

h1, h2, h3, h4 {
    margin: 0; 
    padding: 10px 0px 10px 0;
    font-size: 22px;
    font-weight: bold;
	color: #666666;
}

abbr {
	text-decoration: none;
	border-bottom: 1px dotted #B7B7B7;
	cursor: help;
}

/* Classes */

.box {
	float: left;
	padding: 20px; 
}
