﻿body{
	margin: 0;
	padding: 0;
	background: #ffffcc;
	text-align: center;
	font-weight: normal;
	font-family: verdana;
	font-size: 12px;
}

#container {
	position: relative;
	width: 800px;
	height: 582px;
	margin: 30px auto 0 auto;
	/* margin: 155px auto 0 auto; */
	text-align: left;
	background: url(/images/bg-container.jpg) top left no-repeat;
	/* background: url(/images/bg-container-kerst.jpg) top left no-repeat; */
}

#header {
	height: 100px;
}

div#content{
	margin: 60px 30px 40px 172px;
	padding: 0 0 0 30px;
	height: 380px;
	overflow: auto;
}

div#footer{
	width: 100%;
	text-align: center;
	font-size: 10px;
}

ul#nav{
	position: absolute;
	top: 130px;
	left: 30px;
	padding: 0;
	margin: 0;
	float: left;
	width: 172px;
	}
	ul#nav li{
		list-style: none;
		margin-top: 2px;
		}
		ul#nav li a{
			background-position: top left;
			background-repeat: no-repeat;
			height: 30px;
			width: 142px;
			display: block;
			text-indent: -6000px;
			color: transparent;
		}
		#nav li#home a{ background-image: url(/images/home.jpg); }
		#nav li#trouwauto a{ background-image: url(/images/trouwauto.jpg); }
		#nav li#diensten a{ background-image: url(/images/diensten.jpg); }
		#nav li#trouwfoto a{ background-image: url(/images/trouwfoto.jpg); }
		#nav li#links a{ background-image: url(/images/links.jpg); }
		#nav li#contact a{ background-image: url(/images/contact.jpg); }
		#nav li#offerte a{ background-image: url(/images/offerte.jpg); }
		ul#nav li a:hover{
			background-position: bottom left;
		}

div#kop{
	position: absolute;
	top: 120px;
	left: 210px;
	font-weight: bold;
}
/*
div#christmas{
	position: absolute;
	top: -137px;
	right: 15px;
}*/