/**
 * Structuurindeling van leekstereagles.nl.
 *
 * De site bestaat uit een header met daaronder
 * een fixed-width 3-koloms layout. De contentkolom
 * kan eventueel in twee delen worden gesplits.
 *
 * ---------------------------------------------
 * | INTRO                               MENU  |
 * ---------------------------------------------
 * | LOGO    | CONTACT |                SPLASH |
 * |         |----------------------------------
 * |         | PATHWAY                         |
 * ---------------------------------------------
 * | MENU                                      |
 * ---------------------------------------------
 * | LINKS   |   MIDDEN               | RECHTS |
 * |         |                        |        |
 * |         |                        |        |
 * |         |                        |        |
 * |         |                        |        |
 * ---------------------------------------------
 * | FOOTER                                    |
 * ---------------------------------------------
 */
 
body {
	text-align: center;
	background: #FFCF00 url('../img/bgbody.gif') top center no-repeat;
}

.clear {
	clear: both;
}

#container {
	width: 980px;
	text-align: left;
	margin: auto;
	background: #ffffff url('../img/bgcontent.gif') top center no-repeat;
}

#top {
	background: #000;
	color: #fff;
}

#welkom {
	float: left;
	margin: 5px;
}

#utilitymenu {
	margin: 5px;
	float: right;
}

#logo {
	float: left;
 	width: 162px;
 	height: 122px;
}

#contact {
	height: 93px;
	float: left;
	width: 163px;
}

#splash {
	height: 80px;
	padding: 7px 10px 6px 0;
	float: left;
	width: 645px;
	text-align: right;
}

#pathway {
	float: left;
	background: #FFCC00;
	width: 818px;
	height: 29px;
}

#menuspacing {
	background: #cc9900;
	width: 100%;
	height: 5px;
	clear: both;
}

#content_container {
	clear: both;
	margin-top: 10px;
}

#links {
	float: left;
	width: 234px;
	min-height: 500px;
	margin-left: 10px;
	margin-right: 10px;
}

#content {
	float: left;
	margin-right: 10px;
	width: 586px;
}

#contentbreed {
	float: left;
	width: 840px;
	margin-left: 10px;
}

#content_split_links {
	width: 586px;
	margin-right: 10px;
	float: right;
}

#content #content_split_links {
	margin: 0;
}

#content_split_rechts {
	width: 234px;
	float: left;
	background: #fff;
}

#rechts {
	float: left;
	width: 120px;
}

#footer {
	clear: both;
	margin-top: 10px;
	background: #EFEFEF url('../img/footerlogo.png') no-repeat bottom right;
	height: 180px;
	border-top: 4px solid #FFCC00;
	padding: 20px 80px 40px 20px;
}
#cw-footer {
	margin: 0 0 10px 0;
	border-top: 10px solid #FFCF00;
	text-align: left;
	padding: 2px 0 2px 4px;
	background: #fff;
}
#footer td a { 
	margin-bottom: 4px; 
	padding-left: 20px;
	background: #EFEFEF url('../img/bullet.gif') no-repeat 4px 5px;
}
/**
 * Nieuws
 */
.split-links-links {
	width: 326px;
	float: left;
	margin-right: 10px;
}
.split-links-rechts {
	width: 250px;
	float: left;
}
#nieuws_headlines table {
	width: 100%;
	margin: 10px 0;
}
#nieuws_headlines td {
	padding: 4px 0;
	border-top: 1px dotted #CCCCCC;
}
#nieuws_headlines .datum {
	padding-right: 4px;
	font-size: 0.8em;
	color: #333;
}
#nieuws_headlines a {
	text-decoration: none; 
	color: #333;
	font-size: 0.9em;
}
#nieuws_headlines tr:hover, #nieuws_headlines tr.active {
	background: #EEE;
}
#nieuws_headlines .last {
	text-align: right;
	width: 16px;
}

#nieuws_berichten table {
	width: 100%;
	margin: 10px 0;
}

