/*
author: Stephan Winter : digitalroyal
*/

/*
general
*/

html, body {
    font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #5d5d5d;
}

body {
    background-image: url(../img/body_bg.gif);
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
    text-align: center;
}

div, img {
    behavior: url(files/js/iepngfix.htc)
}

a img {
    border: 0;

}

img#logo, img.icon {
    display: block;
    border: 0px;
}

/*
hacks
*/
img#teaser {

}

/*
main_construct
*/

#wrapper {
    width: 968px;
    position: relative; /* required */
    margin: 0 auto;

}

#head {
    width: 960px;
    height: 126px;
    position: absolute; /* required */
    left: 4px; /* required */
    /*margin-left: -480px;  half of width */
}

#head_logo {
    width: 171px;
    height: 126px;
    background-image: url(../img/head_logo_left.gif);
    background-repeat: no-repeat;
    background-position: right;
    float: left;

}

#head_logo a {
    width: 171px;
    height: 126px;
    background-image: url(../img/logo.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: block;
    float: left;
}

#head_logo a:hover {
    background-position: 0px -126px;
}

#head_top {
    width: 789px;
    height: 73px;
    background-image: url(../img/head_top.gif);
    background-repeat: no-repeat;
    float: right;
}

#head_blue {
    width: 287px;
    height: 56px;
    background-image: url(../img/head_blue.gif);
    background-repeat: no-repeat;
    position: absolute;
    left: 784px;
    top: 10px;
    padding-left: 10px;
}

#content {
    width: 960px;
}

#content_left {
    width: 639px;
    min-height: 540px;
    border-right: 1px solid #bababa;
    float: left;
    background-image: url(../img/left_grey.gif);
    background-repeat: no-repeat;
}

#smooth_center {
    width: 640px;
    height: 30px;

    clear: both;
    background-image: url(../img/smooth_center.gif);
    background-repeat: no-repeat;
    background-position: right;
}

#content_right {
    width: 320px;
    position: relative;
    margin-top: 50px;

    float: left;
}

#breadcrumb {
    width: 342px;
    height: 50px;
    position: absolute;
    left: 622px;
    top: 273px;
    background-color: #FFFFFF;
    background-image: url(../img/right_grey.gif);
    background-position: right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #bababa;
}

#breadcrumb p {
    text-align: right;
    padding: 19px 20px 0 0;
}

#breadcrumb a:hover {
    text-decoration: underline;
}

#topbox {
    width: 639px;
    height: 50px;
    border-bottom: 1px solid #bababa;
}

.clear {
    clear: both;
}

/*
nav_default
*/
#head_nav {
    height: 53px;
    border-right: 1px solid #ffffff;
    float: right;
    overflow: hidden;
}

.nav_default, .nav_line {
    height: 53px;
    float: left;
}

.nav_line {
    width: 2px;
    background-image: url(../img/nav_line.gif);
    background-repeat: no-repeat;
}

.left, .right, .center {
    height: 53px;
    float: left;
    text-align: center;
}

.left, .right {
    width: 13px;
}

/*
nav_states
*/

#nav_act .left {
    background-image: url(../img/nav_left_act.gif);
    background-repeat: no-repeat;
}

#nav_act .center {
    background-image: url(../img/nav_mid_act.gif);
}

#nav_act .right {
    background-image: url(../img/nav_right_act.gif);
    background-repeat: no-repeat;
}

.nav_default .left, .nav_default .center, .nav_default .right {
    background-image: url(../img/nav_default.gif);
    background-repeat: repeat-x;
}

.center a {
    font-size: 16px;
    line-height: 63px;
    color: #535353;
    text-decoration: none;
}

.center a:hover {
    color: #2072BA;
}

#nav_act .center a {
    color: #ffffff;
}

#main {
    width: 968px;
    padding: 73px 4px 0 4px;
    background-image: url(../img/bg.gif);
    background-repeat: repeat-y;
}

#head_img {
    width: 960px;
    height: 200px;
    padding-top: 0px;

}

