@charset "utf-8";
/* Global Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {  
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0; 
		font-weight: inherit; 
		font-style: inherit; 
		font-size: 100%; 
		font-family: inherit; 
		vertical-align: baseline; 
}

/* remember to define focus styles! */

:focus {  
		outline: 0; 
}

body {  
		line-height: 1; 
		color: white; 
		background-color: red; 
		background-image: url(../images/bg_body.png); 
		background-repeat: repeat-x; 
		background-position: left top; 
		font:76%/110% Verdana,Arial,Helvetica,sans-serif; 
		text-align: left; 
}

ol, ul {  
		list-style: none; 
}

/* tables still need 'cellspacing="0"' in the markup */

table {  
		border-collapse: separate; 
		border-spacing: 0; 
}

caption, th, td {  
		text-align: left; 
		font-weight: normal; 
}

blockquote:before, blockquote:after,
q:before, q:after {  
		content: ""; 
}

blockquote, q {  
		quotes: "" ""; 
}

/* layout */

h1, h1 a {  
		color: #ffffff; 
		font-size:35px; 
		font-weight:normal; 
		line-height: 80px; 
		letter-spacing: -2px;}

#container {  
		height:100%; 
		position: relative; 
		width: 4688px; 
}

/* 16 kolommen */

#container-wrapper {  
		margin: 0px auto; 
		overflow: hidden; 
		height: 100%; 
		width: 100%; 
		border: 1px solid #ddd; 
		position: relative; 
}

#header {  
		height:111px; 
		min-height:111px; 
		width: 100%; 
}

#logo {  
		width: 610px; 
		height: 65px; 
		background-image: url(../images/logo.gif); 
		margin-top: 14px; 
		margin-left: 10px; 
		margin-right: 25px; 
		float: left; 
}

#punchline {  
		width:2700px; 
		float: left; 
}

#content {  
		height:606px; 
		width:auto; 
		overflow: hidden; 
}

#column {  
		height:604px; 
		background: url(../images/bg_content.png) repeat-x; 
		margin: auto 15px auto 0; 
		float:left; 
		width:280px; 
		w/idth:265px; 
		overflow:hidden; 
		padding-top: 0px; 
}

#column h3{
padding: 5px 10px; 
		font-family: Verdana, Helvetica, Arial, sans-serif; 
		font-size: 16px; 
		font-style: normal; 
		color: yellow;}

#column h4{
padding: 5px 10px; 
		font-family: Verdana, Helvetica, Arial, sans-serif; 
		font-size: 12px; 
		font-style: normal; 
		color: yellow;}

#column h4 a{
		color: yellow;}#column p {  
		padding: 5px 10px; 
		font-size: 10px; 
}

#column p a {  
		color: #fff200; 
		text-decoration: none; 
}

#column p h3 {  
		padding: 5px 10px 0px 10px; 
		font-size: 15px; 
}

#column p h4 {  
		padding: 0px 10px; 
		font-size: 12px; 
}

#column .portfolio {  
		background-image: url(../images/bg_photoframe.png); 
		padding: 6px 10px 28px 10px;
		background-position: center top; 
		width: 280px;
		height: 305px;
		float:left;
		display:block;
}

#column .portfolio .img-box {  
overflow:hidden;
display:block;
width: 260px;
height: 295px;		 
}

#scroll_btn {  
		position: absolute; 
		bottom: -36px; 
}

#column .form {  
		margin-bottom: 15px; 
}

#column .form p {  
		margin-bottom: 0px; 
}

#column p .label {  
		width: 70px; 
		display:inline-block; 
}

#column p input {  
		border: 1px #d3d3d3 solid; 
}

#column p input.verplicht {  
		border: 1px #d3d3d3 solid; 
		background-color: #f77a73; 
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {  
		visibility: visible !important; 
		margin: 0; 
}

.sIFR-replaced {  
		visibility: visible !important; 
}

span.sIFR-alternate {  
		position: absolute; 
		left: 0; 
		top: 0; 
		width: 0; 
		height: 0; 
		display: block; 
		overflow: hidden; 
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */

.sIFR-flash + div[adblocktab=true] {  
		display: none !important; 
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {  
		visibility: hidden; 
		letter-spacing: -9px; 
		font-size: 70px; 
		color: #ffffff; 
}

.sIFR-hasFlash h2 {  
		visibility: hidden; 
		letter-spacing: -9px; 
		font-size: 55px; 
}

.sIFR-hasFlash h3 {  
		visibility: hidden; 
		letter-spacing: -6px; 
		font-size: 20px; 
		padding: 5px 10px 0px 10px; 
}

.sIFR-hasFlash h4 {  
		visibility: hidden; 
		letter-spacing: -5px; 
		font-size: 18px; 
		padding: 0px 10px; 
}

.sIFR-hasFlash h5#pullquote {  
		letter-spacing: -4px; 
		visibility: hidden; 
		font-size: 24px; 
}


/*----------------------------------------------------------------------------------
[.07] FORMS
----------------------------------------------------------------------------------*/

.form {
margin-top:25px;
display:block;
float:left;
margin-left: 15px;
font-size: 0.7em;
width: 630px;
}

.section1 {
display:block;
float:left;
width: 325px;
overflow:hidden;}

.section2 {
display:block;
float:right;
width: 290px;
}

.section2 p {
display:block;
float:left;
width: 290px;
overflow:hidden;
font-size: 11px; 
		color: #000000;}

.formobject {
float:left;
display:block;
margin: 0 0 5px 0;
width: 310px;
}

.formobject label {
margin: 0;
display: block;
width: 80px;
float:left;
line-height: 22px;
font-size: 11px; 
		}

.section2 .formobject label {
margin: 0;
display: block;
width: 60px;
float:left;
line-height: 22px; 
		}.formobject input {
margin: 0;
display: block;
width: 210px;
border: 2px #7b6e08 solid;
font-size: 12px;
}

.formobject input {
margin: 0;
display: block;
width: 220px;
border: 2px #7b6e08 solid;
font-size: 12px;
}

.formobject input.aantal {
margin: 0;
display: block;
width: 30px;
border: 2px #7b6e08 solid;
font-size: 12px;
}

.formobject_txt{
margin: 20px 0 0 0;
display: block;
font-size: 12px;
}

.formobject textarea {
margin: 0 0 0 0px;
display: block;
width: 275px;
border: 2px #7b6e08 solid;
font-size: 12px;
height: 115px;
overflow:auto;
}

.formobject select {
margin: 0;
display: block;
width: auto;
border: 2px #7b6e08 solid; 
background-color: #ffffff;
font-size: 12px;}

.formobject input.button {
margin: 10px 0;
display: block;
font-size: 14px;
width: 80px;
color: #fff;
border: 2px #7b6e08 solid; 
		background-color: #000000;}
		
/* Style for invalid input */
.invalidInput{
	background-color: #ff9c95;
}

/* Style for valid input */
.validInput{
	border: 1px dotted #FF0000;
}

#logos {
display:block;
width: 91px;
height: 63px;
overflow:hidden;
margin: 372px 0 0 17px}

#ideal #form1 {
display:block;
width: 280px;
float: left;
text-align: center;
margin-top: 15px;
 }

#ideal{
display:block;
width: 280px;
float: left;
text-align: center;
margin-top: 35px;
 }
 
#paypal{
display:block;
width: 280px;
float: left;
text-align: center;
margin-top: 35px;
 }

#paypal form {
display:block;
width: 280px;
float: left;
text-align: center;
margin-top: 25px;
 }
 
.payment-title { 
		font-size: 14px; 
		font-weight: bold; 
		color: #ef7f01;}
