@charset "iso-8859-1";

/* ELEMENT ALL */

body, html {
    height: 100%;
}

body {  /* => default_ie7.css */
    overflow: -moz-scrollbars-vertical;
    overflow-x: auto;
    background: #ffffff url('../img/background_body.gif') center 59px no-repeat;
}

body, div, p, h1, h2, h3, h4, h5, h6, input, select, textarea, label, ul, li, td {
    font-family: verdana, arial;
    font-size: 11px;
    line-height: 16px;
}

body, p, h1, h2, h3, h4, h5, h6, form, input, select, textarea, label, ul, li {
    margin: 0;
}

img, td, th {
    vertical-align: top;
}

img {
    border: none;
}

a {
    color: #dc1601;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000000;
    text-decoration: none;
}

ul {
    padding: 0;
}

ul li {
    padding: 0;
    list-style: none;
}

/* ELEMENT FORM */

input.text { /* => default_ie.css */
    border: 1px solid #b3b3b3;
    padding: 3px 4px 3px 4px;
    font-size: 10px;
    line-height: 12px;
    width: 100px;
}

input.text.focus {
    background: #fbe7e5;
}

input.text.error {
    border: 1px solid #dc1601;
}

input.checkbox {} /* => default_ie.css */

input.radio {

}

select.text {

}

textarea.text { /* => default_ie.css */
    border: 1px solid #b3b3b3;
    padding: 3px 4px 3px 4px;
    font-size: 10px;
    line-height: 12px;
    width: 100px;
    height: 96px;
}

textarea.text.focus {
    background: #fbe7e5;
}

textarea.text.error {
    border: 1px solid #dc1601;
}

input.button_a { /* => default_ie.css & default_ie6.css */
    overflow: visible;
    padding: 0 0 0 5px;
    margin: 0 -3px 0 0;
    border: none;
    background: url('../img/arrow_red_type_2.gif') 0 5px no-repeat;
    cursor: pointer;
    color: #dc1601;
}

a.button_a {
    float: left;
    display: block;
    padding: 0 0 0 8px;
    background: url('../img/arrow_red_type_2.gif') 0 6px no-repeat;
    cursor: pointer;
    text-decoration: none;
}

/* MESSAGE ERROR SUCCESS */

div.message_error {
    margin: 4px 0 4px 0;
    padding: 2px 5px 3px 5px;
    border: 1px solid #dc1601;
    background: #fbe7e5;
}

div.message_error ul li {
    padding: 0 0 1px 10px;
    background: url('../img/square_red.gif') 1px 5px no-repeat;
    line-height: 15px;
}

div.message_success {
    margin: 4px 0 4px 0;
    padding: 2px 5px 3px 5px;
    border: 1px solid #314a86;
    background: #e5f3fb;
}

div.message_success ul li {
    padding: 0 0 1px 10px;
    background: url('../img/square_blue.gif') 1px 5px no-repeat;
    line-height: 15px;
}

/* DEFAULT CLASS */

.clear {
    font-size: 0; /* ie6 */
    line-height: 0; /* ie6 */
    height: 0; /* ie6 & ie7*/
    clear: both;
}

/* DEFAULT SPACER */

div.spacer_4,
div.spacer_10,
div.spacer_13,
div.spacer_17 {
    line-height: 0;
    font-size: 0;
}

div.spacer_4 {
    height: 4px;
}

div.spacer_10 {
    height: 10px;
}

div.spacer_13 {
    height: 13px;
}

div.spacer_17 {
    height: 17px;
}

/* MAIN CONTAINER */

div#wrapper { /* => default_ie6.css (div.wrapper) */
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background: url('../img/background_wrapper.gif') left bottom repeat-x;
}

div#meta,
div#header,
div#content,
div#footer {
    width: 929px;
    margin: 0 auto;
}

/* MAIN CONTAINER :: META */

div#meta {
    height: 61px;
}

div#meta_logo {
    float: left;
    padding: 10px 0 0 223px;
}

div#meta_flags div.entry,
div#meta_flags div.line,
div#meta_flags div.spacer {
    float: right;
}

