/* CSS bestand website arieblok.nu */

body, html {
	margin:0;
	padding:0;
	/* background: #020202 url(../afbeeldingen/home_page_foto.jpg) center top no-repeat; */
	background-color: #020202;
	height:100%;	
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#logo{
	width: 77px;
	height: 80px;
	position: fixed;
	right: 50px;
	bottom: 20px;
}
#wrapper {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	color: #FFFFFF;
	background: none;
	min-height:100%;
}
#wrapper_home {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	color: #FFFFFF;
	background: none;
	min-height:100%;
}

h3 {
	color: #73BE44;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	/* letter-spacing: 4px; */
	margin-bottom: 0px;
}
h4 {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	/* letter-spacing: 4px; 
	margin-bottom: 0px;*/
}

.eerst{
	padding-top: 120px;
	margin-bottom: 40px;
}
.tweedst{
	padding-top: 30px;
	margin-bottom: 40px;
}

p{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	/* letter-spacing: 0.1em; */
	line-height: 1.2em;
	margin-top: 5px;
}

.cursiefvet {
	font-style: oblique;
	font-weight: bold;
}

.laatste{
	font-size: 0.8em;
}

#top {
	height:55px;
	/* background-color:#B9CB7A; */
}

a {
	color:#73BE44;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* navigatie */

#navigatie{
	margin-top: 10px;
	text-align: center;
	color: #73BE44;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:100;
	letter-spacing: 0.1 em;
}

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

li {
	display:inline;
}

li a{
	color:white;
	padding:5px;
	padding-left:2px;
	padding-right:2px;
	text-decoration:none;
}

li a:hover {
	color:#73BE44;
	text-decoration:none;
}

li a:active {
	color:#73BE44;
}

.active{
	color:#73BE44;
}

.img_sez {
	border: none;
}

/* EINDE navigatie */

/* BEGIN footer */

#footer_clearer {
	clear:both;
	height:60px;
}
#footer {
	height:50px;
	/* background-color:#C0E4E7; */
	margin-left:auto;
	margin-right:auto;
	width:700px;
	margin-top:-50px;
}

#footer p{
	font-size: 0.7em;
}

/* EINDE footer */

/* EINDE footer */

/*
De tabel op de pagina speellijst*/
table {
width:100%;
font-size: 0.9em;
}
td {
padding:2px;
text-align:left;
}
.odd {
color:#FFF;
}
tr:hover, .hilite {
background-color:#4b5346;
color:#d4f8bc;
}
.image_info{
	margin: 0;
	padding: 0;
	float: left;
	background: url(../afbeeldingen/i-teken.gif) no-repeat;
	width: 16px;
}

.image_info a:hover{
	text-decoration: none;
}

/*
Einde tabel op de pagina speellijst*/
/* REACTIES */

#reacties p{
width: 400px;
padding-left: 10px;
}
#reacties h3{
padding-left: 30px;
}

/* EINDE REACTIES */
