@import url('reset.css');
html{
    height: 100%;
}
body{
    height: 100%;
    font-family:Arial;
    margin:0px;
    background:#f3f3f3 url(../images/header.png) repeat-x;
}
#contentwrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -163px;
}
.push 
{
    height: 165px;
    clear: both;
}
a{
    color:black;
    text-decoration:none;
}
a:hover{
    color: #11936b;
    cursor: pointer;
    cursor: hand;
}
div#dvdk{
    position: absolute;
    top: 0px;
    right: 0px;
}
div#logo{
    padding-top: 40px;
    padding-bottom: 30px;
    width: 900px;
    margin: 0 auto;
    height: 93px;
}
div#content{
    padding-top: 20px;
    padding-bottom: 10px;
    width: 900px;
    margin: 0 auto;
}
.menu a{
    color:white;
}
.menu a:hover{
    color: black;
}
.menu{
    color: white;
    float:left;
    text-align: left;
    /*width: 150px;*/
    padding-right: 50px;
    padding-top: 12px;
    height: 40px;
    font-size: 20px;
}
.titel{
    margin-bottom: 5px;
    font-size: 20px;
    color: #11936b;
}
div#menu{
    width: 900px;
    margin: 0 auto;
    height: 53px;
}
div#footer{
    clear: both;
    left:0px;
    width: 100%;
    height: 19px;
    padding-top: 5px;
    background: #b6b6b6 url(../images/footer.png) no-repeat;
    text-align: center;
    color: black;
    font-size: 14px;
}
div#machines{
    width: 350px;
    height: 160px;
    margin-bottom: -22px;
}
#slider4 {
    margin-left: 35px;
    float: left;
    border: 1px #5070a3 solid;
    position:relative;
    width:192px; 
    height:174px;  
    background:url(../css/nivo/loading.gif) no-repeat 50% 50%;
}
#slider4 img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider4 a {
    border:0;
    display:block;
}
.shadow {
    -moz-box-shadow: 1px 1px 3px #000000; /* Firefox/Mozilla */
    -webkit-box-shadow: 1px 1px 3px #000000; /*Safari/Chrome */
    box-shadow: 1px 1px 3px #000000; /* Opera & hoe het zou moeten */
    /* Voor IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
    /* Voor IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
}
div#map{
    margin-top: 5px;
    height: 400px;
    width: 100%;
    border: 2px solid #11936b;
}
input[type=submit], form a {
    border: 1px solid #11936b;
    margin-right: 1em;
    padding: 6px;
    text-decoration: none;
    font-size: 12px;
    -moz-border-radius: 4px;
    background: #11936b;
    color: white;
}
input[type=submit]:hover, form a:hover {
    background: white;
    color:#11936b;
    cursor: pointer;
}
#dropdown{
    display: none;
    height: 50px; 
    width: 130px; 
    padding-top: 50px;
    border:1px solid red; 
    color: white; 
    position: absolute; 
    top:185px; 
    z-index: 9999;
}
#dropdown:hover{
    cursor: pointer;
    cursor: hand;
}
.dropdownitem{
    background: #11936b;
    font-size: 16px;
}
