html{
	background-color:#fff;
}

body{
	font-family:  Arial, Helvetica, Verdana;
	font-size:12px;
	color:#726c65;
	line-height:16px;
}

a{
	text-decoration: none;
	color:#08a198;
	outline:none;
}

a:hover{
	color:#e83424;
}

p{
	padding:0;
	margin:0;
}

/* DIVS */

#columnleft{
	width:160px;
	float:left;
}

#main{
	width:760px;
	float:right;
}

#main h1{
	font-family: Georgia;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#9a938a;
	padding-bottom:3px;
	margin:0 0 20px 0;
	border-bottom:1px solid #ccc9c4;
}

#main h1.margintop{
	margin-top:20px;
}

#main h2{
	color:#726c65;
	font-family: Georgia;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	margin:8px 0 2px 0;
}

#main .workblock h2{
	font-size:13px;
	margin-top:4px;
}

#main .workblock a{
	color:#9a938a;
	font-size:11px;
}

#main .workblock a:hover{
	color:#e83424;
}



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

#footer{
	width:960px;
	margin:0 auto;
	text-align: left;
	padding:70px 0 20px 0;
	line-height: 24px;
	font-size:10px;
}

#sn{
	padding-bottom:5px;
}

#credits{
	padding:20px 0 20px 0;
	border-top:1px solid #ccc9c4;
}

#intro{
	float:left;
	width:160px;
}

#paddingtop{
	width:100%;
	padding-top:40px;
}

#newsletter input{
	width:118px;
	height:12px;
	padding:4px;
	border:1px solid #ccc9c4;
	color:#9a938a;
	font-size:12px;
	float:left;
}

#newsletter select{
	width:154px;
	height:22px;
	padding:2px;
	margin-top:5px;
	border:1px solid #ccc9c4;
	color:#9a938a;
	font-size:12px;
	float:left;
}

#newsletter a.go{
	display:block;
	width:30px;
	height:20px;
	background: url(/images/button_go.gif) no-repeat 0 0;
	float:right;
} 

#newsletter a.go:hover{
	background-position:-30px 0;
}

#latestwork{
	width:100%;
}

#logo{
	width:160px;
	height:130px;
}

#nav{
	width:160px;
}

#nav ul{
	line-height:18px;
	padding:20px 0 40px 0;
	margin:0;
}

#nav ul li{
	list-style: none;
	font-family: Georgia;
	color: #9a938a;
	font-size:13px;
	font-weight:bold;
	font-style: italic;
}

#nav ul li a.active{
	color:#08a198;
}

#nav ul li a{
	color:#9a938a;
}

#nav ul li a:hover{
	color:#e83424;
}

#navoptions{
	width:100%;
}

#fblike{
	padding-top:20px;
	width:100%;
}

#showreal{
	width:360px;
	float:right;
}

#smallcolumn{
	width:160px;
	float:right;
	padding-top:35px;
}

#widecolumn{
	width:560px;
	float:left;
	padding-top:35px;
}

#projdesc{
	width:100%;
	border-top:1px solid #ccc9c4;

}

#projdesc h2{
	color:#726c65;
	font-family: Georgia;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	margin:8px 0 8px 0;
}

#projectnav{
	width:100%;
	padding-bottom:10px;
}

#projectnav .projcount{
	width:136px;
	font-family: Georgia;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#726c65;
	float:left;
	text-align: center;
}

#projectnav a.prevproj{
	width:12px;
	height:14px;
	display:block;
	background:url(/images/button_back.gif) no-repeat;
	float:left;
}

#projectnav a.prevproj:hover{
	background-position:-12px 0;
}

#projectnav a.nextproj{
	width:12px;
	height:14px;
	display:block;
	background:url(/images/button_forward.gif) no-repeat;
	float:right;
}

#projectnav a.nextproj:hover{
	background-position:-12px 0;
}


/* CLASSES */

.clear{
	clear:both;
}

.columnfloatleft{
	width:160px;
	margin-right:40px;
	float:left;
}

.columntwowide{
	width:360px;
	float:right;
}

.latestworkblock{
	width:160px;
	min-height:200px;
	height:auto !important; /* voor moderne Browser */
	height:200px; /*voor IE6 */
	float:left;
	margin-right:40px;
}

.newsdate{
	font-style:italic;
	font-size:11px;
}

.nomargin{
	margin-right:0;
}

.workblock{
	width:160px;
	min-height:160px;
	height:auto !important; /* voor moderne Browser */
	height:160px; /*voor IE6 */
	float:left;
	margin-right:40px;
}


.workimg{
	width:160px;
	height:100px;
	overflow:hidden;
	background-color:#00afa5;
}

.workimg .filter:hover{
	background-color:#fff;
	opacity:0.5;
	filter: alpha(opacity=50);
}

.worktxt{
	padding:0;
}


.worktxt a.tag{
	color:#9a938a;
	font-size:11px;
}

.worktxt a.tag:hover{
	color:#e83424;
}

#contact input, #contact textarea{
	width:150px;
	height:12px;
	padding:4px;
	border:1px solid #ccc9c4;
	color:#726c65;
	font-size:12px;
	margin-bottom:5px;
}

.input-error{
	background-color:#08a198;
	color:#fff;
}

.buttonsend{
	display:block;
	width:51px;
	height:20px;
	background:url(/images/button_send.gif) no-repeat;
	margin-top:5px;
}

.buttonsend:hover{
	background-position: -51px 0;
}