body,tr { 
    font-size:11px;
}

html { 
    margin:0; padding:0;
    overflow-y: scroll;
}

body {
    margin:0;
    padding:25px;
    background-color:#FFFFFF;
    background-image:url(1pic/hintergrund.png);
    background-repeat:repeat-y;
    background-position:center top;
    text-align:left;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    
    color: #4a4a4a;
}

body.temPrint { background-image:none; padding:10px; }

td,th { 
    text-align:left; 
    vertical-align:top; 
}

img { 
    border:none; 
}

p { 
    margin:0 0 1em 0;
}

hr {
    background-color: #E5E5E5; /* Mozilla 1.4 */
    color:            #E5E5E5; /* IE 6 */
    border:           #E5E5E5; /* Opera 7.11 */
    height:           1px;
    margin:           0.5em 0;
}

.clear {
    clear:both;
    font-size:0%;
    height:0px;
    line-height:0px;
}

.printjava {
    font-weight:bold;
}

.bildBig img { 
    margin-bottom:1em; 
}

#copyright { 
    clear:both;font-size:0.85em; text-align:center;
}

#copyright a { 
    color:#BEBEBE;
    text-decoration:none;
}

#imagebild {
    width:957px;
    height:300px;
    overflow:hidden;
    clear:both;
}

#logo {
    width:80px;
    float:left;
    margin-bottom:15px;
}

/*
 * TOP-Navigation
 */

.template_header_sitelinks {
    float: right;
    margin-top: 18px;
    color: #7F7F7F;
    white-space: nowrap;
}

.template_header_sitelinks span {
    margin-right: 2px;
}

.template_header_sitelinks SPAN a {
    color: #4c4c4c;
    font-size: 10px;
    text-decoration: none;
    padding-left: 15px;
}

.template_header_sitelinks SPAN a.aktiv, 
.template_header_sitelinks SPAN a:hover {
    color: #c40000;
    font-size: 10px;
    text-decoration: none;
}

/* Indikator */
.indikator {
    color: #A6A6A6;
    margin-bottom: 1em;
}
.indikator a {
    color: #A6A6A6;
}


/* Subseiten */
ul.subseiten {
    margin: 0px;
    margin-top: 32px;
    width: 712px;
}

ul.subseiten li {
    margin-bottom: 1px;
    list-style: none;
    padding-top: 8px;
    
    background-image: url(1pic/intro-background-top.png);
    background-position: left top;
    background-repeat: no-repeat;
}

