
body {
	background: #d9d9d9;
	padding-top: 60px;
}

.menu li {
	background: #e5e5e5;
	border-bottom: 1px solid #cecece;
	list-style-type: none;
	margin: 0;
}

.menu a {
	font-size: 16px;
	color: #6b6357;
	width: 130px;
	height: 25px;
	padding: 5px 0 0 10px;
	display: block;
	text-decoration: none;
}

.menu a:hover {
	background: #f2f2f2;
	list-style-type: none;
	width: 130px;
	height: 25px;
	padding: 5px 0 0 10px;
	display: block;
	margin: 0;
}

.menu li.last { border-bottom: none; }
.menu li.current { 
	font-size: 16px; 
	color: #a29e98; 
	width: 130px;
	height: 25px;
	padding: 5px 0 0 10px; 
	display: block; 
}

.works,  .vernissage{ 
	float: left;
	width: 640px;	
}

.works .grid_2 { 
	height: 200px;
}
.vernissage .grid_2 {
	height: 100px;
}

.works img, .vernissage img { 
	background: #e5e5e5;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #cecece;
}

.works img:hover, .vernissage img:hover { 
	background: #f2f2f2;	
}

.logo { 
	background: url('../img/logo.jpg');
	width: 300px;
	height: 280px;
	display: block;
}

.vm { 
	background: url('../img/vm.gif') left 2px no-repeat;	
	display: block;
	padding-left: 30px;
}

.Award { 
	background: url('../img/star.gif') right 3px no-repeat;	
	display: block;	
}

.works img.Award { 
	background: none;
  padding: 0;	
	border: none;
  display: inline;	
}

.footer { padding: 0 0 100px 0;}
.footer a { color: #808080; text-decoration: none; }
.footer a:hover { color: #5e5e5e; }

.space{ margin-bottom: 170px; }
.right { float: right; }
.left { float: left; }
.bold { font-weight: bold; }