div#meta_flags div.entry a {
    display: block;
    padding: 19px 2px 4px 2px;
    font-size: 0;
}

div#meta_flags div.entry a img {
    display: block;
}

div#meta_flags div.entry.active {
    border-bottom: 1px solid #bfbfbf;
}

div#meta_flags div.line,
div#meta_flags div.spacer {
    width: 1px;
    height: 35px;
}

div#meta_flags div.line {
    background: #bfbfbf;
}

div#meta_nav {
    clear: right;
}

div#meta_nav a {
    display: block;
    float: right;
    padding-top: 2px;
    padding-left: 17px;
    background: url('../img/arrow_red_type_1.gif') 9px 7px no-repeat;
    font-size: 10px;
    line-height: 15px;
    text-decoration: none;
    color: #000000;
}

/* MAIN CONTAINER :: HEADER */

div#header {
    height: 154px;
}

/* MAIN CONTAINER :: HEADER :: START */

div#header_nav_start {
    width: 197px;
    height: 154px;
    background: url('../img/background_header_start.gif') no-repeat;
    float: left;
}

div#header_nav_start div.entry {
    margin-bottom: 2px;
    height: 26px;
}

div#header_image_start {
    float: left;
    width: 732px;
    height: 154px;
}

/* MAIN CONTAINER :: HEADER :: MAIN */

div#header_nav {
    float: left;
    width: 223px;
    height: 154px;
    background: url('../img/background_header.gif') no-repeat;
}

div#header_nav_sub {
    float: left;
    width: 196px;
    height: 154px;
    background: #dc1601;
}

div#header_nav_sub ul {
    margin: 5px 0 0 5px;
    padding: 0;
    list-style: none;
}

div#header_nav_sub ul li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

div#header_nav_sub ul li a {
    display: block;
    color: #f1a299;
    background: url('../img/arrow_white_type_2.gif') 0 6px no-repeat;
    text-decoration: none;
    padding: 0 0 0 9px;
}

div#header_nav_sub ul li a:hover,
div#header_nav_sub ul li a.active {
    display: block;
    color: #ffffff;
    background-image: url('../img/arrow_white_type_1.gif');
    font-weight: bold;
}

div#header_image {
    float: left;
    width: 510px;
    height: 154px;
    background: #dc1601 no-repeat;
}

div#header_nav div.entry {
    margin-bottom: 2px;
    height: 26px;
}

div#header_search {
    padding-left: 39px;
}

div#header_search div.input { /* => default_ie.css => default_ie7.css */
    padding-top: 18px;
    padding-right: 3px;
    float: left;
}

div#header_search div.input input { /* => default_ie.css */
    width: 86px;
    background: #f6c5bf;
    border: none;
    padding: 2px 3px 2px 3px;
    color: #dc1601;
    font-size: 10px;
}

div#header_search.start div.input input {
    background: #ee8b80;
    color: #ffffff;
}

div#header_search div.submit { /* => default_ie.css */
    padding-top: 18px;
}

div#header_search div.submit input {
    background: none;
    border: none;
    overflow: visible;
    color: #dc1601;
    padding: 0;
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
}

div#header_search.start div.submit input {
    color: #ffffff;
}

/* MAIN CONTAINER :: CONTENT */

div#content {
    clear: both;
    padding-top: 2px;
    padding-bottom: 38px;
}

div#content_left {
    float: left;
    width: 190px;
    padding: 58px 20px 0 19px;
}

div#content_left.start {
    padding-top: 25px;
}

div#content_middle {
    float: left;
    width: 495px;
    padding-top: 25px;
}

div#content_middle.start {
    padding-top: 20px;
}

div#content_middle_left { /* left + middle */
    float: left;
    width: 705px;
    padding: 25px 0 0 19px;
}

div#content_middle_right { /* middle + right */
    float: left;
    width: 700px;
    padding-top: 25px;
}

div#content_all { /* left + middle + right */
    float: left;
    width: 910px;
    padding: 25px 0 0 19px;
}

div#content_right {
    float: left;
    width: 190px;
    padding: 58px 0 0 15px;
}

div#content_right.start {
    padding-top: 30px;
}

