@import url("tabs.css");

html, body {
	background-color: #fff;
	color:#757575;
	font-size:11px;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	color:#757575;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: none;
	padding: 0;
}

#container {
	width:950px;
	margin: 0 auto;
	padding-bottom: 25px;
}

.header {
	height: 180px;
	position: relative;
}

.logo {
	width:607px;
	height:20px;
	background:url(../img/maes-vandelannoote.png) no-repeat;
	position: absolute;
	left: 0;
	top: 88px;
}

.logo span {
	display: none;
}

.nav {
	text-align: right;
	position: absolute;
	right: 0;
	top: 90px;
	margin-right: -5px;
}

.nav ul {
	list-style:none;
	margin: 0;
	padding: 0;
	font-size:13px;
	color:#000;
}

.nav li {
	float: left;
}

.nav a {
	color:#000;
	line-height:24px;
	display:inline-block;
	float:left;
	padding: 0 8px;
	margin-left:10px;
	text-decoration: none;
}

.nav a:hover {
	color:#FFF;
	background:#000;
}

/* SUBNAV */
.subnav {
	color: #ccc;
}

.subnav a {
	color:#757575;
	margin: 0 10px;
	text-decoration: none;
}

.subnav a:first-child {
	margin-left: 0;
}

.subnav .act {
	font-weight:bold;
}

.subnav a:hover {
	color:#000;
}

/* CONTENT */
.content {
	color: #000;
	font-size: 13px;
}

.content h1 {
	color:#757575;
	font-size:12px;
	font-weight:bold;
}

.content p {
}

.content a img {
	border:0;
}

.click {
	cursor: pointer;
	text-decoration: underline;
}

table.cv td {
	padding: 0 20px 5px 0;
}

/* fotoboek */

.back {
	display: block;
	width: 75px;
	text-decoration: none;
	background-color: #e0e0e0;
	padding: 4px 0;
	color: #fff;
	text-align: center;
	position: relative;
	top: -35px;
	float: right;
	font-size: 10px;
}


.back2 {
	display: block;
	width: 75px;
	text-decoration: none;
	background-color: #e0e0e0;
	padding: 4px 0;
	color: #fff;
	text-align: center;
	float: right;
	font-size: 10px;
}

.scrollup {
	margin-right: 5px;
}
.back:hover, .back2:hover {
	background-color: #666;
}

.fancybox-wrap .fancybox-skin {
	border-radius: 0;
}

div.pix_gallery div.imgct1 {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
}

div.pix_gallery div.imgct1 span {
	display: block;
	position: absolute;
	left: 5px;
	bottom: 5px;
	width: 209px;
	padding: 2px 3px;
	color: #333;
	background-color: rgba(255,255,255,0.87);
	background-color: #fff\9; /* IE 8 and below */
}

div.pix_gallery div.imgct1_last {
	margin-right: 0;
}

table.project td {
	vertical-align: top;
}

.tekst_groot {
	width: 300px;
	padding-right: 50px;
}

.tekst_groot h1 {
	margin: 0 0 15px 0;
}

.fotos_groot {
	width: 600px;
	text-align: right;
}

.fotos_groot img {
	margin-bottom: 20px;
	max-width: 600px;
}



