
body{
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", arial, helvetica, sans serif, sans; 
}

#canvas {
	position: absolute;
	left: 0px;
	margin-left: 0px;

}

#frame {
	border-right: solid 3px black;
	border-left: solid 3px black;
	border-bottom: solid 3px black;
	background: url('img/content-corner-bottom.jpg') no-repeat bottom left;
}

#header {
	border-bottom: 4px solid black;
	background: #1678c8 url('img/right-top.jpg') no-repeat top right;
	height: 73px;
}

#logo h1 {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	font-size: 30px;
}

#logo {
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	position: relative;
	left: 15px;
	top: 35px;
	font-size: 30px;
}


#main {
	border-right: 4px solid black;
	background: url('img/left-bottom.jpg') no-repeat top right;
	height: 600px;
}
 
/*
* De volgende regel CSS zorgt dat browsers die het wel snappen, min-height gebruiken.
*/
#frame > #main {
	height: auto;
	min-height: 600px;
}

#menu a {
	text-decoration: none;
	color: black;
}

#clear {
	clear: both;
}

#menu ul {
	list-style: none;
	padding: 0 50px 0 0;
	margin: 0px;
}

#menu ul li {
	display: inline;
	margin-top: 37px;
	font-size: 30px;
	padding-left: 10px;
}

#menu .dates{
	list-style: none;
}
#menu .feeds {
	list-style: none;
}
#menu .sub {
	display: inline;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 20px;
	border-bottom: none;
	font-size: 12px;
	line-height: 11px;
}

.post {
	margin-bottom: 50px;
	
}
.post a {
	color: #1678c8;
}
h3.date {
	font-size: 11px;
	font-weight: normal;
	color: #1678c8;
	border-bottom: solid 1px black;
	margin-right: 10%;
	padding-left: 15px;
	margin-top: 10px;
	background: url('img/news_icon.gif') no-repeat top left;
	
}
h1 {
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 25px;
	margin-top: 30px;
}

p {

	font-size: 12px;
	margin-left:  10%;
	margin-right: 10%;
}
p:first-letter {
	color: #1678c8;
	font-weight: bold;
	padding-right: 2px;
	line-height: 0px;
	font-size: 200%;
}	

.art_item {
	float: left;
	padding-left: 15px;
	margin-top: 15px;
	text-align: center;
}

.art_item img {
	border: none;
}
.art_item .date {
	font-size: 10px;
	color: #1678c8;
}
.art_item .desc {
	line-height: 3px;
	display: block;
	font-size: 11px;
	color: #1678c8;
}

.file_item {
	float: left;
	padding-left: 15px;
	margin-top: 15px;
	text-align: center;
}

.file_item img {
	border: none;
}
.file_item .date {
	font-size: 8px;
	color: #1678c8;
}
.file_item .desc {
	line-height: 3px;
	display: block;
	font-size: 11px;
	color: #1678c8;
}

.float_right {
	float: right;
}

#copyright {
	color:  #1678c8;
	position: absolute;
	bottom: 5px; 
	left: 35px;
	font-size: 11px;
}

#copyright a {
	color: #1678c8;
	text-decoration: underline;
}

#ondertext {
	position: relative;
	left: 50%;
	margin-top: 15px;
	margin-bottom: 50px;
	margin-left: -200px;
	color:  #1678c8;
	font-size: 11px;
	text-align: center;
}
