body {
	margin: 0px;
	padding: 0px;
	background-color: #1a171b;
	font-family: Helvetica, Verdana;
}

div#container {
	width: 100%;
	margin: 0 auto;
}

iframe {
background:transparent;
}

/* Begin top section */

div#top-container {
	height: 320px;
	width: 960px;
	margin: 0 auto;
	margin-top: 30px;
	background-color: #080609;
	background-image: url(../images/opmaak/kosta-bg_03.png);
	background-repeat: no-repeat;
	background-position: top left;
}

div#bottom-container {
	overflow: auto;
	width: 958px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-bottom: 40px;
	background-image: url(../images/opmaak/kosta-bg_05.png);
	background-color: #080609;
	background-repeat: no-repeat;
	background-position: top left;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: purple;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: purple;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: purple;
}

div#adres-container {
	width: 958px;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

div#top-left {
	width: 130px;
	top: 166px;
	margin-left: 130px;
	float: left;
	position: relative;
}

div#top-right {
	width: 680px;
	height: 320px;
	float: right;
	background-image: url(../images/home/home-visual.jpg);
}

/* Eind top section */

/* Begin bottom section */

div#bottom-left {
	width: 220px;
	float: left;
	margin-top: 86px;
	margin-left: 39px;
	margin-right: 19px;
}

div#bottom-left-index {
	width: 240px;
	height: 210px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}

div#bottom-right {
	width: 620px;
	float: right;
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 40px;
}

div#menu-container {
	width: 250px;
}

div#versiering {
	width: 200px;
	height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-image: url(../images/menu-impression/versiering-afscheiding.png);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

div#image-onderschrift {
	background-color: #9a267b;
	padding: 6px;
	font-size: 11px;
	color: white;
	text-align: center;
	line-height: 16px;
}

/* Eind bottom section */

/* Begin vnav section */

ul#nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
	bottom: 0px;
	left: 0px;
}

ul#nav li a {
	font-size: 13px;
	font-weight: bold;
	color: #c1022c;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
}

ul#nav li a:hover,ul#nav li a.active {
	color: #000;
}

/* Einde vnav section */

/* Content section */

h1 {
	font-size: 26px;
	color: #ff9999;
	margin-top: 0px;
	margin-bottom: -4px;
}

h2 {
	font-size: 16px;
	color: #cc788a;
	margin-top: 20px;
	margin-bottom: -10px;
}

h3 {
	font-size: 20px;
	color: #ff9999;
	font-weight: lighter;
	margin-top: 16px;
	margin-bottom: -10px;
}

h4 {
	margin-left: 14px;
	margin-bottom: 40px;
	font-size: 10px;
	color: white;
	font-weight: lighter;
}

p {
	font-size: 13px;
	line-height: 24px;
	color: white;
}

p#cursief {
	font-size: 13px;
	line-height: 24px;
	font-style: italic;
	color: white;
}

p#menu {
	margin-left: 14px;
	margin-bottom: 40px;
	font-size: 13px;
	line-height: 24px;
	color: white;
}

p#menu-regelwit {
	height: 8px;
	font-size: 13px;
	color: white;
}

p#formtext {
	margin: 0px;
	font-size: 13px;
	color: white;
}

p#formtext-fout {
	margin: 0px;
	font-size: 18px;
	color: red;
}

p#adresregel {
	margin: 0px;
	font-size: 11px;
	color: #7f7f7f;
	padding-left: 20px;
}

a:link, a:active, a:visited {
 color: #ff9999;
}

a:hover {
 color: #FFF;
}

/* Einde Content section */

