/*** Reset ***/
* {
    border: 0;
    font-family: Arial, Verdana, Helevetica;
    margin: 0;
    padding: 0;
    }

a {
    color: #D87634;
    text-decoration: none;
    }

a:hover {
    text-decoration: underline;
    }

a:focus {
    outline: none;
    }


/*** Body ***/
body {
    background: #dfdfdf url("../images/body_background.jpg") repeat-x;
    }

#shadow {
    background: url("../images/body_shadow.jpg") no-repeat;
    margin: 0 auto;
    padding: 0 10px;
    width: 950px;
    }

#innerBody {
    background: #fff;
    font-size: 12px;
    padding-left: 20px;
    }


/*** Header ***/
#header {
    background: url("../images/header_background.jpg") no-repeat;
    height: 146px;
    position: relative;
    }

#header #logo {
    margin-left: 20px;
    }


/*** Header: Menu ***/
#header ul {
    float: right;
    list-style: none;
    margin-top: 34px;
    width: 640px;
    }

#header ul li {
    display: inline;
    }

#header ul li a {
    color: #8F9091;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    padding: 0 8px;
    }

#header ul li a:hover {
    color: #D87634;
    text-decoration: none;
    }

#header ul li a.active {
    background: url("../images/ico_menu_active.gif") center bottom no-repeat;
    color: #D87634;
    }

#header ul li.rss {
    float: right;
    padding: 0 10px 0 0;
    }


/*** Header: Search ***/
#search {
    float: right;
    width: 180px;
    position: absolute;
    bottom: 39px;
    right: 20px;
    }

#search #searchterm {
    background: #eee url("../images/search_background.jpg");
    color: #A1A1A1;
    font-size: 11px;
    height: 17px;
    padding: 3px 2px 0 10px;
    width: 168px;
    }


/*** Columns ***/
#col_left {
    float: left;
    width: 220px;
    }

#col_center {
    float: left;
    margin-left: 30px;
    width: 450px;
    padding: 0 0 40px 0;
    }

#col_right {
    float: left;
    margin-left: 30px;
    width: 180px;
    }


/*** Boxes: General ***/
.leftColBoxTop, .leftColBoxBottom {
    font-size: 0;
    }


/*** Boxes: Left Column ***/
.leftBoxTop {
    background: #eee url("../images/box_left_col_top.gif") no-repeat;
    padding: 16px 0 8px 0;
    }

.leftBoxBottom {
    background: url("../images/box_left_col_bottom.gif");
    height: 10px;
    font-size: 0;
    }


/*** Boxes: Right Column ***/
.rightBoxTop_light, .rightBoxTop_dark {
    background: #eee url("../images/box_right_col_light_top.gif") no-repeat;
    font-size: 11px;
    padding: 14px 10px 4px 10px;
    }

.rightBoxTop_dark {
    background: #E5E4E4 url("../images/box_right_col_dark_top.gif") no-repeat;
    cursor: pointer;
    }

.rightBoxBottom_light, .rightBoxBottom_dark {
    background: url("../images/box_right_col_light_bottom.gif");
    font-size: 0;
    height: 10px;
    margin-bottom: 14px;
    }

.rightBoxBottom_dark {
    background: url("../images/box_right_col_dark_bottom.gif");
    }

.rightBoxTop_light p, .rightBoxTop_dark p {
    margin: 0.8em 0;
    color: #999;
    }

.rightBoxTop_light .renderHeadline, .rightBoxTop_dark .renderHeadline {
    margin: 0.5em 0 0 0;
    }

.rightBoxTop_light .more, .rightBoxTop_dark .more {
    background: url("../images/arrow_double_orange.gif") right center no-repeat;
    float: right;
    font-size: 10px;
    padding-right: 10px;
    }

.icoPodcast {
    float: right;
    margin: 10px 4px 0 0;
    }


/*** Left-hand Menu ***/
#simpleMenu {
    list-style: none;
    line-height: 150%;
    }

#simpleMenu a {
    color: #8D8F90;
    }

#simpleMenu a:hover {
    color: #D87634;
    text-decoration: none;
    }

#simpleMenu li {
    padding-left: 20px;
    }