div#content_start .h1 { /* => default_ie.css */
    margin-top: 5px;
}

/* MAIN CONTAINER :: CONTENT :: GENERAL */

.h1_start {
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 7px;
    margin-top: -5px;
    margin-bottom: 11px;
}

.h1 {
    font-weight: bold;
}

.h2 {
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    color: #000000;
}

a.h2.link { /* => default_edit_content.css */
    color: #dc1601;
    background: url('../img/arrow_red_type_2.gif') 0 3px no-repeat;
    padding-left: 8px;
}

a.h2.link_normal { /* => default_edit_content.css */
    color: #000000;
    background: url('../img/arrow_red_type_2.gif') 0 3px no-repeat;
    padding-left: 8px;
}

a.h2.link:hover {
    text-decoration: underline;
}

.h3 {
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    color: #ffffff;
}

.h4 {
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    color: #000000;
}

.h5 {
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    color: #ffffff;
    background: #999999;
    padding: 0 0 1px 1px;
    text-transform: uppercase;
}

.text_normal {}

.text_normal ul {}

.text_normal ul li {
    color: #000000;
    padding: 0 0 0 10px;
    background: url('../img/arrow_list.gif') 1px 6px no-repeat;
}

.text_normal img.wysiwyg {
    margin: 4px 0 3px 0;
}

.text_small {
    font-size: 10px;
    line-height: 12px;
}

.text_small_list {
    font-size: 10px;
    line-height: 14px;
}

.text_small ul,
.text_small_list ul {}

.text_small ul li,
.text_small_list ul li {
    font-size: 10px;
    line-height: 12px;
    color: #000000;
    padding: 0 0 0 10px;
    background: url('../img/arrow_list.gif') 1px 4px no-repeat;
}

.text_bold {
    font-weight: bold;
}

.text_slim {
    font-weight: normal;
}

.text_lightgray {
    color: #808080;
}

/* MAIN CONTAINER :: CONTENT :: LIST */

div#content div.list {
    padding: 5px 0 0 0;
}

div#content div.list div.entry {
    margin: 9px 0 0 0;
}

div#content div.list div.entry div.image { /* => default_ie6.css */
    width: 90px;
    margin: 3px 10px 3px 0;
    float: left;
}

div#content div.list div.entry div.image img {
    border: 1px solid #b3b3b3;
}

div#content div.list div.entry div.text_small {
    padding: 0 0 1px 0;
}

/* MAIN CONTAINER :: CONTENT :: LIST CLAP */

div#content div.list_clap {
    margin-top: 1px;
}

div#content div.list_clap div.entry {
    padding: 0 0 8px 0;
}

div#content div.list_clap div.date {
    float: left;
    width: 100px;
}

div#content div.list_clap div.content {
    float: left;
    width: 395px;
}

div#content div.list_clap div.content div.info {
    padding-top: 2px;
}

div#content div.list_clap div.content div.detail {
    padding-top: 5px;
    display: none;
}

div#content div.list_clap div.line {
    margin: 0 0 7px 0;
    border-bottom: 1px solid #d9d9d9;
    height: 0;
    font-size: 0;
    line-height: 0;
}

/* MAIN CONTAINER :: CONTENT :: LIST LINK */

div#content div.list_link {}

div#content div.list_link div.entry {
    padding: 0 0 13px 0;
}

div#content div.list_link div.entry div.image {
    width: 204px;
    padding: 4px 10px 3px 0;
    float: left;
}

div#content div.list_link div.entry div.image table {
    border: 1px solid #b3b3b3;
}

div#content div.list_link div.entry div.image table td {
    height: 100px;
    vertical-align: middle;
    background: #ffffff;
}

div#content div.list_link div.entry div.text_normal {
    width: 280px;
    float: left;
}

div#content div.list_link div.entry div.text_normal h1 {
    margin-bottom: 6px;
}

div#content div.list_link div.entry div.text_normal a.link {
    text-decoration: none;
    background: url('../img/arrow_red_type_2.gif') 0 5px no-repeat;
    padding-left: 7px;
}

/* MAIN CONTAINER :: CONTENT :: REFERENCE */

div#content div.reference {}

