/*
 * Auteur: Arvid De Meyer
 */

/* --------------------
   - Algemene stijlen -
   -------------------- */
   
*
{
    margin: 0px;
	padding: 0px;
}

body
{
	text-align: center; /* IE 6 hack */
	font-family: Arial;
	font-size: 13px;
	background: url('../afbeeldingen/_opmaak/achtergrond.jpg') fixed;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	text-align: justify;	
	width: 950px;
}

a
{
    text-decoration: none;
	font-weight: bold;
	color: #0000FF;
}

.clear
{
    clear: both;
}

/* ----------
   - Banner -
   ---------- */
   
div#banner
{
	clear: both;
	height: 160px;
    width: 950px;
	background: url('../afbeeldingen/_opmaak/banner.jpg');
}
   
/* --------
   - Menu -
   -------- */

div#menu
{
    margin-top: 3px;
	clear: both;
	height: 31px;
	width: 950px;
	background-color: #0000FF;
}

div#menu ul
{
    list-style: none;
	/* width: inline css in _header.html" */
	margin-left: auto;
	margin-right: auto;
}

div#menu ul li
{
	float: left;
}

div#menu ul li a
{
    display: block;
	width: 148px; /* Pas ook _header.html aan! */
	height: 29px;
	margin: 1px 3px;
	text-align: center;
	vertical-align: middle;
	line-height: 29px;
	white-space: nowrap;
	overflow: hidden;
	color: #0000FF;
	background-image: url('../afbeeldingen/_opmaak/menuitem.gif');
}

div#menu ul li a:hover
{
	background-image: url('../afbeeldingen/_opmaak/menuitem_hover.gif');
}

div#menu ul ul
{
    display: none;
	visibility: hidden;
	position:absolute;
	width: 146px;
	margin: 0px 3px;
	float: none;
	border-left: 1px solid #0000CC;
	border-right: 1px solid #0000CC;
	border-bottom: 1px solid #0000CC;
}

div#menu li:hover ul
{
    display: block;
	visibility: visible;
}

div#menu ul ul li a
{
    display: block;
	width: 146px; /* Pas ook _header.html aan! */
	height: 20px;
	margin: 0px;
	line-height: 20px;
	vertical-align: middle;
	color: #FFFF00;
	background-color: #0000FF;
	background-image: none;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
}

div#menu ul ul li a:hover
{
	background-color: #0000FF;
	background-image: none;
	font-weight: bold;
}


/* -----------
   - Inhoud -
   ----------- */
   
div#inhoud
{
    clear: both;
	width: 940px;
	min-height: 300px;
	padding: 4px;
	border-left: 1px solid #0000FF;
	border-right: 1px solid #0000FF;
	border-bottom: 1px solid #0000FF;
    background: url('../afbeeldingen/_opmaak/achtergrond_inhoud.jpg');
}

div#inhoud h1, div#inhoud h2, div#inhoud h3
{
	margin-bottom: 12px;
}

div#inhoud ul, div#inhoud ol, div#inhoud p
{
	margin-bottom: 9px;
}


div#inhoud h1
{
    background-image: url('../afbeeldingen/_opmaak/titel.jpg');
	width: 608px;
	height: 84px;
	line-height: 84px;
	font-size: 30px;
	color: blue;
	border: 2px solid blue;
	margin-left: auto;
	margin-right: auto;
	display: block;
	vertical-align: middle;
	text-align: center;
}

div#inhoud li
{
    margin-left: 2em;
}

/* ----------
   - Footer -
   ---------- */

div#footer
{
    clear: both;
	width: 950px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	color: white;
    background-color: #0000FF;
}

div#footer a
{
    color: white;
}

/* -----------------
   - Hoofdsponsors -
   ----------------- */
div#hoofdsponsors
{
    clear: both;
	width: 936px;
	margin-top: 3px;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	background: #0000FF;
}

div#hoofdsponsors img
{
    float: left;
	width: 230px;
	height: 90px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
}

div#hoofdsponsors a, div#hoofdsponsors a img
{
    border: 0px;
}


/* ------------------------
   - Pagina menuOverzicht -
   ------------------------ */

div#inhoud div#menuOverzicht p
{
    text-align: center;
	margin-bottom: 14px;
}

/* -------------------
   - Pagina sponsors -
   ------------------- */

div#inhoud div#sponsors div.sponsor
{
    clear: both;
}

div#inhoud div#sponsors div.sponsor img
{
    float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

/* -------------------
   - Pagina ploeg*   -
   ------------------- */
div#ploegmenu
{
    float: left;
	width: 148px;
	margin-right: 10px;
}

div#ploegmenu div
{
    float: left;
	width: 105px;
	height: 29px;
	padding-left: 43px;
	line-height: 29px;
	vertical-align: center;
	border: 1px solid #0000CC;
	clear: both;
	background: url('../afbeeldingen/_opmaak/submenuitem.gif');
	margin-bottom : 20px;
}

div#ploegmenu div a
{
	color: #CCCC00;
}

div#ploeginfo
{
    float: left;
}

div#ploegreeksindeling
{
    float: left;
}

div#ploegreeksindeling td.ploegnaam
{
    width: 180px;
}

div#ploegreeksindeling td.adres
{
    width: 250px;
}

div#ploegreeksindeling td.telefoon
{
    width: 100px;
}

div#ploegprogramma
{
    float: left;
}

div#ploegprogramma .datum, div#ploegprogramma .tijd, div#ploegprogramma .score, div#ploegprogramma .verslag
{
    width: 90px;
	text-align: center;
}
div#ploegprogramma .ploeg
{
    width: 250px;
}

/* -------------------
   - Pagina nieuws   -
   ------------------- */
div#home .datum
{
    vertical-align: top;
    width: 100px;
	font-weight: bold;
}

div#home .artikel
{
    vertical-align: top;
    padding-bottom: 10px;
}

/* ---------------------
   - Pagina pronostiek -
   --------------------- */

#pronostiek th#week
{
    width: 80px;
}

#pronostiek th#winnaars
{
    width: 400px;
}

#pronostiek th#aantal
{
    width: 80px;
}

/* -----------------------
   - Pagina Cafebezoeken -
   ----------------------- */
#cafebezoeken td.datum
{
    vertical-align: top;
    width: 100px;
	font-weight: bold;
}

#cafebezoeken td.beschrijving
{
    vertical-align: top;
    padding-bottom: 10px;
}

/* -----------------------
   - Pagina Cartoons -
   ----------------------- */
#cartoons #overzicht
{
    width: 880px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#cartoons .thumbnail
{
    float: left;
	margin: 10px;
	width: 200px;
}