#simpleMenu li.active, ul.extendedMenu li.active {
    background: url("../images/arrow_orange.gif") 0px 4px no-repeat;
    font-weight: bold;
    }

#simpleMenu li.active a {
    color: #D87634;
    }

#simpleMenu li.level2 {
    background: #e4e4e4;
    border-top: 1px solid #DCDCDC;
    padding: 1px 0 1px 20px;
    }

#simpleMenu li.level2.active {
    background: #e4e4e4 url("../images/arrow_orange.gif") left center no-repeat;
    }


/*** Left-hand Menu Extended ***/
.extendedMenu, .extendedMenu li {
    list-style: none;
    border-bottom: 1px solid #eee;
    }

.extendedMenu a {
    color: #8D8F90;
    display: block;
    padding: 3px 10px 2px 20px;
    }

.extendedMenu a:hover {
    color: #D87634;
    text-decoration: none;
    }

.extendedMenu a.active {
    color: #D87634;
    font-weight: bold;
    }

.extendedMenu ul a.active {
    background: url("../images/arrow_orange.gif") left center no-repeat;
    }

.extendedMenu ul.level2 {
    margin-top: 6px;
    }

.extendedMenu ul.level3 {
    margin: 4px 0 6px 0;
    border-bottom: 1px solid #DCDCDC;
    }

.extendedMenu ul.level3 li {
    border-bottom: 1px solid #e4e4e4;
    }

.extendedMenu ul.level3 a {
    background: #e4e4e4;
    border-top: 1px solid #DCDCDC;
    }

.extendedMenu ul.level3 a.active {
    background: #e4e4e4 url("../images/arrow_orange.gif") left center no-repeat;
    }

.extendedMenu ul.level2 {
    margin-bottom: 22px;
    }


/*** Breadcrumb ***/
#breadcrumb {
    color: #ccc;
    font-size: 11px;
    padding-bottom: 20px;
    }

#breadcrumb a {
    color: #ccc;
    }

#breadcrumb a:hover {
    color: #d87634;
    text-decoration: none;
    }


/*** Content ***/
#col_center {
    color: #666;
    }

#col_center h1 {
    font-size: 0;
    text-indent: -10000px;
    }

#col_center h2 {
    color: #7b3618;
    font-size: 14px;
    line-height: 140%;
    margin: 1.5em 0 1.5em 0;
    }

#col_center p {
    line-height: 150%;
    margin: 1.2em 0;
    }

#col_center .renderHeadline {
    margin-bottom: 0;
    }

#col_center h1.edit {
    text-indent: 0;
    }

#col_center h1.subHead {
    color: #7b3618;
    font-size: 14px;
    line-height: 140%;
    margin: 1.5em 0;
    text-indent: 0;
    }

#col_center ul {
    line-height: 140%;
    list-style: none;
    }

#col_center ul li {
    background: url("../images/arrow_double_orange.gif") left 6px no-repeat;
    padding-left: 16px;
    margin: 0.5em 0;
    }

#col_center ul li ul li {
    margin: 0;
    }

.inlImage {
    border: 1px solid #ccc;
    float: right;
    margin: 6px 0 8px 10px;
    padding: 1px;
    }


/*** Contact Form ***/
#contact fieldset {
    margin: 1.8em 0;
    }

#contact label {
    display: block;
    float: left;
    padding: 3px 0 0 0;
    width: 160px;
    }

#contact input, #contact textarea {
    border: 1px solid #aaa;
    font-family: Arial, Verdana, Helevetica;
    font-size: 12px;
    padding: 1px 0 1px 4px;
    margin: 2px 0;
    width: 260px;
    }

#contact a {
    margin-left: 160px;
    }

#contact .error {
    background: #eee;
    border: 1px solid #7b3714;
    }

#contact .checkbox {
    border: 0;
    float: left;
    width: auto;
    margin: 2px 6px 0 160px;
    }

#contact .checkboxLabel {
    width: 264px;
    }

.errorMessage {
    color: #7b3714;
    border-top: 1px dotted #c00;
    border-bottom: 1px dotted #c00;
    font-weight: bold;
    padding: 4px 0;
    }


/*** Newslist ***/
#col_center .newsList h2 {
    margin: 0;
    }

