html{
	height:100%;
}
body{
	padding:0px;
	margin:0px;
	font-size:12px;

	font-family: "Gill Sans MT", "Century Gothic",Arial, Helvetica, sans-serif, sans-serif;
	background-color:#000000;
	line-height:20px;
	text-transform:uppercase;
	color:#FFFFFF;
	width:100%;
	height:100%;
}

a {
	border:0;
	font-weight:bold;
}

a:hover {
	border:0;
}

img {
	border:0;
}

a img {
	border:0;
}

a:hover img {
	border:0;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	margin-bottom:4px;
	font-family: "Gill Sans MT", "Century Gothic",Arial, Helvetica, sans-serif, sans-serif;
	font-weight:normal;
	color: #7fa312;
}
h1{
	font-size: 32px;
	margin-bottom:12px;	
	line-height:36px;
}	

h2{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
h3 {
	font-size: 12px;
}
.content a {
	color: #7fa312;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}


.ticker {
	background-color:#FFF;
	color:#333;
	position:absolute;
	width:100%;
	top:0;
	margin:0;
	padding:0;
	line-height:14px;
	font-size:10px;
	color:#666;
}
.ticker a {
	color:#80A218;
}
.header{
	margin:10px;
	margin-top:0px;
	padding-top:10px;
	padding-bottom:10px;
}
.container {
	margin:auto;
	margin-top:0px;
	top:0;
	padding:0px; 
	width:780px;
	height:100%;
	background-image:url('images/container.png');
	background-repeat:no-repeat;
/*	background-color:#333;*/
	background-color:#000;
}
.content {
	padding-left:85px;
	padding-right:10px;
	margin:0;
	
	min-height:460px;
/*	width:526px;*/
}
.greyflow {
	background-image:url('images/greyflow.jpg');
	background-repeat:no-repeat;
	min-height:500px;
	background-position:center;
}
.clear {
	clear:both;	
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

/*Nieuws*/

.nieuws{
	float:left;
	width:435px;
}
.nieuws h2{
	font-weight:normal;	
}
.nieuws_tekst p{
	margin:0px 0px 10px 0px;
}
.nieuws_link a{
	color:#7fa312;
	text-decoration:none;
}
.nieuws_line{
	height:2px;
	background-image:url('../images/nieuws_line.jpg');
	margin:10px 0px 10px 0px;
}
