body, html {
	backgrond-image: url('/weusten/Images/achter.png');
	background-color: #e5e5de;
	background-position: top;
	background-repeat: no-repeat;
	font-family: Arial;
}

#boven {
	background-color: #9b9b97;
	height: 20px;
}

#boven ul {
	width: 980px;
	margin: 0 auto;
	display: block;	

}

#boven li {
	float: right;
	margin: 0;
	padding: 0;
}

#boven a {
	font-size: 9px;
	color: #fff;
	padding: 0 12px;
	text-decoration: none;	
}

#boven a:hover {
	text-decoration: underline;
}

#content {
	width: 980px;
	margin:  0 auto;
	display: block;
	height: 800px;
	padding-top: 20px;
}

#menu {
	display: block;
	width: 200px;
	float: left;
}

#menu ul {
	padding-top: 5px;
	text-align: right;
	text-transform: uppercase;
	margin-right: 40px;
}

#menu li {
margin: 22px 0;
}

#menu a {
	text-decoration: none;
	font-stretch: expanded;	
	font-size: x-small;
	font-weight: bold;
	padding: 6px;
	color: #533c46;
}

.vtitel {
	padding-top: 84px;
	width: 30px;
	display: block;
	float: left;
}

.twee {
	padding-left: 50px;
}

.col {
	width: 300px;
 	float: left;
 	display: block;
	padding-top: 75px;
	padding-bottom: 70px;
}

.col h1 {
	display: block;
	height: 75px;
	font-size: 22px;
	font-family: 'Times New Roman';
}

.col h2 {
	margin-bottom: 12px;
	font-size: 17px;
	font-family: 'Times New Roman';
}



.oranje {
	color: #f07c00;
}

.col p,td {
	line-height: 1.6em;
	font-family: 'Times New Roman';
	font-size: 14px;
	padding-bottom: 1.2em;
}

.col td {
	padding-right: 19px;
	vertical-align: top;
}

.col li {
	line-height: 1.2em;
	font-family: 'Times New Roman';
	font-size: 14px;
}

#menu a:hover {
	color: #000;
}

i, em {
	font-style: italic;
}

b,strong {
	font-weight: bold;
}


a {
	color: #ab8d24;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.activelink {
	color: #ab8d24;
	text-decoration: underline;
}

#menu a.activelink {
	color: #ab8d24;
}

a.artlink {
	text-decoration: none;
	color: #000;
	display: block;
	margin-bottom: 22px;
}

a.artlink:hover {
	color: #f07c00;
}

input, textarea {
	border: 1px solid #f07c00;
	padding: 2px;
	width: 240px;
	font-size: small;
}

textarea {
	height: 100px;
	margin-bottom: 2em;
}

