* {
    margin: 0;
    padding: 0;
    border: 0;
}

img, div {
    behavior: url(iepngfix.htc);
    border: none;
}

body {
    background: url(../images/bg_formular.jpg) repeat-x #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    image-rendering: optimizeQuality;
}



/* Container */

#head,
#editorHead {
    width: 980px;
    height: 100px;
    margin: 10px auto 0 auto;
    text-align: right;
}

#editorHead>div {
    width: 200px;
    float: right;
}

#editorHead div h1 {
    margin-top: 30px;
}

#nav {
    width: 980px;
    height: 50px;
    margin: 0 auto;
}

#nav ul li {
    float: right;
    margin: 20px 0 0 0;
    line-height: 50px;
    list-style-type: none;
}

#nav ul li ul {
    display: none;
    position: absolute;
    width: 300px;
    z-index: 9999;
    border-top: 2px solid #fff;
}

#nav ul li:hover ul {
    background: url(../images/bg_subnav.png) repeat;
    display: block;
    margin: 0;
    padding: 0;
}

#nav ul li:hover ul li {
    background: none;
    float: none;
    height: 50px;
    line-height: 50px;
    width: 300px;
    margin: 0;
    padding: 0;
    text-align: left;
    border-bottom: 2px solid #fff;
}

#nav ul li:hover ul li a {
    color: #777;
}

#nav ul li:hover ul li:hover {
    background: #fff;
    border-bottom: 2px solid #956E3B;
}

#imageslider {
    border-top: 2px solid #956E3B;
    border-bottom: 2px solid #956E3B;
    width: 980px;
    margin: 0 auto;
}

/* Carousel */
#carousel {
    width: 980px;
    height: 375px;
    margin: 0 auto;
}

/* Carousel */
a.mslprev {
    display: block;
    z-index: 99;
    float: right;
    width: 24px;
    height: 42px;
    background: url(../images/icon_next.png) no-repeat center center;
}

/* Carousel */
a.mslnext {
    display: block;
    z-index: 99;
    float: left;
    width: 24px;
    height: 42px;
    background: url(../images/icon_prev.png) no-repeat center center;
}

/* Carousel */
.pagination {
    width: 150px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 300px;
    margin: 0 0 0 -40px;
    z-index: 9999;
}

/* Carousel */
.pagination a {
    display: block;
    float: left;
    width: 12px;
    height: 12px;
    background-image: url(../images/pagination_inaktiv.png);
    margin-right: 10px;
}

/* Carousel */
.pagination a span {
    display: none;
    text-align: center;
}

/* Carousel */
.pagination a.selected {
    background-image: url(../images/pagination_aktiv.png);
}

/* Carousel */
.fullsize {
    width: 100%;
    height: 400px;
}

.cont3_l {
    float: left;
    width: 300px;
    margin: 0 40px 0 0;
    padding: 0 0 40px 0;
}

.cont3_r {
    float: right;
    width: 300px;
    margin: 0;
    padding: 0 0 40px 0;
}

.cont2_l {
    float: left;
    width: 650px;
}

.cont2_r {
    float: right;
    width: 300px;
}

.grey_bar {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #777;
    border-top: 2px solid #fff;
}

.grey_bar:hover {
    background: #956E3B;
}

#language {
    font-size: 12px;
}

#footer {
    border-top: 1px solid #ddd;
    width: 980px;
    height: 50px;
    margin: 50px auto 10px auto;
    font-size: 12px;
    color: #aaa;
}

.icon_google {
    margin: 10px 0 0 0;
    width: 40px;
    height: 40px;
    background: url("../images/icon_google_footer.png") top right;
    float: right;
}

.icon_google:hover {
    background: url("../images/icon_google_footer.png") bottom right;
}

.icon_linkedin {
    margin: 10px 0 0 0;
    width: 40px;
    height: 40px;
    background: url("../images/icon_linkedin_footer.png") top right;
    float: right;
}

.icon_linkedin:hover {
    background: url("../images/icon_linkedin_footer.png") bottom right;
}

.icon_xing {
    margin: 10px 0 0 0;
    width: 40px;
    height: 40px;
    background: url("../images/icon_xing_footer.png") top right;
    float: right;
}

.icon_xing:hover {
    background: url("../images/icon_xing_footer.png") bottom right;
}

/* Styles */

.left {
    float: left;
}

.right {
    float: right;
}

.setcenter {
    margin: 0 auto;
}

.clad {
    width: 980px;
    margin: 50px auto 50px auto;
}

.bg_grey {
    background: #eee;
    min-width: 980px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 0 50px 0;
}

