/*-----------------------------------------
    HTML TAGS
-----------------------------------------*/

body {
    margin: 0px 0px 0px 0px;
}

img {
    border: none;
}

a {
    color: #EC691B;
}

a:active {
    outline: none;
}

a:focus {
    -moz-outline-style: none;
}

a:hover {
    color: #1C559A;
}

/*-----------------------------------------
    SITE FRAMEWORK EN AFMETING
-----------------------------------------*/

/* Buitenste DIV voor positioneren van popups */
.outer_div {
    width: 100%;
    height: 100%;
    position: relative;
}

/* Buitenste tabel voor centrering */
.outer_table {
    width: 100%;
    height: 100%;
}

/* afmeting van de site */
.size {
    width: 700px;
    height: 527px;
}

/* Binnenste DIV voor positioneren van beeldelementen in divs */
.inner_div {
    width: 100%;
    height: 100%;
    position: relative;
}

/*-----------------------------------------
    ALGEMENE BEELD ELEMENTEN
-----------------------------------------*/

/* beschrijving */
.description {
    display: none;
}

/* terug knop */
.div_back {
    position: absolute;
    left: 7px;
    top: 14px;
}

/* standaard div met tekst */
.text_div {
    position: absolute;
    font-family: "Trebuchet MS", verdana, sans-serif;
    font-size: 11px;
}

/* text 10px */
.text_10px {
    font-family: "Trebuchet MS", verdana, sans-serif;
    font-size: 10px;
    line-height: 12px;
}

/* text 11px */
.text_11px {
    font-family: "Trebuchet MS", verdana, sans-serif;
    font-size: 11px;
}

/* text 12px */
.text_12px {
    font-family: "Trebuchet MS", verdana, sans-serif;
    font-size: 12px;
    line-height: 14px;
}

/* text 13px */
.text_13px {
    font-family: "Trebuchet MS", verdana, sans-serif;
    font-size: 13px;
    line-height: 16px;
}

/* oranje */
.oranje {
    color: #EC691B;
}

/* blauw */
.blauw {
    color: #1C559A;
}

/* zwart */
.zwart {
    color: black;
}

/* list title 11px */
.list_title_11px {
    font-family: "Trebuchet MS", verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
    padding-left: 8px;
    line-height: 15px;
}

/* list item 11px */
.list_item_11px {
    font-family: "Trebuchet MS", verdana, sans-serif;
    font-size: 11px;
    color: #EC691B;
    padding-left: 8px;
    background-image: URL(../images/bullet_10px.gif);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 15px;
}

/* list title 12px */
.list_title_12px {
    font-family: "Trebuchet MS", verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: black;
    padding-left: 8px;
    line-height: 15px;
}

/* list item 12px */
.list_item_12px {
    font-family: "Trebuchet MS", verdana, sans-serif;
    font-size: 12px;
    color: #EC691B;
    padding-left: 8px;
    background-image: URL(../images/bullet_10px.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    line-height: 15px;
}

/*-----------------------------------------
    TJDELIJKE ACHTERGRONDEN
    ivm positionering div's
-----------------------------------------*/

.temp_bg_home {
    background-image: URL(../images/temp/temp_bg_home.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

.temp_bg_jet {
    background-image: URL(../images/temp/temp_bg_jet.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

.temp_bg_huub {
    background-image: URL(../images/temp/temp_bg_huub.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

.temp_bg_vormgeving {
    background-image: URL(../images/temp/temp_bg_vormgeving.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

.temp_bg_communicatie {
    background-image: URL(../images/temp/temp_bg_communicatie.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

.temp_bg_en {
    background-image: URL(../images/temp/temp_bg_en.jpg);
    background-repeat: no-repeat;
    background-position: top left;
}

/*-----------------------------------------
    DEFINITIEVE ACHTERGRONDEN
-----------------------------------------*/

.bg_home {
    background-image: URL(../images/backgrounds/home.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

.bg_jet {
    background-image: URL(../images/backgrounds/jet.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

.bg_huub {
    background-image: URL(../images/backgrounds/huub.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

.bg_vormgeving {
    background-image: URL(../images/backgrounds/vormgeving.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

.bg_communicatie {
    background-image: URL(../images/backgrounds/communicatie.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

.bg_en {
    background-image: URL(../images/backgrounds/en.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

/*-----------------------------------------
    POPUPS
-----------------------------------------*/

.popup {
    border: 1px solid black;
    position: absolute;
    background-color: white;
}

.popup_img {
    display: block;
}

.popup_outer {
    position: relative;
}

.popup_close {
    position: absolute;
}

.popup_tekst {
    text-align: center;
    font-family: "Trebuchet MS", verdana, sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 10px 10px 10px;
    color: #1C559A;
}

.popup_tekst2 {
    text-align: left;
    font-family: "Trebuchet MS", verdana, sans-serif;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 10px 10px 10px;
    color: black;
}

td.popup_thumb {
    width: 120px;
    height: 120px;
    text-align: center;
    vertical-align: middle;
} 

img.popup_thumb {
    display: inline;
    cursor: pointer;
}
 
.close_button {
    display: inline;
    cursor: pointer;
}
  
/*-----------------------------------------
    HOME
-----------------------------------------*/

.div_adres {
    left: 400px;
    top: 400px;
}
