/* CSS Document */

/* - - - - - BASIS */

* {
	font-family: "Lucida Grande", "Lucida Sans", verdana, "trebuchet ms", arial;
	font-size: 12px;
	/*
	line-height: 19px;
	*/
}

html, body {
	margin: 0;
	padding: 0;
	/* background-position: -40px 0px;*/
	height: 100%;
	text-align: left;	/* speciaal voor IE5/Win */
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 19px;
	word-spacing: -0.1em;
}
p span.init {
	color:#CCCCCC;
	float: left;
	font-size: 38px;
	padding-top: 9px;
	width: 30px;
}
* html p span.init {
	display: inline;
}
em {
	line-height: 19px;
}

h4, h3, h1 {
	margin: 0px;
	padding: 0px;
	word-spacing: -0.1em;
}

h3 em {
	font: italic 24px/1.3em Georgia, "Times New Roman", Times, serif;
}

h1 {
	color: #FF9000;
	font: normal 42px/1.3em Georgia, "Times New Roman", Times, serif;	
}

#column40 h1 {
	margin-top: -17px;
}

h3 {
	color: #999999;
	font: normal 24px/1.3em Georgia, "Times New Roman", Times, serif;
	word-spacing: -0.1em;
	text-shadow: #fff 0 1px 1px;
}

h4 {
	color: #999999;
	word-spacing: -0.1em;
	text-shadow: #fff 0 1px 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	color: #FF9000;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h6 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none;
}

input {
	font-family: "Lucida Grande", "Lucida Sans", verdana, "trebuchet ms", arial;
	font-size: 12px;
	color: #808080;
	border: 1px solid #CCCCCC;
	padding: 4px 6px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#box1 input, #box1 select {
	margin-left: 6px;
}

input.checkbox {
	border: 0px;
	padding: 0px;
}

select {
	font-family: "Lucida Grande", "Lucida Sans", verdana, "trebuchet ms", arial;
	font-size: 12px;
	color: #808080;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

label {
	line-height: 20px;
	color: #808080;
}

a {
	text-decoration: underline;
}

a:link {
	text-decoration: none;
	color: #FF9000;
}

a:visited {
	text-decoration: none;
	color: #FF9000;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

a:active {
	text-decoration: underline;
	color: #000000;
}

hr {
	color: #D2D2D2;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-width: 1px;
	height: 0px;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#base {
	/* nodig voor STICKEY FOOTER */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-top: 0px;
	margin-bottom: -220px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: fixed;
	background-image: url(../images/main/sitebackground.png);
	background-repeat: repeat-y;
	background-position: center;
}

#basewrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

/* - - - - - CONTENT */

#basewrapper #content {
	width: 940px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D2D2D2;
	float: left;
	padding-top: 9px;
}
* html #basewrapper #content {
	display: inline;
}

#basewrapper #content.clean {
	margin-top: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content ol {
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	list-style-position: inside;
	list-style-type: lower-alpha;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
}

#content li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 19px;
}

#content dt {
	color: #808080;
	float: left;
	clear: left;
	text-align: left;
	width: 100px;
	line-height: 19px;
}

#content dd {
	margin-left: 110px;
	line-height: 19px;
}

/* - - - - - CONTENT / COLUMNS */

#content #column40, #column140 {
	width: 40px;
}

#content #column100, #column100 {
	width: 100px;
}

#content #column140, #column140 {
	width: 140px;
}

#column140 p {
	line-height: 18px;
	padding-top: 5px;
}

#content #column180, #column180 {
	width: 180px;
}
#content #column220, #column220, .column220 {
	width: 220px;
}

#content #column280 {
	width: 280px;
}

#content #column300 {
	width: 300px;
}

#content #column400 {
	width: 400px;
}

#content #column460, #column460 {
	width: 460px;
}

#content #column580 {
	width: 580px;
}

#content #column640 {
	width: 640px;
}

content #column700, #column700 {
	width: 700px;
}

