@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}

body{
	background-color:#aaaaaa;
	color:#ffffff;
}
a{
	color:#ffffff;
	text-decoration:none;
	outline:none;
}
.r{
	float:right;
}

#container {
	position:relative;
	width:980px;
	height:720px;
	background-image:url(../img/koot_bg.gif);
	background-repeat:no-repeat;
}

#content, #contact{
	position:absolute;
	left:380px;
	height:604px;
	width:550px;
	padding:15px 50px 0 0;
	overflow:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	line-height:18px;
}
#content h1{
	font-size:21px;
	margin:9px 0 0 0;
	letter-spacing:1px;
	font-weight:normal;
}
#content h2{
	font-size:15px;
	margin:18px 0 0 0;
	letter-spacing:1px;
	border:0px solid red;
}
#content h3{
	font-size:13px;
	margin:18px 0 0 0;
	letter-spacing:1px;
}
#content ul{
	list-style:disc;
	list-style-position:inside;
}
#content div{
	width:550px;;
}
#content img{
	margin-top:20px;
}
#content img.first{
	margin-right:40px;
}
#offerte #content form{
	margin-top:20px;
}
#offerte #content td{
	padding:5px;
}
#offerte #content td.kol1{
	background-color:#666666;
	width:140px;
}
#offerte #content td.kol2{
	background-color:#999999;
	width:300px;
}
#offerte #content input,
#offerte #content select{
	width:250px;
}
#content #kaart, #content #kaart2{
	display:block;
	width:525px;
	height:359px;
	background-image:url(../img/kaart.gif);
	margin:18px 0 0 0;
}
#content #kaart2{
	background-image:url(../img/kaart2.gif);
}
#content #kaart:hover, #content #kaart2:hover{
	background-position:-525px;
}
#contact{
	left:100px;
	top:250px;
	width:200px;
	height:150px;
	padding:0;
}
#menu{
	position:absolute;
	left:100px;
	top:380px;
}
#menu a{
	display:block;
	line-height:35px;
	height:35px;
}
#menu a, #subnav a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	letter-spacing:1px;
	border:0px solid blue;
	color:#ffffff;
}
#menu a:hover,
#subnav a:hover,
#home #but1,
#wie #but2,
#waar #but3,
#offerte #but4,
#contact #but5,
#wat #but6,
.projectverhuizingen #subbut1,
.opslag #subbut2,
.verpakkingen #subbut3,
.dienstenpakket #subbut1,
.contact #subbut2{
	color:#ad9961;
}
#subnav{
	margin-bottom:20px;
}
#subnav a{
	margin-right:50px;
}

#footer{
	position:absolute;
	top:620px;
	width:980px;
	height:100px;
	background-image:url(../img/logos.gif);
	background-position:20px 10px;
	background-repeat:no-repeat;
	vertical-align:bottom; 
	text-align:right; 
}
/* Verwijzing naar VOOR Communicatie & Creatie */
#footer a{
	display:block;
	color:#ffffff; 
	font-size:9px; 
	text-decoration:none;
	margin-top:15px;
}
#footer a:hover{
	text-decoration:underline;
}

