/* inc/template/css/kryn_defaults.css: */

p {
    padding: 0px;
    margin: 0px;
}



/* inc/template/th_williSchueler/base.css: */


body {
    background-color: #e6e6e6;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    color: #111;
    line-height: 140%;
}

table td {
    font-size: 12px;
}

.breaker {
    clear: both;
}

/* defaults */

a.button, a.button:link {
    background-image: url(/inc/template/th_williSchueler/../images/button-bg.png);
    background-image: url(/inc/template/th_williSchueler/../images/button-bg2.png);
    background-repeat: repeat-x;
    text-decoration: none;
    color: black;
    padding: 4px 14px 6px 14px;
    font-size: 11px;
    line-height: 22px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #333;
}

a, a:link {
    color: gray;
}

input {
    font-size: 11px;
}

textarea,
input.text {
    border: 1px solid gray;
    background-color: #f6f6f6;
    margin: 3px 0;
    width: 200px;
}

td {
    vertical-align: top;
}

td.formDefaultTableLabel {
    line-height: 25px;
}

.newsListDefaultIntro img {
    float: left;
    margin-right: 5px;
    width: 100px;
}

p {
    line-height: 18px;
}


/* design */
.border {
    margin: auto;
    text-align: left;
    width: 960px;
}

.header {
    height: 108px;
    border: 2px solid white;
    background-image: url(/inc/template/th_williSchueler/../images/header-bg.png);
    position: relative;
}

.header .corner {
    position: absolute;
    right: -2px;
    bottom: -2px;
    background-image: url(/inc/template/th_williSchueler/../images/header-bottom-right.jpg);
    width: 23px;
    height: 23px;
}

.ss-head .corner {
    position: absolute;
    right: -2px;
    top: -2px;
    background-image: url(/inc/template/th_williSchueler/../images/content-top-right.jpg);
    width: 20px;
    height: 20px;
}


.header .logo {
    position: absolute;
    top: 12px;
    right: 15px;
}

.header .header-text {
    position: absolute;
    top: 70px;
    left: 35px;
}

.ss-content {
    border: 2px solid white;
    position: relative;
    z-index: 400;
}

.mcontent {
    position: relative;
    background-color: white;
}

.ss-content .content {
    margin-bottom: 45px;
}

.content-bottom-up {
    border-right: 2px solid white;
    border-left: 2px solid white;
    background-image: url(/inc/template/th_williSchueler/../images/content-bg-bottom-up.png);
    background-repeat: repeat-x;
    height: 125px;
    width: 956px;
    position: absolute;
    bottom: 0px;
}

.content-bottom {
    background-image: url(/inc/template/th_williSchueler/../images/content-bg-bottom.png);
    background-repeat: no-repeat;
    height: 21px;
    position: relative;
    top: -2px;
    z-index: 500;
}

.navi {
    margin: 4px 0 4px 0;    
    height: 26px;
}

.navi-top {
    float: left;
    width: 670px;
    position: relative;
    z-index: 30000;
    left: -10px;
    background-image: url(/inc/template/th_williSchueler/../images/navi-bg.png);
    height: 26px;
}

