/* Stylesheet Gemeente Terschelling */
* {
   padding: 0;
   margin: 0;
   -moz-box-sizing     :   border-box;
   box-sizing          :   border-box;
}

body {
    font-family: Arial;
    font-size: 75%;
    line-height: 120%;  
    text-align: center;
    color: #C6C6C6;  
    background-color: #CBDBFF;    
}

div#container { 
    width: 931px;
    height: 397px; 
    margin: 50px auto 0 auto;		
    background: url("images/bg_portal_terschelling.jpg") no-repeat; 		
    text-align: left;
    position: relative;
}

div#container a {
    display: block;
    position: absolute;
    text-decoration: none;
}

a span {
    cursor: pointer;
    position: absolute;
    display: block;
}

a#left_box, 
a#right_box {
    width: 268px;
    height: 222px;
    top: 118px;
}

a#left_box {
    background: url("images/bg_terschelling.jpg") no-repeat;
    left: 78px;
}

a#right_box {
    background: url("images/bg_vvv.jpg") no-repeat;
    left: 377px;
}
 
span#left_text {
    width: 123px;
    left: 50px;
    top: 120px;
    color: black;
}

span#right_text {
    width: 126px;
    left: 70px;
    top: 120px;
    color: white;
}

span.arrow {
    width: 38px;
    height: 18px;
    background: url("images/btn_terschelling.gif") no-repeat;
    right: 18px;
    bottom: 14px;
}

span#right_arrow {
    background: url("images/btn_vvv.gif") no-repeat;
}

