/**
*	INDELING (zoek op indexnr)
*
*	001 algemene opmaak
*	002 tabellen
*	003 top
*	004 afbeeldingen
*   005 sidebar
*   006 sponsoren
*	007 paginas
*	008 paginas (dubbele kolom)
*	009 rechterkolom
*   010 footer
*   011 nieuws
*	012 uitslagen
*   013 poll
*	AP1 debugging
*/

/***********************
* 001 ALGEMENE OPMAAK  *
***********************/

HTML {
	overflow-y: scroll;
   	overflow: -moz-scrollbars-vertical;
}


body {
    padding: 0;
    margin: 0;
    font-size: 76%;
    font-family: Verdana,Arial,Helvetica,Sans Serif;
    color: #303030;
    background: #f1e9d6 url('../img/layout/achtergronden/achtergrond_streep.gif');
}

#container {
	width: 880px;
	margin: 20px auto;
	color: #303030;
}

#bgfill {
	background: #ffffff url('../img/layout/achtergronden/achtergrond_container.gif') repeat-y;
}
#bgfillwide {
	background: #ffffff url('../img/layout/achtergronden/achtergrond_container_wide.gif') repeat-y;
}

a {
    text-decoration: underline;
    color: #64181F;
}

a:hover {
	text-decoration: underline;
}

a.teamlink
{
	color: inherit;
	text-decoration: none;
}


li {
	line-height: 1.5em;
	text-align: left;
}

ul {
    margin-bottom: 15px;
}

a img {
	border: 0;
}


/***********************
* 002 TABELLEN	       *
***********************/
table {
  width: 100%;
  color:#333;
  clear:both;
  padding: 0;
  margin: 0 0 2em 0;
  white-space: normal;
  border-collapse: collapse;
}
#pagina table {
  width: auto;
  margin-bottom: 0;
  color:#453A1E;
  font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
  font-size:12px;
  line-height:16px;
  margin:10px 10px 20px;
}
th {
  background: #f4f4f4;
  text-align: left;
  padding: 2px;
  border-bottom: 1px solid #000066;
}
table tr td {
  padding: 2px 4px 2px 0;
  vertical-align:top;
  text-align: left;
}
table tr.altRow td {
  background: #f4f4f4;
}
table tr.row td {
  background: #ffffff;
}
.cakeSqlLog{
	background: #FFF;
}


/***********************
* TOP        	       *
***********************/
#top {
	width: 880px;
	height: 76px;
	display: none;
}

#toplinks {
	float: right;
	margin-right: 10px;
	margin-top: 4px;
}
#toplinks ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#toplinks ul li {
	display: inline;
}
#toplinks ul li a
{
	text-decoration: none;
        padding: 4px 7px 4px 7px;
	color: #303030;
	background-color: #e9dfc6;
}
#toplinks a.active {
    	background: #000066;
    	color: #ffffff;
	font-weight: bold;
}
#toplinks a:hover {
	text-decoration: underline;
}



#ledenmenu {
	height: 60px;
	margin: 18px 20px 0;
	width: 260px;
	float: right;
	text-align: right;
}
#ledenmenu a {
	
}
#inhoud form {
    margin: 10px 10px 20px;
}
#login form {
	font-size:0pt;
	height: 60px;
	margin: 20px 0 0;
	padding:0px 0pt 0pt 27px;
	width: 360px;
	float: right;
}
#login label {
	font-family:Arial,Helvetica,sans-serif;
	color:#313131;
	display:block;
	float:left;
	font-size:10px;
	line-height:14px;
	padding:0pt;
	text-transform:uppercase;
	width:158px;
}
#login input[type=text], #login input[type=password] {
	background:#E9DFC6 url(../img/layout/achtergronden/input_box.gif) no-repeat scroll 0pt;
	border:medium none;
	color:#000000;
	display:block;
	float:left;
	height:22px;
	margin:4px 16px 0pt 0pt;
	padding:0pt 1px;
	width:140px;
}
#login input[type=submit] {
	float:left;
	width: 30px;
	height: 24px;
	margin: 3px 4px 0pt -5px;
	padding: 0px;
}
/***********************
* AFBEELDINGEN 	       *
***********************/
#afbeeldingen {
	width: 880px;
	clear: both;
	height: 359px;
    border-top: 0;	
    overflow: hidden;
	background: #f1e9d6;
}
#afbeeldingen img {
    width: 880px;
    height: 359px;
}

