/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color:#737474;
	color: #fcfaeb;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat: repeat-x;

}
table {
	border-spacing: 0;
}

tr {
	vertical-align: top;
}

img {
	border: 0;	
}

td,th, div, span, p, h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 18px;
	color: #fcfaeb;
}
a:link, a:visited {
	text-decoration: underline;
	color: #fcfaeb;
}
a:hover {
	text-decoration: underline;
	color: #fcfaeb;
}
h1 { 
	font-size: 18px;
	color: #fcfaeb;
	text-transform:uppercase;
}
h2 { 
	font-size: 16px;
	color: #fcfaeb;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #fcfaeb;
	font-weight: bold;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 957px;	
}
#marquee {
	font-size: 14px;
	font-weight: bold;
	width: 957px;
	color: #fcfaeb; /* geel */
	text-transform: uppercase;
	height: 23px;
	border-bottom: 4px solid #fdf004; 
	margin-bottom: 1px;
}
#top {
	position: relative;
	z-index: 3;
	height: 300px;
}
#topslideshow {
	position: absolute;
	z-index: 1;
	height: 220px;
}
#logo {
	position: absolute;
	top: -60px;
	left: -80px;
	z-index: 2;
}
#aktiebutton {
	position: absolute;
	top: 170px;
	right: 20px;
	z-index: 2;
}
#menu {
	position: absolute;
	top: 264px;
	left: 0;
	width: 958px;
	z-index: 3;
}
#buttons {
	width: 958px;
	float: left;
}
#einde_menu {
	float: left;
}

#midden {
	background-image: url(../../images/structure/bg_wrapper.jpg);
	background-repeat: repeat-y;
	width: 957px;
	
}
#content {
	padding: 20px 0px 20px 20px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	width: 709px;
}
#content table td{
	border: 1px solid white;
}
#right {
	width: 218px;
}
#top_right {
	position: absolute;
	top: 328px;
	right: 0;
	z-index: 2;
}
#adres {
	color: #fcfaeb;
	font-size: 12pt;
	text-align: right;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 10px;
}
#slide_logotjes {
	padding-left: 10px;
}
#bovag_banner {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 10px;
}

#buttons div {
	position: relative;
	height: 37px;
	float: left;
	font-size: 11pt;
}

#buttons div span.dropdown {
	display: none;
}

#buttons div:hover span.dropdown {
	display: block;
	position: absolute;
	top: 36px;
	left: 1px;
	z-index: 1;
	background-color: #2f2a84;
	border-top: 1px solid #878686;
	border-left: 1px solid #878686;
	border-right: 1px solid #878686;
}

span.dropdown a, span.dropdown a:active, span.dropdown a:visited {
	display: block;
	white-space: nowrap;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	width: 170px;
	border-bottom: 1px solid #878686;
	padding-left: 3px;
	font-size: 10pt;
}
span.dropdown a:hover {
	display: block;
	white-space: nowrap;
	line-height: 20px;
	color: #000;
	background-color: #fff000;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
}
#rss {
	margin-left: 20px;
}

