#subNav {
    border: 1px solid #003580;
    padding: 10px;
    padding-right: 31px;
    width: 150px;
    margin-bottom: 9px;
}

#subNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#subNav a {
    color: #666666;
    text-decoration: none;
}

#subNav li {
	list-style: none;
    font-size: 11px;
    padding-left: 19px;
    padding-bottom: 5px;
    padding-top: 5px;
}

#subNav .level-1 li {
    border-top: 1px solid #e9eaf3;
}

#subNav .level-1 li.first {
    border-top: none;
}


#subNav .level-1 li.box-003580 {
    background-image:url('img/box-003580.gif');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

#subNav .level-1 li.box-ffc726 {
    background-image:url('img/box-ffc726.gif');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

#subNav .level-1 li.box-e47f00 {
    background-image:url('img/box-e47f00.gif');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

#subNav .level-1 li.box-679000 {
    background-image:url('img/box-679000.gif');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

#subNav .level-2 li {
    padding-left: 0px;
    font-size: 10px;
}

#subNav a.active {
    font-weight: bold;
}

#subNav .level-2 li {
    border-top: none;
}

/*
 * Produktnavigation
 */
#layout_3spaltig_produktnavigation #teaser_wrapper {
    background-color: #cadff2;
    width: 510px;
}

#layout_3spaltig_produktnavigation #block-5 h1 {
    margin: 0px;
    padding: 0px;
    color: #666666;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 15px;
}

#layout_3spaltig_produktnavigation #block-5 h3 {
    font-family: Arial,Sans-Serif;
    color: #003580;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin: 0px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

#layout_3spaltig_produktnavigation #block-5 p {
    padding: 0px;
    margin: 0px;
}

#prodNav {
    padding: 9px;
    color: #ffffff;
}

#prodNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#prodNav li.link a {
    color: #ffffff;
    text-decoration: none;
}

#prodNav li {
    font-size: 10px;
    padding-left: 0px;
    padding-bottom: 2px;
    padding-top: 2px;
}

#prodNav .level-1 li {
    border-bottom: 1px solid #ffffff;
}

#prodNav .level-1 li ul li {
    border-bottom: none;
}

#prodNav a.active {
    font-weight: bold;
}

/*
 * Homepage.tpl
 */

#layout_homepage .box1 {
    border: 1px solid #003580;
}

#layout_homepage .box1 .box-blue-border {
    border: 0px solid #003580;
}

#layout_homepage .box2 {
    border: 1px solid #003580;
}

#layout_homepage .box2 .box-blue-border {
    border: 0px solid #003580;
}

#layout_homepage .teaser {
    background-color: #96c0e6;
}

    #layout_homepage .teaser .text {
		position: relative;
        margin: 16px 12px 12px 16px;
		height: 148px;
		width: 280px;
    }

    #layout_homepage .teaser h2 {
        color: #ffffff;
        margin: 0px;
        padding: 0px;
        text-transform: none;
        line-height: 18px;
        font-size: 14px;
        font-weight: bold;
    }

    #layout_homepage .teaser h3 {
        color: #003580;
        margin: 0px;
        padding: 0px;
        text-transform: none;
        line-height: 18px;
        font-size: 14px;
        font-weight: bold;
    }

    #layout_homepage .teaser a {
        color: #666666;
        text-decoration: none;
    }


#layout_homepage .aktuelles {
    background-color: #cadff2;
}

#layout_homepage .termine {
    background-color: #cadff2;
}

#teaser_fenstertechnik .headline a {
    display: block;
    font-size: 9px;
    font-weight: bold;
    color: #003580;
    text-decoration: none;
    padding: 9px 0 9px 9px;
}

#teaser_oos .headline a {
    display: block;
    font-size: 9px;
    font-weight: bold;
    color: #003580;
    text-decoration: none;
    padding: 9px 0 9px 9px;
}

#teaser_oos .content_oos {
    background-color: #cadff2;
    height: 85px;
}

#teaser_oos .text {
    padding: 12px 0 0 6px;
}

#teaser_oos .text p {
    margin-bottom: 4px;
}

#teaser_oos .text img {
    margin-right: 5px;
}

#teaser_oos .text a {
    color: #666666;
    text-decoration: none;
}


/**
 * Blocks
 */

/* Alle */

