@charset "UTF-8";

/* CSS Joomla.org 2008 for Joomla v1.5.x */

/* ------------------------- COLOR PALETTE

Dark blue color: 			#0B2A4C		RGB: 11/42/76
Light blue color: 			#4f7ba4		RGB: 79/123/164
Lavender color: 			#b9cadb		RGB: 185/202/219
Light Lavender color: 		#e2e9f0		RGB: 226/233/240
Orange color: 				#FC8F30		RGB: 252/143/48
Medium Grey color:			#606060		RGB: 96/96/96
Dark Grey color:			#2c2c2c		RGB: 44/44/44

----------------------------------------*/


body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	
	background: #0c2a4c url("../images/body-bg.png") no-repeat top center;
	overflow-x: hidden;	
}
p, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
	font-family: Helvetica, sans-serif;
}

h2 {
	font-size: 1.60em;
	margin-top: 0px;
	letter-spacing: 0.012em;
	color: #0c2a4c;
	border-bottom: 1px solid #b9cadb;
	margin-bottom: 7px;
	
	/* padding-bottom: 2px; */
}
h3 {
	font-size: 1.20em;
	margin-top: 0px;
	letter-spacing: 0.012em;
	color: #0c2a4c;
	border-bottom: 1px solid #b9cadb;
	margin-bottom: 7px;
	
	/* padding-bottom: 2px; */
}


td.tpblue{
	background-color: #0c2a4c;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}
table.news{
	color: #EAEAEA;
	position: relative;
	
	font: normal 13px Arial, Verdana, sans-serif;
	color: #EAEAEA;
	font-weight: bold;
	font-style: normal;
	
	text-transform: uppercase;
}
table.tpbluetext{
	color: #EAEAEA;
	position: relative;
}

td.rounding{
	background-image: url(../images/empty.png);
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}



img {
	border: none;
}

#page {
	width: 960px;
	margin: auto;
	text-align: left;
}
.page-holder{
	width: 100%;

}

.page-wrapper{
	margin:0 -40px;
	width:1040px;
}

.top-shadow {
	background: url("../images/shadow-top.png") no-repeat top;
	height: 80px;
	margin-top: 14px;
	float: left;
	width: 100%;
}

.container-shadow {
	background: url("../images/container-shadow.png") repeat-y;
	float: left;
	width: 100%;
	margin: 0; 
	padding: 0;
}

.bottom-shadow {
	background: url("../images/shadow-bottom.png") no-repeat bottom;
	height: 80px;
	float: left;
	width: 100%;
	margin-bottom: -50px;
}

.container {
	background: #FFFFFF;
	margin: 0 40px;
	margin-top: -44px;
	margin-bottom: -30px;
	float: left;
	display: inline;
	width: 960px;
}

/*-------- Header [BEGIN] --------*/
.header {
	background: url("../images/header/header.png") no-repeat top left;
	height: 200px;
	vertical-align: bottom;
	text-align: left;
}

.content {
	background: #EAEAEA;
	padding-bottom: 30px;
	text-align: left;
	vertical-align: top;
	/* padding-top: 20px; */
	float: left;
	width: 100%;
}

.footer {
	text-align: center;
	font-size: 0.85em;
	padding: 30px 0 50px 0;
	color: #EAEAEA;
	float: left;
	width: 100%;
}
a:link{ 
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
a:active{
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
a.whitelink:link{ 
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.whitelink:visited{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.whitelink:hover{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
a.whitelink:active{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
a.leesmeer:link{ 
	font-size: 8pt;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a.leesmeer:visited{
	font-size: 8pt;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a.leesmeer:hover{
	font-size: 8pt;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
a.leesmeer:active{
	font-size: 8pt;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}
a.atleet:link{ 
	color: #0c2a4c;
	font-weight: normal;
	text-decoration: none;
}
a.atleet:visited{
	color: #0c2a4c;
	font-weight: normal;
	text-decoration: none;
}
a.atleet:hover{
	color: #0c2a4c;
	font-weight: normal;
	text-decoration: underline;
}
a.atleet:active{
	color: #0c2a4c;
	font-weight: normal;
	text-decoration: underline;
}
a.h3:link{ 
	color: #0c2a4c;
	font-weight: normal;
	text-decoration: none;
}
a.h3:visited{
	color: #0c2a4c;
	font-weight: normal;
	text-decoration: none;
}
a.h3:hover{
	color: #0c2a4c;
	font-weight: normal;
	text-decoration: underline;
}
a.h3:active{
	color: #0c2a4c;
	font-weight: normal;
	text-decoration: underline;
}
hr{
	color: #b9cadb;
	height: 1px;
}
