/* -------------------------------------------------------------------------------
/* Nationale Bosbouwquiz
/* http://nbq.knbv.nl  
/* CSS Stylesheet
/*
/* Koninklijke Nederlandse Bosbouwvereniging :: http://www.knbv.nl
/* coded by Etienne Thomassen - http://www.etiennethomassen.com
/*
--------------------------------------------------------------------------------*/


/* @group Structure */
body {
	background-color: #300000;	
}

#container
{
	margin: 3em auto;
	width: 780px;
	background: #fff;
	border: 1px solid #000;
}

#header
{
	height: 170px;
	background: #cc0000 url(../images/header.png) top left no-repeat;
}
#header h1{
	text-indent: -9999px;
}

#navigation
{
	float: left;
	width: 750px;
	margin-left: 30px;
	background: white;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	margin: 3px 3px 3px 3px;
	padding: 2px 5px 0 5px;
	border-bottom: 3px solid transparent;
	color:#cc0000;
	font-family: Georgia, "Times new roman", serif;
	font-weight: bold;
	text-decoration: none;
}

#navigation li a:hover { border-bottom: 3px solid #cc0000; color: #fff;}
		
#admin {
	position:absolute;
	top: 0;
	right: 0;
}

#content
{
	clear: left;
	padding: 20px 40px;
}

#footer
{
	clear: both;
	background:#cd9900;
	border-top: 1px solid #cc0000;
	text-align: right;
	padding: 10px 30px 10px 30px;
	height: 1%;
	font-weight: bold;
}
/* @end */


div.team {
	float: left;
	width: 222px;
	height: 190px; /*180*/
	margin-right: 10px;
	margin-bottom: 1em;
}
.team h5{
	margin-bottom: 3px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.2em;
	color: #222;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1em;
}
.team p {
	margin-bottom: 3px;
	color: #cc0000;
}
.team ul{
	margin: 0 0 0 1em;
	padding: 0;
}
.team ul li{
	margin: 0;
	padding: 0;
	color: #cc0000;
	list-style-type: square;
}
.team ul li span{
	color: #222;
}
abbr.captain{
	border: none;
	color:  #cc0000;
	font-weight: bold;
	font-style: italic; 
	font-family: Georgia, "Times new roman", serif; 
	font-size: 1.05em;
}
.zzt{ 
	color: #cc0000;
}


/* @group Typography */
/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body { 
  font-size: 87.5%;
  color: #222; 
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5 { font-weight: normal; color: #cc0000; font-family: Georgia, "Times new roman", serif;}/*font-family: 'Trebuchet MS', Verdana, Sans-Serif;*/

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.6em; margin-bottom: 0.5em; font-weight: bolder;
	font-variant: small-caps;
}
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
strong      { font-weight: bold; }
em      { font-style: italic; font-family: Georgia, "Times new roman", serif; font-size: 1.05em;}
abbr, 
acronym     { border-bottom: 1px dotted #666; cursor: help;}
tt { font: 1em 'andale mono', 'lucida console', monospace;}
/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0; padding: 0; }
ol          { list-style-type: decimal; }
ol li {
	font-family: Georgia, "Times new roman", serif;
	font-weight: bold;
	color: #cc0000;
}
ol li span{
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #222;
}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; border-bottom: 2px solid #cc0000; }
th,td { padding: 4px 10px 4px 5px; }
td	{
	border-bottom: 1px dotted #cc0000;
}
td.tijd	{
	font-family: Georgia, "Times new roman", serif;
	font-weight: bold;
}
td.laatste {
	border-bottom: 1px solid #cc0000;
}


/* Misc classes
-------------------------------------------------------------- */

a {
	color: #cc0000;
	font-weight: bolder;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
}
a:focus,
a:hover {
	background-color: #cc0000;
	color: #fff;
	text-decoration: none;
}

/* @end */

/* @group Extra */

#intro{
	margin-top: 0.5em;
	margin-bottom: 2.5em;
	border-top: 2px solid #cc0000;
	border-bottom: 2px solid #cc0000;
}
#intro p	{
	margin: 0.5em 0 0.5em 0;
	font-size: 1.3em;
	font-family: Georgia, "Times new roman", serif;
	text-align: center;
}
#intro h1{
	text-align: center;
	margin: 0;
}

#nadruk{
	clear: both;
	border: 1px solid #cc0000;
	padding: 0.5em;
	margin: 1.5em 0 1.5em 0;
	background-color: #cd9930;
}
#nadruk p{
	margin: 0;
}

/* @end */

#map_canvas{
	float: right;
	width:300px; 
	height:300px;
	margin: 0 0 1.5em 1.5em; 
	border: 1px solid #cc0000;
}

#fotos a {
	margin-left: 16px;
}
#fotos a img{
	border: 1px solid #cc0000;
}
#bever{
	float: right;
	margin: 0 0 1em 1em;
}
#bever a img{
	border: 1px solid #cc0000;
}

#knbv100 a 	{
	display: block;
	float:right;
	width: 80px;
	height: 100px;
	margin: 0 0 1em 1em;
	padding:0;
	text-align: center;
	text-indent: -9999px;
	text-decoration: none;
	}
	#knbv100 a.jubileum { 	
		background: transparent url(../images/logoKNBV100_flip.jpg) top left no-repeat; 
	}
	#knbv100 a:hover {
		background-position: 0 -100px;
	}

#sponsors h3 {
	margin: 3em 0 1.5em 0;
	padding: 1em 0 1em 0;
	border-top: 3px solid #cc0000;
	border-bottom: 3px solid #cc0000;
}
#sponsors h3 {
	text-align: center;
}
a.sponsor  {
	display: block;
	float:left;

	margin: 0 1.6em 1.8em 0;
	padding:0;
}

