html, body, #wrapper
{
height                      : 100%;
}

body {
    text-align				: center;
    margin-top				: 0px;
    margin-bottom			: 0px;
    background-color        : #402000;
    height                  : 100%;
}

* html #container
{
height                      : 100%;
}

body, p, td, input, select, button {
    font-size				: 11px;
    font-family				: Georgia;   
}

#container {
    text-align 				: left;
    position   				: relative;
    min-height				: 100%; 
    background-color        : #FFFFF8; 
    border-color			: #DDE;
    border-style			: solid;
    border-width			: 0px 1px 0px 1px;
}

#wrapper {
    text-align 				: center;
    width      				: 780px;
    height     				: 100%;
    margin-left				: auto;
    margin-right			: auto;
    min-height				: 100%; 
    position                : relative;
}

#header {
    background-image		: url('images/headerbg.jpg');
    height					: 100px;
    text-align				: center;
}

div#navigation {
    background-color 		: #EED;
    padding-top      		: 2px;
    padding-bottom    	    : 1px;
    font-family				: Arial;
    font-size				: 10px;
    width 					: 100%;
    height					: 20px;
    
    border-top-width		: 1px;
    border-left-width       : 0px;
    border-bottom-width     : 1px;
    border-right-width      : 0px;
    border-style			: solid;
    border-top-color		: #980;
    border-bottom-color     : #A94;    
}

div#navigation ul {
    margin		 			: 0px;    
    padding					: 0px;
}

div#navigation ul li {
    display					: inline;
    list-style				: none;
}

div#navigation ul li a, div#navigation ul span, div#navigation ul a.current {  
    display 				: block;
    float					: left;
    text-decoration         : none;
    color                   : #000000;
    width  					: 70px;
    padding					: 2px 0;
    margin					: 1px 2px 0 0;
    text-align				: center;
    
    border-width			: 1px;
    border-style			: solid;
    border-top-color		: #FFE;
    border-left-color		: #FFE;
    border-right-color	    : #CCB;
    border-bottom-color	    : #CCB;    
}

div#navigation ul li a:hover {  
    background-color		: #F4F4E0;
}  

div#navigation ul li a:active {   
    border-top-color		: #DDC;
    border-left-color		: #DDC;
    border-right-color	    : #FFE;
    border-bottom-color	    : #FFE; 
    outline: none;
}

div#content {
    padding-top  			: 20px;
    padding-left			: 25px;
    padding-right			: 30px;
    padding-bottom			: 35px;    
    line-height		       	: 18px;    
    background-image		: url('images/contenttop.jpg');
    background-repeat		: no-repeat;
}

div#footer {
    position				: relative;
    margin-top				: -15px;
    width					: 775px;
    background-color		: #EED; 
    border-top-color		: #DDC;
    border-left-color		: #DDC;
    border-right-color	    : #FFE;
    border-bottom-color	    : #FFE; 
    border-style			: solid;
    border-width			: 1px;
    padding-left 			: 0px;
    font-family				: Arial;
    font-size				: 10px;
    text-align              : left;    
}

/* TEKST / FORM LAYOUT STYLES */

input, select, button {
    border-style			: solid;
    border-width			: 1px;
    border-color			: black;
}

form {
    margin-top				: 19px;
}

a img {
    border                  : none;
}

a { 
    color                   : #000000;
    text-decoration         : none; 
}

a:hover { 
    text-decoration         : underline;
}

/*    AGENDA STYLE     */

div.event { 
    position                : relative;
    height                  : 16px;
    width                   : 720px;
    font-size               : 11px;
}

div.ev_when {
    position                : absolute;
    left                    : 5px;
}

div.ev_title {
    position                : absolute;
    left                    : 50px;
}

div.ev_where {
    position                : absolute;
    left                    : 420px;
}

.even {
    background-color        : #F9F7E6;
}

/* BASH QUOTE CSS */

.quote
{
    font-family: courier new, lucida console, fixed, courier, monospace;
    border: 1px solid black;
    padding: 3px;
	margin-bottom: 0px;
	background-image: url('images/bashbg.jpg');
	background-repeat: no-repeat;
    background-color: #FFFFDD;
    font-size: 11px;
    overflow: auto;
}

.quotebar
{
    font-family: Tahoma, Arial, arial, sans serif;
    font-size: 11px;
    border: 1px solid black;
    border-bottom-width: 0px;
    padding: 0px 4px 0px 4px;
    background-color: #A0EEFF;
}

.quotepoweredby {
    text-align: right;
    font-family: Arial, arial, sans serif;
    font-size: 9px;
}

/* WOORD VAN DE WEEK STYLE */

#woordvandeweek {
    background-image: url('images/wvdwbg.jpg');
	background-repeat: no-repeat;
	width: 400px;
	height: 160px;
	margin-bottom: 15px;
	position: relative;
}

#woordvandeweekwoord {
    text-align: center;
    width: 180px;
    position: absolute;
    top: 110px;
    left: 50px;
    font-size: 14px;
    font-weight: bold;
}

/* RebelTV videotapes */

div.nhlrebeltape {
	width: 422px; height: 60px;
	background: url('images/rebel-tv-tape-over.jpg') 0 0px no-repeat;
}

div.nhlrebeltape a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow : hidden;
	background: url('images/rebel-tv-tape.jpg') top left no-repeat;
}

div.nhlrebeltape span {
	display: block;
	margin:0; padding: 11px 80px 0px 95px;
}

div.nhlrebeltape a:hover {
	background-image: none;	
}

div.videotools {
position:absolute;
right: 315px;
}

