/* basic */
body {
	background-color:#fff;
	cursor:default;
	margin:0;
	padding:0;
	color:#333;
}
a {
	color:#007EC2;
	text-decoration:none;
}
a:hover, a:visited:hover {
	color:#000;
	text-decoration:underline;
}
a:visited {
	color:#007EC2;
}
a img {
	border:none;
}
table {
	font-size:100%;
}
strike, del {
	color:#aaa;
}
br {
	clear:both;
}
p {
	margin:10px 0;
	text-align:justify;
}
p.zonder {
	margin:10px 0;
}

/* template */
* { margin:0; }
html, body { height:100%; }
#container { min-height:100%; height:auto !important; height:100%; margin:0 auto -142px; }
#foot, .push { height:142px; }
.push { clear:both; }

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 75%;
	background-image:url(img/body_background.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #007EC2; }

h1 { font-size: 1.9em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; margin-bottom: 0.5em; }
h3 { font-size: 1.25em; line-height: 1; margin-bottom: 0.5em; }
h4 { font-size: 1.1em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

div#container {
	width:890px;
}
	div#top_links {
		float:left;
		height:25px;
	}
		div#top_links ul {
			line-height:18px;
			list-style:none;
			margin:0;
			padding:0;
			text-align:center;
			width:890px;
		}
			div#top_links ul li {
				display:inline;
			}
				div#top_links ul li a {
					border-right:1px solid #666;
					color:#666;
					font-size:90%;
					margin-left:6px;
					padding-right:6px;
				}
				div#top_links ul li a.last {
					border:none;
				}
	div#head {
		background:#fff url(img/head_background.gif) no-repeat;
		float:left;
		height:180px;
		margin-top:102px;
		width:890px;
	}
		div#dropDownMenu {
			background:#000 url(img/menu_background.gif) repeat-x;
			float:left;
			height:28px;
			margin:1px;
			width:888px;
		}
		div#head_icons {
			background:#fff url(img/icon_background.gif) no-repeat;
			float:left;
			height:200px;
			margin:10px 15px;
			padding: 0 20px;
			width:820px;
		}
			a#icon_schoonspringen, a#icon_synchroon, a#icon_polo, a#icon_wedstrijd {
				float:left;
				height:135px;
				margin:1px 0;
				width:205px;
			}
			a#icon_schoonspringen span, a#icon_synchroon span, a#icon_polo span, a#icon_wedstrijd span {
				display:none;
			}
			a#icon_schoonspringen {
				background:transparent url(img/icon_schoonspringen.gif) no-repeat;
			}
			a#icon_synchroon {
				background:transparent url(img/icon_synchroon.gif) no-repeat;
			}
			a#icon_polo {
				background:transparent url(img/icon_polo.gif) no-repeat;
			}
			a#icon_wedstrijd {
				background:transparent url(img/icon_wedstrijd.gif) no-repeat;
			}
	div#main {
		background:#fff url(img/content_background.gif) repeat-y;
		float:left;
		height:auto;
		padding:10px;
		width:870px;
	}
		div#main div#content {
			float:left;
			width:670px;
		}
		div#main div#rightbar {
			float:right;
			width:200px;
		}
			div#main div#rightbar div.block {
				
			}
				div#main div#rightbar div.block h5 {
					background:#000 url(img/menu_background.gif) repeat-x;
					color:#fff;
					font-weight:normal;
					line-height:28px;
					margin:0;
					padding:0 10px;
				}
				div#main div#rightbar div.block ul {
					border:1px solid #c7c7c7;
					list-style:none;
					margin:0 0 20px 0;
					padding:5px;
				}
					div#main div#rightbar div.block ul li {
						margin:0 0 2px 35px;
					}
						div#main div#rightbar div.block ul li span.nieuwsDatum {
							color:#999;
							margin-left:-35px;
						}
					div#main div#rightbar div.block a {
						color:#222;
					}
div#foot {
	background:#8db5c8 url(img/foot_background.gif) repeat-x;
	height:90px;
	padding-top:52px;
	width:100%;    
}
	div#foot_center {
		margin:0 auto;
		width:890px;
	}
		div#foot img {
			display:block;
			float:right;
			margin-top:-10px;
		}
		div#foot p {
			color:#333;
			font-size:90%;
			margin:10px 0 0 0;
		}
			div#foot p a {
				color:#333;
				text-decoration:none;
			}
			div#foot p a:hover {
				color:#000;
			}
			a.disclaimer {
				border-left:1px solid #777;
				border-right:1px solid #777;
				margin:0 10px;
				padding:0 10px;
			}
			div#foot p.redfrog, div#foot p.redfrog a {
				color:#788388;
			}

