@import "browser.css";

body {

    background-color:#5E3B41;
    margin:0;
    padding:0;
    min-width:950px;
    min-height:500px;
}

#tpl_main {
    width:950px;
    height:467px;
    background-color:#7B5E63;
    position:absolute;
    margin-left:-500px;
    left:50%;
    top:100px;
    background-image:url(images/photo_back.jpg);
    background-repeat:no-repeat;
}
#tpl_menu {
    height:21px;
    width:900px;
    background-image:url(images/top_menu.jpg);
    border-right:4px solid #42292D;
    float:right;
}
.menu_groups {
    display:block;
    text-transform:uppercase;
    font-size:9px;
    font-weight:bold;     
}
.menu_group {
    float:left;
    font-family:Verdana, Arial, Serif;   
    overflow:visible;
}
.menu_group a {
    float:left;
    display:block;
    text-align:center;
    height:17px;
    padding:4px 15px 0 15px;
    text-decoration:none;
    color:#FFF;
    background-color:#5E3B41;
}
.menu_header {
    background-image:url('images/top_menu.jpg');
}
.menu_group a:hover {
    color:#FFF;
    background-image:url(images/top_menu_active.jpg);
}
.menu_subgroup {
    margin:0;
    position:absolute;
    display:block;
    overflow:hidden;
    left:-1010px;
    background-color:#5E3B41;
    width:140px;
    z-index: 10000;
}
.menu_subgroup a {
    text-align:left;
    border-bottom:1px solid #7B5E63;
    display:block;
    width:100%;
    min-width:90px;
    _width:140px;
    padding-left:15px;
    background-image:url(images/openbullet.png);
    background-repeat:no-repeat;
    background-position:5px 7px;
}
.menu_subgroup a:hover {
    background-image:url(images/bullet.png);
}
.menu_space {
    border-bottom:1px solid #7B5E63;
    display:block;
    float:left;
    width:155px;
    height:10px;
    padding-left:15px;
    background-color:#5E3B41;
}
.menu_space span {
   display:none;
}
.menu_subgroup a:hover {
    background-image:url(images/backbullet.jpg);
    background-repeat:no-repeat;
    background-position:0 0;
}

#tpl_photo {
    width:426px;
    height:426px;
    /*background-image:url(images/photo_0001.jpg);
    background-repeat:no-repeat;
    background-color:#7B5E63;
    */
    margin-left:22px;
    display:block;
    float:left;
}
#tpl_logo {
    width:446px;
    /* 404px; */
    height:80px;
    /* 122px; */
    background-image:url(images/logo.jpg);
    background-repeat:no-repeat;
    position:absolute;
    left:50%;
    top:20px;
    margin-left:50px;
    padding:0;
}
#tpl_content {
    width:458px;
    height:386px;
    padding:20px;
    overflow:auto;
    display:block;
    float:left;
    border-right:4px solid #42292D;
    font-family:"Trebuchet MS", Arial, Serif;
    font-size:12px;
    color:#FFF;
/*scrollbar-3dlight-color: #7B5E63;
scrollbar-darkshadow-color: #7B5E63;
scrollbar-face-color: #7B5E63;
scrollbar-highlight-color: #513036;
scrollbar-shadow-color: #513036;
scrollbar-track-color: #7B5E63;
*/
}
#tpl_content a{
    color:#FFF;
}
#tpl_content a:hover {
    color:#CCC;
}
#tpl_footer {
    background-image:url(images/footer.jpg);
    background-repeat:repeat-x;
    width:741px;
    height:17px;
    border-right:4px solid #42292D;
    float:right;
    overflow:hidden;
    color:#FFF;
    font-family:Verdana, Arial, Serif;
    font-size:9px;
    padding:4px 10px 0 4px;   
    text-align:right;
    text-transform:uppercase;
    letter-spacing:2px;
}
#tpl_more_link {
    background-image:url(images/meer.jpg);
    height:44px;
    width:31px;
    background-repeat:no-repeat;
    position:absolute;
    top:500px;
    left:50%;
    margin-left:390px;
    display:none;
    cursor:pointer;
}