#nieuws_berichten .foto {
	border-top: 1px dotted #CCCCCC;
	vertical-align: top;
	width: 100px; 
	padding: 4px 10px 4px 0;
}
#nieuws_berichten .titeltekst {
	border-top: 1px dotted #CCCCCC;
	width: 216px;
	overflow: hidden;
}
#nieuws_berichten .titeltekst h3 {
	font-size: 1.2em;
	overflow: hidden;
	width: 100%;
}

#nieuws_berichten .titeltekst p {
	width: 100%;
	overflow: hidden;
	font-size: 0.9em;
	text-align: justify;
}

/**
 * Profielfoto
 */
.profielfoto {
	float: right;
	padding: 1px;
	border: 1px solid grey;
}
.albumfoto {
	float: left;
	padding: 1px;
	margin: 0 4px 4px 0;
	clear: none;
	display: block;
	border: 1px solid grey;
}

/** 
 * Youtube blokje
 */
#nieuws_video {
	clear: both;
}
.youtubespacer {
	float: left;
	width: 11px;
}
.youtube {
	float: left;
	width: 188px;
}

/** 
 * Wedstrijd voorpagina
 */
.wedstrijdaankondiging {
	text-align: center;
}

.wedstrijdaankondiging .thuis, .wedstrijdaankondiging .thuislogo {
	float: left;
	font-weight: bold;
	font-size: 0.8em;
	text-align: right;
	width: 100px;
	margin-bottom: 10px;
}
.thuislogo { 
	clear: both;
}
.wedstrijdaankondiging .uit, .wedstrijdaankondiging .uitlogo {
	float: right;
	text-align: left;
	font-weight: bold;
	font-size: 0.8em;
	width: 100px;
	margin-bottom: 10px;
}
.wedstrijdaankondiging .divider {
	width: 34px;
	float: left;
}
.wedstrijdaankondiging img {
	width: 80px;
	height: 80px;
}
.wedstrijdaankondiging .datum {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.2em;
	clear: both;
}

/** 
 * Wedstrijdbeschouwing
 */
.beschouwing-heading { width: 566px; padding: 10px; margin: 0 0 20px 0; border: 1px solid #ccc; background: #DDE0E2 url('../img/menu_bg.gif') repeat-x; }
.beschouwing h1 { margin: 10px 0 20px; }
.beschouwing-heading h2 { color: #000; font-family: verdana; font-size: 14px; }
.beschouwing-logo { width: 82px; border: 1px solid #ccc; background: #fff; }	
.beschouwing-elftal-thuis { text-align: right; width: 180px; vertical-align: middle; }
.beschouwing-uitslag { width: 40px; text-align: center; font-size: 24px; color: #CC9900; }
.beschouwing-elftal-uit { text-align: left; width: 180px; vertical-align: middle; }
 
.beschouwing-stat { font-weight: bold; line-height: 25px; }
.beschouwing-stat-value { padding-left: 10px; line-height: 25px;}

.beschouwing-kolom-thuis { padding: 20px 0; width: 293px; text-align: left; font-weight: bold; }
.beschouwing-kolom-uit { padding: 20px 0; width: 293px; text-align: left; font-weight: bold; }

.beschouwing-wissels { margin: 20px 0; }
.beschouwing-wissels .minuut { font-weight: bold; }
.beschouwing-wissels td {line-height: 25px; vertical-align: top; }
.beschouwing-wissels .icon img {margin: 4px 0 5px; }

/** 
 * POLL
 */
.poll-caption {
	color: #333333;
	font-size: 1em;
}
.poll-slider {
	margin-bottom: 4px;
}
/** 
 * SLIDESHOW
 */
#gallery {
	position:relative;
	height: 300px
}
#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:500;
}

#gallery .caption {
	z-index:600; 
	background-color:#000; 
	color:#ffffff; 
	height: 75px; 
	width:100%; 
	position:absolute;
	bottom:0;
	font-size: 0.9em;
	opacity: 0.8;
}

#gallery .caption .content {
	margin:5px;
	width: 576px;
}

#gallery .caption .content h3 {
	margin:0 0 5px 0;
	padding:0;
	font-size: 1.6em;
	color:#1DCCEF;
}