body {
margin: 0;
padding: 0;
background:#DB2132 url(images/bg.png) repeat-y 50% 0;
font-family: verdana;
font-size: 12px;
}

img{
border: 0px solid #fff;
}

#wrapper {
width: 990px;
background-color: transparant;

margin-left: auto;
margin-right: auto;
}

#logo {
height: 200px;
width: 860px;
background:#fff url(images/intro-logo.jpg) no-repeat;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
}

#adres{
margin-left: auto;
margin-right: auto;
width: 900px;
}
	#adres p{
	text-align: center;
	font-size: 12px;
	font-family: verdana;
	color: #10499E;
	}

#taal{
width: 500px;
height: 100px;
margin-left: auto;
margin-right: auto;
}

#mobile{
width: 600px;
margin: 0 auto;
text-align: center;
}
	#mobile a{
	font-weight: bold;
	text-decoration: none;
	color:#DB2132;
	}
	#mobile a:hover{
	text-decoration: underline;
	}
	
#footer{
width: 600px;
margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

	#footer p{
	text-align: center;
	font-size: 12px;
	font-family: verdana;
	color: #10499E
	}

a{
color: #10499E;
}

a:hover{
color:#DB2132;
}
/*----------------------------------------------------------------------------------------------------------*/
/*----------------------------CSS MENU MET TALEN KEUZE MOUSE OVER---------------------------*/
/*----------------------------------------------------------------------------------------------------------*/


/* dock - top */
.dock {
	position: relative; 
	height: 40px; 
	text-align: right;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: #fff /*url(images/dock-bg2.gif)*/ ;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 10px;
}

/* dock2 - bottom */
#dock2 {
	width: 150px;
	top: 40px;
	/*float: right;*/
	/*position: absolute;*/
	/*padding-right: 550px;*/
	/*right: 175px;*/
margin-left: auto;
margin-right:auto;
}
.dock-container2 {
	position: absolute;
	height: 40px;
	background: #fff /*url(images/dock-bg.gif)*/ ;
	padding-left: 20px;
	margin-top: 10px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 20px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

/*----------------------------------------------------------------------------------------------------------*/
/*-----------------------EINDE CSS MENU MET TALEN KEUZE MOUSE OVER-----------------------*/
/*----------------------------------------------------------------------------------------------------------*/
