/* Website specific CSS */
body {
    background-color:#000;
    margin:0px;
    padding:0px;
}

#content {
    margin:0px auto;
    width:980px;
    background:url(images/bg.jpg) repeat-y left;
}

#logo {
    text-indent:-9000px;
    background:url(images/logo.jpg) no-repeat top;
    width:300px;
    height:230px;
    margin:0px;
    float:left;
}

#plaatjes {
    background:url(images/header.jpg) no-repeat top;
    width:680px;
    height:230px;
    float:left;
    position:relative;
}

#menu {
    margin:0px;    
    background:url(images/menu.jpg) no-repeat top;
    height:33px;
    width:850px;
    padding:58px 0px 0px 130px;
    clear:both;
}

#menu li {
    float:left;
    list-style: none;
    margin-right:25px;
}

#menu li a:link, #menu li a:visited {
    font: bold 16px georgia, times;
    color:#000;
    text-decoration: none;
}

#menu li a:hover {    
    color:#6C0000;
    text-decoration: underline;
}

a:link, a:visited {
    color:#6C0000;
    font-weight: bold;
}

a:hover {
    text-decoration:underline;
}

#left, #middle, #right {
    float:left;
    background-color: #fff;
}

#left {
    margin-left:4px;
}

#left, #right {
    padding: 34px;
    padding-bottom: 22px;
    width: 192px;
}

#left {
    padding-right:18px;
}

#middle {
    padding:34px 0 22px 0;
    width:453px;
}

#middle_admin {
    margin-left:4px;
    padding:22px;
}

#middle_cars {
    float:left;
    margin-left:4px;
    padding:22px;
    width: 670px;
}

h2 {
    font: 24px georgia, times;
}

.info {
    position:relative;
}

.info p {
    float:left;
}

.prijs {
    position:absolute;
    font: bold 16px georgia, times;
    background:url(images/tag.jpg) no-repeat top;
    right:0px;
    width:76px;
    height:31px;
    text-align: center;
    padding-top:8px;
}

#footer {
    clear:both;
    background:url(images/footer.jpg) no-repeat top;
    width: 980px;
    height: 23px;
}

#footer p {
	padding-top: 25px;
	padding-right: 5px;
	text-align: right;
	color: #900;
}

#footer a {
	color: #900;
}

/*************************************
WEBRING BAR
*************************************/

#bar {
    height:30px;
    position:relative;
    margin-bottom:24px;
    background-color:#000;
    border-bottom:2px solid #444;
}

#webring {
    right:0px;
    position:absolute;
    margin:4px 2px 0px;
    padding:0px;
}

#webring li{
    list-style:none;
    float:left;
}

#webring li a{
    color:#eee;
    font:bold 11px verdana;
    text-decoration:none;
    width:90px;
    margin:0px 2px;
    background-color:#000;
    display:block;
    line-height:22px;
    text-align:center;
}

#webring li a:hover, #webring li a.active {
    background-color:#6C0000;
    color:#fff;
}

