@charset "utf-8";
/* CSS Document */

/* Body and container */
body {
	background-color: #002663;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font: 12px Tahoma;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
a, img {
   outline: none;
}

div#container {
	width: 958px;
	margin: 48px auto;
}

/* Header */
div#header {
	width: 958px;
	height: 303px;
	background: url('../images/header_top.jpg') top left no-repeat;
	margin: 0;
	padding: 0;
}

ul#menu {
	margin: 0 0 0 209px;
	padding: 0;
	list-style: none;
	width: 720px;
	height: 37px;
	background: url('../images/menu_bg1.jpg') no-repeat;
}
ul#menu li {
	float: left;
}
ul#menu li#info {
	width: 56px;
	height: 100%;
}
ul#menu li#stoffering {
	width: 103px;
	height: 100%;
}
ul#menu li#stoffen {
	width: 85px;
	height: 100%;
}
ul#menu li#workshop {
	width: 175px;
	height: 100%;
}
ul#menu li#traplopers {
	width: 108px;
	height: 100%;
}
ul#menu li#portfolio {
	width: 99px;
	height: 100%;
}
ul#menu li#contact {
	width: 92px;
	height: 100%;
}
ul#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

div#header h1 {
	width: 958px;
	height: 266px;
	background: url('../images/header.jpg') no-repeat;
	margin: 0;
	padding: 0;
}

div#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

/* Content & Stappenplan */
div#content {
	background: url('../images/content_background.jpg') no-repeat;
	background-position: right 50px;
	width: 958px;
}
.info {
	background: url('../images/info-image.jpg') no-repeat;
}
div#content_nobg {
	background-position: right 50px;
	width: 958px;
}

div#content h2, div#content_nobg h2 {
	margin: 40px 0 25px 0;
}
div#content h3, div#content_nobg h3 {
	font: bold 12px Tahoma;
}
div#tekst {
	width: 350px;
	float: left;
}
div#tekst_firstcol {
	width: 330px;
	float: left;
}
div#tekst_firstcol_stoffen {
	width: 265px;
	float: left;
}
div#tekst_secondcol {
	width: 330px;
	margin-left: 32px;
	margin-top: 10px;
	*margin-top: 22px;
	_margin-top: 22px;
	float: left;
}

.images {
	float: left;
}
.first {
	margin: 40px 0 10px 0;
	padding: 5px 0 5px 4px;
	border-top: 1px dashed #345283;
	border-bottom: 1px dashed #345283;
	width: 688px;
}
.first img {
	padding-right: 4px;
	display: inline;
}
.second {
	margin: 0 0 0 75px;
}
.third {
	margin: 0 10px 0 0;
	padding-bottom: 5px;
	float: right;
	border-bottom: 1px dashed #345283;
}
.third img {
	margin-left: 4px;
}
.fourth {
	margin: 5px 10px 0 0;
	float: right;
}
.fourth img {
	margin-left: 4px;
}
.fifth {
	margin: 40px 0 10px 0;
	padding: 5px 0 5px 4px;
	border-top: 1px dashed #345283;
	border-bottom: 1px dashed #345283;
	width: 688px;
	text-align: center;
}
.fifth img {
	padding-right: 4px;
	display: inline;
}

div#stappenplan {
	width: 266px;
	height: 917px;
	float: left;
}

/* Footer */
div#footer {
	margin-top: 64px;
	text-align: right;
	background: url('../images/footer.jpg') no-repeat top right;
	width: 955px;
	height: 19px;
	padding-top: 7px;
	padding-right: 3px;
	font: 10px Arial;
}

/* Table styles */
table#overzicht {
	width: 692px;
	margin: auto;
}

table#overzicht td {
	width: 173px;
	height: 125px;
	text-align: center;
}

table#overzicht td img {
	border: 0;	
}

table#foto {
	width: 692px;
	margin: 0 auto;
}

table#foto td img {
	border: 0;	
}

table#foto td#tekst {
	text-align: left;
	padding-left: 20px;
}

table.contact input, textarea {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #002663;
	font: 12px Tahoma;
}