#head_img_left {
    height: 147px;
    width: 4px;
    background-image: url(../img/head_img_left.gif);
    background-repeat: repeat-y;
    position: absolute;
    top: 126px;
    left: 0px;
}

#head_img_center {
    height: 200px;
    width: 960px;
    background-image: url(../img/company_img.jpg);

}

#head_img_right {
    height: 147px;
    width: 4px;
    background-image: url(../img/head_img_right.gif);
    background-repeat: repeat-y;
    position: absolute;
    top: 126px;
    left: 964px;
}

#footer {
    width: 968px;
    height: 63px;
}

#footer_l {
    float: left;
    width: 4px;
    height: 63px;
    background-image: url(../img/footer_l.gif);

}

#footer_m {
    float: left;
    width: 960px;
    height: 63px;
    background-image: url(../img/footer_m.gif);
    text-align: center;

}

#footer_r {
    float: left;
    width: 4px;
    height: 63px;
    background-image: url(../img/footer_r.gif);

}

/*
font styles
*/
#head_blue {
    color: #ffffff;
    font-size: 12px;
}

#head_blue a {
    /*border-right: 1px solid #4fbbe9;*/
    color: #ffffff;
    text-decoration: none;
    line-height: 42px;
    padding: 5px 10px 5px 10px;
    font-size: inherit;
}

#head_blue a:hover {
    color: #4FBBE9;

}

#head_blue a#active {
    color: #4FBBE9;

}

#footer_m p {
    text-align: center;
    color: #b4b4b4;
    font-size: 11px;
    padding-top: 38px;
}

h1, h2, h3, h4 {

    color: #444444;
}

#head_img_center h1 {
    font-size: 31px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 105px 0 0 32px;
    text-shadow: #000000 0px 0px 5px;
    letter-spacing: -0.7px;

}

h1 {

}

h2 {
    font-size: 18px;
    font-weight: normal;
    padding-top: 20px;

}

h3 {
    font-size: 15px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 13px;
}

p {
    font-size: 13px;
    line-height: 18px;
}

a {
    text-decoration: none;
    font-size: 13px;
    color: #5D5D5D;
}

.text_wrapper {
    margin: 20px 15px 0px 15px;

}

.text_wrapper a:hover {
    text-decoration: underline;

}

.text_wrapper_right a:hover {
    text-decoration: underline;

}

.text_wrapper_right {
    margin: 20px 20px 10px 20px;
}

.right_box {
    width: 300px;
    margin: 10px 0 0 10px;
    border: 1px solid #bababa;
    background-image: url("../img/bg_box_contact.gif");
    background-repeat: repeat-x;
    background-position: bottom;

}

a.right_download {
    letter-spacing: -0.7px;
    width: 300px;
    height: 83px;
    display: block;
    margin: 10px 0 0 10px;
    border: 1px solid #bababa;
    background-image: url("../img/download_sidebar.gif");
    background-position: 0px 0px;
}

a:hover.right_download {
    background-position: 0px -83px;
}

a.right_jobs {
    letter-spacing: -0.7px;
    width: 300px;
    height: 83px;
    display: block;
    margin: 10px 0 0 10px;
    border: 1px solid #bababa;
    background-image: url("../img/jobs_sidebar.gif");
    background-position: 0px 0px;
}

a:hover.right_jobs {
    background-position: 0px -83px;
}

.right_head {
    width: 300px;
    height: 61px;
    background-image: url("../img/bg_content_title.gif");
    background-repeat: repeat-x;
}

.blue, a.blue, b.blue {
    color: #2072BA;
}

.normal {
    color: #5D5D5D;
}

.sidebar_tall {
    font-size: 24px;
}

.right_download p {
    margin: 22px 0 0 133px;
}

.right_jobs p {
    margin: 26px 0 0 133px;
}

/*
	other
*/

img.icon {
    margin: 6px 15px 0px 8px;
    display: block;
    float: left;
}

.pro_button {
    margin-top: 5px;
    float: right;
    background: url('../img/send.gif');
    border: 0px;
    width: 123px;
    height: 34px;
    color: white;
    text-align: center;
    cursor: pointer;
}

