html { 
	background: url(images/bg.jpg) no-repeat left center fixed; 
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-color:#10006b;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Helvetica,Arial,sans-serif;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	color: #006;
} 
img {
	border: 0;	
}
#wrapper {
	width: 800px;
	margin: 50px 0 0 170px;
}
#column1-wrap {
    float: left;
    width: 100%;
}
#column1 {
    margin-right: 200px;
}
/* banner */
#banner {
	text-align:center;
	color:#FFF;
}
#banner p {
	font-size:60px;
	display:inline-block;
    transform:scale(1.5,1); /* W3C */
    -webkit-transform:scale(1.5,1); /* Safari and Chrome */
    -moz-transform:scale(1.5,1); /* Firefox */
    -ms-transform:scale(1.5,1); /* IE 9 */
    -o-transform:scale(1.5,1); /* Opera */
}
/* main */
div#main_content {
	line-height: 150%;
	margin-top: -30px;
	padding: 10px 20px 10px 20px;
	font-size: 17px;
	background-color:#FFF;
	/* For IE8 and earlier */
 	filter:alpha( opacity=90 );
  	/* CSS3 standard */
  	opacity:0.9;
}
#main_content h1 {
	text-align:center;
}
.blokken {
	float:right;
	margin: -10px -10px 0 0;
}
#main_content h2 {
	text-align:center;
}
.balk {
	height:3px;
	background-color:#003;
	margin: -30px 0 0 0;
}
.balk2 {
	height:3px;
	background-color:#003;
	margin: 0 0 0 0;
}
#adres-wrap {
    float: left;
    width: 100%;
}
#adres {
    margin-right: 50%;
}
#adres2 {
    float: left;
    width: 50%;
    margin-left: -50%;
}
#adres2 li {
	text-align:right;
}
#clear {
    clear: both;
}
/* 2de kolom */
#column2 {
    float: left;
    width: 200px;
    margin: 0 0 0 -200px ;
}
#column2 img {
	margin: 50px 0 0 0;
}
li {list-style:none;
}
.subtitel {
	font-size: 70%;
}
h1 {
	font-size:30px;
	letter-spacing: 1px;
	color: #006;
    transform:scale(1.2,1); /* W3C */
    -webkit-transform:scale(1.2,1); /* Safari and Chrome */
    -moz-transform:scale(1.2,1); /* Firefox */
    -ms-transform:scale(1.2,1); /* IE 9 */
    -o-transform:scale(1.2,1); /* Opera */
}
h2 {
	font-size:22px;
	letter-spacing: 1px;
   -webkit-text-stroke: 1px white;
   color: #339;
   text-shadow:
	-4px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: lighter;
	letter-spacing: 1px;
   color: #339;
}
.clear {
    clear: both;
}
#column1 ul {
	margin: 0;
	padding: 0;
}
/* footer */
#footer-wrap {
    float: left;
    width: 100%;
}
#footer {
	margin: 10px 180px 0 20px;
	font-size: 8px;
	color:#fc0;
}
#footer2 {
	margin: 10px 10px 0 10px;
	font-size: 8px;
	color:#f1f1f1;
	text-align:right;
    float: left;
    width: 190px;
    margin-left: -210px;
}