* {
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url('../images/bataaf-bg-eee.gif'); 
	background-position: -200 100px;
	background-repeat: repeat-x;
	background-color: #eee;
}

h1 {
	width: 950px;
	height: 95px;
	background-image: url('../images/bataaf-header.gif');
	background-repeat: no-repeat;
}

h1 span {
	visibility: hidden;
	width: 950px;
	height: 95px;
	display: block;
}

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

h3 {
	background-color: #EC7B14;
	color: #000;
	padding: 2px 6px;
	font-size: 1em;
	margin-bottom: 10px;
}

img {
	border: 0px;
}

h3 a { color: #000; }
h3 a:hover { color: #111; }

h2 {
	margin-bottom: 10px;
	padding: 2px 0;
}

p {
	padding: 2px 0;
	margin-bottom: 10px;
}

.kolom, .no-bottom-margin {
	margin-bottom: 4px;
}


.links {
	float: left;
}

.rechts {
	float: right;
}

#container {
	width: 950px;
	padding: 10px;
	margin: 10px auto;
	background: #fff;
	border: solid 1px #ddd;
}

#header {
	width: 950px;
	height: 95px;
	padding: 0;
	float: left;
	margin-bottom: 10px;
}

#top-menu {
	background-color: #EC7B14;
	color: #fff;
	height: 30px;
	float: left;
	width: 950px;
	margin-bottom: 10px;
	text-align: center;
}

#top-menu ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	margin-left: 171px;
}

#top-menu li {
	display: inline;
}

#top-menu li a {
	display: block;
	padding: 4px 10px 7px 10px;
	margin-top: 3px;
	float: left;
	text-decoration: none;
	color: #fff;
	width: 93px;
	margin-right: 10px;
}

#top-menu li a:hover {
	background-color: #fff;
	color: #000;
}

#top-menu li.selected a {
	background-color: #fff;
	color: #EC7B14;
}

#content {
	width: 950px;
	float: left;
	margin-bottom: 10px;
}

#sub-menu {
	width: 161px;
	float: left;
}

#sub-menu ul {
	list-style: none;
	padding: 0;
	width: 161px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

#sub-menu li {
	width: 161px;
	padding: 0;
	margin: 0;
	background-color: #fff;
}

#sub-menu li a {
	width: 149px;
	padding: 5px 6px;
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	text-decoration: none;
}

#sub-menu li a:hover {
	background-color: #fff;
}

#inhoud {
	width: 608px;
	margin: 0 0 0 10px;
	float: left;
}

#inhoud #top-line {
	height: 20px;
	background: #EC7B14;
	width: 608px;
	padding: 0;
	font-weight: bold;
	margin-bottom: 10px;
}

#inhoud #top-line a {
	color: #000;
}

#inhoud #top-line a:hover {
	color: #333;
}

#inhoud p {
	line-height: 1.3em;
}
#inhoud a {
	text-decoration: underline;
}

#inhoud li a {
	text-decoration: none;
}

.blok270 {
	width: 270px;
	/* border-bottom: solid 1px #ccc; */
	margin-bottom: 10px;
	padding: 10px 10px 10px 0;
}

.blok270 img {
	padding: 8px;
	border: solid 1px #eee;
	float: right;
	margin-bottom: 10px;
	
}

.blok300 {
	width: 299px;
	/* border-bottom: solid 1px #ccc; */
	margin-bottom: 10px;
	padding: 10px 0 10px 10px;
}

.blokbreed {
	width: 578px;
	margin-bottom: 10px;
	padding: 10px;
}

.lijst h3 {
	margin-bottom: 0;
}
.lijst ul, .lijst li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 299px;
	float: left;
}

.lijst li {
	border-bottom: solid 1px #ccc;
}

.lijst li a {
	padding: 5px 6px 5px 6px;
	text-decoration: none;
	float: left;
	width: 293px;
	display: block;
}

.lijst li.evenement a {
	padding: 5px 6px;
	width: 287px;
}

.lijst li a span.datum {
	width: 35px;
	height: 35px;
	background: #EC7B14;
	color: #fff;
	float: left;
	font-size: 10pt;
	text-align: center;
	margin: 0 5px 0 0;
	padding: 0;
	line-height: 10px;
	display: block;
	overflow: hidden;
}

.lijst li a:hover span.datum {
	background: #eee;
	color: #EC7B14;
}

.lijst li a span.datum span.dag {
	font-size: 14pt;
	margin: 2px 0 0 0;
	padding: 0;
	display: block;
	width: 35px;
	line-height: 20px;
}

#zijbalk {
	width: 161px;
	float: right;
}

#footer {
	background: #EC7B14;
	width: 950px;
	clear: both;
	text-align: center;	
}

#footer p {
	font-size: 0.8em;
	font-weight: bold;
	padding: 4px;
}

#footer p a {
	color: #000;
	padding: 0 20px;
}

#footer p a:hover {
	color: #333;
}

.navigation {
	font-size: small;
	width: 100%;
	height: 20px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#inhoud td, #inhoud tr {
	border-bottom: solid 1px #ccc;
	padding: 4px;
}

