body {
	font-family: "Arial", sans-serif;
	color: #3c4955;
	font-size: 14px;
	margin: 0px;
}

h1 {
	font-family: "Arial", sans-serif;
	font-size: 220%;
	color: #000;
	font-weight: normal;
	letter-spacing: -2px;
	margin: 15px 15px 0 15px;
}

h3 {
	font-family: "Arial", sans-serif;
	color: #6f9db3;
	font-size: 130%;
	font-weight: normal;
	font-style: italic;
	margin: 0 15px 20px 15px;
	border-bottom: 1px #d9eae9 solid;
}

h4 {
	color: #717e88;
	text-transform: uppercase;
}

h5 {
	font-size: 75%;
	font-weight: normal;
	text-align: right;
	margin: 0 15px 6px 15px;
}

h6 {
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	margin: 4px 15px 15px 15px;
	padding-top: 1px;
}

p {
	line-height: 25px;
	margin: 0 15px;
}

p.home {
	line-height: 25px;
	margin: 0 15px;
}

p.home:first-line {
	font-size: 130%;
	color: #717e88;
	font-style: italic;
}

.highl {
	font-size: 140%;
	color : #7edb51;
	font-weight: bold;
}

.alert {
	color : #8eafbe;
	margin: 0 15px;
}

.alert2 {
	color : #7edb51;
	margin-left: 15px;
}

a {
	font-weight: bold;
	font-size: 90%;
	text-decoration	: none;
	text-transform: uppercase;
}

a:link {
	color: #169fc7;
}

a:visited {
	color: #169fc7;
}

a:hover {
	color: #000;
}

a:active {
	color: #169fc7;
}
	
a.lower {
	font-weight: bold;
	text-decoration	: none;
	text-transform: none;
}

a.lower:link {
	color: #3c4955;
}

a.lower:visited {
	color: #3c4955;
}

a.lower:hover {
	color: #596c7e;
}

a.lower:active {
	color: #3c4955;
}

a.ondw {
	font-size: 80%;
	letter-spacing: 0.8px;
	text-decoration: none;
	text-transform: none;
	font-style: italic;
}

a.ondw:link {
	color: #6f9db3;
}

a.ondw:visited {
	color: #6f9db3;
}

a.ondw:hover {
	color: #596c7e;
}

a.ondw:active {
	color: #6f9db3;
}

.out_field {
	margin: 0 0 0 144px;
}

.margin {
	margin-left: 15px;
	margin-right: 15px;
}

.posted {
	width: 226px;
	height: 36px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 6px;
	background: url(images/posted_bg.jpg) no-repeat;
}




/* HEADER */

.header {
	width: 100%;
	height: 240px;
	padding-top: 20px;
}

.header_top {
	width: 1070px;
	left: 50%;
	margin-left: -535px;
	background: url(images/header_bg.png);
	position: absolute;
}

.header_logo {
	width: 200px;
	height: 200px;
	float: left;
}

.header_text {
	width: 870px;
	height: 200px;
	float: right;
}

.header_info {
	width: 870px;
	height: 160px;
}

.header_info_blank {
	width: 500px;
	float: left;
}

.header_info_login {
	width: 370px;
	padding-top: 20px;
	float: right;
}

.label_header {
	font-size: 12px;
	width: 140px;
	padding-top: 7px;
	float: left;
}

p.login_text {
	font-size: 12px;
	line-height: 14px;
	padding-top: 6px;
}

.header_nav {
	width: 870px;
	height: 40px;
	padding-top: 13px;
	padding-left: 70px;
}

.nw_ondw_nav {
	padding-left: 80px;
}

.comp_nav {
	padding-left: 85px;
}

a.tab {
	font-size: 100%;
	text-decoration: underline;
	text-transform: lowercase;
	font-weight: normal;
}

a.tab:link {
	color: #3c4955;
}

a.tab:visited {
	color: #3c4955;
}

a.tab:hover {
	color: #6f9db3;
}

a.tab:active {
	color: #3c4955;
}

a.header_nav_s {
	font-size: 100%;
	text-decoration: underline;
	text-transform: none;
	font-weight: normal;
}

a.header_nav_s:link {
	color: #3c4955;
}

a.header_nav_s:visited {
	color: #3c4955;
}

a.header_nav_s:hover {
	color: #717e88;
}

a.header_nav_s:active {
	color: #3c4955;
}

input.btn_header {
	font-size: 12px;
	width: auto;
	height: 30px;
	margin-top: 10px;
}
/**/




.total {
	width: 100%;
	height: 100%;
}

.layout {
	width: 1070px;
	left: 50%;
	margin-left: -535px;
	position: absolute;
}

.left {
	width: 710px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
}



/* POST */
.icon {
	width: 80px;
	padding-top: 40px;
	float: left;
}

.base {
	width: 680px;
	margin: 0 0 40px 0;
	padding: 10px;
	float: right;
}

.calendar_y {
	height: 18px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: text-bottom;
	background: url(images/calendar_y.jpg) no-repeat;
}

.calendar_m {
	height: 14px;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	background: url(images/calendar_m.jpg) no-repeat;
}

.calendar_d {
	height: 58px;
	font-size: 36px;
	text-align: center;
	margin-top: -4px;
	background: url(images/calendar_d.jpg) no-repeat;
}

