/***************************************************************************
* General Configuration
***************************************************************************/

* {
    margin: 0px;
    padding: 0px;
}

body {
    color: #4e4e4e;
    font: 11px arial,sans-serif;
    line-height: 1.6em;
}

a {
    color: #d45b1c;
    text-decoration: underline;
}

input,
a {
    outline: none;
}

a.mail {
/*    background: url("../img/mail-icon.png") no-repeat left top;
    padding-left: 18px;*/
}
a.pfeilLink {
    background: url("../img/link_arrow.gif") no-repeat left 2px;
    display: block;
    margin-bottom: 5px;
    padding: 0 0 0px 22px;
}

.clear,
.clear-right,
.clear-left {
    clear: both;
    height: 0px;
    font-size: 0px;
}

.clear-right {
    clear: right;
}
.clear-left {
    clear: left;
}


.clearAfter:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* Holly Hack Targets IE Win only \*/
* html .clearAfter {height: 1%;}
/* End Holly Hack */


h1, h2, h3, h4 {
/*    color: #505050;
    font-weight: bold;
    line-height: 1.5em;*/
    margin: 5px 0;
    text-transform: uppercase;
}

h1 {
    font-size: 1.8em;
    margin-top: 5px;
}
h2 {
    font-size: 1.5em;
}
h3, h4 {
    font-size: 1.1em;
}
h1.imageheader {
   background-repeat: no-repeat;
   border-bottom: 1px dotted #4e4e4e;
   height: 22px;
   margin-bottom: 15px;
   overflow: hidden;
   padding-bottom: 5px;
   text-indent: 999em;
   white-space: nowrap;
   width: 260px;
}



/***************************************************************************
* Header
***************************************************************************/

#headerContainer {
    background: #fff;
    height: 115px;
    margin: 0;
    padding: 0;
}

#headerContent {
    margin: 0 auto;
    padding: 70px 0 0 0;
    text-align: right;
    width: 815px;
}

/***************************************************************************
* Navigation
***************************************************************************/

.langMenu {
    padding-right: 10px;
}


#headerMenu ul.menuTop {
    float: right;
	list-style: none;
    margin-top: 15px;
}

#headerMenu ul.menuTop li {
    float: left;
    margin-left: 12px;
}

#headerMenu ul.menuTop li a {
    color: #4e4e4e;
    font-size: 0.9em;
    text-decoration: none;
    text-transform: uppercase;
}
#headerMenu ul.menuTop li a.active {
    color: #d45b1c;
    text-decoration: none;
    text-transform: uppercase;
}

#navigationBar {
    background: #2e2e2e;
    background-image: url("../img/bg_nav.png");
    background-position: center;
    background-repeat: repeat-y;
    float: none;
    height: 267px;
    width: auto;
}

#navigationContent {
    background: #565656;
    margin: 0 auto;
    width: 812px;
}

#navigationContent ul.mainMenu {
    height: 267px;
    list-style: none;
    left: 50%;
    margin: 0 0 0 -407px;
    position: relative;
    width: 815px;
}


#navigationContent ul.mainMenu li {
    background: #565656;
    float: left;
    height: 267px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 36px;
}

#navigationContent ul.mainMenu li.active {
    width: 259px;
}
#navigationContent ul.mainMenu li.active.hasSubMenu {
    width: 668px;
}

#navigationContent ul.mainMenu li a {
    border: none;
    border-left: 1px solid #c9c9c9;
    display: block;
    float: left;
    height: 267px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 259px;
}

#navigationContent ul.mainMenu li a.first {
    border: none;
}


#navigationContent ul.mainSubMenu {
    float: left;
    height: 147px;
    list-style: none;
    overflow: hidden;
    padding: 60px 30px;
    width: 348px;
}
#navigationContent ul.mainSubMenu li {
    float: none;
    height: auto;
    width: auto;
}

#navigationContent ul.mainSubMenu li a {
    border: none;
    float: none;
    height: auto;
    line-height: 1.5em;
    width: auto;
}
#navigationContent ul.mainSubMenu li a.active {
    float: none;
    height: auto;
    width: auto;
}