a {
    font-size: 14px;
    font-weight: normal;
    color: #956E3B;
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

a.nav {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    margin: 0 0 0 15px;
    text-transform: uppercase;
}

a.nav:link {
    color: #666;
}

a.nav:visited {
    color: #666;
}

a.nav:hover {
    color: #956E3B;
}

a.nav:active {
    color: #956E3B;
}

a.subnav {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

a.subnav:link {
    color: #666;
}

a.subnav:visited {
    color: #666;
}

a.subnav:hover {
    color: #666;
}

a.subnav:active {
    color: #666;
}

a.white {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    display: block;
}

a.white:link {
    color: #fff;
}

a.white:visited {
    color: #fff;
}

a.white:hover {
    color: #777;
}

a.white:active {
    color: #777;
}

a.footer1 {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

a.footer1:link {
    text-decoration: none;
}

a.footer1:visited {
    text-decoration: none;
}

a.footer1:hover {
    text-decoration: underline;
}

a.footer1:active {
    text-decoration: underline;
}

a.footer2 {
    font-size: 12px;
    font-weight: normal;
    color: #aaa;
}

a.footer2:link {
    text-decoration: none;
}

a.footer2:visited {
    text-decoration: none;
}

a.footer2:hover {
    text-decoration: underline;
}

a.footer2:active {
    text-decoration: underline;
}

p {
    margin: 10px 0px 10px 0px;
    text-align: justify;
}

hr {
    border: none 0;
    border-top: 1px solid #ddd;
    width: 980px;
    height: 1px;
    margin: 20px auto 20px auto;
}

ul {
    margin: 0px 0px 0px 15px;
}

h1 {
    font-size: 32px;
	font-weight: normal;
    font-weight: 300;
    color: #956E3B;
    line-height: 48px;
}

.h1 {
    font-size: 32px;
    font-weight: 300;
    color: #956E3B;
    line-height: 48px;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    font-weight: 300;
    color: #000;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    font-weight: 400;
    color: #956E3B;
    line-height: 24px;
}

/* Kontaktformular */
.submitform input {
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    width: 245px;
    padding: 0px 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #999;
}

.submitform textarea {
    float: right;
    width: 400px;
    height: 115px;
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 0px 10px;
    margin: -148px 0 0 0;
    font-size: 12px;
    color: #999;
}

#error {
    color: #666;
    width: 700px;
    display: none;
    margin-top: 30px;
    text-align: right;
}

.emailsuccess {
    color: #666;
    position: absolute;
    margin-top: -60px;
    z-index: 9999;
    background-color: #fff;
    width: 700px;
    padding: 0;
}

input.absenden {
    background: #999;
    border: none;
    width: 100px;
    height: 32px;
    line-height: 32px;
    padding: 0px 10px;
    font-size: 14px;
    color: #fff;
}

input.absenden:hover {
    background: #956E3B;
}

/* ---------------- clearFloatfix -------------- */
.clearFloat:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearFloat {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearFloat {
    zoom: 1;
}

/* -------------------- pagination ---------------------- */

.jobPagination {
    margin: 30px 0 40px 0;
}

.jobPagination a {
    border: 1px solid #ccc;
    padding: 3px 8px;
    background-color: #fbfbfb;
}

.jobPagination span {
    border: 1px solid #ccc;
    padding: 3px 8px;
    /*background-color: #efefff;*/
    /*color: #FF7E00;*/
    background-color: #956e3b;
    color: #eeFFFF;
}

.jobPagination a,
.jobPagination a i,
.jobPagination span {
    margin: 3px;
}
/* ----------------------- logOut ------------------------ */

#logout {
    display: block;
    float: right;
    width: 100px;
    height: 26px;
    margin-top: 15px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    background-color: #956e3b;
    cursor: pointer;
}

/* -------------- stellenangebote frontend -------------- */

#jobOfferWrap {
    width: 980px;
    margin: 30px auto 0 auto;
}

#jobListFrontend {
    float: left;
    width: 630px;
}

#jobListFrontend > h2 {
    margin: 0;
}

#jobListSidebar {
    box-sizing: border-box;
    float: right;
    width: 350px;
    padding-left: 50px;
    padding-right: 50px;
}

#jobListSidebar p {
    text-align: left;
}

/* ----------- stellenangebote backend ----------- */

#backendWrap {
    margin: 30px auto 0 auto;
    width: 980px;
}

#jobListBackend {
    box-sizing: border-box;
    width: 400px;
    padding: 10px 10px 10px 0;
    float: left;
}

div#jobFormular {
    box-sizing: border-box;
    width: 580px;
    padding: 10px;
    float: right;
}

div#jobFormular hr {
    width: 565px;
    margin-top: 42px;
}

.stmtResult_0 {
    color: #f00;
}

.highlight {
    color: #956e3b;
    font-size: 18px !important;
}

/*backendFormular*/