/***********************
* 005 SIDEBAR	   	   *
***********************/
#sidebar {
	width: 210px;
	border-right: 1px solid #e1d3b1;
	background: #F1E9D6;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	float: left;
}
#sidebar a.meer {
	text-align: right;
	display: block;
	font-size: 12px;
}
#sidebar p {
	font-size: .8em;
	margin: 4px 12px;
}
#sidebar form, #sidebar table {
	margin: 0;
}
#sidebar ul 
{
	list-style-type:none;
	padding: 15px 10px 5px;
	background: #FCFBF8;
	margin: 0;
}

.inhoud p object {
    margin: 0px;
}

/*
#sidebar ul {
	list-style-type:none;
	padding: 5px 10px;
	background: #FCFBF8;
	margin: 0;
}
*/
#sidebar ul li.menu_1, #sidebar ul li.menu_2 {
	background: transparent;
	padding: 0px 10px 0 15px;
	height: 16px;
}
#sidebar ul li.menu_1 a,#sidebar ul li.menu_2 a {
	font-size: 10px;
}
#sidebar ul li a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display: block;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#sidebar th {
	background: #FCFBF8;
	font-size: 12px;
}
/***********************
* SPONSOREN   	       *
***********************/
#rechts .sponsoren {
	background: #E1D3B1;
	text-align: center;
    margin-top: 0;
    padding-top: 0;
	color: #303090;
	font-weight: bold;
}
#rechts .sponsoren th {
    background: #ffccff;
    border-color: #330066;
}
.sponsoren img {
	width: 167px;
	border: 1px solid #006;
	margin: 0px 10px;
}

.fold {
	background:transparent url(../img/layout/div-fold-bg-it.png) no-repeat scroll 0 0;
}
/***********************
* 007 PAGINAS 	       *
***********************/
#flashMessage {
	border-bottom: #006;
	background: #E1D3B1;
	padding: 10px;
	color: #303030;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:22px;
}
#inhoud {
	width: 480px;
	overflow: hidden;
	float: left;
	background: #ffffff;
	padding: 0px;
}
#inhoudbreed {
	width: 669px;
	overflow: hidden;
	float: left;
	background: #ffffff;
	padding: 0px;
}
#inhoud table.inline { 
	margin: 10px 10px 20px;
	width: 460px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
#inhoudbreed table.inline { 
	margin: 10px 10px 20px;
	width: 649px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
.inhoud .paging {
	margin: 0px 10px 10px;
}
.paging .current {
	font-weight: bold;
	color: #000066;
}
.inhoud table.inline td {
	padding-right: 10px;
}
.inhoud table.tekst td {
	padding: 4px 10px 4px 4px;
}
.inhoud p {
	color:#453A1E;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:16px;
	margin: 10px 10px 20px;
}
.inhoud object {
	margin: 10px 10px 20px;
}
.inhoud h1, .inhoud h2, .inhoud h3 {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:24px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:22px;
	margin: 10px 10px 12px;
	text-indent:0pt;
}
.inhoud h2 { font-size: 20px; }
.inhoud h3 { font-size: 16px; }
.inhoud h1 span {
	color: #281D00;
}
#cmsmenu { 
	float: right;
	padding: 5px;
}
/**************************
* PAGINAS (dubbele kolom) *
**************************/
#inhoud_links {
	width: 280px;
	background: #ffffff;
	float: left;
	margin-bottom: 10px;
}
#inhoud_rechts {
	width: 199px;
	float: left;
	border-left: 1px solid #e1d3b1;
	border-bottom: 1px solid #e1d3b1;
	background: #fcfbf8 url('../img/layout/achtergronden/voetbal.gif') no-repeat top right;
	margin-bottom: 10px;
}
/***********************
* 009 AUTOMAGIC FORMS  *
***********************/
.input {
	clear: both;	
}
.input label {
	width: 150px;
	margin: 0 0 10px 10px;
	line-height: 160%;
	display: block;
	float: left;
}
.input input, .input select {
	margin-bottom: 10px;
}
.submit {
	margin: 10px;
}