div#content div.reference div.entry {
    padding: 0 0 8px 0;
    float: left;
}

div#content div.reference div.spacer_image {
    width: 8px;
    float: left;
}

div#content div.reference div.entry div.image table {
    border: 1px solid #b3b3b3;
}

div#content div.reference div.entry div.image table.link {
    cursor: pointer;
}

div#content div.reference div.entry div.image table td {
    width: 143px;
    height: 80px;
    vertical-align: middle;
    text-align: center;
    background: #ffffff;
}

/* MAIN CONTAINER :: CONTENT :: TEXT */

div#content div.text {}

div#content div.text div.image { /* => default_ie6.css */
    width: 204px;
    margin: 4px 10px 3px 0;
    float: left;
}

div#content div.text div.image img {
    border: 1px solid #b3b3b3;
}

/* MAIN CONTAINER :: CONTENT :: HISTORY */

div#content div.history {
    border: 1px solid #b3b3b3;
    width: 678px;
    height: 350px;
    overflow-x: scroll;
    padding: 10px 10px 0 10px;
}

div#content div.history div.entry {
    width: 200px;
    margin-right: 1px;
    float: left;
}

div#content div.history div.entry div.image {
    margin: 2px 0 5px 0;
}

div#content div.history div.entry div.text_normal {
    padding-right: 10px;
}

/* MAIN CONTAINER :: CONTENT :: LOCATION */

div#content div.locationselect {
    border: 1px solid #b3b3b3;
    width: 493px;
    height: 285px;
    position: relative;
}

div#content div.locationselect.world {
    background: url('../img/location_world.gif') no-repeat;
}

div#content div.locationselect.europe {
    background: url('../img/location_europe.gif') no-repeat;
}

div#content div.locationselect.germany {
    background: url('../img/location_germany.gif') no-repeat;
}

div#content div.locationselect.germany_panta {
    background: url('../img/location_germany.gif') no-repeat;
}

div#content div.locationselect_button {
    position: absolute;
    z-index: 5;
}

div#content div.locationselect_button_hover { /* => default_ie6.css */
    display: none;
    position: absolute;
    z-index: 3;
    width: 40px;
    height: 40px;
    background: url('../img/icon_location_hover.png') no-repeat;
}

div#content div.locationselect_layer {
    display: none;
    position: absolute;
    z-index: 10;
    border: 1px solid #dc1601;
    width: 218px;
    background: #ffffff;
}

div#content div.locationselect_layer div.close {
    padding: 1px 1px 0 0;
    text-align: right;
    font-size: 0;
    line-height: 0;
}

div#content div.locationselect_layer div.text_normal {
    padding: 0 14px 14px 14px;
}

div#content div.locationselect_imap_world {
    position: absolute;
    z-index: 2;
    left: 200px;
    top: 28px;
}

div#content div.locationselect_imap_europe {
    position: absolute;
    z-index: 2;
    left: 150px;
    top: 111px;
}

/* MAIN CONTAINER :: CONTENT :: JOB */

div#content div.job {
    padding: 2px 0 0 0;
}

div#content div.job div.text_small {
    margin: 10px 0 0 0;
}

div#content div.job div.text_small.detail {
    display: none;
}

/* MAIN CONTAINER :: CONTENT :: APPLICATION */

div#content div.application_detail {
    border: 1px solid #dc1601;
    background: #ffffff;
}

div#content div.application_detail div.entry {
    margin: 3px;
}

div#content div.application_detail div.entry.line {
    padding-top: 3px;
    border-top: 1px solid #ee8c81;
}

div#content div.application_detail div.entry div.image {
    float: left;
    margin-right: 10px;
}

div#content div.application_detail div.entry div.image img {
    border: 1px solid #b3b3b3;
}

div#content div.application_detail div.entry h2 {
    float: left;
    width: 170px;
}

div#content div.application_detail div.entry div.content { /* => default_ie.css */
    float: left;
    width: 250px;
}

/* MAIN CONTAINER :: CONTENT :: META SEARCH */

div#content div.meta_search {
    border-top: 1px solid #b3b3b3;
}

