﻿/*---------------------------------------------------
/*  site-general
/*---------------------------------------------------*/
/*remove flash borders at ff 3.6*/
object
{
    outline: none;
}


/*---------------------------------------------------
/* main-site
/*---------------------------------------------------*/

body, html
{
    padding: 0;
    margin: 0;
    font-family: Calibri, Arial;
    font-size: 100%;
    width: 100%;
}

a img
{
    border: 0;
}

a:hover
{
    text-decoration: underline;
}

.image-zoom
{
    line-height: 0px;
    font-size: 0px;
    cursor: url(/media/lupe.cur),pointer;
}

#recommend
{
    overflow: hidden;
    width: 630px;
}

li
{
    margin-bottom: 10px;
}

/*---------------------------------------------------
/*  site
/*---------------------------------------------------*/

#site
{
    background-repeat: repeat-x;
    background-position: top center;
}

/*---------------------------------------------------
/* boxes
/*---------------------------------------------------*/

.main-container
{
    position: relative;
    display: none;
    background-repeat: repeat-y;
    width: 1036px;
    margin-left: auto;
    margin-right: auto;
}

.wrapper-content
{
    background-repeat: no-repeat;
    background-position: bottom;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 18px;
}

.wrapper-left
{
    width: 246px;
    float: left;
}

.wrapper-right
{
    width: 750px;
    float: left;
}

.main-content
{
    height: auto !important;
    height: 600px;
    min-height: 600px;
    overflow: hidden;
}

/*---------------------------------------------------
/* main footer
/*---------------------------------------------------*/

.main-footer
{
    height: 60px;
    background-repeat: repeat-x;
    padding-left: 268px;
    font-size: 90%;
    line-height: 20px;
}

.main-footer .box-address
{
    padding-top: 10px;
}

.main-footer a
{
    text-decoration: none;
    text-transform: lowercase;
}

.main-footer .menu-bottom a
{
    font-weight: bold;
}

.main-footer a:hover
{
    text-decoration: underline;
}

/*---------------------------------------------------
/* box banner
/*---------------------------------------------------*/

.box-banner
{
    width: 750px;
    height: 312px;
    background-repeat: no-repeat;
    position: relative;
}

.box-banner .overlay
{
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    height: 137px;
    width: 750px;
    z-index: 10;
}

.box-banner .overlay a:hover
{
    text-decoration: none;
}

.box-banner .overlay a.hgv
{
    position: absolute;
    top: 105px;
    right: 20px;
    height: 24px;
    width: 50px;
    z-index: 11;
    display: block;
}

.box-banner .overlay a.hogast
{
    position: absolute;
    top: 105px;
    right: 80px;
    height: 24px;
    width: 70px;
    z-index: 11;
    display: block;
}

/*---------------------------------------------------
/* box languages
/*---------------------------------------------------*/

.box-languages
{
    margin-left: 24px;
    height: 100px;
}

.box-languages .link
{
    display: block;
    width: 26px;
    height: 26px;
    text-transform: uppercase;
    line-height: 26px;
    text-align: center;
    float: left;
    margin-right: 4px;
    font-weight: bold;
}

/*---------------------------------------------------
/* box sitepath
/*---------------------------------------------------*/

.box-sitepath
{
    line-height: 25px;
    margin-top: 5px;
    font-size: 90%;
    padding-left: 22px;
    margin-right: 8px;
}

.box-sitepath a
{
    text-decoration: none;
}

.box-sitepath a:hover
{
    text-decoration: underline;
}

/*---------------------------------------------------
/* box services
/*---------------------------------------------------*/

.box-services
{
    float: right;
    margin-right: 10px;
}

.box-services a
{
    margin-right: 3px;
    cursor: pointer;
}

/*---------------------------------------------------
/* box content
/*---------------------------------------------------*/

.box-content
{
    padding-left: 22px;
    padding-bottom: 50px;
    margin-right: 22px;
}

.box-content .box-title
{
    padding-top: 30px;
}

.box-content .box-title .h1 h1
{
    font-size: 150%;
    padding: 0;
    margin: 0;
    font-family: Georgia, Times New Roman;
}

.box-content .box-title .h2
{
    padding-top: 6px;
    font-size: 140%;
    font-weight: bold;
}

.box-content .box-text .static-content
{
    margin-top: 30px;
}

.box-content .box-text .module-content
{
    margin-top: 30px;
}

/*---------------------------------------------------
/* box-downloads
/*---------------------------------------------------*/

.box-downloads
{
    margin-top: 20px;
    overflow: hidden;
}

.box-downloads .download-item
{
}

.box-downloads .download-item .size
{
    font-size: 90%;
}

.box-downloads .download-item .download-image
{
    float: left;
    padding: 0;
    margin-right: 5px;
}

.box-downloads .download-item a.download-link:hover
{
    text-decoration: underline;
}

/*---------------------------------------------------
/* menu left
/*---------------------------------------------------*/

.menu-left
{
    width: 222px;
    margin-left: 8px;
    height: auto !important;
    height: 388px;
    min-height: 388px;
}

.menu-left .container
{
    padding: 15px;
}

.menu-left .menu-0
{
    line-height: 32px;
    font-size: 120%;
    font-family: Georgia, Times New Roman;
}

.menu-left .menu-1
{
    padding-left: 20px;
    background-repeat: no-repeat;
    line-height: 20px;
    display: block;
}

.menu-left a:hover
{
    text-decoration: none;
}

/*---------------------------------------------------
/* box facebook
/*---------------------------------------------------*/

.box-facebook
{
    margin-top: 20px;
    margin-left: 8px;
}

/*---------------------------------------------------
/* box login
/*---------------------------------------------------*/

.box-login
{
    width: 220px;
    margin-top: 9px;
    margin-left: 8px;
    height: auto !important;
    height: 50px;
    min-height: 50px;
}

.box-login .title
{
    padding: 10px 15px 10px 15px;
    background-repeat: repeat-y;
    font-size: 140%;
    font-family: Georgia, Times New Roman;
}

.box-login .iframe
{
    padding: 0px;
}

#login input
{
    width: 197px;
    line-height: 20px;
}

#login .button-box
{
    margin-top: 5px;
    text-align: right;
}

#login .login-button
{
    padding-left: 20px;
    background-repeat: no-repeat;
    line-height: 20px;
    cursor: pointer;
}

/*---------------------------------------------------
/*  jquery popup
/*---------------------------------------------------*/

.ui-widget-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}

.cjq-popup
{
    overflow: hidden;
}

body.popup
{
}

.print-body
{
    overflow: auto;
    padding: 10px 0 10px 10px;
}

.cjq-popup .ui-dialog-titlebar
{
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    padding-left: 10px;
}

.cjq-popup .ui-dialog-titlebar a
{
    position: absolute;
    top: 5px;
    right: 5px;
    text-decoration: none;
    font-weight: bold;
    padding: 2px 5px;
    line-height: 15px;
    width: 16px;
    height: 16px;
}
.cjq-popup .ui-dialog-titlebar a span
{
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    display: block;
}

/*---------------------------------------------------
/*  sitemap
/*---------------------------------------------------*/
.sitemap a
{
    display: block;
    padding: 2px 0;
}
.sitemap ul
{
    padding-left: 30px;
}
.sitemap ul a
{
    font-weight: bold;
}
.sitemap ul ul a
{
    font-weight: normal;
}
.sitemap ul ul ul ul a
{
    font-style: italic;
}

/*---------------------------------------------------
/* modules:recommend
/*---------------------------------------------------*/

#recommend .title-light
{
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

