body {
	margin: 0;
	padding: 0;
	background: #424242 url(../gfx/header_bg.png) repeat-x top left;
}

.fc {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

a:focus, a:active {
	border: 0 none;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}
input:focus {
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
}
.grey {
	color:#999;
	font-size:11px;
}
.prevarticle {
	float:left;
}
.nextarticle {
	float:left;
}
.nieuwsnavi {
	position: absolute;
	bottom:30px;
	left:20px;
	padding-top: 10px;
	width:400px;
	margin: 0;
	height: 20px;
}

* html .nieuwsnavi { 
	padding: 0 0 0 0;
	vertical-align: bottom;
	width:400px;
	margin: 267px 0 0 0;
} 

#wrapper {
	width: 920px;
	margin: 0 auto;
}
#container {
	width: 900px;
	margin: 0 10px 20px 10px;
}

#logo {
	background: url(../gfx/header_logo.png) no-repeat top left;
	width: 240px;
	height: 135px;
	float: left;
}
#logo a{
	width: 240px;
	height: 100px;
	display: block;
}

#login {
	background: url(../gfx/login_bg.png) no-repeat top left;
	width: 380px;
	height: 135px;
	float: right;
}
#loginbox{
	padding: 15px 0 0 70px;
	text-align: left;
}
.loginintro {
	color: #DB0028;
	font-size: 11px;	
}
#loginform{
	margin: 10px 0 5px 0;
}
.inputlogin{
	width: 130px;
	border: 1px solid #CCC;
	color: #535353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 3px 5px 3px;
	margin-right: 10px;
}
.login_btn{
	margin-top: 5px;
	background: url(../gfx/login_btn.png) no-repeat;
    height: 20px;
    width: 70px;
    border: none;
}
.login_btn:hover{
	background: url(../gfx/login_btn_act.png) no-repeat;
	cursor: pointer;
}

#menu {
	width: 900px;
	height: 35px;
	display: block;
	clear: both;
	text-align: center;
}
#menu_items{
	width: 900px;
	display: block;
	height: 35px;
	margin-left: auto;
 	margin-right: auto;
}
.menu_item{
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	margin: 0;
	padding: 0 4px 0 0;
	height: 35px;
}

.active_item {
	background: url(../gfx/menu_arrow.gif) no-repeat center 26px;
}

#content{	
	margin-top: 8px;
}


#leftcolumn {
	width: 450px;
	height: 450px;
	background-color: #DB0028;
	overflow: hidden;
}

#rightcolumn {
	position: relative;
	width: 450px;
	height: 450px;
	background-color: #FFF;
	overflow: auto;	
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#maintext {
	line-height: 160%;
	width: 400px;
	height: 390px;
	margin: 25px 15px 25px 20px;
	padding: 5px 10px 5px 5px;
}
#footer{
	padding: 10px 0 0 0;
	color: #DB0028;
	font-size: 11px;
	float:left;
}

#colofon {
	padding: 10px 0 0 0;
	float:right;
	font-size: 11px;
	color: #666;
}

#colofon a {
	text-decoration:none;
	color: #666;
}
#colofon a:hover {
	text-decoration:none;
	color: #999;
}
