/* style.css */

@media all {

* {
margin:0;
padding:0;
border:0;
}

html {
}

body {
font-size:75%; /* 12px */
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
color:#000;
}

/* headings */
h1 {
font-size:140%;
margin-bottom:0.75em;
color:#FFF;
font-weight:bold;
}

h2 {
font-size:100%;
line-height:1.6;
color:#000;
font-weight:bold;
margin-bottom:0.75em;
}

h3 {
font-size:110%;
line-height:1.6;
color:#000;
font-weight:bold;
margin-bottom:0.75em;
}

/* text */
p {
font-size:0.92em;
line-height:1.6;
margin-bottom:1.6em;
}

small {
font-size:0.92em;
}

/* links */
a,
a:link,
a:visited {
text-decoration:none;
color:#96191d;
white-space: nowrap;
}

a:hover,
a:active {
text-decoration:underline;
color:#96191d;
}

.backlink {
color:#96191d;
width:100%;
text-align:right;
font-size:0.92em;
}

.hide {
position:absolute;
top:-5000px;
left:-5000px;
width:0;
height:0;
display:inline;
overflow:hidden;
}

/* img */
.imgLeft {
float:left;
padding:0 20px 8px 0;
}

.imgRight {
float:right;
padding:0 0 8px 20px;
}

/* Divs */
div.kasten {
    border: 1px solid #9c9e9c;
    padding: 8px;
    margin: 0 0 12px 0;
}

/* Listen */
#main ol {
margin:0 0 1em 24px;
padding:0;
font-size:0.92em;
}

#main ul {
margin:0 0 1em 12px;
padding:0;
list-style:disc;
font-size:0.92em;
}

#main li {
line-height:2;
font-weight:normal; 
}

p.details-link-back {
text-align: right;
}

p.kein-abstand {
margin-bottom:0;
}

/* FORMS */
#login input {
width: 200px;
border: 1px solid #CCCCCC;
padding: 2px;
}


/* teaser */
.sidebarTeaser1,
.sidebarTeaser2, {
overflow: hidden;
width:100%; 
}

.sidebarTeaser1 .text {
width:auto;
margin-left:70px;
overflow: hidden;
font-size:0.92em;
line-height:1.4;
}

.sidebarTeaser1 .text a {
    white-space: normal;
}

.sidebarTeaser2 .text {
width:auto;
margin-left:100px;
overflow: hidden;
font-size:0.92em;
line-height:1.4;
}

.sidebarTeaser1 img,
.sidebarTeaser2 img {
float:left;
display:block;
border:1px solid #9c9e9f;
}

.sidebarTeaserDivider {
background:url(../upload/corporate/bg_sidebar_divider.gif) top repeat-x;
font-size:0;
line-height:0;
height:2px;
margin:8px 0;
width:100%;
}

.sidebarTeaserEnd {
font-size:0;
line-height:0;
height:2px;
margin:12px 0;
width:100%;
}


/** teaser **/
.content-teaser {
overflow:hidden;
}

.content-teaser-img {
float:left;
width:140px;
padding-bottom:12px;
}

.content-teaser-img img {
border: none;
}

.content-teaser-text {
width:auto;
margin-left:152px;
}



/* content col */
#contentInner .colLeft {
float:left;
width:48%;
}

#contentInner .colRight {
float:right;
width:48%;
}

/**** IMAGE GALLERY ****/
table.gallery {
    margin: 0px 0px 0px 0px;
    width: auto;
}

table.gallery td.gallery-navigation {
    /*font-size: 0.6875em;*/    
}

table.gallery tr.thumbnails td {
    padding: 0;
}

table.gallery dd {
}

div.download {
    padding: 3px 0 3px 10px;
    background: url(../images/link_pfeil_klein.gif) no-repeat 0px 7px;

}

div.downloadImg {
    padding: 0;
    margin-top:10px;
    background: url(../images/navi_pfeil_rechts.gif) no-repeat 10px 7px;
}

dl.gallery-detail {
    margin: 20px 10px 0px 0px;
}

dl.gallery-detail dt {
    text-align: left;
    padding: 0;
}


td.gallery_image{
    padding:0px;    
}

td.gallery_image img {
    margin: 0 9px 9px 0;
    border: 1px solid #96191d;
}

td.gallery_image div.link_image{
    padding:0;  
    background-position:top center; 
    margin-bottom:0px; 
    overflow:hidden;
}
td.gallery_image .bottom_links{

}
td.gallery_image .bottom_links{
    margin-bottom: 0px; 
    text-align:left; 
    width:180px; 
}
td.gallery_image .links{
    margin-bottom: 0px;
}



} /* end: @media all */
/*=====================================
  Layout
=====================================*/

@media screen, handheld {

body {
background:#FFF;
overflow: -moz-scrollbars-vertical;
}

#outer {
width:960px;
margin:0 auto;
position:relative;
}

#header {
height:85px;
overflow:hidden;
}

#logoContainer {
position:absolute;
top:7px;
right:45px;
width:112px;
height:37px;
}

#navContainer {
width:auto;
padding:33px 0 0 0;
height:23px;
border-bottom:1px solid #9c9e9f;
}

#banner {
position:relative;
height:314px;
}

#banner img {
display:block;
}

#w-top {
overflow: hidden;
}

/* banner startseite */
#banner #bannerLeft {
width:669px;
height:314px;
overflow: hidden;
}

