/* CSS Document */
BODY {
	margin: 0px;
	padding: 0px;
	background-color:#545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color:#ffffff;
}
div#hoofdmenu a {
	float: left;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	text-decoration: underline;
	color: #BF3B3B;
}
a:hover {
	text-decoration: none;
	color: #BF3B3B;
	font-weight: bold;
}
h1 { 
	font-family: arial, helvetica;
	font-size: 18px;
	line-height: 16px;
	color: #ffffff;
	text-transform:uppercase;
}
h2 { 
	font-family: arial, helvetica;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
}
h3 { 
	font-family: arial, helvetica;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	font-weight: bold;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
#top {
	width: 960px;
	background-image: url(../../images/structure/bg_top.jpg);
	background-repeat:no-repeat;
	height:138px;
}
#menu {
	width: 600px;
	vertical-align:top;
}
#adres {
	position: absolute;
	top: 30px;
	left: 10px;
	color: #000000;
	line-height: 16px;
	font-size:12px;
}
#midden {
	width: 960px;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat:repeat-y;
}
#content {
	background-image: url(../../images/structure/bg_mid.jpg);
	background-repeat: no-repeat;
	width: 960px;
}
#main {	
	width: 722px;
	min-height: 300px;
	height:auto !important;
	height: 300px;
	padding: 25px;
}
#aktie {
	vertical-align: top;
	background-image:url(../../images/structure/bg_aktie_repeat.jpg);
	background-repeat: repeat-y;
	text-align:center;
	color: white;
	font-size:12px;
}
#aktie_midden {
	background-image:url(../../images/structure/bg_aktie.jpg);
	background-repeat: no-repeat;
}
.aktie_button {
	background-image: url(../../images/structure/bg_but_aktie.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
#logo {
	position: absolute;
	top: 28px;
	left: 323px;
}
#marquee {
	font-size: 14px;
	color: #BF3B3B;
	font-weight: bold;
	position:absolute;
	top: 170px;
	left: 10px;
	width: 750px;
}

#teller {
	position: absolute;
	top: 5px; 
	right: 5px; 
}
