/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color:#B0B0B0;
}
table {
	border-spacing: 0;
}

tr {
	vertical-align: top;
}

td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #1E4E91;
}
a:link, a:visited {
	text-decoration: none;
	color: #DF002B;
}
a:hover {
	text-decoration: underline;
	color: #DF002B;
}
h1 { 
	font-size: 18px;
	color: #DF002B;
	text-transform:uppercase;
}
h2 { 
	font-size: 14px;
	color: #1E4E91;
}
h3 { 
	font-size: 16px;
	color: #DF002B;
	font-weight: bold;
}

#wrapper { 
	position: relative;
	background-image: url(../../images/structure/wrapper_bg.jpg);
	background-repeat: repeat-y;
	margin: 10px auto;
	border-bottom: 1px solid #ffffff;
	width: 960px;
}
#wrapper_occ {
	position: relative;
	background-image: url(../../images/structure/wrapper_bg_occ.jpg);
	background-repeat: repeat-y;
	margin: 10px auto;
	border-bottom: 1px solid #ffffff;
	width: 960px;
}
#openingstijden_adres {
	position: absolute;
	top: 28px;
	right: 0;
}
#text {
	margin: 20px 20px 20px 20px;
}

#openingstijden {
	position: absolute;
	top: 60px;
	right: 10px;
	width: 170px;
	font-weight: bold;
	color: #ffffff;

}
.openingstijden_key {
	width: 50px;
	color: #ffffff;
	font-size: 11px;
	line-height: 14px;
}
.openingstijden_value {
	width: 120px;
	color: #ffffff;	
	font-size: 11px;
	line-height: 14px;
}
.openingstijden_afspraak {
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	line-height: 13px;
}

#naw {
	position: absolute;
	top: 374px;
	left: 781px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #1e4e91;
	
}

#marquee {
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	position:absolute;
	top: 6px;
	left: 207px;
	width: 750px;
}

.content_table {
	width: 960px;
}

.content_td_left {
	width: 203px;
}

.content_td_mid {
	width: 567px;
}

.content_td_right {
	width: 190px;
}
#main {
	padding: 20px;
}
.submenu_table {
	width: 100%;
	background-image: url(../../images/structure/submenu_bg.jpg);
	background-repeat: repeat-y;
}

.submenu_link a:link, .submenu_link a:active, .submenu_link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}

.submenu_link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #CF192E;
}
