* {
	border: 0 none;
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	font-family: Arial,Helvetica,sans-serif;
}

.clear {
	clear:both;
}
 
#container {
	height: auto;
	width: 800px;
	margin: 100px auto 0;
	
}

#linker_kolom {
	width: 200px;
	height: auto;
	float: left;
}

#logo{
	width: 200px;
	height: 123px;
	background: url(images/logo.png) no-repeat;
	margin: 0px;
	padding: 0px;
}

#menu{
	background: #aeaeae;
	border-bottom: #ee2e24 20px solid;
	padding: 0 0 20px 0;
}

#menu ul {
	margin: 0 0 0 20px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
}

#menu li a {
	color: #FFFFFF;
	font-size: 15px;
	display: block;
	background: #aeaeae;
	height: 20px;
	margin: 0px;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
}

#menu li a:hover {
	color: #636363;
	background: #e6e6e6;
}

#menu a.current {
	color: #636363;
	background-color: #e6e6e6;
}
#menu a.current:hover {
	color: #636363;
    background-color:#e6e6e6;
}


#adres {
	margin: 20px 20px 0 0;
	color: #000000;
	font-size: 12px;
}


#adres p {
	line-height: 18px;
}

#adres_links{
	float: left;
	width: 70px;
}

#adres_rechts{
	float: right;
	width: 110px;
}

#rechter_kolom {
	width: 600px;
	height: auto;
	float: right;
	background: #e6e6e6;
	border-top: #aeaeae 20px solid;
	border-bottom: #aeaeae 2px solid;
	margin-bottom: 20px;
}

#image{
	height: 409px; 
	padding: 20px 0 20px 20px;
}

ul#portfolio li img{
	list-style: none;
	list-style-type: none;
	border: none;
	padding: 0;
}

#att {
	background-color: #CCCCCC;
	border-bottom: 1px solid;
	height: 2.5em;
	line-height: 2.5em;
	position: absolute;
	top:0;
	width: 100%;
}

#att p{
	margin: 0;
	display: inline;
	padding: 6px 0 6px 26px;
}



#content {
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	padding: 0 20px 20px 20px;
}

#content h1{
	color: #636363;
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: #666666 1px dotted;
}

#lijn{
	height: 10px;
	border-bottom: #666666 1px dotted;
	margin: 10px 0 10px 0;
}

#lijn2{
	height: 10px;
	border-top: #666666 1px dotted;
	margin: 10px 0 10px 0;
}

#content p{
	color: #636363;
	padding-top: 12px;
}

#contact {
	width: 100%;
	float: left;
}

div#errors {
	width: 800px;
	margin:0 auto;
	color: #FF0000;
}

div#errors ul {
	list-style: none;
}

div#errors ul li {
	list-style: none;
}

label {
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid #bac5d6;
	font: 10px Verdana, sans-serif;
	background: #fff;
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
}

label.fout {
	color: #FF0000;
}
