@font-face {
    font-family: 'ZwoAltLFw2Regular';
    src: url('../fonts/twokeys-webfont.eot');
    src: url('../fonts/twokeys-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/twokeys-webfont.woff') format('woff'),
         url('../fonts/twokeys-webfont.ttf') format('truetype'),
         url('../fonts/twokeys-webfont.svg#ZwoAltLFw2Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ZwoAltLFw2Italic';
    src: url('../fonts/twokeysitalic-webfont.eot');
    src: url('../fonts/twokeysitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/twokeysitalic-webfont.woff') format('woff'),
         url('../fonts/twokeysitalic-webfont.ttf') format('truetype'),
         url('../fonts/twokeysitalic-webfont.svg#ZwoAltLFw2Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'ZwoAltLFw2Regular';
}


#box1 {
	width:500px;
	height:350px;
	background: url('../images/welkom_box.png') no-repeat right top;
	padding-top:30px;

	margin:auto;
	margin-top:50px;
	font-size:11px;
	color:#000;
	
}


#box1 h1 {
	font-family:Trebuchet MS, verdana;
	font-size:20px;
	font-weight:normal;
	color:#000;
}

#box1 h2 {
	font-family:Trebuchet MS, verdana;
	font-size:20px;
	font-weight:normal;
	color:#000000;
}


.tekstblok {
	font-size:11px;
	padding-right:30px;
	padding-left:30px;
	padding-top:10px;
	color:#000;
}

a {
 color:#000000;
}

#Info {
    text-align: right;
}