.content h1 {
    color:#666666;
    font-family:Arial,Sans-Serif;
    font-size:18px;
    font-weight:bold;
    line-height:20px;
    margin:0;
    padding-bottom:15px;
    text-transform:uppercase;
}

.content h2 {
    color:#666666;
    font-family:Arial,Sans-Serif;
    font-size:14px;
    font-weight:bold;
    margin:0;
    padding-bottom:10px;
    text-transform:uppercase;
}

.content h3 {
    font-size:11px;
    font-weight:bold;
    margin:0;
    padding:0 0 10px;
}

.content h4 {
    color: #003580;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    padding-bottom: 10px;
}

.content p {
    margin-top: 0;
}

.content table.blau td {
    background-color: #cadff2;
}


.content a {
    color: #003580;
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}

.content form input,select,textarea {
    border: 1px solid #003580;
    padding: 2px 0px 2px 0px;
    margin: 0;
    width: auto;
    margin-bottom: 5px;
}

    hr.line {
        background-color: #cadff2; /* Farbe für Opera und Firefox */
        color: #cadff2; /* Farbe für Internet Explorer (IE) */
        border: 0;
        height: 1px;
        margin: 0 0 5px 0;
    }

.content form .button {
    border: 1px solid #003580;
    background-color: #003580;
    color: #ffffff;
    font-weight: bold;
    padding: 2px;
    margin-bottom: 5px;
}

.content .highlight {
    font-weight:bold;
    color: #ff0000;
}

.content .comment {
    font-size: 10px;
    color: #BFBFBF;
}

.content .hellblau {
    background-color: #cadff2;
}

.content .dunkelblau {
    background-color: #96C0E6;
}

.arrow {
     color: #666;
     line-height: 15px;
     background:url('img/pfeil.gif') 0px 1px no-repeat;
     padding-left: 15px;
     margin: 4px 0px;
}

.content .left {
	float: left;
}

.content .right {
	float: right;
}

.content .wrapvideo {
	background-color: #003580;
	padding: 9px;
}

/* Box-Blue-Border */
div#div3spaltig #block-3 .flash_wrapper
{
	border: 1px solid #003580;
}
div.box-blue-border {
    border: 1px solid #003580;
    padding: 18px;
    margin-bottom: 9px;
}

div.box-blue-border h3 {
    color: #003580;
    font-family: Arial,Sans-Serif;
    font-size: 11px;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

div.box-blue-border ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.box-blue-border .changeCountrySelect {
    width: 100%;
}

div.box-blue-border .changeLanguageSelect {
    width: 100%;
}

div.box-blue-border .changeDomainSelect {
    width: 100%;
    font-size: 10px;
}

div.small-bullets li {
    background-image:url('img/small-bullet.gif');
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 10px;
    margin-bottom: 4px;
}

div.arrows li {
    background-image:url('img/pfeil.gif');
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 15px;
    margin-bottom: 5px;
}

div.left-floated-images {
    float: left;
    padding: 10px;
    border: 1px solid #003580;
    background-color: #cadff2;
    margin: 0 10px 10px 0;
}


/* page-teaser.tpl */
table.page_teaser {
    background-color: #cadff2;
    margin-bottom: 10px;
}

table.page_teaser .bild {
    width: 217px;
}

table.page_teaser .text {
    width: 293px;
    padding: 16px 16px 16px 20px;
}

table.page_teaser .text h3 {
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 10px 0;
}

table.page_teaser .text h1 {
    font-family: Arial,Sans-Serif;
    color: #003580;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 15px 0;
    text-transform: uppercase;
}

table.page_teaser .text p {
    font-size: 11px;
    margin: 0;
    padding: 0 0 10px 0;
}


/* karriereAusbildungNav.tpl */
table.karriereAusbildungNav {
    background-color: #cadff2;
    margin-top: 10px;
    margin-bottom: 10px;
}

table.karriereAusbildungNav td {
    padding: 10px;
    border-bottom: 5px solid #ffffff;
}

table.karriereAusbildungNav td table td {
    padding: 2px 0 2px 0;
    border: 0px;
}

/* karriereProfessionalsNav.tpl */
table.karriereProfessionalsNav {
    background-color: #cadff2;
}

table.karriereProfessionalsNav td {
    padding: 10px;
    border-bottom: 5px solid #ffffff;
}

