/* CSS Document */
* {
margin:0;
padding:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/layout/bg.gif);
	background-repeat: repeat;
	letter-spacing: 0.1em;
	line-height: 20px;
}
img {
	border:0;
}
h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	padding: 20px;
}

p {
	margin-top: 12px;

}


/* Layout */
#container {
	width: 999px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	overflow: hidden;
	padding-bottom: 10px;
}
#main_left {
	background-image: url(../img/layout/head_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 575px;
	width: 258px;
	z-index: 5;
	position: relative;
}
#navbar ul {
	list-style-type: none;
}
#nav_line {
	float: left;
	height: 400px;
	width: 64px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DEDEDE;
	z-index: 6;
	margin-top: 229px;
	position: absolute;
}
#navbar {
	height: 300px;
	width: 160px;
	position: absolute;
	top: 230px;
	left: 34px;
	z-index: 7;
}
#navbar a:hover {
	background-color: #FEECC0;
}
#navbar li a {
	display: block;
	width: 167px;
	height: 23px;
	margin-top: 8px;
}
#subnav1 {
	position: absolute;
	left: 150px;
	top: 45px;
	background-color: #7BA5D5;
}
#subnav2 {
	position: absolute;
	left: 150px;
	top: 75px;
	background-color: #7BA5D5;
}
#navbar ul li ul li a {
	text-align: center;
	text-decoration: none;
	color: #333333;
	padding: 2px;
	font-family: "Trebuchet MS", Georgia;
	letter-spacing: 0px;
	font-size: 13px;
	margin-top: 0px;
}
#navbar ul li ul#subnav1 li a {
	width: 160px;
	height: 17px;
}
#navbar ul li ul#subnav2 li a {
	width: 130px;
	height: 17px;
}
#navbar ul li ul {
	display: none;
}
#navbar ul li:hover ul{
	display: block;
}
#main_right {
	float: left;
	height: 575px;
	width: 741px;
}
#head_right {
	background-image: url(../img/layout/head_02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 164px;
	width: 741px;
	position: relative;
}
#head_right #head_tag {
	height: 42px;
	width: 400px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#content {
	float: left;
	height: 391px;
	width: 731px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
}
#footer {
	float: left;
	height: 55px;
	width: 999px;
	position: relative;
}
/* end of layout */
#footer #subnavline {
	position: absolute;
	height: 20px;
	width: 800px;
	left: 30px;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
	z-index: 6;
}
#subnav {
	padding-left: 70px;
	height: 40px;
	padding-top: 10px;
	z-index: 9;
	position: absolute;
	width: 920px;
}
#subnav a {
	color: #592D00;
	font-weight: normal;
	font-family: "Trebuchet MS", Georgia;
	text-decoration: none;
	height: 40px;
	display: block;
	float: left;
	z-index: 8;
	margin-left: 15px;
	cursor: hand;
}
#subnav a:hover {
	text-decoration: underline;
}

#content_foto {
	right: 0px;
	bottom: 0px;
	float: left;
	height: 250px;
	width: 300px;
	position: relative;
}
#content_top {
	width: 730px;
	height: 140px;
}

#content_left {
	float: left;
	height: 390px;
	width: 480px;
}
#content_right {
	float: right;
	height: 390px;
	width: 250px;
	position: relative;
}
#content_right img {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#content_list {
	margin-left: 50px;
	list-style-type: disc;
	line-height: 22px;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
}
.links_wrap {
	margin-top: 12px;
	float: left;
}
.links_link {
	width: 200px;
	float: left;
}
.links_descr {
	float: left;
	width: 350px;
}
.tarieven_left {
	float: left;
	height: 15px;
	width: 385px;
	font-weight: bold;
}
.tarieven_wrap {
	width: 700px;
	float: left;
	margin-top: 12px;
}

.tarieven_right {
	float: left;
	height: 15px;
	font-weight: bold;
	width: 50px;
	text-align: right;
}
.tarieven_euro {
	float: left;
	width: 15px;
}

.tarieven_descr {
	float: left;
	width: 400px;
}
.selectpublicatie {
	height: 292px;
	width: 220px;
	border: 1px solid #DDDDDD;
	display: block;
	float: left;
	text-align: center;
	padding-top: 10px;
	margin-right: 10px;
}
.selectpublicatie:hover {
	border: 1px solid #DDDDDD;
}
