* {
    padding: 0;
    margin:  0;
}

body {
    font: 70%/100%  Verdana,Arial,Helvetica;
    font-size: 0.8em;

    line-height: 1.5em;
}


h2 {
    font-size: 1.1em;
    color: #369;
    padding-top: 1em;
}
h1 {
    line-height: 1.5em;
    font-size: 1.3em;
    color: #369;
    padding-bottom: 1em;
}

a:hover {
    color:red;
}
a.link_menu:hover {
    color:red;
}
a{
    color: black;
}
a.link_menu {
    color: black;
}
div#box1 {
    border       : 0;
    border-left  : 2px solid #193e47;
    border-bottom: 2px solid #193e47;

    width : 65px;
    height: 15px;

    margin-left: 55px;

    position: absolute;

    top : 0;
    left: 0;
}

div#box2 {
    border       : 0;
    border-right : 2px solid #193e47;
    border-bottom: 2px solid #193e47;

    width : 65px;
    height: 85px;

    margin-top: 15px;
    margin-left: 55px;

    position: absolute;

    top : 0;
    left: 0;
}

div#box3 {
    border       : 0;
    border-top   : 2px solid #193e47;
    border-right : 2px solid #193e47;

    width : 55px;
    height: 20px;

    margin-top: 80px;

    position: absolute;

    top : 0;
    left: 0;
}

div#box4 {
    border : 0;
    border-bottom : 2px solid  #193e47; 

    height : 100px;

    margin-left: 230px;

    top : 0;
    left: 0;
}

div#box4_container {
   border       : 0;

   width : 100%;
   height: 100px;

   position: absolute;

   top : 0;
   left: 0;

   text-align: right;
}

div#box5 {
   border : 0;

   padding-top: 80px;
   float: right;
}

div#box5 span{
   font-size: 1.3em;
   font-weight: bold;
   color: red;
}


div#box6 {
    border : 0;
    border-top : 2px solid  #193e47; 
    border-left : 2px solid  #193e47; 
    border-bottom : 2px solid  white; 

    height : 13px;
    width : 33px;

    margin-top: -32px;
    margin-left: -35px;

    top : 100%;
    left: 100%;

    position: absolute;
}

div#box7 {
    border : 0;
    border-top : 2px solid  #193e47; 
    border-left : 2px solid  #193e47; 

    height : 15px;
    width : 100px;

    margin-top: -17px;
    margin-left: -102px;

    top : 100%;
    left: 100%;

    position: absolute;
}


img#logo {/*
   background: #FFF url('../images/logo_klein_trans.png') no-repeat;
*/
   height:     93px;
   width:      155px;

   margin-top: 35px;
   margin-left: 75px;

   position: absolute;
   display: block;

   top : 0;
   left: 0;

}

div#menu1 li{
    list-style-type: square;
    margin-left:10px;
}

div#menu1 {
    border : 0;
    border-left : 2px solid  #193e47; 

    width : 55px;
    height: 100px;

    padding-top: 20px;

    top: 110px;
    left: 120px;

    position: absolute;

    line-height: 1.5em;
}

div#menu2 li{
    list-style-type: square;
    margin-left: -5px;
}
div#menu2 {
    border : 0;
    border-right : 2px solid  #193e47; 

    width : 99px;
    height: 130px;

    padding-top: 120px;
    padding-right:5px;

    top: 110px;

    position: absolute;

    line-height: 1.5em;
}

li#download a{

    color:red;
    font-weight: bold;
}
li#download {
    position: absolute;
    top:360px;
    left:115px;

    color:red;
    font-weight: bold;

}

div#content {
    border:#ffffff solid 1px; 
    background: url(../images/box_grad_bg.gif) repeat-x top left; 
    padding:10px;

    min-height:115px;
    border:#ccc solid 1px; 

    margin-left:220px;
    margin-right:30px;

}

div#content_container {

   width:100%; 

   position: absolute;

   top : 120px;
   left: 0;

}

div#content ul {
    margin-left:20px;
}

div.meerinfo_container {
    padding-bottom:1em;
}
span.vacature_field_text {
    display: block;
    margin-top: 1em;
}
input.form_input, textarea.form_input, input.form_button{
    border:1px solid  #369;
    background: white;

}

