@charset "UTF-8";
/* CSS Document */

/* algemeen */
* {
font-family: Arial, Helvetica, sans-serif;
}

body {
	text-align: center;
	font-size:12px;
	color: #0f0f0f;
	background: #e6e6e6 url(../img/bodybg.jpg) repeat-x top left;
	padding-top: 30px;
}

a, a:active, a:visited {
color: #e36b25;
}

a:hover {
color: #0f0f0f;
}

/* letteropmaak */

h1 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 15px;
	margin-top: -8px;
}

/* opmaak */
#wrapper {
	width: 910px;
	margin: 0 auto;
}

#maincontainer {
	float: left;
	width: 910px;
	background: url(../img/bgcontent.png) top left;
	text-align: left;
}

#information {
	width: 300px;
	float: left;
	margin-bottom: 50px;
	margin-left: 15px;
	line-height: 18px;
	padding: 20px;
}

#content {
	width: 515px;
	min-height: 250px;
	float: left;
	line-height: 18px;
}

div.scroll {
	height: 200px;
	width: 300px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #ccc;
	padding: 8px;
}

#menu {
	text-align: right;
	width: 630px;
	float: right;
	margin-right: 40px;
	height: 118px;
	padding-top: 35px;
}

#menu ul li {
	float: right;
	list-style-type: none;
	margin-left: 30px;
}

#logo {
	width: 145px;
	float: left;
	height: 78px;
	margin-top: 10px;
	margin-left: 13px;
	padding: 20px;
}

#header {
	width: 910px;
	height: 118px;
	margin-bottom: 15px;
	background: url(../img/bgheader.png) no-repeat left top;
	margin-top: -15px;
}

#contact {

}

#left {
width: 80px;
float: left;
font-style:inherit;
}

#right {
width: 220px;
float: left;
}

#newsstart {
	background: red;
	float: left;
}

#footer {
	float: left;
	width: 850px;
	padding-left: 35px;
	padding-right: 20px;
	background: url(../img/bgfooter.png) no-repeat bottom left;
	margin-bottom: 50px;
	padding-top: 20px;
	text-align: left;
	color: #838383;
	height: 105px;
}

.newsitem {
	float: left;
	width: 100%;
	min-height: 50px;
	margin-bottom: 12px;
}

.newsitem h4 {
	color: #222;
	margin: 0;
	marbin-bottom: 5px;
	padding: 2px 5px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
}

.newsitem ul li ul li, .newsitem ul li ul, .newsitem ul li, .newsitem ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.newsitemcontent {
	font-size: 11px;
	margin-top: 11px;
}

.newsitem ul li ul li {
	
}

#sponsors {
	float: left;
	height: 80px;
	width: 870px;
	text-align: left;
	margin-top: -13px;
	margin-left: -4px;
}

/* Javascript CSS */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

/* opmaak form */
 input, .form
{
color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
}

.submit input
{
color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
}

div.brand {
	float: left;
	width: 515px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e7e7e7;
}

div.newsitem {
	float: left;
	width: 515px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e7e7e7;
}

#leftcollum {
	width: 180px;
	float: left;
	font-style:inherit;
}

#rightcollum {
	float: right;
	width: 330px;
}


