/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html, body {
height: 100%;
}

.content img {
border: solid #616161 1px;
}

.content a {
text-decoration: underline;
}

.content a:hover {
text-decoration: none;
}

body {
background-color: #163b63;
font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
font-size: 10pt;
color: #616161;
}

#main_container {
width: 862px;
background-image:url(../images/bg.jpg);
margin-left: auto;
margin-right: auto;
min-height: 100%;
height:auto !important;
}

#index_container {
width: 862px;
height: 465px;
margin-top: 75px;
background-image:url(../images/bg.jpg);
margin-left: auto;
margin-right: auto;
border-top: solid 1px white;
border-bottom: solid 1px white;
margin-bottom: 33px;
}

#footer_container {
width: 862px;
background-image:url(../images/bg.jpg);
margin-left: auto;
margin-right: auto;
margin-top: -78px;
}

#footer {
height: 50px;
background: #e8e8e8;
width: 830px;
padding: 14px;
margin-left: 2px;
text-align: center;
font-size: 9pt;
}

.content {
padding: 75px;
padding-top: 15px;
margin-bottom: 50px;
}

.openingsuren {
float: left;
background: #e8e8e8;
width: 185px;
height: 435px;
padding: 10px;
padding-left: 20px;
padding-right: 15px;
margin-right: 50px;
}

.othercontent {
float: left;
width: 440px;
}

h1 {
font-size: 16pt;
letter-spacing: -1px;
border-bottom: #98b4dd solid 1px;
font-family: Arial, Helvetica, sans-serif;
margin-bottom: 26px;
padding-bottom: 6px;
color: #094262;
}

.view_image {
height: 100px;
}

.image {
float: left;
margin-right: 40px;
margin-bottom: 30px;
}

li {
margin-left: 15px;
}

.index_text * {
color: #163b63;
}