.content {
	width: 590px;
	height: inherit;
	padding: 4px;
	float: left;
}

.label_post {
	width: 100px;
	padding-left: 15px;
	float: left;
}
/**/



/* COMMENT */

h2 {
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 6px;
	margin-left: 15px;
}

.comment {
	width: 660px;
	height: auto;
	float: left;
}

.spreekwolk {
	width: 130px;
	height: auto;
	text-align: right;
	float: left;
}

.comment_tekst {
	width: 520px;
	background: #e4f0f3;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	float: right;
	border: 1px solid #cedee2;
}

/**/




/* SIDEBAR */

.sidebar {
	width: 290px;
	height: auto;
	padding: 20px;
	margin-right: 30px;
	float: right;
}

.sidebar_titel {
	font-size: 130%;
	color: #717e88;
	font-style: italic;
}

.latest_c {
	width: 290px;
	min-height: 80px;
	max-height: 80px;
	background: #e4f0f3;
	padding: 10px;
	border: 1px solid #cedee2;
}

.latest_c_clear {
	width: 290px;
	min-height: 80px;
	max-height: 80px;
	padding: 10px;
}

.lc_pic_right {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

.lc_pic_left {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.lc_date {
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
}

.lc_titel {
	font-size: 85%;
}

/**/





.footer {
  	width: 100%;
	height: 80px;
	padding: 20px;
	background: #7b9488;
}

.form {
	width: 450px;
	height: auto;
	margin-left: 25px;
}

fieldset {
	padding: 10px 0;
}

label {
	width: 150px;
	margin-left: 25px;
	float: left;
}

input {
	width: 180px;
	height: 16px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #1e5865;
	margin-bottom: 4px;
	padding: 6px;
	border: 1px solid #c1d8d0;
}

textarea.p {
	width: 440px;
	height: 260px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #1e5865;
	margin-bottom: 4px;
	padding: 6px;
	border: 1px solid #c1d8d0;
}

textarea.c {
	width: 300px;
	height: 140px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #1e5865;
	margin-bottom: 4px;
	padding: 6px;
	border: 1px solid #c1d8d0;
}

textarea.s {
	width: 350px;
	height: 60px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #1e5865;
	margin-bottom: 4px;
	padding: 6px;
	border: 1px solid #c1d8d0;
}

select {
	width: 250px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #1e5865;
	margin-bottom: 4px;
	padding: 6px;
	border: 1px solid #c1d8d0;
}

select.wed {
	width: 364px;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #1e5865;
	margin-bottom: 4px;
	padding: 6px;
	border: 1px solid #c1d8d0;
}

input.radio {
	width: 15px;
	border: none;
}

input.btn {
	width: auto;
	height: 30px;
	margin-top: 10px;
}




/* FORM REGISTRATIE */

input.hpx {
	width: 100px;
	margin-bottom: 4px;
}

input.straat {
	width: 140px;
	margin-bottom: 4px;
}

input.nr {
	width: 30px;
	margin-bottom: 4px;
}

input.veri {
	width: 45px;
	margin-bottom: 4px;
}

select.db {
	width: auto;
	margin-bottom: 4px;
}

input.postcode {
	width: 46px;
	margin-bottom: 4px;
}

/**/




/* COMPETITIE */

table {
	font-family: "Arial", sans-serif;
	font-size: 105%;
	margin-left: 15px;
}

td {
	background: #e4f0f3;
	padding: 8px 4px;
}

td.dt_l {
	width: 100px;
}

td.wed_l {
	width: 250px;
}

td.loc {
	width: 170px;
}

td.dt_l_g {
	width: 100px;
	background: #d2e0e4;
}

td.wed_l_g {
	width: 250px;
	background: #d2e0e4;
}

td.loc_g {
	width: 170px;
	background: #d2e0e4;
}

img.gespeeld {
	position: absolute;
}

.gespeeld_text {
	padding-left: 64px;
}



/* COMPETITIE TITEL */

td.dt_t_l {
	width: 100px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #999;
	background: none;
	padding-left: 4px;
}

td.wed_t_l {
	width: 250px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #999;
	background: none;
	padding-left: 4px;
}

td.loc_t {
	width: 170px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #999;
	background: none;
	padding-left: 4px;
}



/* COMPETITIE + STATUS */

td.dt {
	width: 60px;
}

td.wed {
	width: 245px;
}

td.st {
	width: 50px;
}

td.opm {
	width: 150px;
}



/* COMPETITIE + STATUS TITEL */

td.dt_t {
	width: 60px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #999;
	background: none;
	padding-left: 4px;
}

td.wed_t {
	width: 245px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #999;
	background: none;
	padding-left: 4px;
}

td.st_t {
	width: 50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #999;
	background: none;
	padding-left: 4px;
}

td.opm_t {
	width: 150px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #999;
	background: none;
	padding-left: 4px;
}

td.wijz_t {
	width: 40px;
	background: none;
}



/* DEELNAME TITEL*/

td.naam_t {
	width: 140px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #999;
	background: none;
	padding-left: 4px;
}

td.opm_l_t {
	width: 405px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #999;
	background: none;
	padding-left: 4px;
}

/**/




/* DEELNAME */

td.naam {
	width: 140px;
}

td.opm_l {
	width: 405px;
}

/**/
