/*
 * default.css
 *
 * Default CSS code for Mobi.nl
 *
 * Author: Peter Ruiter
 * Copyright: 2011 - Team Kleinsma B.V.
*/

/* ****** GLOBALS ****** */
html {
    height: 100%;
}

body {
    margin: 0;
    background: #fff;
    font: 12px Arial, Verdana, Helvetica, sans-serif;
    color:#333;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

.clearLeft {
    clear: left;
}

a {
    text-decoration: none;
    color: #333;
}

a.active {
    color: #e42c2a;
}

a:hover {
    color: #e42c2a;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

#hidden {
    display: none;
}

tr.on {
    background-color: #333;
}

tr.off {
    background-color: #fff;
}

/* ****** FRAMEWORK ****** */
div#outerwrapper {
    position: absolute;
    width: 100%;    
    background: url("../images/bg.png") repeat-x scroll 0 0 transparent;
    min-height: 700px;
}

div#wrapper {
    margin: 10px auto;
    width: 990px;
    margin-top: 30px;
}

div#top {
    height: 20px;
    width: 267px;
    float: left;
}

div#bottom {
    height: 40px;
}
div#topshadow {
    display:none;
}

/* ****** TOP DIV ELEMENTS ****** */
div#logo {
    position:relative;
    display:block;
    background: url("../images/logo.png") no-repeat;
    height: 280px;
    width: 260px;
    cursor: pointer;
}

div#top ul#contentMenu {
    font-size: 10px;
    padding-left:30px;
}

div#top ul#contentMenu li {    
    border-bottom: 1px solid #b2bdc3;
    height:23px;
    width:190px;
}
div#top ul#contentMenu li a, div#top ul#contentMenu li a:visited {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    color:#333333;
    display: block;
    padding-top: 3px;
    background: url("../images/menu_arrows.png") no-repeat 165px -25px;
}
div#top ul#contentMenu li a:hover, div#top ul#contentMenu li a:active, div#top ul#contentMenu li a.active {
    color:#e42c2a;
    background: url("../images/menu_arrows.png") no-repeat 165px -1px;
}

div#top ul#contentMenu li.first {
    border-top: 1px solid #b2bdc3;  
}

ul#contentMenu {
    margin-left: 5px;    
    float: left;
}

ul#siteMenu {
    float: left;
    font-size: 10px;
    margin-top: 27px;
    padding-left: 35px;
}

ul#siteMenu li {
    display:inline;
}

/* ****** CONTAINER ELEMENTS ***** */
div#navigatie h2 {
    margin: 20px 0 0 20px;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
    color: #4c4c4c;
}

div#content {
    display: inline;
    position: relative;
    float: left;
    margin: 0 10px;    
    height: 570px;
    overflow: hidden;    
    padding-left: 10px;
    padding-right: 10px;
    width: 450px;
}

div#detailcontainer {
    margin: 40px 20px 0 40px;
    margin-left: 0;
    margin-right: 0;
}

div#content h1 {
    font-weight: normal;
    color: #009ee0;
    font-size: 20pt;
    margin: 10px 0 15px 0;
    padding: 0;
}

div#content h2 {
    font-weight: bold;
    font-size: 12px;
    margin: 10px 0;
}

div#content p {
    line-height: 1.4em;
    margin: 0 20px 0 0;
}

div#content img.random {
    background-color: #edd912;
    width: 455px;
    height: 360px;
    display: block;
    margin-top: 15px;
}

div#imageContainer {
    position:relative;
    top: 50%;
    left: 50%;
    height: 330px;
    width: 455px;
    margin-top: -228px;
    margin-left: -165px;
}

div#imageContainer div {
    position: absolute;
}

/* ****** BOTTOM DIV ELEMENTS ****** */
div#footerImg {
    background: url("../images/footer.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 162px;
    margin-top: -80px;
    width: 260px;
    z-index: -10;
}
div#footerIcons {
    background: url("../images/footer_icons.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 48px;
    margin-left: 28px;
    margin-top: 34px;
    width: 26px;
    z-index: -10;
}

div#bottom p {
    margin-top: 8px;
    float: left;
    font-size: 10px;
    color: #444;
}

div#bottom p#adres {        
    margin-left: 8px;    
    margin-top: 40px;   
}
div#bottom p#openingstijden {        
    margin-left: 8px;         
}

div#bottom p#route {
    float: right;
    margin-right: 5px;
    cursor: pointer;
}

div#bottom p strong {
    color: #000;
}

div#content div.item p.prijs {
    font-size: 10px; 
    font-weight: bold;
    color:#fff;      
    background-color: #e42c2a;
    height: 18px;
    padding-top: 2px;
}
div#content div.item p.prijs span.prijsNu {
    font-size: 14px;
    font-weight: bold;
}

div#content div.item p.prijs span.prijsVan {
    font-size: 10px; 
    font-weight: bold;
}
div#top ul#contentMenu li#searchLi {
    height:26px;
    padding-left: 28px;
    width: 162px;
    background: url("../images/searchbg.jpg") no-repeat scroll 0 0 transparent;
}
div#top ul#contentMenu li#searchLi input {
    border:0px;
    height:24px;
}
div#top ul#contentMenu li#searchLi a#searchSubmit:link, div#top ul#contentMenu li#searchLi a#searchSubmit:visited{
    border:0px; 
    background:url("../images/menu_arrows.png") no-repeat scroll 3px -24px transparent;
    float: right;
    height: 26px;
    padding-top: 0;
    width: 28px;
}
div#top ul#contentMenu li#searchLi a#searchSubmit:hover, div#top ul#contentMenu li#searchLi a#searchSubmit:active {
    background:url("../images/menu_arrows.png") no-repeat scroll 3px 0px transparent;
}