ul.subseiten DIV.frame {
    background-image: url(1pic/intro-background.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 24px;
}

DIV.subseitenbild A {
    background-image: none;
    padding: 0px;
}

DIV.subseitenbild {
    float: left; 
    margin: 8px 16px 8px 16px;
    width: 100px;
    height: 75px;
}

DIV.subseitenbody {
    float: left; 
    width: 496px; 
    padding-top: 4px;
}

DIV.subseitenbody DIV.header {
}

DIV.subseitenbody DIV.header A {
    color: #4A4A4A;
    font-weight: bold;
    background-image: none;
    padding: 0px;
    margin: none;
    line-height: 15px; 
    text-decoration: none;
}

DIV.subseitenbody DIV.text {
}

DIV.subseitenbody DIV.text P {
    text-align: left;
    padding: 0px;
    margin: 0px;
}

DIV.subseitenbody DIV.link A {
    text-align: left;
    line-height: 1em;
    margin-top: 4px;
}

ul.subseiten li:hover {
    background-color: #FAFAFA;
}

ul.subseiten li a {
    display: block;
}

ul.subseiten li A:hover {
    color: #c40000;
}

/******************/
/* Headers, plain */
/******************/
h1, h2, h3, h4, h5, h6 { 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 1em; 
    margin: 0;
    margin-bottom: 0.5em;
}

/* Headers, with link */
h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { 
    color: #c40000; 
    text-decoration: none; 
}

h1{
    font-family: Verdana,Helvetica;
    font-size: 24px;
    padding-bottom: 20px;
    margin: 0px;
    font-weight: normal;
    color: #c50000;
}

h2 {
    font-size: 13px;
    font-weight: bold;
}
h3 {
    color:#7F7F7F;
}

table.bilder{
    margin-bottom:10px;
}


/*********/
/* Links */
/*********/

A, A:link {
    color: #c40000;
}

A.newslineEditLink {
    display:block;
    clear:both;
    background-color:#F6A50B;
    border:1px solid #F0F0F0;
    padding:3px;
    font-size:11px;
    color:#000000;
    font-weight:bold;
    text-align:left;
}

A.newslineEditLink:hover { 
    color: #FFFFFF; 
    text-decoration: none; 
}

/***********/
/* Tabelle */
/***********/
table.auto {
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 1em;
}

table.auto td,table.auto th,table.auto tr {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding: 1px;
    font-size:0.90em;
}


/************/
/* Formular */
/************/
form { 
    margin:0; 
}

input.text {
    font-size: 1em;
    margin:2px 0;
}
input.button {
    cursor:pointer;
    padding:0;
    margin:2px 0;
    font-size:1.0em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* ERROR */
p.error { color:#FF0000; font-weight:bold; }
input.error { color:#000000; font-weight:normal; }
td p.error { font-weight:normal; }
h3.error { color:#FF0000; font-weight:bold; }

.formulare .formularfeldgruppenEintrag { margin-bottom:1em; }

/************/
/* TEMPLATE */
/************/
.template {
    width: 970px;
    margin: 0 auto;
    text-align: left;
}
.template_header {
    margin-bottom: 20px;
    width: 957px;
}

.template_left {
    width:  224px;
    margin-right: 34px;
    float:  left;
}

.template_left table.auto,.ohnerahmen table.auto {
    border:none;
}
.template_left table.auto td,.template_left table.auto th {
    font-size:1em;
    border:none;
}
.ohnerahmen table.auto td,.ohnerahmen table.auto td {
    font-size:11px;
    border:none;
}

.template_left table.auto,.template_left ul, .template_left inhalteEintrag {
    margin:0;
}


.template_center {
    /* width: 696px; */
    width: 712px;
    float: left;
}

.template_center P A, .template_center UL.linkliste LI a, A.nicelink, div.subseitenbody div.link a  {
    background-image:url(1pic/bullet_liste.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;

}

.template_center H2 A, .template_center H3 A {
    background-image: none;
    padding: 0px;
}

.template_center A:hover {
    text-decoration: none;
}

/**********/
/* Listen */
/**********/
ul { 
    padding: 0; 
    margin: 0 0 1em 15px; 
}

ul li { 
    list-style-type: square; 
}

ul.einzellink,ul.linkliste {
    margin: 0 0 1em 8px;
}

ul.einzellink li,ul.linkliste li {
    list-style-type: none;
    vertical-align: middle;
    line-height: 1.50em;
/*    background-image:url(1pic/bullet_liste.gif);
    background-repeat:no-repeat;
    background-position:0 0.45em;
    padding: 0px 0px 0px 10px;
*/

    background-repeat:no-repeat;
    background-position:0 0.45em;
}

ul.einzellink li a,ul.linkliste li a {
    color:#c40000;
    text-decoration:none;
}

ul.einzellink li a:hover,ul.linkliste li a:hover {
    text-decoration:underline;
}

ul.linkliste {
    margin-left:0;
}

UL.linkliste LI.ldt A, UL.linkliste LI.pdf A, UL.linkliste LI.doc A, UL.linkliste LI.zip A {
    background-image: none;
    padding-left: 4px;
    display: block;
    background-repeat: no-repeat;
}

ul.linkliste li.doc A {
    background-position:0 0;
    background-image:url(1pic/icons/doc.gif);
    line-height:18px;
    padding-left:20px;
    vertical-align: middle;
}

ul.linkliste li.pdf A {
    background-position:0 0;
    background-image:url(1pic/icons/pdf.gif);
    line-height:18px;
    padding-left:20px;
    vertical-align: middle;
}

ul.linkliste li.zip A {
    background-position:0 0;
    background-image:url(1pic/icons/zip.gif);
    line-height:18px;
    padding-left:20px;
    vertical-align: middle;
}

ul.linkliste li.ldt A {
    background-position:left middle;
    background-image:url(1pic/icons/ldt.gif);
    line-height:18px;
    padding-left:20px;
    vertical-align: middle;
    display: block;
}

/**************/
/* mainnav */
/**************/

/* ERSTE EBENE */
DIV.template_left UL.navigationspunkte {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside;
}

DIV.template_left UL.navigationspunkte LI {
/*    margin-bottom: 1px; */
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    
    border: 0px solid white;
    border-width: 0px 0px 1px 0px ;
    
    padding: 0px;
    margin: 0px;
    
}

DIV.template_left UL.navigationspunkte LI A {
    color: #4C4C4C;
    background-color: #f2f2f2;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0px 16px;
    margin: 0px;
}

DIV.template_left UL.navigationspunkte LI A.aktiv {
    color: #c40000;
    border: 0px solid white;
    border-width: 0px 0px 1px 0px ;
    background-color: #fafafa;
}

DIV.template_left UL.navigationspunkte LI A:hover {
    color: #c40000;
    background-color: #fafafa;
}

/* ZWEITE EBENE */
DIV.template_left UL.navigationspunkte LI UL.navigationspunkte {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
}

DIV.template_left UL.navigationspunkte LI UL.navigationspunkte LI {
    border: none;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
}

DIV.template_left UL.navigationspunkte LI UL.navigationspunkte LI A {
    /* background-color: #fff; * */
    color: #4C4C4C;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    display: block;
    padding: 0px 16px 0px 32px;
}

DIV.template_left UL.navigationspunkte LI UL.navigationspunkte LI A.aktiv,
DIV.template_left UL.navigationspunkte LI UL.navigationspunkte LI A:hover {
    border: none;
    color: #c40000;
    /* background-color: #FFF; */
}

/***********/
/* Inhalte */
/***********/

DIV.inhalteContainer1 DIV.inhalte {
    width: 714px;
    position: absolute;
}

DIV.inhalteContainer1 {
    padding-bottom: 320px;
}

.inhalteEintrag { 
    margin-bottom: 0px; 
}

.box {
    width: 238px;
    height: 305px;
    
    background-image: url(1pic/box-background.png);
    background-position: left top;
    background-repeat: no-repeat;
    
    float: left;
    
    text-align: left;
}

.box h2 {
    font-family: helvetica, verdana, arial;
    font-size: 15px;
    font-weight: normal;
    
    width: 224px;
    height: 30px;
    line-height: 30px;
    padding: 0px;
    margin: 0px;
    
    background-color:#f2f2f2;
    text-align:center;
}

.box DIV.bild {
    width: 224px; 
    text-align: center;
    margin: 18px 0px 20px 0px;
}

.box .body {
    padding: 0px 0px 0px 0px;
    width: 224px;
}

.box .body P {
    padding: 0px 14px;
    text-align: left;
    height: 80px;
    line-height: 120%;
    
}

.box .body P B {
    white-space: nowrap;
}

.box ul, .box ul.linkliste{
    margin-bottom:0;
    padding: 0px 14px;
}

  


/**********/
/* Seiten */
/**********/

div.seiten200Lay{
    position:relative;
}

.seiten200Lay .inhalteContainer1 {
    position:absolute;
    top:25px;
}

.seiten200Lay .inhalteContainer2 {
    width:267px;
    position:absolute;
    top:109px;
    left:0px;
}
.seiten200Lay .inhalteContainer3 {
    width:267px;
    position:absolute;
    top:109px;
    left:268px;
}

.seiten200Lay .inhalteContainer2 div.body,.seiten200Lay .inhalteContainer3 div.body{
    height:125px;
}

/*******************/
/* Stellenangebote */
/*******************/
.stellenangebotemodulListeAnsicht .stellenangeboteEintrag {
    background:url(1pic/border.gif) repeat-x left bottom;
    margin-bottom:1em;
    padding-bottom:1px;
}



/*******************/
/* Diverses        */
/*******************/



/*Kontakt-Schriftartenkorrektur*/
div#inhalteTemplateKontakt{
	font-size:10px;
}

#inhalteAlleNews{
}

/*
 * der C9-Block befindet sich in der linken spalte, direkt unter dem hauptmenue
 * in ihm wird die adresse angezeigt
 */
.c9block {
    background-color: #f2f2f2;
    padding: 8px 15px 12px 15px;
    margin-top: 10px;
    color: #7F7F7F;
    width: 194px;
}

.c9block A, .c9block A:link, .c9block A:hover {
    color: #7F7F7F;
}

.c9block TABLE {
    border-collapse: collapse;
    border-spacing: none;
}

.c9block P, .c9block TABLE.auto, .c9block TABLE.auto TR, .c9block TABLE.auto TR TD {
    margin: 0px;
    padding: 0px;
    border: none;
}   

.c9block TABLE.auto TR TD {
    padding-right: 8px;
}

.template_center P {
    text-align: justify;
    line-height: 150%;
}

.intro DIV.topwrap {
    background-image: url(1pic/intro-background-top.png);
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 16px 0px 0px 0px;
}

.intro DIV.body {
    padding: 16px 64px 32px 32px;
    margin-bottom: 0px;
    
    background-image: url(1pic/intro-background.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    
}

.intro DIV.body TABLE TR TD.bilder {
    width: 160px;
    padding-bottom: 16px;
}

.intro DIV.body TABLE TR TD {
    margin: 0px;
}

.intro DIV.body TABLE {
}

.intro DIV.body P {
    text-align: left;
}

.intro DIV.body IMG {
    margin-right: 18px;
}

.intro DIV.body TABLE TABLE {
    background-image: none;
    margin: 0px;
    padding: 0px;
}

/*
 * 3 Column Styling wie bei "Unternehmen"
 */

DIV.inhalte20Lay.col3 DIV.body TABLE.bilder TD P {
    text-align: left;
}

DIV.inhalte20Lay.col3 DIV.body TABLE.bilder IMG {
    margin-bottom: 16px;
} 

DIV.inhalte20Lay.col3 {
    margin-bottom: 16px;
}

DIV.inhalte20Lay.col3 TD.vspacer {
    background-image: url(1pic/spacerbg.png);
    background-position: top center;
    background-repeat: repeat-y;
    width: 48px;
}

TABLE.bilder P {
    text-align: center;
    color: #6A6A6A;
    font-size: 10px;
}

DIV.imageNav {
    margin-bottom: 20px; 
    background-color: #F2F2F2;
    padding: 8px 16px;
    line-height: 150%;
    height: 218px;
    overflow: hidden; 
}

DIV.imageNav DIV.imageNavHeader {
    padding-bottom: 8px;
    font-weight: bold; 
}

DIV.imageNav DIV.imageNavBody {
    overflow: hidden; 
}



DIV.imageNavNav {
    background-color: #F2F2F2;
}

DIV.imageNavPrevLink, DIV.imageNavNextLink {
    width: 50%;
    padding: 0px 0px;
    line-height: 30px;
    text-align: center;
}

DIV.imageNavPrevLink A, DIV.imageNavNextLink A {
}

DIV.imageNavPrevLink:hover, DIV.imageNavNextLink:hover {
    background-color: #fafafa;
}


DIV.imageNavPrevLink {
    float: left;
}

DIV.imageNavPrevLink A {
    background-image: url(1pic/bullet_liste-left.gif);
    background-position: left 5px;
    background-repeat: no-repeat; 
    text-align: center;
    padding-left: 10px;    
}

DIV.imageNavNextLink {
    float: right;

}

DIV.imageNavNextLink A {
    text-align: right;
    background-image: url(1pic/bullet_liste.gif);
    background-position: right 5px;
    background-repeat: no-repeat; 
    text-align: center;
    padding-right: 10px;
}

/*
 * compensation for shadow
 */

DIV.inhalteEintrag {
    max-width: 699px;
}

DIV.inhalteEintrag.intro {
    width: 709px;
    max-width: 709px;
}

DIV.inhalteEintrag.homeboxLay {
    width: 238px;
}

.body UL LI {
    line-height: 150%;
}

DIV.newsberichte {
    margin-bottom: 32px;
}

DIV.newsberichtemodulListeAnsicht {
    margin-bottom: 32px;
}




DIV.indent {
    margin-left: 32px;
    margin-bottom: 16px;
}
