* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-size: 62.5%; /* Standaard waarde naar 10px brengen voor de ganse website : 1em is nu 10px */
	color: #000000;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
}

a:link,
a:visited,
a:active {
	text-decoration: underline;
	color: #666666;
}

a:hover {
	color: #EEDB05;
	text-decoration: underline;
}

p {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 3px;
}

#p1 #p1_link, /* Home */
#p2 #p2_link, /* Ritten */
#p3 #p3_link, /* Info */
#p4 #p4_link, /* Leden */
#p5 #p5_link, /* Links */
#p6 #p6_link, /* Reglement */
#p7 #p7_link { /* Contact */
	color: #666666;
	background-image: url(images/nav_bg_on.jpg);
}

/* ---------- Opmaak tabellen ---------- */
table {
	margin-top: 10px;
	margin-left: 55px;
}

table.admin {
	margin-top: 10px;
	margin-left: 10px;
}

table#verzetten {
	margin-top: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
}

table#verzetten td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

table#verzetten th{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #3886B7;
	color: #F7F7F7;
}

.evenrij{
	background-color: #F7F7F7; /* Tabelrij wijzigen van kleur */
	padding: 2px;
}

.onevenrij{
	background-color: #A1CBE4; /* Tabelrij wijzigen van kleur */
	padding: 2px;
}

/* ---------- Layout ---------- */

#wrapper {
	font-family: Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	font-size: 1.4em;
	color: #333333;
}

#namebanner {
	height: 55px;
	background-image: url(images/clubnaam.jpg);
	background-repeat: no-repeat;
}

#navigation {
	width: 760px;
	height: 25px;
	background-image: url(images/nav_bg_off.jpg);
}

#image {
	height: 143px;
	background-image: url(images/image.jpg);
	background-repeat: no-repeat;
}

#contentleft {
	float: left;
	width: 190px;
}

#content {
	margin-top: 10px;
	margin-left: 190px;
	background-color: #F7F7F7;
	border: 1px solid #ADADAD;
}

#content_admin {
	margin-top: 10px;
	background-color: #F7F7F7;
	border: 1px solid #ADADAD;
}

#content li {
	margin-left: 30px;
}

#footer {
	background-color: #A1CBE4;
	clear: both;
	height: 30px;
	width: 100%;
	background-image: url(images/footer_bg.gif);
	padding-top: 7px;
}
#footer p {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 0.8em;
}

/* ---------- Content - Opmaak ---------- */

#content h1 {
	font-size: 1.8em;
	padding-left: 30px;
	padding-bottom: 5px;
	color: #3886B7;
	background-image: url(images/h1.gif);
	background-repeat: no-repeat;
}

#content_admin h1 {
	font-size: 1.8em;
	padding-left: 30px;
	padding-bottom: 5px;
	color: #3886B7;
	background-image: url(images/h1.gif);
	background-repeat: no-repeat;
}

#content h2 {
	font-size: 1.4em;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	color: #a1cbe4;
}

#content h3 {
	font-size: 1.1em;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}

#content strong {
	color: #3886b7;
}

#content blockquote {
	border: 1px dashed #666666;
	float: left;
	width: 200px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #a1cbe4;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#formule blockquote {
	border: 1px dashed #666666;
	float: left;
	width: 400px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #a1cbe4;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

img.floatright {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
}

img.floatleft {
	float: left;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

img.center {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.error {
	color: #FF0000;
}

dl{
	margin: 15px;
	padding: 10px;
	border: 1px dashed #666666;
}

dt{
	font-weight: bold;
	padding: 0 0 0 10px;
}

dd{
	padding: 0 0 20px 25px;
}

/* ---------- Navigation ---------- */

#navigation a {
	width: 108px; /* Deze waarde aanpassen indien er een link bijkomt */
	text-align: center;
	text-decoration: none;
	color: #333333;
	letter-spacing: 1px;
	font-size: 14px; /* Lettergrootte mag niet meeschalen */
	display: block;
}

#navigation a:hover {
	background-image: url(images/nav_bg_on.jpg);
	background-repeat: repeat-x;
	color: #333333;
}

#navigation li {
	line-height: 25px;
	list-style-type: none;
	float: left;
}

#contentleft .box_top {
	margin-right: 10px;
	margin-top: 10px;
}

#contentleft .box_top h1 {
	font-size: 16px; /* Lettergrootte mag niet meeschalen */
	color: #EEDB05;
	padding-top: 4px;
	padding-left: 10px;
	background-image: url(images/kader_top.jpg);
	background-repeat: no-repeat;
	height: 26px; /* Indien fontsize wijzigt en de padding-top moet aangepast worden; de height ook aanpassen */
}

#contentleft .box_content {
	margin-right: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ADADAD;
	border-bottom-color: #ADADAD;
	border-left-color: #ADADAD;
	margin-bottom: 10px;
	background-color: #F7F7F7;
}

#contentleft .box_content p {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #666666;
	font-size: 0.8em;
}

#namebanner .login {
	float: right;
	padding-top: 20px;
	padding-right: 20px;
}

/* ---------- Formulier ---------- */
form
    {
	border-width: 1px;
	border-style: dashed;
	border-color: #cccccc;
	padding: 15px;
	width: 500px;
	background-image: url(images/form_bg.gif);
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	background-position: right top;
	margin-left: 13px;
    }

label
    {
	float: left;
	width: 85px;
	text-align: right;
	margin-right: 30px;
    }

.ingave
    {
	margin-bottom: 10px;
	width: 200px;
	padding-left: 5px; /* Tekstingave op 5px van de kant */
	background-color: #FFFFFF;
	border: 1px solid #A1CBE4;
    }

.ingave:hover
    {
	margin-bottom: 10px;
	width: 200px;
	padding-left: 5px; /* Tekstingave op 5px van de kant */
	background-color: #A1CBE4;
	border: 1px solid #A1CBE4;
    }

.onderwerp
    {
	width: 120px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border: 1px solid #A1CBE4;
    }

.onderwerp:hover
    {
	width: 120px;
	background-color: #A1CBE4;
	margin-bottom: 10px;
	border: 1px solid #A1CBE4;
    }

.vraag
    {
	width: 370px;
	height: 150px;
	background-color: #FFFFFF;
	padding-left: 5px; /* Tekstingave op 5px van de kant */
	margin-bottom: 10px;
	border: 1px solid #A1CBE4;
    }

.vraag:hover
    {
	width: 370px;
	height: 150px;
	background-color: #A1CBE4;
	padding-left: 5px; /* Tekstingave op 5px van de kant */
	margin-bottom: 10px;
	border: 1px solid #A1CBE4;
    }

.knop {
	background-color: #A1CBE4;
	font-size: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #A1CBE4;
	margin-bottom: 10px;
	width: 100px;
}

.knop:hover {
	background-color: #FAEB6A;
	font-size: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #A1CBE4;
	margin-bottom: 10px;
	width: 100px;
}

