* {
margin: 0;
padding: 0;
}

body {
background: #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #535353;
font-size: 12px;
}

/* POSITIES */

#container {
height: 600px;
width: 960px;
margin: 10px auto;
background: #fff url(../images/background_koeriersdienst_rijssen.jpg) bottom no-repeat;
}

#header {
width: 865px;
margin: 0 auto;
}

#header img {
margin-top: 15px;
}

#tekst {}

/* EIND POSITIES */


/* OVERIGE OPMAAK */ 
h1{
	text-align: center;
	color: #222264;
	margin: 15px 0;
	font-size: 18px;
}
h2{
	text-align: center;
	color: #0f75bc;
	margin-bottom: 15px;
	font-size: 16px;
}

h3{
	text-align: center;
	color: #0f75bc;
	margin-bottom: 15px;
	font-size: 14px;
}

p {
	margin-bottom: 15px;
	text-align: center;
}

a:link, a:active, a:visited{
	color: #0f75bc;
}
a:hover{
	color: #222264;
}

/* EIND OVERIGE OPMAAK */