.createButton {
    display: block;
    float: left;
    height: 33px;
    width: 250px;
    margin: 20px 0 5px 0;
    padding: 0 5px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 32px;
    color: #333;
    text-decoration: none;
    background-color: #F0F0F0;
}


#jobForm fieldset label {
    height: 35px;
    width: 145px;
    float: left;
    margin: 5px 0;
    line-height: 36px;
}

#jobForm fieldset input {
    display: block;
    height: 33px;
    width: 400px;
    margin: 5px 0;
    float: right;
    border: 1px solid #ddd;
    padding: 0 5px;
}

#jobForm fieldset textarea {
    width: 565px;
    max-width: 565px;
    height: 200px;
    clear: both;
    border: 1px solid #ddd;
}

.textareaLabelTop {
    display: block;
    height: 40px;
    padding-top: 20px;
    width: 300px !important;
}

#jobSenden {
    width: 250px !important;
    cursor: pointer;
    float: left !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
}

/*end backFormular */

.jobContentList {
    border-top: 1px solid #ccc;
}

/* -------------- accordion style -------------- */

#accordion {
    width: 630px;
}

#accordion p {
    font-size: 14px;
}

#accordion a {
    display: block;
    width: 150px;
    height: 26px;
    margin-top: 35px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    background-color: #956e3b;
    cursor: pointer;
}

#accordionBackend {
    width: 350px;
}

#accordion h2 {
    color: #333;
    font-size: 22px !important;
    padding: 25px 0;
    text-decoration: none !important;
    outline: 0 !important;

}

#accordionBackend h2 {
    color: #333;
    font-size: 18px !important;
    padding: 25px 15px 25px 0;
    text-decoration: none !important;
    outline: 0 !important;
}

.listEditButtons {
    margin-top: 0;
}

#accordionBackend div p a {
    color: #956e3b;
    font-size: 18px !important;
    padding: 0 15px 0 0;
}

#accordionBackend div p a i span {
    padding: 0 0 0 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

#accordion h2 span,
#accordionBackend h2 span {
    font-size: 14px;
}

#accordion div,
#accordionBackend div {
    padding: 0 0 35px 0;
}

#accordionBackend .ui-state-active,
#accordionBackend .ui-widget-content .ui-state-active,
#accordionBackend .ui-widget-header .ui-state-active,
#accordion .ui-state-active,
#accordion .ui-widget-content .ui-state-active,
#accordion .ui-widget-header .ui-state-active {
    background: none !important;
}

#accordionBackend .ui-state-default,
#accordionBackend .ui-widget-content .ui-state-default,
#accordionBackend .ui-widget-header .ui-state-default,
#accordion .ui-state-default,
#accordion .ui-widget-content .ui-state-default,
#accordion .ui-widget-header .ui-state-default {
    background: none !important;
}

#accordionBackend .ui-state-default,
#accordionBackend .ui-widget-content .ui-state-default,
#accordionBackend .ui-widget-header .ui-state-default,
#accordion .ui-state-default,
#accordion .ui-widget-content .ui-state-default,
#accordion .ui-widget-header .ui-state-default {
    border: none !important;
    border-top: 1px solid #ddd !important;
}

#accordionBackend .ui-corner-all,
#accordionBackend .ui-corner-top,
#accordionBackend .ui-corner-right,
#accordionBackend .ui-corner-tr,
#accordion .ui-corner-all,
#accordion .ui-corner-top,
#accordion .ui-corner-right,
#accordion .ui-corner-tr {
    border-top-right-radius: 0 !important;
}

#accordionBackend .ui-corner-all,
#accordionBackend .ui-corner-top,
#accordionBackend .ui-corner-left,
#accordionBackend .ui-corner-tl,
#accordion .ui-corner-all,
#accordion .ui-corner-top,
#accordion .ui-corner-left,
#accordion .ui-corner-tl {
    border-top-left-radius: 0 !important;
}

#accordionBackend .ui-state-hover,
#accordionBackend .ui-widget-content.ui-state-hover,
#accordionBackend .ui-widget-header .ui-state-hover,
#accordion .ui-state-hover,
#accordion .ui-widget-content.ui-state-hover,
#accordion .ui-widget-header .ui-state-hover {
    color: #956e3b !important;
}

#accordionBackend .ui-accordion-header-active:hover,
#accordion .ui-accordion-header-active:hover {
    color: #000 !important;
}

#accordionBackend .ui-widget-content,
#accordion .ui-widget-content {
    border: none !important;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: auto !important;
    right: 0;
    top: 25% !important;
}

#accordionBackend .ui-accordion .ui-accordion-icons,
#accordion .ui-accordion .ui-accordion-icons {
    padding-left: 0 !important;

}

#accordionBackend .ui-accordion .ui-accordion-content,
#accordion .ui-accordion .ui-accordion-content {
    padding-left: 0 !important;
}