#column40, #column100, #column140, #column180, #column220, #column280, #column300, #column400, #column460, #column580, #column640, #column700, #column940 {
	text-align: left;
	float: left;
}
* html #column40, #column100, #column140, #column180, #column220, #column280, #column300, #column400, #column460, #column580, #column640, #column700, #column940 {
	display: inline;
}

#content #column940, #content .column940 {
	float: left;
	width: 940px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
* html #content #column940, #content .column940 {
	display: inline;
}
#content #column940.clean {
	border-top-width: 0px;
}

/* - - - - - CONTENT / ATTRIBUTES */

#basewrapper #content #attribute5 {
	height: 60px;
	position: relative;
}

#basewrapper #content #attribute5 input, #attribute5 select {
	margin-bottom: 0px;
}

#basewrapper #content #attribute5 p {
	font-size: 0px;
	position: absolute;
	left: 0px;
	top: auto;
	right: auto;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

/* INTRO */

#introblock {
	margin-left: 20px;
	width: 940px;
	text-align: left;
	float: left;
	height: auto;
}
* html #introblock {
	display: inline;
}
#intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	text-align: left;
	font-weight: normal;
	line-height: 25px;
	color: #333333;
	padding-bottom: 20px;
	padding-top: 20px;
	float: left;
	width: 700px;
}
* html #intro {
	display: inline;
}
.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	text-align: left;
	font-weight: normal;
	line-height: 27px;
	color: #333333;
}

#intro em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 25px;
	color: #333333;
}

#basewrapper #introblock #btn {
	width: 220px;
	height: 30px;
	margin-right: 20px;
	float: left;
	margin-top: 58px;
}
* html #basewrapper #introblock #btn {
	display: inline;
}
/* - - - - - MARGINS */

.m20 {
	margin: 20px;
}

.m20t {
	margin-top: 20px;
}

.m20r {
	margin-right: 20px;
}

.m20l {
	margin-left: 20px;
}

.m20rLine {
	margin-right: 9px;
	border-right: 1px solid #E6E6E6;
	padding-right: 10px;
}

.m20tr {
	margin-top: 20px;
	margin-right: 20px;
}

.m20b {
	margin-bottom: 20px;
}

.m10 {
	margin: 10px;
}

.m10t {
	margin-top: 10px;
}

.m10r {
	margin-right: 10px;
}

.m10tr {
	margin-top: 10px;
	margin-right: 10px;
}

.m10b {
	margin-bottom: 10px;
}

.m10tb {
	margin-top: 10px;
	margin-bottom: 10px;
}

.m15b {
	margin-bottom: 15px;
}

.m12r {
	margin-right: 12px;
}

/* BASIC WRAPPER */

#content #wrapper {
	float: left;
	position: relative;
	height: inherit;
}
* html #content #wrapper {
	display: inline;
}
/* BOXES */

#box1 {
	text-align: left;
	background: #f9f9f9 url(../images/main/box_bg.png) repeat-x 0 bottom;
	border: 1px solid #e9e9e9;
	border-bottom-color: #d1d1d1;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	height: auto;
	float: left;
	display: block;
	left: 0px;
	right: 0px;
}
* html #box1 {
	display: inline;
}
#box2 {
	text-align: left;
	background: #c3c3c3 url(../images/main/box2_bg_dark.png) repeat-x 0 bottom;
	border: 1px solid #AAAAAA;
	border-top-color: #bfbfbf;
	border-bottom-color: #767676;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	height: auto;
	float: left;
}
* html #box2 {
	display: inline;
}
#box1 p, #box1 label, #box1 b {
	color: #222;
	margin-left: 14px;
	margin-bottom: 14px;
	margin-right: 14px;
}

#box2 p, #newsletter p, #newsletter2 p {
	color: #222;
	padding-bottom: 6px;
	margin-left: 14px;
	margin-right: 10px;
	text-shadow: #dedede 0 1px 0;
}

