* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

html, body {
	overflow: hidden;	
}


#content{
	position: absolute;
	top: 0;
	bottom: 0; 
	right: 0;
	width: 410px; 
	height: 100%;
	overflow: scroll; 
	background: #FFF;
	color: #555;
	overflow-x:hidden;
	xbackground-image: url('../img/bg.gif');
	background-repeat: repeat-y;
	background-position: left;
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	color: #000; 
	line-height: 25px; 
	text-align: justify;
}

#foto{
	position: fixed;
	top: 0;
	left: 0;
	right: 410px;
	bottom: 0;
	overflow: hidden; 
	background: #EEE;
	background-position: 90%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

td {
	vertical-align: top;
	padding: 0 10px 5px 0;
}

p {
	padding-bottom: 20px;
}


* html body{ /*IE6 hack*/
	padding: 0 400px 0 0; /*Set value to (0 content 0 0)*/
}

* html #foto{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

h1,h2 { 
	font-family: arial, helvetica; 
	font-size: 13px;
	text-transform: uppercase;
	color: #000;
	line-height: 20px; 
	padding: 0px 0px 2px 0px; 
	xletter-spacing: 1px;
}


#left {
	background-color: #212121;
	width: 500px;
	height: 100%;
	float: left;	
}

#right_content { 
	padding: 30px 30px 0px 30px; 
	font-family: arial, helvetica; 
}

#content img {
	padding: 0 10px 10px 0;
	cursor: pointer;
}

#projectthumbs img {
    cursor: pointer;
    margin: 0 10px 10px 0;
    width: 60px;
    height: 60px;
}

.projectthumbimage {
    padding: 0px 10px 10px 0px;
    cursor: pointer;
    width: 60px;
    height: 60px;
}

#logo {
	padding: 0px 0 35px 0;
}
#logo img {
	border: 0;
	padding: 0;
	margin: 0;
	cursor: default;
}

#main_navigation { 
	width: 330px;  
	position: absolute; top: 56px;
}

#content li {
	padding-left: 20px;
	list-style: none;
	background-image: url('../img/icoon_li.gif');
	background-position: 6px 4px;
	background-repeat: no-repeat;
	position: relative;
}
#content  ul {
	display: block;
	margin-bottom: 20px;
}
#content #main_navigation li {
	padding: 0;
	float: left;
	list-style: none;
	width: 33%;
	list-style: none;
	line-height: 20px; 
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	height: 30px;
	overflow: hidden;
	background-image: none;
}

#footer {
	font-size: 10px;
	line-height: 14px;
	padding: 45px 0 40px 0;
	color: #666;
	border-top: 0px dotted #000;
}

.item {
	padding: 15px 0px 20px 0px;
	border-top: 0px dotted #000;
}

a.comment:link, a.comment:visited{
	color: #4990cd;
	padding: 0px 4px 0px 14px;
	background-image: url('../img/icon_comment.gif');	
	background-repeat: no-repeat;
	text-decoration: none;
}

input{
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000;
	background: #fff;
	border: 1px solid #eee;
	border-bottom: 1px solid #000;
	width: 250px;
	padding: 4px 0px 2px 0px;
	margin: 0px 0px 4px 0px;
} 

input.submit {
	background: #4990cd;
	border: 1px solid #4990cd;
	color: #fff;
	width: 100px;
}

input.verzenden {
	cursor: pointer;	
}


textarea {
	font-family: arial, helvetica;
	font-size: 12px;
	color: #000;
	background: #fff;
	border: 1px solid #eee;
	border-bottom: 1px solid #000;
	width: 250px;
	height: 100px;
	margin-bottom: 4px;
}




a:link, a:visited{
	color: #4990cd;
	text-decoration: none;
}

a:active, a:hover{
	color: #212121;
}

a.active {
	color: #212121;
	cursor: default;
}