#col_center .newsList h2 a {
    color: #7b3618;
    }

#col_center .newsList .date {
    color: #aaa;
    font-size: 11px;
    margin: 1.5em 0 0.2em 0;
    }

#col_center .newsList p {
    margin: 0 0 2em 0;
    }

#col_center .newsList .more {
    background: url("../images/arrow_double_orange.gif") left center no-repeat;
    padding-left: 10px;
    }

#col_center .nNavi {
    color: #ddd;
    }


/*** Jump Menu ***/
.autoJump {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    list-style-type: none;
    margin: 0.6em 0 2em 0;
    padding: 1em 0;
    }

.autoJump li {
    background: url("../images/arrow_double_orange.gif") left center no-repeat;
    margin: 0 0 0 12px;
    padding: 2px 0 2px 14px;
    }


/*** Partner ***/
.team .item {
    font-size: 11px;
    height: 20px;
    width: 437px;
    padding: 70px 0 0 13px;
    }

.team a {
    background: url("../images/arrow_double_orange.gif") right center no-repeat;
    padding-right: 10px;
    }

.team .staff1 {
    background: url("../upload/ueber_conpanion/team_sabine_stein.jpg");
    }

.team .staff2 {
    background: url("../upload/ueber_conpanion/team_joerg_schorn.jpg");
    }

.team .staff3 {
    background: url("../upload/ueber_conpanion/team_dirk_stein.jpg");
    }

.team .staff4 {
    background: url("../upload/ueber_conpanion/team_sandra_stein.jpg");
    }

.team .staff5 {
    background: url("../upload/ueber_conpanion/team_michael_syre.jpg");
    }

.team .staff6 {
    background: url("../upload/ueber_conpanion/team_till_fassold.jpg");
    }

.team .staff7 {
    background: url("../upload/ueber_conpanion/team_frank_elberzhagen.jpg");
    }

.team .staff8 {
    background: url("../upload/ueber_conpanion/team_klaus_stein.jpg");
    }


/*** Footer ***/
#footer {
    background: url("../images/footer_background.jpg") no-repeat;
    color: #C8C8C8;
    height: 46px;
    text-align: center;
    font-size: 11px;
    padding: 38px 40px 0 40px;
    }

#footer a {
    color: #C8C8C8;
    }

#footer img {
    float: left;
    margin-top: 3px;
    }

.clearing {
    clear: both;
    }


/*** Button ***/
a.specialButton {
    background: url("../images/btn_end.jpg") top right;
    color: #d87634;
    display: block;
    float: left;
    height: 28px;
    margin-right: 2px;
    padding-right: 6px;
    }

a.specialButton span {
    background: transparent url("../images/btn_start.jpg") top left;
    display: block;
    line-height: 28px;
    padding: 0 14px 0 16px;
    }

a.specialButton:hover {
    background-position: bottom right;
    text-decoration: none;
    }

a.specialButton:hover span {
    background-position: bottom left;
    line-height: 26px;
    padding: 2px 14px 0 16px;
    }

a.specialButton img {
    margin: 12px 6px 0 0;
    float: left;
    }

a.specialButton:hover img {
    margin: 11px 6px 0 0;
    }


/* Statements */
.statements .item {
    font-size: 11px;
    height: 45px;
    width: 437px;
    padding: 30px 0 0 13px;
    margin-top: 12px;
    }

.statements a {
    background: url("../images/arrow_double_orange.gif") right center no-repeat;
    padding-right: 10px;
    }

.statement1 {
    background: url("../upload/statements/ks_weber.jpg");
    }

.statement2 {
    background: url("../upload/statements/ks_fabian.jpg");
    }

.statement3 {
    background: url("../upload/statements/ks_bach.jpg");
    }

.statement4 {
    background: url("../upload/statements/ks_koepe.jpg");
    }

.statement5 {
    background: url("../upload/statements/ks_kueppers.jpg") no-repeat;
    }

.statement6 {
    background: url("../upload/statements/ks_bender.jpg") no-repeat;
    }

.captcha {
    border: 1px solid #bbb;
    }

#col_center p.captchatext {
    margin: 0 0 4px 160px;
    }

#contact #secure {
    margin: 0 0 10px 160px;
    }