.navi-search {
    float: left;
    position: relative;
    left: -13px;
    width: 282px;
    background-image: url(/inc/template/th_williSchueler/../images/search-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 26px;
}

.navi-search input {
    position: absolute;
    top: 3px;
    left: 23px;
    width: 170px;
    border: 1px solid gray;
    padding: 1px;
    height: 16px;
}

.navi-search span {
    position: absolute;
    top: 6px;
    right: 17px;
    font-size: 12px;
    color: white;
}

.footer {
    background-color: #f2f2f2;
    border: 2px solid white;
    padding: 5px;
    color: gray;
    text-align: center;
    margin-top: 3px;
}


/* navigation - supertop */
.naviSupertop {
    position: absolute;
    left: 4px;
}

.naviSupertop span {
    color: silver;
}
.naviSupertop a, .naviSupertop a:link {
    text-decoration: none;
    font-size: 11px;
}

/* navigation - top */
.navi-top a.mainNavi,
.navi-top a.mainNavi:link,
.navi-top a.mainNavi:visited {
    color: white;
    text-decoration: none;
    font-size: 13px;
    padding: 1px 13px 1px 13px;
    line-height: 24px;
    display: block;
    float: left;
    border-right: 1px solid #ca7475;
}

.navi-top a.mainNavi:hover,
.navi-top a.active {
    background-color: #5e0001;
}

.subNavi {
    display: none;
    position: absolute;
    background-color: #383838;
    z-index: 10000;
}

.subNavi a,
.subNavi a:link,
.subNavi a:visited {
    color: white;
    padding: 2px 45px 2px 17px;
    border-top: 1px solid white;
    display: block;
    line-height: 24px;
    text-decoration: none;
}

.subNavi a:hover {
    background-color: #999;
}


/* navi lvl 2 - incontent */
.subNaviContent {
    width: 600px;
    height: 28px;
    background-color: #cfcfcf;
    background-image: url(/inc/template/th_williSchueler/../images/subNaviContent-bg.png);
    background-position: right;
    background-repeat: no-repeat;
}

.subNaviContent a,
.subNaviContent a:link,
.subNaviContent a:visited {
    color: #646464;
    float: left;
    display: block;
    text-decoration: none;
    line-height: 28px;
    vertical-align: middle;
    padding: 0px 10px 0 10px;
    border-right: 1px solid #e4e4e4;
}

.subNaviContent a:hover,
.subNaviContent a.active {
    color: black;
    background-color: #ababab;
}



/* sidebar-box */
.sidebar-box h1 {
    background-color: #aaa;
    border: 1px solid #d9d9d9;
    margin: 0px;
    font-size: 12px;
    line-height: 14px;
    color: white;
    padding: 6px;
    padding-left: 8px;
    margin-bottom: 2px;
}

.sidebar-box img {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    margin-bottom: 4px;
    border: 1px solid #dbdbdb;
}

.sidebar-box {
    background-image: url(/inc/template/th_williSchueler/../images/startpage-top-box-bg.png);
    background-repeat: repeat-x;
    background-position: 0px 120px;
}


/* karriere */
table.karriere {
    width: 95%;
    padding: 0px;
    border: 0px;
}

table.karriere td {
    border-bottom: 2px solid white;
    background-color: #e5e5e5;
    height: 44px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12px;
}

table.karriere td .button {
}

/* marken */
table.marken td {
    text-align: center;
}
table.marken td img {
    border: 1px solid silver;
    max-width: 155px;
}
table.marken td .button {
    position: relative;
    left: 35px;
    top: -11px;
}

/* engagement */
table.engagement {
    width: 100%;
    border-top: 1px solid #c1c1c2;
}

table.engagement td {
    border-bottom: 1px solid #c1c1c2; 
}

table.engagement td img {
    border: 0px;
}

table.engagement .button {
   position: relative;
   top: 7px;
}

/* form callme */
.form-callme input {
    border: 1px solid gray;
    background-color: #f2f2f2;
    color: gray;
    width: 250px;
    margin: 3px 0px 3px 0px;
}
.form-callme {
    padding: 10px;
}























/* layout defaults */
.ss-head {
  height: 306px;
  border: 2px solid white;
  position: relative;
}

.ss-head .left {
    width: 601px;
    overflow: visible;
    height: 306px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 400;
}

.ss-head .right {
    width: 305px;
    height: 308px;
    position: absolute;
    right: 0px;
    top: -2px;
    background-image: url(/inc/template/th_williSchueler/../images/middle-right-bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
    text-align: left;
    z-index: 405;
}   
    
img.middle-bg {
    position: absolute;
    z-index: 600;
    left: 590px;
}   
    
.ss-head .right .handleBox {
    position: relative;
    top: -3px;
    left: -10px;
    width: 288px;
    margin: auto;
    margin-top: 24px;
}

.ss-head .right .handleBox .box1 {
    margin-left: 15px;
}

.ss-head .right .handleBox .box1 img {
position: relative;
    left: -15px;
}

.ss-head .right .handleBox p {
    position: relative;
    z-index: 2000;
    padding-left: 4px;
}

/*.ss-head .right .title {
    background-image: url(/inc/template/th_williSchueler/../images/top-right-head.png);
    height: 28px;
}*/


/* box */
.box1 {
    background-image: url(/inc/template/th_williSchueler/../images/content-bg.png);
    background-repeat: repeat-x;
    margin-bottom: 16px;
}

.box1 h1, .box1 h2,
h2.newsListTopHead,
.ss-content-top .bx h1 {
    background-color: #aaa;
    border: 1px solid #d9d9d9;
    margin: 0px;
    font-size: 12px;
    line-height: 14px;
    color: white;
    padding: 4px;
    padding-left: 8px;
    margin-bottom: 1px;
}


h2.newsListTopHead a {
    color: white;
    text-decoration: none;
}


.box1 img {
}

.box1 p {
    margin: 0px;
    padding: 0px;
}


.ss-content {
  background-image: url(/inc/template/th_williSchueler/../images/content-bg-top.png);
  background-repeat: repeat-x;
}

.newsListKleinIntro img {
    /*
    position: relative;
    left: -4px;
    */
}



.subNaviContentAnsprech a,
.subNaviContentAnsprech a:link {
    display: block;
   color:#4F4F4F;
display:block;
float:none;
margin-left:-1px;
outline:0 none;
padding:9px 15px 9px 10px;
position:relative;
text-decoration:none;
z-index:123123; 
}

.subNaviContentAnsprech a.active,
.subNaviContentAnsprech a.active:link {
background-color:#F2F2F2;
border-bottom:1px solid #BDBDBD;
border-top:1px solid #BDBDBD;
padding:8px 15px 8px 10px;
}



/* inc/template/th_williSchueler/startpage.css: */

.ss-content {
    padding: 9px;
}

.ss-content-top {
    height: 250px;
}

.ss-content-top .bx {
    float: left;
    margin: 0px 11px 0px 11px;
    width: 290px;
}

.ss-content-top .bx h1 {
    /* take a look at layouts.css */
}


.ss-content-top .bx img {
    border: 1px solid #c5c4c2;
}

.ss-content-top .bx .con {
    background-image: url(/inc/template/th_williSchueler/../images/startpage-top-box-bg.png);
    background-repeat: repeat-x;
    padding: 0px 8px 3px 8px;
    float: left;
    width: 274px;
}

.ss-content-middle {
    margin-left: 8px;
    margin-right: 8px;
}

.ss-content-middle .pic {
    float: left;
    width: 274px;
}

.ss-content-middle .pic img{
    border: 1px solid #c2c2c2;
}

.ss-content-middle .tx {
    float: right;
    width: 600px;
}

/* bottom */
.ss-content-bottom {
    margin-top: 25px;
    margin-left: 8px;
    margin-right: 8px;
}

.ss-content-bottom .left {
    float: left;
    width: 600px;
}

.ss-content-bottom .right {
    float: right;
    width: 291px;
}


/* inc/template/css/_pages/7.css: */

Bitte haben Sie Verständniss - Aufgrund einer technischen Störung funktioniert derzeit unser Fax-Empfang und -Versand nicht! Wir arbeiten fieberhaft an der Behebung des Problems und informieren Sie hier sobald die Faxanschlüsse wieder funktionieren.
Bis auf Weiteres erreichen Sie uns wie gewohnt via E-Mail oder Telefon und in Ausnahmefällen via Fax unter 07664-9717-26.



