body {
	margin: 0;
	padding: 0;
	color: #3b3b3b;
	background-color: #d1e8ff;
	
	background-image:url(http://www.denaamisfris.nl/images/background.png);
	background-position: top center;
	background-repeat: repeat-y;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	margin-top: 0;
	margin-bottom: 5px;
}
img {
	border: 0px;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #6bbae1;
	text-decoration: none;
}
a:active {
	color: #6bbae1;
	text-decoration: none;
}
h1 {
	color: #e2031a;
	font-size: 18px;
	margin-top: 0;
}
h2 {
	color: #e2031a;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 2px;
}

.clearfloat { clear: both; height: 0; font-size: 1px; line-height: 0px; }

.wrapper {
	width: 922px;	
	margin: 0;
	
	position:relative;
}
div.wrapper {
	margin: auto;
}
#teamfoto {
	float: right;
	
	position: absolute;
	top: 78px;
	left: 540px;
}
#header {
	width: 922px;
	height: 185px;
	
	background-image: url(http://www.denaamisfris.nl/images/header.png);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
	margin-bottom: 10px;
}

#menu {
	width: 600px;
	padding-top: 58px;
	padding-left: 260px;
	
	font-size: 18px;
	font-weight:lighter;
	text-transform:uppercase;
	
	float: left;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	
	height: 30px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	
	border-right: solid 2px #99ccff;
	
}
#menu a:link {
	color: #3b3b3b;
	text-decoration: none;
}
#menu a:visited {
	color: #3b3b3b;
	text-decoration: none;
}
#menu a:hover {
	color: #fefefe;
	text-decoration: none;
}
#menu a:active {
	color: #fefefe;
	text-decoration: none;
}
#menu .selected a:link {
	color: #ffffff;
	text-decoration: none;
}
#menu .selected a:visited {
	color: #ffffff;
	text-decoration: none;
}
#menu a:hover {
	color: #fefefe;
	text-decoration: none;
}
#menu a:active {
	color: #fefefe;
	text-decoration: none;
}
#quote {
	float: left;
	
	width: 250px;
	margin-top: 40px;
	margin-left: 40px;
}
#quote .open {
	float: left;
	width: 20px;
	height: 15px;
	
	background-image: url(http://www.denaamisfris.nl/images/quote-open.png);
	background-repeat: no-repeat;
}
#quote .tekst {
	float: left;
	width: 210px;
	padding-top: 6px;
	color: #99ccff;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	font-style: italic;
	
}
#quote .sluiten {
	float: right;
	width: 20px;
	height: 15px;
	margin-top: 63px;
	
	background-image: url(http://www.denaamisfris.nl/images/quote-sluiten.png);
	background-repeat: no-repeat;
}

#content {
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 25px;
	position: relative;
}

#content .main {
	width: 550px;
	font-size:12px;
	line-height: 20px;
}
#content .namen {
	font-size:12px;
	line-height: 18px;
}
#content .foto {
	float: right;
}
#content .banner_kader {
	position: absolute;
	top: 5px;
	right: 50px;
}
#content .banner {
	margin-bottom: 10px;
}

#laatste_projecten {
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 25px;
	height: 175px;
}

.project {
	height: 175px;
	width: 246px;
	margin-right: 45px;
	margin-bottom: 30px;
		
	overflow: hidden;
	float: left;
	
	background-image: url(http://www.denaamisfris.nl/images/panel_background.png);
	background-repeat: no-repeat;
	background-color: #006699;
	color: #ffffff;
	
	cursor:pointer;
}
.project .afbeelding {
	padding: 3px;
}
.project .datum {
	padding: 3px;
	font-size: 10px;
}
.project .naam {
	padding: 3px;
}
.project .klant {
	padding: 3px;
	font-weight: bold;
}

.detail {
	margin: 0;
	padding: 0;
	margin-left: 33px;
	margin-right: 32px;
}
.detail .afbeelding_venster {
	background-color: #3b3b3b;
	margin-bottom: 20px;
	
}
.detail .afbeelding_venster .groot {
	padding-left: 4px;
	padding-top: 4px;
}
.detail .afbeelding_venster .thumbs {
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.detail .afbeelding_venster .thumbs ul {
	margin: 0;
	padding: 0;
}
.detail .afbeelding_venster .thumbs li {
	float: left;
	list-style:none;
	margin: 2px;
	padding: 0;
	cursor: pointer;
}
.detail .afbeelding_venster .thumbs img {
	width: 149px;
	height: 65px;
}
.detail .afbeelding_venster .thumbs .selected img {
	border: solid 3px #006699;
	width: 143px;
	height: 59px;
}
.detail .afbeelding_venster .thumbs .selectedDefault img {
	border: solid 3px #006699;
	width: 143px;
	height: 59px;
}


.detail .titel {
	font-weight: bold;
	margin-bottom: 5px;
}

.klanten {
	float: left;
	margin-right: 45px;
	margin-bottom: 30px;
	
	width: 246px;
	height: 137px;
	
	background-image:url(http://www.denaamisfris.nl/images/klanten_background.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.klanten img {
	padding: 3px;
}
.klanten_selected {
	float: left;
	margin-right: 45px;
	margin-bottom: 30px;
	
	width: 246px;
	height: 137px;
	
	background-image:url(http://www.denaamisfris.nl/images/klanten_background.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.klanten_selected img {
	border: solid 3px #006699;
}

#contact .tekst {
	width: 300px;
	float: left;
	line-height: 19px;
	font-size:14px;
}
#contact .formulier {
	float: left;
	width: 400px;
	margin-left: 115px;
}
#contact .veld {
	padding: 5px;
	padding-left: 0px;
}
#contact .veld input {
	border: solid 2px #006699;
	padding: 4px;
	width: 400px;
}
#contact .veld textarea {
	border: solid 2px #006699;
	padding: 4px;
	width: 400px;
	height: 50px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contact .button {
	border: solid 2px #006699;
	padding: 4px;
	margin: 0;
	margin-top: 4px;
	width: 80px;
	margin-left: 332px;
}

/*********************/
/*********************/
/** SITE ONDERDELEN **/
/*********************/
/*********************/

.archiefbalk { 
	text-align: left;
	font-weight: bold;
}
.archiefbalk li {
	list-style: none;
	display: inline;
	margin: 2px;
	padding: 4px;
}
