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


body {
	background-color:#fffbcc;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding-top:20px;
	background-image:url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.page-wrapper {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #231f20;
	height:850px;
}

.left {float:left; width:379px; text-align:left;}

#voorbeeld {
	float:left;
	width:580px;
	height:580px;
	margin-left:15px;
	text-align:center;
	margin-top:0px;
	border: 1px dashed #231f20;
	vertical-align: middle;
	padding-top:50px;
	background-image:url(../images/voorbeeld.png);
	background-repeat:no-repeat;
}

#voorbeeld table {margin-left:auto; margin-right:auto;}

h1 {
	color: #78BBB7;
	font-size: 17px;
	font-weight: bold;
	text-transform:uppercase;
	text-align:left;
	border-bottom-style: dashed;
	border-bottom-color: #78BBB7;
	border-bottom-width: 1px;
}

h2 {color: #f26522;
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
	text-align:left;}
	
	
h3 {font-size:13px;border-bottom-style: dashed;
	border-bottom-color: #efeaae;
	border-bottom-width: 1px;}

p {font-size:11px; text-align:left;}

a {
	color: #f26522;
	text-decoration: none;
	margin-left:5px;
}

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

input {
	color: #231f20;
	border: 1px solid #231f20;
}

input.submit {
	background-color: #231f20;
	color: #FFF;
	margin-bottom:10px;
}

#logo {}

#footer {}

.fullsize {
	width:400px;
	background-image: url(../images/bg_400-small.png);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}

.mediumsize {
	width:300px;
	background-image: url(../images/bg_300-small.png);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}

.compactsize {
	width:200px;
	background-image: url(../images/bg_200-small.png);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}

