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

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #333333;
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
}

a{
	color: #B43A1C;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

#container {
	width: 980px;
	min-height: 1000px;
	background-color: #CCC;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom: solid 10px #FFF;
	overflow: visible;
}

.koprood {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #B43A1C;
}

.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #666;
}

#banner {
	width: 980px;
	height:	90px;
	float: left;
}

#logo {
	width: 440px;
	height: 90px;
	background-image: url(images/logo_xennews.gif);
	float: left;
}

#flashbanner {
	width: 540px;
	height: 90px;
	background-color:#FFF;
	float: left;
}

#navcontainer {
	width: 980px;
	height: 60px;
	background-color: #FFF;
	border-bottom: solid 1px #FFF;
	float: left;
}

#navbottom {
	float:left;
	height: 25px;
	width: 800px;
	margin: 0px;
	padding:0px;
	padding-top: 35px;
	vertical-align: bottom;
	text-align: left;
}

#navbottom a, .actief {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	display: block;
	height: 25px;
	float:left;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/navcornerright_ini.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#navbottom a:hover{
	color: #FF9900;
	background-image: url(images/navcornerright_over.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#betalingswijze {
	width: 160px;
	height: 30px;
	padding-top: 30px;
	padding-left: 20px;
	float: right;
}

#left {
	width: 150px;
	margin: 20px 10px 0px 10px;
	float: left;
}

#middle {
	width: 640px;
	margin: 20px 0px 20px 0px;
	float: left;
}

#middle_members {
	width: 940px;
	margin: 0px 0px 20px 20px;
	clear: both;
	padding-top: 20px;
}

#right {
	width: 150px;
	margin: 20px 10px 0px 10px;
	float: left;
}

.cornertop {
	width: 150px;
	height: 10px;
	background-image: url(images/topcorner_leftright_150.gif);
	float: left;
}

.contentleft {
	width: 130px;
	background-color: #FFF;
	float: left;
	padding: 0px 10px 0px 10px;
}

.cornerbottom {
	width: 150px;
	height: 10px;
	background-image: url(images/bottomcorner_leftright_150.gif);
	float: left;
}

.cornertopmiddle {
	width: 640px;
	height: 40px;
	background-image: url(images/topcorner_middle_640.gif);
	float: left;
}

.cornertopmiddle_members {
	width: 940px;
	height: 40px;
	background-image: url(images/topcorner_middle_900.gif);
	clear: both;
	margin: 0px;
}

.contentmiddle {
	width: 600px;
	min-height: 600px;
	background-color: #FFF;
	float: left;
	padding: 0px 20px 0px 20px;
}

.contentmiddle_members {
	width: 900px;
	min-height: 600px;
	background-color: #FFF;
	padding: 10px 19px 30px 20px;
	background-image: url(images/bottomcorner_middle_900.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	margin: 0px;
	top: -10px;
	position: relative;
}

.cornerbottommiddle {
	width: 640px;
	height: 10px;
	background-image: url(images/bottomcorner_middle_640.gif);
	float: left;
}

.actief{
	color: #B43A1C;
}

#footer{
	width: 100px;
	clear: both;
}

#retentieteller_nl, #retentieteller_en {
	height: 30px;
	width: 130px;
	background-image: url(images/retentie_teller_nl.gif);
	font-size: 50px;
	font-weight: bold;
	color: #B43A1C;
	background-color: #FFF;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 20px;
	margin-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}

#retentieteller_en {
	background-image: url(images/retentie_teller_en.gif);
}

