body {
	margin:0px 0px 0px 0px;
	background-color:#ffffff;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
p, td, li{
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
p { 
	margin:0px 0px 10px 0px;
}
a{
	color:#c7081d;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
input, textarea, select {
	border-width:1px;
	border-color:#000000;
	font-size:12px;
}
.inputAtt
{
    border:solid 1px #FF0000;
}
img{
	border:none;
}

#containerBg{
	position:absolute;
	width:955px;
	height:100%;
	margin-left:-477px;
	left:50%;
	overflow:visible;
	background-color:#FFFFFF;
}

#container {
	position:absolute;
	width:955px;
	height:auto;
	margin-left:-477px;
	left:50%;
	top:20px;
	background-color:#FFFFFF;
}

#header {
	position:absolute;
	width:955px;
	height:90px;
}
#banner
{
    position:absolute;
    left:702px;
    top:24px;
}

#menu {
	position:absolute;
	width:955px;
	height:36px;
	top:90px;
	padding-top:11px;
	background-image:url(../images/menu.gif);
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
}

#menu a{
	color:#FFF;
	padding:0px 10px;
}
#menu a:hover{
	color:#9fd2fc;
	text-decoration:none;
}
#menu .menuSel{
	color:#9fd2fc;
	font-weight:bold;
}

#sponsors {
	position:absolute;
	width:230px;
	min-height:400px;
	top:146px;
	left:725px;
	text-align:center;
}
#sponsors a {
	display:block;
	padding:10px 0px;
}
#sponsors .sponsorKop {
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	text-align:left;
}

#inschrijven {
	position:absolute;
	width:690px;
	height:52px;
	top:146px;
	left:10px;
	border-bottom:1px solid #999;
	padding-right:5px;
}
#inschrijven .inschrijvenHeaderRood{
	color:#c7081d;
	font-size:16px;
	font-weight:bold;
}
#inschrijven .inschrijvenHeaderGrijs{
	color:#999999;
	font-size:14px;
}

#content {
	position:absolute;
	width:695px;
	padding:0px 0px 20px 0px;
	height:auto;
	top:219px;
	left:10px;
	background-color:#FFF;
}
#content .contentHeader{
	color:#c7081d;
	font-size:14px;
	font-weight:bold;
}

.listingHeader{
	padding:3px;
	font-size:14px;
	font-weight:bold;
	border-bottom:#CCC 1px dotted;
	padding-bottom:8px;
	color:#c7081d;
}
.listingTR{
	background-color:#ffffff;
	cursor:pointer;
}
.listingTR:hover{
	background-color:#EAEFFB;
	border-bottom:#CCC 1px dotted;
}
.listingTD{
	padding:3px;
	border-bottom:#CCC 1px dotted;
}
.listingTD2{
	padding:3px;
	border-bottom:#CCC 1px dotted;
	padding-top:10px;
	padding-bottom:10px;
}

.kop{
	color:#c7081d;
	font-size:14px;
	font-weight:bold;
}
