/* Body */
body {
	font-family: Arial, Verdana, Tahoma, Trebuchet MS, Andale Mono, sans-serif;
	font-size: 11px;
	background: #000 url('../images/layout/mainbg.jpg'); 
	background-position: top;
	background-attachment: scroll; 
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/* Header */
#header {
	width: 800px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	text-align: left;
	vertical-align: top;
	color: #fff;
	border-bottom: 1px dashed #c00;
}

/* content */
#contentcontainer {
width: 760px;
height: auto;
min-height: 200px; 
color: #fff;
background: #c00; 
display: block; 
padding: 30px 20px 0px 20px;
margin-left: auto;
margin-right: auto;
}

#roundedcorners {
width: 800px;
height: 20px;
margin-left: auto;
margin-right: auto;
}

.artikelfoto {
float: right;
vertical-align: top; 
margin-left: 10px; 
margin-bottom: 10px;
}

.nieuwsitem {
width: 760px;
height: auto;
}

#footer {
width: 760px;
height: auto;
padding: 20px 20px 0px 20px;
color: #fff;
margin-left: auto;
margin-right: auto;
}

/* Tekststyles */ 
.kop {
font-size: 13px; 
line-height: 18px; 
font-weight: bold; 
color: #fff;
text-align: left; 
vertical-align: top;
}

.normal {
font-size: 11px; 
line-height: 18px; 
font-weight: normal; 
color: #fff;
text-align: left; 
vertical-align: top;
}

.small {
font-size: 9px; 
line-height: 13px; 
font-weight: normal; 
color: #fff;
text-align: left; 
vertical-align: middle;
}

/* Lines, fields, inputs */ 
hr {
border:0;
border-top: 1px dashed #000;
height: 0;
margin-top: 10px;
margin-bottom: 10px;
}

/* Linkstyles */
a:link {
font-size: 11px; 
line-height: 18px; 
font-weight: normal; 
color: #fff;
text-align: left; 
vertical-align: top;
target-new: tab ! important; 
}

a:visited {
font-size: 11px; 
line-height: 18px; 
font-weight: normal; 
color: #fff;
text-align: left; 
vertical-align: top;
}

a:hover {
text-decoration: none;
}

a:active {
	
}