div#content div.meta_search div.entry {
    border-bottom: 1px solid #b3b3b3;
    padding: 5px 0 7px 0;
}

div#content div.meta_search div.entry div.more {
    text-align: right;
}

div#content div.meta_search div.entry span.hit {
    background: #fbe7e5;
}

/* MAIN CONTAINER :: CONTENT :: META SITEMAP */

div#content div.meta_sitemap {}

div#content div.meta_sitemap a {
    display: block;
    border-bottom: 1px solid #b3b3b3;
    text-decoration: none;
    padding: 0 0 2px 0;
}

div#content div.meta_sitemap a.level_1,
div#content div.meta_sitemap a.level_2 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

div#content div.meta_sitemap a.level_2 {
    margin-left: 20px;
}

div#content div.meta_sitemap a.level_3 {
    margin-left: 40px;
}

/* MAIN CONTAINER :: CONTENT :: FORM */

div#content div.form {
    margin: 4px 0 0 0;
}

div#content div.form div.label {
    width: 145px;
    float: left;
    padding: 4px 5px 4px 0;
}

div#content div.form div.input {
    width: 345px;
    float: left;
    margin-bottom: 3px;
}

div#content div.form div.input input.text {
    width: 335px;
}

div#content div.form div.input textarea.text {
    width: 335px;
}

div#content div.form div.input div.zip {
    width: 47px;
    padding-right: 3px;
    float: left;
}

div#content div.form div.input div.zip input.text {
    width: 37px;
}

div#content div.form div.input div.city {
    width: 295px;
    float: left;
}

div#content div.form div.input div.checkbox {
    padding: 5px 4px 0 6px;
    border: 1px solid #b3b3b3;
}

div#content div.form div.input div.checkbox_input {
    float: left;
    padding: 0 8px 0 0;
}

div#content div.form div.input div.checkbox_label {
    padding-bottom: 4px;
    float: left;
}

div#content div.form div.input div.city input.text {
    width: 285px;
}

div#content div.form div.submit {
    float: right;
}

/* MAIN CONTAINER :: CONTENT :: CONTENT BOX TEASER */

div#content div.content_box_teaser {}

div#content div.content_box_teaser div.entry {
    width: 218px;
    height: 68px;
    border: 1px solid #cccccc;
    float: left;
    background: #e8e8e8 url('../img/background_content_box_teaser.gif') repeat-x;
}

div#content div.content_box_teaser div.entry div.image { /* => default_ie6.css */
    margin: 4px 5px 4px 4px;
    float: left;
}

div#content div.content_box_teaser div.entry div.image img {
    border: 1px solid #cccccc;
}

div#content div.content_box_teaser div.entry div.content {
    margin: 3px 0 0 5px;
}

div#content div.content_box_teaser div.entry div.content h2 {
    height: 28px;
}

div#content div.content_box_teaser div.entry div.content div.left { /* default_ie6.css */
    float: left;
    font-size: 10px;
    line-height: 12px;
    margin-top: 9px;
}

div#content div.content_box_teaser div.entry div.content div.left.spacer {
    margin-top: 21px;
    width: 118px;
    height: auto;
}

div#content div.content_box_teaser div.entry div.content div.left a.link {
    font-size: 10px;
    line-height: 12px;
    text-decoration: none;
    background: url('../img/arrow_red_type_2.gif') no-repeat 0 4px;
    padding-left: 9px;
    padding-right: 4px;
}

div#content div.content_box_teaser div.spacer {
    float: left;
    width: 20px;
    height: 20px;
}

/* MAIN CONTAINER :: CONTENT :: CONTENT BOX SHADOW */

div#content div.content_box_shadow_right { /* => default_ie6.css */
    background: url('../img/background_content_box_shadow_right.png') top right no-repeat;
    padding-right: 5px;
}

div#content div.content_box_shadow_bottom { /* => default_ie6.css */
    background: url('../img/background_content_box_shadow_bottom.png') top left no-repeat;
    height: 5px;
}

/* MAIN CONTAINER :: CONTENT :: BOX */

div#content div.box {
    width: 190px;
}

div#content div.box div.headline_border { /* => default_ie6.css */
    padding-right: 5px;
    background: url('../img/background_box_top.png') top right no-repeat;
}

