html {
    margin              : 0;
    padding             : 0;
    background-color    : #DCDCDC;
}

body {
    font-family         : sans-serif;
    padding             : 0;
    margin              : 0;
}                         

div#container {
    width               : 970px;
    margin              : 0 auto;
    padding-left        : 0px;
    padding-top         : 42px;
}

div#show {
    width               : 450px;
    float               : left;
}

div#kaart {
    float               : left;  
    font-size           : 14px; 
    padding             : 0px 20px 0px 0px;
    width               : 168px;
    text-align          : justify;
}

div#order{
    float       : left;
    padding     : 0px 0px 0px 30px;
    width       : 280px;
}
div#order h3{
    margin-top:18px;
    padding:0px
}

div#thumbnails{
    width       : 289px;
    margin      : 0 auto;
    padding-top : 10px;
    margin-top  : 10px;
    clear       : both;
    float       : none;
}

div#thumbnails img {
    margin-bottom   :3px
}

p {
    font-size:13px;
}

table {
    border-collapse     : collapse;
    font-size           : 12px;
    width:100%
}
th{
    border-bottom       : 2px solid #AEAEAE;
    padding             : 3px 5px;
    text-align          : left;
}

td{
    padding:5px 8px;
}

tfoot{
    border-top:2px solid #AEAEAE;
}

a img{
    border:none;
}

tr td:first-child{
    padding:0;
    margin:0;
}

div#title{
    background: url('/afbeeldingen/title_bg.jpg') repeat-y;
    position:fixed;
    bottom:0;
    top:0;
    left:0;
    width:110px;
    overflow:visible;
    padding-top: 10px;
}
div#cardTitle{
    float:left;
    margin:0px 0 0 0;
    padding:0;
}

div#cardTitle h2{
    margin:0;
    padding:0;
    font-size:12px;
}

label{
    width:150px;
    text-align:right;
    float:left;
    margin-right:10px;
    vertical-align: text-bottom;
    font-weight: bold;
}

div#content{
    background: #FFFFFF;
    border: 1px solid #000000;
    width: 800px;
    margin: 0 auto;
    margin-top:30px;
    padding: 1px 25px 25px 25px;
}

div#content h2 {
    font-size: 16px;
    margin-top: 30px;    
}

div#content p {
    color: #444444;
}

div.group {
    border-left: 4px solid #EAEAEA;    
    padding: 0px 20px;
}

input[type=text]:focus{
    border:2px solid #AEAEFF;
}
input.default{
    color:#777777;
}

input.error{
    border:2px solid #FF0000;
}
div#banner{
    position:fixed;
    bottom:0px;
    right:0px;
    padding:12px;
}
div#banner img{
    border:0;
}

a {
    color: #2266DD;    
}

div.nav {
    position:fixed;
    font-size:14px;
    font-weight :bold;
    width:150px;
    text-align: center;
}

div.nav a {
    text-decoration:none;color:black
}

table.grid{
    
}
table.attributeList tr td:first-child{
    background-color:#EEEEEE;
}
table.attributeList td{
    padding:5px;
}
table.grid tr.even{
    background-color: #EEEEEE;
}

ul.list{
    list-style:none;
}
ul.list li{
    display:block;
    float:left;
    width:20%;
    text-align: center;
    margin-bottom:20px;
}

ul.list li p{
    font-weight: bold;
    padding:0px;
    margin: 0 0 5px 0;
}

div.voorbeeld{
    background: url('/afbeeldingen/kaart_bg.png') no-repeat;
    padding-top:29px;
    width:100px;
}

div.anders{
    padding-top:29px;
    width:100px;
}

.editable{
    width:400px;
    color:#000099;
}

div#notification{
    position:fixed;
    bottom:0;
    padding-left:10px;
    padding-right:10px;
    
    background-color: #FFFFFF;
}
div#menu{
    position:absolute;
    top:0px;
    left: 92px;
    width:auto;
    padding:0px;
    margin:0px;
}

ul#about{
     font-size: 13px;   
     list-style: none;
     padding:0;
     text-align: center;
}

ul#about li{
    background:#AEAEAE;
    border-top: 1px solid #778;
    padding: 0px;
}
ul#about li:first-child{
    border-top:none;
}

ul#about li a {
    display:block;
    text-decoration: none;
    margin:0;
    padding:4px;
}
             
ul#about li a:link, ul#about li a:visited{
color: #2d2b2b;
}

ul#about li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #8899AA; 
color: white;
}

ul#about li a:hover{
background: #8899AA; /*background of menu items during onmouseover (hover state)*/
color: white;
}
