/* body */
body {
	font-family: arial, sans-serif;
	background-color: #999999;
/*	background-image: url(templates/edwin/images/backgrounds/mediumgrey.gif);*/
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

/* debug */
pre {
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 5px;
	background-color: #FFE9E9;
	font-size: 14px;
	width: 700px;
}

/* Containers */
#maincontainer {
	width: 100%;
	min-width: 990px;
}

#contentcontainer {
	width: 990px;
/*	padding-bottom: 25px; */
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

/* header and logo */
#headerwrap {
	position: relative;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 990px;
	height: 200px;
	overflow: visible;
	min-width: 990px;
}

#header {
	background-color: #373737;
	width: 990px;
	min-width: 990px;
	height: 197px;
	overflow: visible;
}

#headerimage {
	position: relative;
	top: 0px;
	z-index: 1;
	height: 200px;
	width: 990px;
	overflow: visible;
}

#logocontainer {
	position: relative;
	height: 158px;
	width: 168px;
	z-index: 2;
}
#logo {
	position: absolute;
	top: -50px;
	left: -16px;
	z-index: 10;
	height: 200px;
	width: 200px;
	float: top;
	overflow: visible;
}

#menubar {
	background-color: #60AFFF;
    background-image : url(../images/modul32.jpg);
}


/* overrides */
/*
.sectiontableheader {
  background       : #E3E3E3;
}
.sectiontableentry1 {
  background       : none;
  border-top       : none;
  border-bottom    : none;
}
.sectiontableentry2 {
  border-top       : none;
  border-bottom    : none;
}
*/
.tdcompetitie0 {
  border-top       : none;
  background-color : #DDDDDD;
  border-bottom    : 1px solid #999999;
}
.tdcompetitie1 {
  border-top       : none;
  border-bottom    : 1px solid #999999;
}
.tdcompetitie2 {
  border-top       : none;
  border-bottom    : 1px solid #999999;
}
.tdcompetitie1tijd {
  border-top       : none;
  border-left      : 1px solid #999999;
  border-bottom    : 1px solid #999999;
}
.tdcompetitie2tijd {
  border-top       : none;
  border-left      : 1px solid #999999;
  border-bottom    : 1px solid #999999;
}

