/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #C7C7C7;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../../images/structure/bg.jpg);
	background-repeat: repeat;
}
table {
	border: 0;
}

tr {
	vertical-align: top;
}

img {
	border: 0;	
}

td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: grey;
}
a:link, a:visited {
	font-size: 12px;
	text-decoration: underline;
	color: grey;
}
a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #4A04B4;
}
h1 { 
	font-size: 18px;
	color: grey;
	text-transform:uppercase;
}
h2 { 
	font-size: 14px;
	color: grey;
}
h3 { 
	font-size: 16px;
	color: grey;
	font-weight: bold;
}

#teller {
	position: absolute;
	top: 10px;
	right: 10px;
}
#wrapper { 
	position: relative;
	margin: 0 auto;
	width: 970px;
	height:100%;
	background-image: url(../../images/structure/bg_menu.jpg);
	background-repeat: repeat-y;
	
}
#top {
	width: 970px;
	background-image: url(../../images/structure/bg_top.jpg);
	background-repeat: repeat-y;
	height: 111px;
}
#logo {
	position: absolute;
	top: 10px;
	left: 0;
}
#logotjes {
	position: absolute;
	top: 10px;
	left: 330px;
	width: 330px;
}
#adres {
	position: absolute;
	top: 17px;
	left: 660px;
	width: 300px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 15px;
}
#midden {
	width: 970px;
}
#menu {
	width: 152px;
	background-image: url(../../images/structure/bg_menu.jpg);
	background-repeat: repeat-y;	
}
#menu_items {
	background-color: #4D4D4D;

}
#bg_menu {
	background-image: url(../../images/structure/bg_menu.jpg);
	background-repeat: repeat-x;
	width: 198px;
	min-height: 159px;
	height: auto !important;
	height: 159px;
	border-right: 1px solid #4D4D4D;
}
#content {
	width: 758px;
	padding: 0px 30px 30px 30px;
}
.marquee {
	font-size: 12px;
	line-height: 17px;
	color: #4A04B4;
	text-transform: uppercase;
	font-weight: bold;
}

