* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Helvetica, sans-serif;
}

img {
	border: 0;
}

body {
    font-size: 0.7em;
    font-size: 11px;
    line-height: 1.45em;
    text-align: center;
    height: 100%;
    color: #3b3832;
    background-color: #FFF;
    background-image: url( '../pics/body_bg.png' );
    background-repeat: repeat;
}

#frame {
    margin: 2em auto;
    width: 896px;
    text-align: left;
    position: relative;
}




/***** Header *****/

#top {
    margin-bottom: .3em;
}

#top .left a {
    margin-right: 1.5em;
    color: #ada593;
}

#top .left a:hover {
    color: #ada593;
    text-decoration: underline;
}


.horizontalBar {
    height: .5em;
    background-color: #ada593;
}

#header {
    height: 250px;
    overflow: hidden;
}

#selectLocation {
    position: absolute;
    left: 293px;
    top: 206px;
    z-index: 2;
}


/***** Menu *****/

#menu {
    border-top: 1px solid #a19989;
    border-bottom: 1px solid #a19989;
    background-color: #ccc3ad;
    text-align: center;
    padding: 1em 3em;
}

#menu a:hover {
    text-decoration: none;
}

.menuItem {
    float: left;
    width: 25%;
    text-align: left;
    cursor: pointer;
}

.menuItem.rMargin {
    margin-right: 2.5%;
}

.menuItem .title {
    color: #3b3832;
    font-size: 1.4em;
    text-transform: uppercase;
    letter-spacing: .01em;
    /*padding-left: 2em;*/
    background-position: top left;
    background-repeat: no-repeat;
}

/*

.menuItem .title.leistungen {
    background-image: url( '../pics/content_bg.png' );
}

.menuItem .title.unternehmen {
    background-image: url( '../pics/content_bg.png' );
}

.menuItem .title.karriere {
    background-image: url( '../pics/content_bg.png' );
}
*/

.menuItem .title.leistungen.act, .menuItem .title.leistungen.over {
    /*background-image: url( '../pics/content_bg.png' );*/
    color: #FFF;
}

.menuItem .title.unternehmen.act, .menuItem .title.unternehmen.over {
    /*background-image: url( '../pics/content_bg.png' );*/
    color: #FFF;
}

.menuItem .title.karriere.act, .menuItem .title.karriere.over {
    /*background-image: url( '../pics/content_bg.png' );*/
    color: #FFF;
}

.menuItem .desc {
    color: #676258;
    margin-top: .3em;
}


/***** Submenu *****/

#submenu {
    background-color: #ada593;
    padding: .75em 3em;
}

#submenu a {
    margin-right: 1.5em;
    color: #3b3832;
}

#submenu a:hover {
    color: #FFF;
    text-decoration: none;
}

#submenu a.act {
    color: #FFF;
}



/***** Content *****/

#content {
    background-color: #f7f6f4;
    background-image: url( '../pics/content_bg.png' );
    background-repeat: repeat-x;
    background-position: top;
    padding: 3em;
    border-style: solid;
    border-color: #ecebe7;
    border-width: 0 1px 0 1px;
}


/***** Reference Bar *****/

#referenceBar {
    border-top: 1px solid #ecebe7;
    border-left: 1px solid #ecebe7;
    border-right: 1px solid #ecebe7;
    background-color: #f2f1ed;
    padding: .6em 1.5em .6em 1.5em;
	text-align: center;
}

#referenceBar a {
    margin-right: 2em;
}

#referenceBar img {
    border: 0;
    vertical-align: middle;
}



/***** Footer *****/

#footer {
    margin-top: .5em;
}

#footer a {
    margin-left: 1.5em;
    color: #3b3832;
}

#footer a:hover {
    color: #3b3832;
    text-decoration: underline;
}



/***** HTML Tags *****/


a {
    color: #de9605;
    text-decoration: none;
}

a:hover {
    color: #de9605;
    text-decoration: underline;
}

p {
    display: block;
    font-weight: normal;
    margin: .8em 0;
}

h2 {
    margin-bottom: .7em;
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 2em;
    margin-bottom: .7em;
}

.teaserBox h3 {
    margin-top: 0;
}

h4 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 0;
}

ul {
    margin-left: 1em;
    padding-left: 0;
    list-style-type: none;
}

ul li {
    padding-left: 1.2em;
    background-image: url( '../pics/li_item.png' );
    background-repeat: no-repeat;
    background-position: 0 .6em;
    position: relative;
}

select {
    font-size: 1em;
}

option {
	padding-right: 9px;
}

input[type=text], input[type=password], textarea {
    border: 1px solid #ccc8be;
    background: #FFF;
    margin: 0 0 .25em 0;
    padding: .2em;
    font-size: 1em;
    width: 20em;
}

input[type=submit], input[type=button] {
    font-weight: bold;
    font-size: 1em;
}

input[type=checkbox] {
    margin: 0 .45em .3em 0;
}

.require_input {
    background-color: #efcdc9 !important;
}

.require_msg {
    color:  #AA1D1B;
	margin-left: .7em;
	vertical-align: top;
}



/******* Allgemeine Klassen *******/

.teaserRow {
    margin-top: 2.5em;
}

.teaserBox {
    padding: 1em;
    width: 45%;
}

.teaserText {
    padding-left: 13em;
}

.readmore {
    margin-top: .25em;
    color: #de9605;
}

img.framed {
    border: 3px solid #FFF;
    background-color: #FFF;
}

.stdTextImg {
    float: left;
    margin-right: 2em;
}

.stdText {
    width: 60%;
    float: left;
    margin-right: 3em;
}

.refImgBox {
    float: left;
    text-align: center;
    width: 270px;
    margin-right: 2em;
}

.refText {
    width: 60%;
    float: left;
    margin-right: 3em;
}

.wColImpressum {
    float: left;
    width: 11em;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.gray {
    color: gray;
}

.red {
    color: #AA1D1B;
}

.green {
    color: darkgreen;
}

.blue {
    color: #1e608f;
}

.asterisk {
    color: red;
}


/**** Kontakt Formular ****/

label.wFormKontakt {
    float: left;
    width: 8em;
    font-weight: bold;
}



