/* CSS-File Rentabike.be */

/* Standaard tags */

body {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size:13px;
text-align:center;
background:#B0B0B0;
}

h1 {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
width:300px;
border-bottom:1px solid #808080;
margin:0px;
padding:0px;
}

h2 {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size:13px;
margin:9px 5px 0px 0px;
padding:0px;
}

p {
margin:9px 0px;
padding:0px;
}

img {
border:none;
}

caption {
font-weight:bold;
}

li {
  list-style-type:circle; list-style-position:outside;
}
dt {
  letter-spacing:0.2em;
}

dd {
    margin-bottom:5px;
}

input {
margin:5px 10px 0px 0px;
width:300px;
border:1px solid gray;
}

textarea {
margin:15px 0px 15px 0px;
font-family:arial, verdana, sans-serif;
font-size:13px;
border:1px solid gray;
width: 300px;
height: 150px;
}

#header {
width:730px;
text-align:left;
height:175px;
background:no-repeat url(../img/rentabike.jpg);
}

#menu {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size:13px;
width:730px;
padding:0px;
margin:0px;
border-collapse:collapse;
background:white;
}
#menu a:link {
color:#738900;
background:none;
margin:0px;
padding:0px;
}
#menu a:visited {
color:#808080;
background:none;
font-style:normal;
}
#menu td {
text-align:center;
width:16%;
height:20px;
border:1px solid #808080;
margin:0px;
cursor:pointer;
cursor:hand;
}
td.selected
{
	background-color:#deb;
}
div.selected a
{
	border-left:1px dotted;
}

#menu a:hover {
border-bottom:none;
}

#menu td:hover {
background:#B8E363;
}


.spacer {
clear:both;
}

.centreer {
text-align:left;
margin-left:auto;
margin-right:auto;
width:730px;
padding:0;
}

.maindiv {
background:#deb url('../img/fauxcolumn_testing.png') repeat-y 50% 0;
}

.inhoud {
width:490px;
float:left;
text-align:justify;
padding:18px 0px 18px 18px;
margin:0px;
background:#deb;
}

.inhoudgroot {
width:685px;
text-align:justify;
padding:18px 18px 18px 18px;
margin:0px;
background:#deb;
}

.rightcolumn {
width:195px;
float:right;
text-align:center;
padding:18px 18px 18px 9px;
margin:0px;
background:#deb;
}

.picture {
margin:0px 0px 9px 0px;
border:1px solid #808080;
}

.preview {
margin:0px 10px 0px 0px;
border:0px;
}

.tablecol {
border-bottom:1px solid #808080;
}

.pricelist {
font-size:11px;
margin:0px auto 20px auto;
border-collapse:collapse;
}
.pricelist td {
text-align:center;
border-bottom:1px solid #808080;
}

.footer {
clear:both;
width:730px;
padding:5px 0px;
font-size:9px;
text-align:center;
border:1px solid #808080;
background: #FFFFFF;
}

.verhuringen {
  padding:0px;
  margin:0px;
}

.example {
  font-size:10px;
  font-style:italic;
}

.error {
  color:red;
  font-weight:bold;
}

.backlink {
  padding-left:10px;
  font-size:10px;
}

/* ID's */
#force-scrollbar {
position: absolute;
top: 0;
bottom: -1px;
width: 1em; z-index: -1;
}

/* Tweedehandspagina */
#twdhcontainer {
	border:1px solid #808080;
	height:100%;
	width:680px;
	background:#deb url(../img/fauxcolumn_testing.png) repeat-y 50% 0;
}
#twdhleft {
	position:relative;
	float:left;
	height:100%;
	width:480px;
	margin:0px;
	padding:5px 0px;
	border-right:1px solid #808080;
	text-align:center;
}
#twdhright {
	position:relative;
	height:100%;
	margin:0px 0px 0px 480px;
	padding:5px;
	text-align:left;
}
#twdhfooter {
	clear:both;
	position:relative;
	padding:5px;
	width:670px;
	width:"680px";
	border-top:1px solid #808080;
	text-align:left;
}

#promoties {
  border: 1px solid #808080;
  width:100%;
  margin-top:5px;
}

#promoties tr {
  height:130px;
}

#promoties td {
  padding:5px;
  text-align:center;
  width:33%;
}

/* Links */

a:link {
color:#90B121;
text-decoration:none;
}

a:hover {
color:#8F9A00;
}

a:visited {
color: #888888;
text-decoration:none;
font-style:italic;
}

.homelink {
position: absolute;
margin:9px 0px 0px 9px;
padding:0px 5px 0px 5px;
color:white;
border-left:1px solid white;
}

a.homelink:link {
  color:white;
}

a.homelink:visited {
  color:white;
}

a.homelink:hover {
  color:#90B121;
  background-color:white;
}

