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

body, html {
background-color:		#ecf4ff;
margin:					0;
padding:				0;
font-family:			Arial, Helvetica, sans-serif;
font-size:				12px;
text-align:				left;
}

#container {
width:					856px;
height:					100%;
background-image:		url(../images/bg.jpg);
background-repeat:		repeat-y;
position:				relative;
}

#header {
width:					856px;
height:					157px;
float:					left;
position:				relative;
background-image:		url(../images/header.jpg);
background-repeat:		no-repeat;
}

#fotovenster {
margin:					15px 0 0 15px;
padding:				60px 0 0 0;
width:					196px;
height:					210px;
background-image:		url(../images/fotovenster.jpg);
background-repeat:		no-repeat;
float:					left;
}

#tekstvlak1 {
margin:					20px 15px 0 0;
width:					570px;
height:					auto;
float:					right;
position:				relative;
text-align:				left;
background-color:		#ecf4ff;
}

#fotovenster2 {
margin:					20px 20px 0 0;
padding:				60px 0 0 0;
width:					196px;
height:					210px;
background-image:		url(../images/fotovenster.jpg);
background-repeat:		no-repeat;
float:					right;
}

#tekstvlak2 {
margin:					25px 0 0 15px;
width:					570px;
height:					auto;
float:					left;
position:				relative;
text-align:				left;
}

#tekstkop {
margin:					25px 0 0 15px;
width:					800px;
height:					auto;
float:					left;
position:				relative;
text-align:				left;
}

h1 {
font-size:				16px;
font-weight:			bold;

}
