@charset "utf-8";
/* CSS Document */
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: top;
}

body {
	background-color: #000;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 14px;
	line-height:24px;
	text-align: justify;
}

ol, ul {
    list-style: none;
}

h1 {
	font-size:16px;
	color:#ffa100;	
}

h2 {
	font-size:14px;
	color:#000;	
}

#container {
	width:1000px;
	height:600px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/verkademontage.jpg);
}

#header {
	width:928px;
	height:339px;
	float:left;
	padding-top:0px;
	padding-right: 36px;
	padding-bottom: 0px;
	padding-left: 36px;	
	text-align:justify;
}

#midden {
	width:928px;
	height:200px;
	float:left;
	padding-top:14px;
	padding-right: 36px;
	padding-bottom: 0px;
	padding-left: 36px;	
}

#content {
	width:454px;
	height:190px;
	float:left;
	margin-right:39px;
	padding-right:10px
}

#contentright {
	width:251px;
	height:100px;
	float:left;
	padding-right:1px;
	padding-top:36px;
	text-align:right;
	font-size: 16px;
	line-height:18px;	
}

#footer {
	width:928px;
	height:34px;
	float:left;
	padding-top:11px;
	padding-left:36px;
	padding-right:36px;
	font-size: 16px;
	text-align:justify;
	display:block;
}

#footer a {
	color:#000;
}

#footer a:hover {
	color:#fff;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.halveint {
	line-height:12px;	
}