/***********************
* 009 RECHTERKOLOM	   *
***********************/
#rechts {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	float: left;
	width: 189px;
	background: #330066;
}
#rechts h2 {
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:22px;
	margin: 10px 10px 12px;
	text-indent:0pt;
}
#rechts h3 {
	color:#fff;
	font-size:10px;
	font-weight:bold;
	line-height:17px;
	margin:0pt 0pt 5px 10px;
	padding:0pt;
	text-transform:uppercase;
}
#rechts ul {
	margin: 0 0 15px;
	list-style-type: none;
	padding: 0;
	display: block;
}
#rechts ul li {
	/*border-bottom:1px dashed #ffffff;*/
	color:#fff;
	height: 17px;
	margin:0pt 10px 0pt 10px;
	overflow: hidden;
	padding: 0;
}
#rechts ul li a {
	color: #fff;
	text-decoration: none;
}
#rechts ul li a:hover {
	text-decoration: underline;
}
/***********************
* FOOTER	   	       *
***********************/

#footer {
	clear: both;
	background: #F1E9D6;
	color: #453A1E;
	border-top: 1px solid #e1d3b1;
	font-size: 0.9em;
	padding: 8px 0 8px 0;
	text-align: center;
}

#footer a {
	color: #453A1E;
}

.clear {
    line-height: 0px;
    height: 1px;
    clear: both;
}

/***********************
* ACTUEEL -> NIEUWS    *
***********************/
#inhoud_links div.nieuwsContent p {
	text-align: justify;
	margin-bottom: 10px;
}
.nieuwsContent a {
	text-decoration: none;
}
div.panelThumb {
	margin:0pt 8px 10px 10px;
	border:1px solid #333333;
	float:left;
}
div.panelThumb a {
	background-position:center !important;
	background-repeat:no-repeat !important;
	border:1px solid #FFFFFF;
	display:block;
	height:65px;
	width:65px;
}
ul.newsList h2 {
	margin:0pt 0pt 3px;
}
ul.newsList {
	margin: 0;
	padding: 0;
}
ul.newsList li.firstItem {
	margin-top:0pt;
}
ul.newsList li {
	border-bottom:1px solid #E8E8E8;
}
.newsStats {
	font-size: .8em;
	clear: both;
	display: block;
	margin: 0 0 20px 10px;
}

#sidebar .nieuws {
	font-size: .8em;
	padding: 10px;
	background: #FCFBF8;
}

/***********************
* STAND & PROGRAMMA    *
***********************/
.stand { background: #FCFBF8; padding: 10px; }
.programma { background: #FCFBF8; padding: 10px; }

/***********************
* ACTUEEL -> UITSLAGEN *
***********************/
#wedstrijdTabel {
    border: 0;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #DCDCDC;
}
#wedstrijdTabel th {
    text-align: left;
    font-weight: normal;
    font-family: Verdana;
    font-size:10px;
    padding-left: 10px;
}

#wedstrijdTabel td {
    text-align: left;
    font-weight: normal;
    font-family:Verdana;
    font-size:10px;
    padding: 4px 4px 4px 10px;
}

#wedstrijdTabel td.bold {
    font-weight: bold;
}

#wedstrijdTabel tr.altRow {
    background: #ececec;
}

div.paging {
	color: #ccc;
	margin-top: 10px;
	margin-left: 0px;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

.fold h3 {
	background: #64181F;
}

/************
* POLL      *
************/
div.poll     { font-size: .8em; background: #FCFBF8; padding: 10px; }
.poll .titel { font-weight: bold; color: #333333; font-size: 12px; line-height: 16px; }
.pollLeider  { background: #333333; height: 5px; border: 1px solid black; }
.pollGrijs   { background: #CCC; height: 3px; border: 1px solid #333333; }


/************
* DEBUGGING *
************/
table.cake-sql-log
{
	background: #fff;
}
div#debug
{
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}
div#debugdata, div#debuguser
{
  display: none;
  color: black;
  z-index: 200;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  background: #fff;
}
