/* Autodealers.nl CSS voor de dealerwebsite */

* {
    border: medium none;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
.borderTest {
    border: 1px solid red;
}
html > body #header {
    z-index: 10;
}
html > body #footer {
    z-index: 10;
}
html > body {
    height: 100%;
}
form {
    height: 100%;
}
h1 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
}
h2 {
    color: #cd382f;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}
h3 {
    color: #cd382f;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}
a {
    color: #fff;
    outline-style: none;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
img {
    border: medium none;
}
p {
}
html {
    margin: 0;
    padding: 0;
}
body {
    background: url("/upload/1310_bg_body.jpg") repeat-y scroll 0 0 #8b8b8b;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}
form {
    height: 100%;
}
#pagewrap {
    background: url("/upload/1310_bg_pagewrap.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    width: 100%;
}
#header {
    background: url("/upload/1310_bg_header.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 200px;
    overflow: hidden;
    width: 1100px;
}
#header h1 {
    height: 0;
    text-indent: -9999px;
    width: 0;
}
#content {
    background: url("/upload/1310_bg_content.jpg") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    width: 1080px;
}
#menu_container {
    float: left;
    margin-top: 20px;
    width: 220px;
}
#sidebar_top {
    background: url("/upload/1310_sidebar_top.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 11px;
    width: 220px;
}
#sidebar_bottom {
    background: url("/upload/1310_sidebar_bottom.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 11px;
    width: 220px;
}
#sidebar {
    background: url("/upload/1310_sidebar_rep.jpg") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    float: left;
    width: 220px;
}
ul#navigatie {
    display: block;
    width: 170px;
}
ul#navigatie li {
    display: inline;
    line-height: 0;
    overflow: hidden;
}
ul#navigatie li a {
    background: url("/upload/1310_nav_slice.jpg") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    text-decoration: none;
    text-indent: 40px;
    width: 220px;
}
ul#navigatie li a.last-child {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
ul#navigatie li a:hover {
    color: #cb382e;
}
#contenttext {
    background: url("/upload/1310_background_contenttext.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    display: inline;
    float: right;
    margin: 0;
    min-height: 550px;
    padding: 20px;
    width: 820px;
}
#contenttext_left {
    float: left;
    margin: 0 20px 0 0;
    text-align: left;
    width: 448px;
}
#contenttext_right {
    float: right;
    text-align: right;
    width: 322px;
}
#footer {
    background: url("/upload/1310_background_footer.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    height: 25px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 1000px;
}
#footer #copyright {
}
#footer #copyright h3 {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#footer #copyright h3 a {
    color: #fff;
    text-decoration: underline;
}
#footer #copyright h3 a:hover {
    text-decoration: none;
}
#gallery {
    border: 1px solid #000;
    height: 240px;
    position: relative;
    text-align: left;
    width: 320px;
}
#gallery a {
    float: left;
    position: absolute;
}
#gallery a img {
    border: medium none;
    height: 240px;
    width: 320px;
}
#gallery a.show {
    z-index: 500;
}
#gallery .caption {
    background-color: #ca372f;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    position: absolute;
    width: 320px;
    z-index: 600;
}
#gallery .caption .content {
    color: #fff;
    margin: 5px;
}
#gallery .caption .content h3 {
    color: #fff;
    margin: 0;
    padding: 0;
}
