/* 
  Website Okéwax
  Copyright (c) 2009 Blommers IT. All Rights Reserved
*/

body {
    background-color: #393939;
    margin-top: 15px;
    padding-top: 0px;
}

h1 {
    font-size: 18pt;
    font-weight: bold;
    font-family: helvetica,sans-serif;
    margin-bottom: 30px;
}

h2 {
    font-size: 15pt;
    font-weight: bold;
    font-family: helvetica,sans-serif;
    margin-bottom: 20px;
}

p {
    margin-bottom: 20px;    
}


#totalpage {
    width: 981px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#header_image {
    display:block;
    background: #000 url(/images/top-image.jpg) no-repeat top left;
    width: 981px; 
    height: 431px;
}

#header_anim {
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    top: 109px;
    margin-left: 317px;
}

#header_logo {
    display: block;
    position: absolute;
    top: 25px;
    margin-left: 350px;
}

#header_nav {
    height: 42px;
    background-color: black;
}

#header_nav img {
    border: none;
}

#header_nav_left {
    float: left;
    color: white;
    font-size: 13pt;
    font-family: arial,helvetica,sans-serif;
    font-weight: normal;
    padding-left: 25px;
    padding-top: 10px;
}

#header_nav_right {
    margin-top: -32px;
    float: right;
    padding-right: 32px;
}


#header_nav a {
    color: #999;
    text-decoration: none;
}

#header_nav a.selected {
    color: #fff;
    font-size: 110%;
}

#header_nav a:hover {
    color: white;
    text-decoration: underline;
}


#main_content {
    background-color: white;
    color: #222;
    font-family: arial,helvetica,sans-serif;
    padding: 40px;
    padding-left: 50px;
    padding-right: 40px;
}

#right_content {
    width: 220px;
    float: right;
    font-size: 11pt;
    margin-left: 50px;    
    color: #555;
    text-align: right;
    padding-top: 50px;
}
#left_content {
    width: 600px;
    float: left;
}



#footer {
    clear: both;
    background-color: #ddd;
    border-top: 1px solid #ccc;
    font-size: 12px;
    color: #999;
    text-align: center;
    padding: 2px;
}
#footer a {
    text-decoration: underline;
    color: #999;
}

.clear {
    clear: both;
}


.margelinks {
    margin-left: 25px;    
}

.leverancier {
    display: block;
    margin: 10px;
    padding: 10px;
    float: left;
    width: 250px;
    height: 70px;
    background-color: #eee;
    border: 1px solid #999;
    font-size: 11pt;
}

.leverancier .naam {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.leverancier .plaats {
    display: block;    
    margin-bottom: 3px;
}


.leverancier .url {
    display: block;    
    margin-bottom: 3px;
}

#main_content a {
    color: #000;    
    text-decoration: underline;
}

#main_content a:hover {
    color: #A20;
}

.error_label {
    display: block;
    color: red;
    font-style: italic;
}

.error {
    border: 1px solid red;
    padding: 20px;
    margin: 10px;
    background-color: #f99;
}

.langbuttons {
    float: right;
    margin-top: 20px;
}

.langbutton {
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
    font-family: arial,sans-serif;
    padding: 5px;
    padding-left: 10px;
}

.langbutton a {
    color: #999;
    text-decoration: none;
}

.langbutton a:hover {
    color: white;
}

.langbutton a.selected {
    color: #fff;
}

