/* Elements */

* {
	color: #2E1832;
}

body {
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	width: 95%;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h4, h5, h6 {
}

a:hover {
	text-decoration: none;
	color: #000;
}

a:hover img {
	border: 5px solid #2E1832;
}

a:hover img.copyright {
	border: 0px solid #2E1832;
}
/* Header */

#menu {
	text-align: left;
}


#menu a {
	text-decoration: none;
}

#menu .active a, #menu a:hover {

}

#links {
	text-align: left;
}


#links a {
	text-decoration: none;
}

#links .active a, #links a:hover {

}

/* Volgende wedstrijd */
#volgende_wedstrijd {
	height: 28px;
	padding-left: 170px;
	text-align: left;
	background-repeat: no-repeat;
}

/* Content */

#content {
	padding-left: 10px;
}

img.img_mer {
	border: 5px solid #754094;
}
#content h1 {
	margin-bottom: 0;
	font-size: 18pt;
}

#content h2 {
	margin-bottom: 1em;
}

#content h3 {
	margin-bottom: 0;
	font-size: 16pt;
}
.gelezen {
	font-style: italic;
}

/* Footer */
#sponsers {
	text-align: center;
}

p, input {
	margin: 0;
	padding: 0;
	font: normal normal 10px Verdana;
}

h3 {
	font-size: 18px;
	font-weight: 900;
}

p {
}

p.odd {
	background-color: #FFFFFF;
}

p.even {
	background-color: #9E7AB2;
}

span.shouter, span.shouter a,visited {
	font-weight: 900;
	color: #000;
	text-decoration: none;
}

span.shouter a:hover {
	color: #000;
	text-decoration: underline;
}
form#shout {
	padding-top:5px;
	height: 150px;
	width: 150px;
}

form#shout p {
	margin: 2px 0 2px 5px;
	padding: 0;
	color: #000;
	display: block;
}

form#shout input,textarea {
	font-size: 12px;
}

div#shoutarea {
	width: 150px; 
}

div.shout_date {
	display: block;
	margin-top:3px;
	font-weight: 500;
	text-align: right;
	font-size: 11px;
}

p.even div.shout_date {
	color: #b4b4b4;
}

p.odd div.shout_date {
	color: #929292
}