#box1 img, #box2 img {
	border: none;
	margin: 5px;
}
#box1 h2 {
	margin: 20px 8px 8px 14px;
}
#box1 h3 {
	margin-top: 20px;
	margin-bottom: 14px;
	margin-left: 14px;
	margin-right: 14px;
}

#box1 h4 {
	margin: 20px 8px 8px 14px;
}
#box1 h5 {
	margin: 20px 8px 8px 14px;
}

#box2 h3 {
	margin: 14px 8px 6px 14px;
	color: #fff;
	text-shadow: #777777 0 -1px 0;
}

#box2 a {
	text-decoration: underline;
	color: #222;
}

#box2 a:hover {
	text-decoration: underline;
	color: #000000;
}

#box1 #btn, #box2 #btn {
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 6px;
}

/* BUTTONS */

a.btn {
	font-size: 14px;
	font-weight: normal;
	line-height: 27px;
	color: white;
	text-decoration: none;
	text-shadow: #444444 0px -1px 1px;
	text-align: center;
	display: block;
	height: 30px;
	border-top: 1px solid #a9a9a9;
	background: url(../images/main/btn2.png) repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: relative;
	margin: 6px;
}



#btn {
	height: 30px;
	color: white;
	text-align: center;
	font-size: 14px;
	background: url(../images/main/btn2.png) repeat-x;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;
	display: block;
	font-weight: normal;
	text-shadow: #444444 0px -1px 1px;
	border-top: 1px solid #a9a9a9;
	width: inherit;
}

#btn a {
	color: #ffffff;
	font-size: 14px;
	line-height: 27px;
	display: block;
	text-decoration: none;
	height: 30px;
}

#btn span {
	line-height: 30px;
	text-shadow: #272727 0 -1px 0;
	margin-right: 5px;
	margin-left: 5px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#btn input {
	border: none;
	background: transparent;
	color: white;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	padding: 0;
	margin-top: 0;
}

/* LIST */

li.list img, li.listActive img {
	padding: 4px;
	border: 1px solid #ebebeb;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	background-color: #f8f8f8;
}
* html li.list img, li.listActive img {
	display: inline;
}
.afsluiter {
	border-top: 1px dashed #D2D2D2;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content .list2 {
	margin: 0px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
}

#content .list2 li {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
}

#content .list3 {
	list-style-type: disc;
	list-style-position: inside;
}

/* - - - - - PORTFOLIO (van Lightroom) */
#gallery940 {
	width: 940px;
	position: relative;
	height: 520px;
	float: left;
}
* html #gallery940 {
	display: inline;
}
#gallery700 {
	width: 700px;
	position: relative;
	height: 500px;
	float: left;
}
* html #gallery700 {
	display: inline;
}
#portfolio {
	width: 700px;
	position: relative;
	height: 520px;
	float: left;
	margin-top: -20px;
}
* html #portfolio {
	display: inline;
}
/* - - - - - AANVULLINGEN */

.klein {
	font-size: 11px;
	line-height: 1.5em;
}

.nolineheight {
	line-height: 12px;
}

.tabinbetween {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	text-align: left;
	font-weight: normal;
	line-height: 27px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D2D2D2;
}

.slideshow {
	z-index: 0;
}

#flashcontent {
	text-align: left;
}

.relative {
	position:relative;
}
#content .layer {
	position: absolute;
	height: 60px;
}

/* - - - - - seperators */

.line {
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D2D2D2;
	float: left;
	margin: 15px auto;
}

.bar {
	width: 100%;
	height: 28px;
	background: url(../images/main/gradients/bar.png) repeat-x;
	float: left;
	text-transform: uppercase;
	letter-spacing: 8px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #333333;
	border-bottom-color: #D2D2D2;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 15px;
}

.bar span {
	font: 15px "Lucida Grande", "Lucida Sans", verdana, "trebuchet ms", arial;
	color: #FF9000;
	font-weight: bold;
}