/*
Theme Name: Bike-Elba
Theme URI: http://www.bike-elba.com/
Description: Een theme specifiek ontworpen voor Bike-Elba.
Version: 1.0
Author: Steven Thewissen
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #e0dace;
	background-image: url('images/grad.jpg');
	background-repeat: repeat-x;
	color: #6f6147;
	font-family: Arial;
	font-size: 11px;
}


a {
	color: #668c03;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #668c03;
	cursor: pointer;
	text-decoration: underline;
}


h1 {
	color: #668c03;
	font-family: Arial;
	font-size: 15px!important;
	margin-bottom: 10px;
	text-transform: uppercase;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	height: 304px;
	width: 1000px;
}

#menu {
	float: right;
	position: relative;
	right: 0px;
	top: 60px;
    background-color: #000;
	height: 25px;
	background-image: url('images/menugrad.jpg');
	background-position: -9 0;
	background-repeat: repeat-x;
    padding-left: 4px;
    padding-right: 4px;
   	border: 1px solid #4e4e4e;
	/* width: 1000px; */
}

#menu td {
	color: #fff;
	padding-top: 2px;
}

#menu a {
	color: #fff;
}

#menu a:hover {
	color: #fff;
}

#content {
	background-color: #f5f1e8;
	border: 1px solid #cec5b4;
	padding: 20px;
	width: 960px;
	overflow: hidden;
}

#footer {
	clear: both;
	height: 25px;
	width: 1000px;
	margin-bottom: 20px;
}

#copyright {
	float: left;
	padding-top: 3px;
}

#footermenu {
	float: right;
	padding-top: 3px;
}

#content img {
	border: 1px solid #cec5b4;
	padding: 2px;
}

.imgleft {
	float: left;
	margin-right: 10px;
}

.imgright {
	float: right;
	margin-left: 10px;
}

.alignleft{
	float: left;
	margin-right: 10px;
}

.alignright{
	float: right;
	margin-left: 10px;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

