body {
	margin: auto;
	width: 100%;
	height: 100%;
	font-family: arial;
	font-size: 11px;
}
a {
	color: #000;
	text-decoration:underline;
}
a:hover {
	color: #E2001A;
	text-decoration:none;
}
a:focus {
	outline:none;
}
#prijzen_text a {
	text-decoration: underline;
	color: #000;
}
#prijzen_text a:hover {
	color: #E2001A;
	text-decoration:none;
}
h1,h2,h3 {
	color: #E2001A;
}

h3 {
	font-size: 14px;
}

#maincontainer {
	margin-left: auto;
	margin-right: auto;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 995px;
	height: 652px;
	background: url('../images/main_bg.png') no-repeat;
}
#header {
    height: 100px;
    width: 995px;
    vertical-align: top;
}

#logo {
    margin-left: 25px;
    width: 352px;
    height: 95px;
    cursor: pointer;
    float: left;
}

#lang {
    padding-top: 8px;
    margin-left: 546px;
}

#lang img  {

	border: 0px;
}
#content_include {
	height: 420px;
	padding-left: 40px;
	display: block;
}

#home_text {
	font-size: 12px;
	width: 520px;
	display: inline-block;
	float:left;
}

#home_text strong {
	color: #E2001A;
}

#home_steps {
	float:left;
	height: 552px;
	margin-left: 20px;
	display: block;
	vertical-align: top;
}

#step_block {
	font-style:italic; 
	font-size: 10px;
}

#step_1 {
	width: 320px;
	height: 150px;
	background: url('../images/1.gif') left no-repeat;
}

#step_2 {
	width: 320px;
	height: 150px;
	margin-top: 16px;
	background: url('../images/2.gif') left no-repeat;
}

#step_3 {
	width: 320px;
	height: 150px;
	margin-top: 16px;
	background: url('../images/3.gif') left no-repeat;
}

#step_4 {
	width: 320px;
	height: 160px;
	margin-top: 24px;
}
.step_text {
	display:block;
	height: 150px;
	width: 160px;
	padding-top: 10px;
	padding-left: 160px;
}
.step_text, .step_text a, .step_text a:link, .step_text a:visited {
	color:#000;
	text-decoration:none;
}

#order_text {
	display: block;
	font-size: 12px;
	width: 800px;
}

#prijzen_text {
	display: block;
	font-size: 12px;
	width: 840px;
}

#prijzen_text table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: none none none none;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}

#prijzen_text th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 6px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
}

#prijzen_text td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 6px;
	border-style: inset inset inset inset;
	border-color: black black black black;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
}

#contact_text {
	display: block;
	font-size: 12px;
	float:left;
	width:520px;
}
#contact_naw {
	height: 200px;
	display: block;
	vertical-align: top;
    font-size: 12px;
    padding-top: 30px;
	padding-left:90px;
	float:left;
}
#buttons {

	float:left;
	display: block;
	text-align: center;
	width: 550px;
	height:53px;
}

#buttons .clickme, #buttons .clickme a, #buttons .clickme a.active {
	margin:0;
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
	color: white;
	text-align: center;
	display:block;
	background: url('../images/button.png') no-repeat;
	width: 162px;
	height: 53px;
	text-decoration:none;
	cursor: pointer;
	float:left;
}
#buttons .clickme a {
	padding-top:14px;
}
#buttons .clickme a:hover, #buttons .clickme a.active {
	color:#000;
	text-decoration:none;
}

#buttons .spacer {
	/*display: inline-block;
	width: 10px;*/
}

#order_button {
	text-align: center;
	display:block;
	width: 162px;
	height: 53px;
	float:left;
}
#order_button a, #order_button .clickme a {
	padding-top:14px;
	color: white;
	font-size:14px;
}
#order_button a:hover, #order_button a.active, #order_button .clickme a:hover, #order_button .clickme a.active {
	color:#000;
	text-decoration:none;
}
input,textarea {
	width: 360px;
}

.informatie_kop {
    color: #E2001A;
    font-size: 14px;
}

#footer {
    width: 100%;
    text-align: center;
}