/***************************************************************************
* Main
***************************************************************************/

#main {
    background: #fff;
    margin: 50px auto;
    padding: 0;
    width: 815px;
}

/***************************************************************************
* Content
***************************************************************************/

#content {
    float: left;
    padding-bottom: 30px;
    padding-right: 60px;
    width: 570px;
}

#content h1 {
    clear: both;
    width: auto;
}
#content h1.csc-firstHeader {
   border-bottom: 1px dotted #4e4e4e;
   margin-bottom: 15px;
   padding-bottom: 5px;
   text-transform: uppercase;
}


#content ul {
    margin-left: 15px;
}


#sidebar {
    float: right;
    width: 185px;
}

#sidebar h1.imageheader {
    width: auto;
}

.csc-mailform {
    border: none;
    padding: 10px;
}


.csc-mailform h3 {
    color: #d45b1c;
    font-weight: normal;
    margin-bottom: 10px;
}


.csc-mailform-field {
    margin: 5px 0;
}

.csc-mailform-field label {
    display: block;
    float: left;
    margin-right: 5px;
    width: 120px;
}

.csc-mailform-field input,
.csc-mailform-field select,
.csc-mailform-field textarea {
    background: url('../img/input_bg.png') repeat-x;
    border: 1px solid #a9a9a9;
    height: auto;
    line-height: 17px;
    padding: 0 3px;
    width: 244px;
}
.csc-mailform-field textarea {
    background: #fefefe;
    height: 7em;
    line-height: 1em;
    padding: 3px;
}


.csc-mailform-field select {
    width: 253px;
}

.csc-mailform-field #mailformAnrede {
    width: 65px;
}
.csc-mailform-field #mailformPLZ {
    width: 54px;
}
.csc-mailform-field #mailformOrt {
    margin-left: 10px;
    width: 172px;
}

.csc-mailform-field #mailformStunde {
    width: 54px;
}
.csc-mailform-field #mailformMinute {
    width: 54px;
}




.csc-mailform-field input.csc-mailform-submit {
    background: url('../img/form_button_bg.png') no-repeat;
    border: none;
    color: #fff;
    cursor: pointer;
    height: 27px;
    margin-left: 125px;
    padding: 0;
    text-align: center;
    width: 123px;
}

.logoLink {
    float: left;
}



.startContent {
    border: none;
    width: 100%;
}

.startContent tr td {
    padding: 10px;
    vertical-align: top;
    width: 33%;
}

a.mail {
    background: none;
    padding: 0;
}

table.contenttable {
    margin: 0;
    padding: 0;
    width: 100%;
}


table.contentHalb td {
    padding-right: 10px;
    vertical-align: top;
    width: 50%;
}
#content table tr td.short {
    width: 10%;
}


td.align-right {
    text-align: right;
}
#content ul {
    color: #d45b1c;
    list-style: none;
    list-style: url("../img/list-style.gif");
}


#content ul li {
    margin-left: -5px;
    padding-left: -5px;
}
/*.contenttable ul li:before {
    content: "- ";
}*/

#content div.csc-textpic-imagewrap ul {
    margin: 0;
}


/***************************************************************************
* Footer
***************************************************************************/

#footerContainer {
    background: #fff url("../img/bg_footer.gif") repeat-x;
    bottom: 0;
    clear: both;
    font-size: 10px;
    height: 49px;
    position: fixed;
    width: 100%;
}

#footerContent {
    height: 49px;
    margin: 0 auto;
    width: 815px;
}


#footerMenu {
    float: left;
    /*line-height: 49px;*/
    padding-top: 12px;
}
#footerMenu img {
    vertical-align: middle;
}


.footerMenuElement {
    margin-right: 20px;
}

#footerText {
    color: #dcdcdc;
    float: right;
    line-height: 49px;
    text-align: right;
}
#footerContent a {
    color: #dcdcdc;
}

#sound {
    float: right;
    line-height: 49px;
    padding-left: 10px;
    text-align: right;
}
