@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color:#bebebe;
}
/*---------classes----------*/
.active {
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
.active_txt {
	color: #FFFFFF;
}
.bold {
	font-weight: bold;
}
/*---------Body----------*/
#mainwrap {
	margin-top:25px;
	width:751px;
	height:627px;
	background-image:url(../images/bg.jpg);
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	background-position: top;
}
/*---------top-navigatie----------*/
#nav {
	display: block;
	height: 54px;
	width: 100%;
}
#nav ul {
	margin-top: 27px;
	float: right;
	margin-right: 42px;
	text-align: right;
}
#nav li {
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	display: inline;
	}
#nav li a {
	text-decoration: none;
	color: #333333;
	display: inline-block;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#nav li a:hover {
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
/*---------content----------*/
#content {
	display: block;
	margin-left: 240px;
	margin-right: 80px;
	clear: right;
	margin-top: 35px;
	height: 435px;
	width:423px;
	overflow: auto;
}
#galery {
	display: block;
	margin-left: 240px;
	margin-right: 80px;
	clear: right;
	margin-top: 35px;
	height: 435px;
	width:423px;
	}
#content p {
	font-size: 12px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
}
#artwork_home {
	margin-top: 10px;
	display: block;
	margin-left: 20px;
	border: 6px solid #CCCCCC;
}
#content h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#actueel {
	list-style-type: circle;
	font-size: 12px;
	line-height: 20px;
}
/*---------Language----------*/
#footer {
	display: block;
	height: 35px;
	width: 675px;
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	padding-left: 75px;
}
#lang {
	font-size: 12px;
	width: 100px;
	float: left;
	vertical-align: bottom;
	height: auto;
	margin-top: -84px;
}
#lang li {
	display: inline;
	list-style-type: none;
}
.border_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#content h3 {
	font-size: 16px;
	color: #666666;
	padding-bottom: 10px;
	display: block;
	padding-top: 20px;
}
#expo li{
	font-size: 10px;
	color: #333333;
}
/*---------Footer----------*/
#lang li a {
	padding-right: 4px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.active_lang {
	color: #900;
	text-decoration: underline;
}
#lang li a:hover {
	color: #990000;
}
#footer_txt p {
	display: block;
	float: right;
	height: auto;
	width: 230px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin-right: 70px;
	margin-top: -35px;
}