/* forms */
form {
	margin:0;
	padding:0;
	font-size:100%;
}
form fieldset {
	font-size:100%;
	border:none;
	border-top:1px solid #333;
	padding:10px;
}
form fieldset.radio {
	border:none;
	width:200px;
	margin:0;
	padding:0;
}
form fieldset legend {
	font-family:tahoma,arial,verdana,sans-serif;
	font-size:150%;
	font-weight:normal;
	margin:10px 0;
	padding:0 3px 0 9px;
	color:#333;
}
form fieldset.radio legend {
	display:block;
	float:left;
	width:129px;
	margin:0 0 3px 0;
	padding:3px 0;
	font-size:100%;
	font:11px/1.6em verdana, sans-serif;
	text-align:right;
}
form fieldset.radio > legend {
	width:130px;
	margin:0 0 3px 0;
	padding:3px 5px;
}
form fieldset.radio legend.required {
	font-weight:bold;
}
form fieldset label {
	display:block;
	float:left;
	width:130px;
	padding:3px 5px;
	margin:0 0 3px 0;
	text-align:right;
}
form fieldset label.required {
	font-weight:bold;
}
form fieldset label.checkbox {
	float:none;
	display:block;
	padding:0;
	margin:0 0 3px 142px;
	text-align:left;
	width:200px;
}
form fieldset label.radio {
	width:250px;
}
form fieldset.radio label {
	position:relative;
	top:-1.9em;
	float:none;
	display:block;
	width:200px;
	padding:0;
	margin:0 0 3px 142px;
	text-align:left;
	width:200px;
}
form fieldset.radio > label {
	top:0.3em;
}
input, select, textarea {
	padding:1px 3px;
	margin:2px 0;
	font-family:tahoma,arial,verdana,sans-serif;
	font-size:100%;
	background:#F0F0F0;
	border:1px solid #333;
	color:#666;
}
optgroup option {
	font-family:tahoma,arial,verdana,sans-serif;
	font-size:80%;
}
textarea {
	overflow:auto;
}
form fieldset input, form fieldset select, form fieldset textarea {
	width:200px;
}
input.button {
	border:1px outset #333;
	width:auto;
	padding:0 5px;
	font-size:100%;
	background:#007EC2;
	color:#fff;
}
input.checkbox {
	border:none;
	width:auto;
}
form fieldset input.button {
	margin:0 0 0 142px;
}
form fieldset label.checkbox input, form fieldset.radio label input {
	display:inline;
	height:14px;
	width:14px;
	margin:0 5px 0 0;
	border:none;
	background:transparent;
}
form fieldset.radio label > input {
	position:relative;
	top:0.4em;
}
form fieldset small {
	display:block;
	margin:0 0 0 142px;
	padding:1px 3px;
	font-size:88%;
	width:200px;
	line-height:1.3em;
}
form fieldset dl {
	margin:0;
	padding:0;
}
form fieldset dl dt {
	width:130px;
	float:left;
	text-align:right;
	margin:0;
	padding:3px;
	clear:both;
}
form fieldset dl dd {
	padding:3px;
}

/* tables */
table.fullLined, table.horizontalLined, table.verticalLined {
	clear:both;
	width:100%;
	font-size:100%;
	border-collapse:collapse;
}
table.fullLined th, table.horizontalLined th, table.verticalLined th {
	font:bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:3px;
	text-align:left;
	background:#000 url(../system/img/th.php?start=CCDBE5&end=8CB4C8) repeat-x;
	white-space:nowrap;
}
table.fullLined tr td, table.horizontalLined tr td, table.verticalLined tr td {
	padding:3px;
	background:#FFFFFF;
	vertical-align:top;
}
table tr.alt td {
	background:#F0F0F0;
}
table td.alignLeft {
	text-align:left;
}
table td.alignCenter {
	text-align:center;
}
table td.alignRight {
	text-align:right;
}
table td.valignTop {
	vertical-align:top;
}
table td.valignMiddle {
	vertical-align:middle;
}
table td.valignBottom {
	vertical-align:bottom;
}
table td.nowrap {
	white-space:nowrap;
}
table.fullLined {
	border-top:1px solid #333;
	border-left:1px solid #333;
}
table.fullLined td, table.fullLined th {
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}
table.horizontalLined {
	border-top:1px solid #333;
	border-right:1px solid #333;
	border-left:1px solid #333;
}
table.horizontalLined td, table.horizontalLined th {
	border-bottom:1px solid #333;
}
table.verticalLined {
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #333;
}
table.verticalLined td, table.verticalLined th {
	border-right:1px solid #333;
}

/* cms */
img {
	behavior: url('/styles/system/js/pngbehavior.htc');
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both; 
}
h5#editText {
	font-size: 17px;
	font-weight: normal;
	width: 60%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
#editImg {
	float: right;
	margin: 5px;
}
div#pluginMenu {
	height:21px;
	background:#F0F0EE;
	border:1px solid #ccc;
	font: 11px 'Arial Unicode MS Regular', Arial, Tahoma, sans-serif;
	margin: 10px 0;
}
div#pluginMenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
div#pluginMenu ul li {
	float:left;
}
div#pluginMenu ul li a {
	display:block;
	padding:2px 6px 3px 6px;
	border:1px solid #F0F0EE;
	color:#3c3c3c;
}
div#pluginMenu ul li.active a {
	border:1px solid #CE1126;
}
div#pluginMenu ul li a:hover {
	text-decoration:none;
	background:#F3BCBE;
	border:1px solid #CE1126;
}