#banner #bannerRight1 {
position:absolute;
right:0;
top:0;
height:102px;
width:288px;
}

#banner #bannerRight2 {
position:absolute;
right:0;
top:105px;
height:101px;
width:288px;
}

#banner #bannerRight3 {
position:absolute;
right:0;
top:209px;
height:102px;
width:288px;
}

#contentReiter {
position:absolute;
bottom:0;
left:0;
width:116px;
height:39px;
background:url(../upload/corporate/content_reiter.png) no-repeat;
z-index:2;
}
 
#main {
width:960px;
position:relative;
}

#sidebar {
float:right;
width:306px;
padding:0;
}

#sidebarTop {
height:14px;
width:133px;
padding:23px 0 0 173px;
background:url(../upload/corporate/bg_sidebar_top.gif) no-repeat;
color:#707173;
font-size:14px;
line-height:14px;
text-transform:uppercase;
letter-spacing: -1px;
text-align:center;
}

#sidebarTop.start {
background:url(../upload/corporate/bg_sidebar_top_startseite.gif) no-repeat;
}

#sidebarTopText {
    position: absolute;
    right: 35px;
    top: 10px;
    width:133px;
    text-align:right;
}

#sidebarTopText a, 
#sidebarTopText a:visited,
#sidebarTopText a:active {
    color: #FFFFFF;
    text-decoration: none;
}

#sidebarTopText a:hover {
    text-decoration: underline;
}

#sidebarInner {
padding:15px 0 22px 15px;
}

#content {
width:auto;
position:relative;
margin:0 306px 0 0;
}

#contentTop {
padding:22px 16px 22px 19px;
background:#96191d;
width:auto;
color:#FFF;
}

#contentInner {
padding:27px 16px 27px 19px;
width: auto;
}

/* footer */
#footer {
width:auto;
height:25px;
line-height:25px;
padding:4px 0 28px 19px;
border-top:1px solid #9c9e9f;
position:relative;
font-size:0.92em;
color:#9c9e9f;
}

#sitenavContainer {
position:absolute;
right:0;
top:4px;
width:200px;
height:25px;
}



/*=====================================
  Navigation
=====================================*/
 
 
/* navContainer */
#navContainer ul {
padding:0;
}

#navContainer ul li {
list-style:none;
float:left;
display:inline;
width:auto;
color:#000;
font-size:0.92em;
line-height:19px;
padding:0 20px 0 0;
}

#navContainer li .level02 li {
clear: both !important;
font-size:1em;
}

#navContainer ul li a,
#navContainer ul li a:visited,
#navContainer ul li a:active {
text-decoration:none;
display:block;
color:#000;
padding-top:4px;
text-decoration:none;
text-transform:uppercase;
}

* html #navContainer ul li a {
display:block;
}

#navContainer ul li a:hover,
#navContainer ul li a:focus,
#navContainer ul li a.current {
border-top:4px solid #96191d;
padding-top:0px !important;
}

#navContainer li ul {
position:absolute;
top:-9999px;
left:-9999px;
display:inline;
width:0;
height:0;
background-color:transparent;
}

#navContainer li:hover ul,
#navContainer li.sfhover ul {
left: auto;
top: auto;
display: block;
width: auto;
height: auto;
z-index:9999;
padding:10px 0 14px 10px;
margin:0;
background-color: #FFF;
border:1px solid #9c9e9f;
}

#navContainer ul.level02 li a {
color:#000;
border:none !important;
/*height:12px !important;*/
line-height:1.2em!important;
padding:5px 8px 5px 9px !important;
font-weight:normal;
text-transform:none !important;
width:120px;
}

#navContainer ul.level02 li a:hover,
#navContainer ul.level02 li a:focus,
#navContainer ul.level02 li a.current {
text-decoration:underline;
padding:5px 8px 5px 9px !important;
}

/* sitenav */
ul#sitenav {
width:auto;
float:right;
}

ul#sitenav li {
list-style:none;
float:left;
width:auto;
line-height:25px;
padding:0 0 0 11px;
font-size:1em;
color:#9c9e9f;
}

ul#sitenav li a {
color:#9c9e9f;
padding:0;
}

ul#sitenav li a:hover,
ul#sitenav li a:focus,
ul#sitenav li a.current {
text-decoration:underline;
}
 
} /* end: screen, handheld */

@media all {

/*================================================
 * Clearing
 *==============================================*/

.clear {
clear:both;
height:0;
line-height:0;

font-size:0;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {
display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
display:block;
}

/* End hide from IE Mac */

* html .clearfix {
height:1%;
}

.floatbox {
overflow:hidden;
}


} /* end: @media all */




@media print {

#navContainer,
#banner,
#sidebar,
#footer {
display:none;
}

#outer {
width:100%;
}

html {
height:100%;
}

body {
font-size:11pt;
color:#000;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#logoContainer {
display:block;
height:50pt;
padding:10pt 0 20pt 10pt;
}
 
#main {
width:100%;
margin:0;
padding:0;
}

#content {
width:auto;
position:relative;
padding:0 0 0 0;
margin:0;
}

h1 {
page-break-after:avoid;
color:#000;
}

h2 {
page-break-after:avoid;
color:#000;
}

h3 {
page-break-after:avoid;
color:#000;
}

#contentInner {
border-top:1px solid #000;
padding:10pt 0;
}

 
 } /* end: @media print */
 