div#content div.box div.headline {
    border: 1px solid #dc1601;
    border-bottom: none;
    background: #ffffff;
}

div#content div.box.inactive div.headline {
    border: 1px solid #c5c5c5;
    border-bottom: none;
}

div#content div.box div.headline h3 {
    border: 1px solid #ffffff;
    padding: 3px 4px 3px 4px;
    background: #dc1601;
    text-transform: uppercase;
}

div#content div.box.inactive div.headline h3 {
    background: #c5c5c5;
}

div#content div.box h4 {
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 4px;
    margin-bottom: 6px;
}

div#content div.box div.content_border { /* => default_ie6.css */
    padding-right: 5px;
    background: url('../img/background_box_middle.png') top right repeat-y;
}

div#content div.box div.content_border.top { /* => default_ie6.css */
    background: url('../img/background_box_middle_top.png') top right no-repeat;
}

div#content div.box div.content {
    border: 1px solid #dc1601;
    background: #ffffff;
}

div#content div.box.inactive div.content {
    border: 1px solid #c5c5c5;
}

div#content div.box div.bottom { /* => default_ie6.css */
    font-size: 0;
    line-height: 0;
    height: 5px;
    background: url('../img/background_box_bottom.png') no-repeat;
}

/* MAIN CONTAINER :: CONTENT :: BOX :: NAVIGATION */

div#content div.box div.navigation {
    border: 1px solid #ffffff;
    border-bottom: none;
}

div#content div.box div.navigation ul {}

div#content div.box div.navigation ul li {
    display: inline;
}

div#content div.box div.navigation ul li a {
    display: block;
    font-size: 11px;
    line-height: 16px;
    color: #f1a299;
    background: #dc1601 url('../img/arrow_white_type_2.gif') 5px 6px no-repeat;
    text-decoration: none;
    padding: 0 0 2px 15px;
    border-bottom: 1px solid #ffffff;
}

div#content div.box div.navigation ul li a.active,
div#content div.box div.navigation ul li a:hover {
    color: #ffffff;
    background-image: url('../img/arrow_white_type_1.gif');
    font-weight: bold;
}

div#content div.box div.navigation ul li ul {}

div#content div.box div.navigation ul li ul li {}

div#content div.box div.navigation ul li ul li a {
    color: #dc1601;
    background: #ffffff url('../img/arrow_red_type_2.gif') 15px 6px no-repeat;
    padding: 0 0 2px 25px;
}

div#content div.box div.navigation ul li ul li a.active,
div#content div.box div.navigation ul li ul li a:hover {
    color: #dc1601;
    background: #ffffff url('../img/arrow_red_type_2.gif') 15px 6px no-repeat;
    font-weight: bold;
}

/* MAIN CONTAINER :: CONTENT :: BOX :: TEXT */

div#content div.box div.text {
    padding: 6px 7px 6px 7px
}

/* MAIN CONTAINER :: CONTENT :: BOX :: IMAGE */

div#content div.box div.image {
    padding: 1px;
}

/* MAIN CONTAINER :: CONTENT :: BOX :: LINK */

div#content div.box div.link {
    padding: 2px 5px 4px 5px;
}

div#content div.box div.link a.link {
    display: block;
    text-decoration: none;
    background: url('../img/arrow_red_type_2.gif') 0 6px no-repeat;
    padding: 2px 0 2px 8px;
    font-size: 10px;
    line-height: 12px;
}

/* MAIN CONTAINER :: CONTENT :: BOX :: LOCATION */

div#content div.box div.location {
    padding: 0 5px 5px 5px;
}

/* MAIN CONTAINER :: CONTENT :: BOX :: CONTACTPARTNER */

div#content div.box div.contactpartner {
    padding: 0 5px 5px 5px;
}

div#content div.box div.contactpartner div.select {
    padding: 5px 0 0 0;
}

/* MAIN CONTAINER :: CONTENT :: BOX :: CONTACT */

div#content div.box div.contact {
    padding-bottom: 2px;
}

div#content div.box div.contact div.contact_image {
    margin: 3px 6px 3px 0;
    border: 1px solid #b3b3b3;
    float: left;
}

div#content div.box div.contact div.text_small_list {
    float: left;
}

/* MAIN CONTAINER :: CONTENT :: BOX :: EDIT */

div#content div.box div.edit {
    margin-top: 10px;
}

div#content div.box div.edit img {
    cursor: pointer;
}

div#content div.box div.edit_layer {
    display: none;
    padding: 0 0 0 5px;
    border: 1px solid #ff9e38;
    background: #d2ddcc;
    margin: 0 5px 20px 0;
}

div#content div.box div.edit_layer div.entry {
    float: left;
    margin: 5px 5px 5px 0;
}

div#content div.box div.edit_add {
    margin-top: 20px;
}

/* BOX EDIT (CMS) */

.box_edit_button {
    width: 100%;
    background-color: #ff9e38;
    border: 1px solid #ff9e38;
    color: #ffffff;
    padding: 0;
    cursor: pointer;
}

.box_edit_button_inactive {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ff9e38;
    color: #ff9e38;
    padding: 0;
    cursor: pointer;
}

.box_edit_select {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ff9e38;
    color: #ff9e38;
}

/* MAIN CONTAINER :: FOOTER */

div#footer_outer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

div#footer_inner {
    margin-left: 19px;
    border-top: 1px solid #808080;
}

div#footer_inner a {
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    padding: 2px 0 2px 0;
}

div#footer_inner a.right {
    float: right;
    padding-left: 18px;
}

div#footer_inner a.left {
    float: left;
    padding-right: 18px;
}

/* MAIN CONTAINER :: LOGIN */

div#login {
    position: absolute;
    top: 20px;
    left: 20px;
}

a#login_legend span {
    display: none;
    color: #000000;
    text-decoration: none;
    border: 1px solid #b3b3b3;
    background: #ffffff;
    margin: 5px 0;
    padding: 3px 5px;
}

a#login_legend:hover span {
    display: block;
}

a#login_legend span img {
    margin-top: 2px;
}

/* MAIN CONTAINER :: SELECT */

div.select {}

div.select div.select_current {
    border: 1px solid #b3b3b3;
}

div.select.inactive div.select_current {
    border: 1px solid #e1e1e1;
}

div.select div.select_current_inner {
    border: 1px solid #ffffff;
    background: #d9d9d9 url('../img/select_icon_background.gif') right top repeat-y;
}

div.select.inactive div.select_current_inner {
    background-color: #f0f0f0;
}

div.select div.select_content {
    padding: 2px 4px 2px 4px;
}

div.select div.select_content a {
    color: #000000;
    font-size: 10px;
    line-height: 12px;
    text-decoration: none;
    display: block;
}

div.select.inactive div.select_content a {
    color: #999999;
}

div.select div.select_image {
    float: right;
}

div.select div.select_pulldown {
    display: none;
    position: absolute;
    z-index: 3;
}

div.select div.select_pulldown_inner {
    border: 1px solid #b3b3b3;
    background: #ffffff;
    margin-top: 1px;
}

div.select div.select_pulldown_inner_inner {
    border: 1px solid #ffffff;
}

div.select div.select_option {}

div.select div.select_option a {
    clear: both;
    display: block;
    padding: 2px 4px 2px 4px;
    color: #000000;
    font-size: 10px;
    line-height: 12px;
    text-decoration: none;
}

div.select div.select_option a.active,
div.select div.select_option a:hover {
    background: #d9d9d9;
}

/* MAIN CONTAINER :: ADMIN */

input.text.admin {
    border: none;
    width: 380px;
}

table.admin_list {
    margin-top: 4px;
    width: 100%;
    background: #b3b3b3;
}

table.admin_list td {
    background: #ffffff;
}

table.admin_list td.text a {
    padding: 3px 5px 3px 5px;
    display: block;
    text-decoration: none;
}

table.admin_list td.text a.active,
table.admin_list td.text a:hover {
    background: #fbe7e5;
}

table.admin_list td.text.child a {
    padding-left: 25px;
}

table.admin_list td.text.child2 a {
    padding-left: 45px;
}

table.admin_list td.icon {
    width: 12px;
    line-height: 0;
    font-size: 0;
}

table.admin_list td.icon div {
    padding: 3px;
    line-height: 0;
    font-size: 0;
}

table.admin_list td.icon div.active {
    background: #fbe7e5;
}

table.admin_list td.icon div a {
    line-height: 0;
    font-size: 0;
}

/* MAIN CONTAINER :: PRODUCT */

div#product {
    width: 910px;
    padding: 0 0 0 19px;
}

div#product div.series {
    float: left;
    width: 190px;
    padding-right: 20px;
}

div#product div.selection {
    float: left;
    width: 495px;
    padding-top: 25px;
}

div#product div.selection div.box {
    float: left;
    width: 114px !important;
}

div#product div.selection div.box div.content {
    padding: 5px !important;
}

div#product div.selection div.spacer {
    float: left;
    width: 13px;
    height: 20px;
}

div#product div.name {
    width: 190px;
    float: left;
    padding-left: 15px;
    padding-top: 58px;
}

div#product div.name div.box div.text {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

div#product div.content {}

div#product div.content div.info {
    float: left;
    padding-right: 20px;

}

div#product div.content div.info_selection {
    padding-top: 11px;
    float: left;
}

div#product div.content div.info_selection.version,
div#product div.content div.info_selection.insulation {
    width: 495px;
}

div#product div.content div.info_selection.lead {
    width: 700px;
}

div#product div.content div.info_selection div.info_selection_inner {
    border: 1px solid #dc1601;
}

div#product table.info{
    width: 100%;
}

div#product table.info.important {
    width: 100% !important;
}

div#product table.info th {
    text-align: left;
    background: #f5f5f5;
}

div#product table.info th div,
div#product table.info td div {
    padding: 1px 5px 2px 9px;
}

div#product table.info th.spacer_v,
div#product table.info td.spacer_v {
    width: 1px;
    background: #cccccc;
}

div#product table.info th.spacer_h,
div#product table.info td.spacer_h {
    height: 1px;
    background: #cccccc;
}

div#product table.info tr.first td.entry,
div#product table.info tr.first th.entry {
    background: #ffffff;
}

div#product table.info tr.second td.entry,
div#product table.info tr.second th.entry {
    background: #f5f5f5;
}

div#product table.info td.entry a {
    font-weight: bold;
    color: #dc1601;
    text-decoration: none;
}

div#product div.spacer_before_detail {
    padding-top: 11px;
}

div#product div.spacer_between_detail {
    padding-top: 18px;
}

div#product div.spacer_after_detail {
    padding-top: 19px;
}

div#product div.detail {}

div#product div.detail.version table {
    width: 319px;
}

div#product div.detail.version table th {
    width: 209px;
}

div#product div.detail.product {
    width: 319px;
    float: left;
}

div#product div.detail.product table {
    width: 319px;
}

div#product div.detail.product table th {
    width: 209px;
}

div#product div.detail.temperature {
    width: 381px;
}

div#product div.detail.temperature table td.entry,
div#product div.detail.temperature table th.entry {
    width: 107px;
}

div#product div.detail.temperature table td.null {
    width: 18px;
}

div#product div.detail.lead table {
    width: 446px;
}

div#product div.detail.lead table th {
    width: 209px;
}

div#product div.detail.lead table td.entry {
    width: 107px;
}

div#product div.detail.lead table td.null {
    width: 18px;
}

div#product div.detail.insulation table {
    width: 573px;
}

div#product div.detail.insulation table th {
    width: 209px;
}

div#product div.detail.insulation table td.entry {
    width: 107px;
}

div#product div.detail.insulation table td.null {
    width: 18px;
}

div#product div.detail.housing table {
    width: 700px;
}

div#product div.detail.housing table th {
    width: 209px;
}

div#product div.detail.housing table td.entry {
    width: 107px;
}

div#product div.detail.housing table td.null {
    width: 18px;
}

div#product div.detail_right {
    float: right;
    width: 190px;
}


/* Contact Box  */
#contact_add {
    border:1px solid #dc1601;
    padding:10px;
    margin-top:20px;
    margin-left:150px;
}






