
/* styles for ddb */

* {
margin: 0;
padding: 0;
}

html, body {height: 100%; margin: 0}

body {
background-color: #5e5e5e;
color: #000;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* --- neu fŸr den footer --- */

#wrapper {
position: relative;
width: 780px;
margin: 0 auto;
text-align: left;
min-height: 100%;

background-image: url(../images/bg.gif);
}

#expand {
position: relative; 
overflow: hidden; 
padding-bottom: 80px
}

#footer {
position: absolute;
bottom: 0;
width: 780px;
height: 34px;
background: #E9E9E9;
}

.top {
position: absolute;
top: -18px;
left: 227px;
}

a.top {
background-image: url(../images/ic_pagetop.gif);
background-repeat: no-repeat;
background-position: center left;
padding-left: 15px;
font-size: 11px;
color: #5C5C5C;
text-decoration: none
}

a:hover.top {text-decoration: underline}
a:visited.top {color: #5C5C5C;}


.clearing {
clear: both;
height: 0;
padding: 0;
margin: 0;
border: 0;
font-size: 0;
line-height: 0
}

/* --- neu fŸr den footer -ende --- */

/* topbar */
table.head {
width: 780px;
border: 0 none;
border-collapse: collapse;
}
table.head td.hd-top {
background-image: url(../images/head_top1.gif);
width: 780px;
height: 35px;
}
table.head td.hd-logo {
background-image: url(../images/head_logo.gif);
background-repeat: no-repeat;
width: 196px;
height: 149px;
}
table.head td.hd-logo a {
display: block;
width: 196px;
height: 149px;
text-decoration: none;
}

/* themes */
table.head td.hd-theme1,
table.head td.hd-theme2,
table.head td.hd-theme3,
table.head td.hd-theme4,
table.head td.hd-theme5,
table.head td.hd-theme6 {
background-repeat: no-repeat;
width: 584px;
}
table.head td.hd-theme1 {
background-image: url(../images/theme_home.jpg);
}
table.head td.hd-theme2 {
background-image: url(../images/theme_kompetenzen.jpg);
}
table.head td.hd-theme3 {
background-image: url(../images/theme_projekte.jpg);
}
table.head td.hd-theme4 {
background-image: url(../images/theme_publik.jpg);
}
table.head td.hd-theme5 {
background-image: url(../images/theme_kontakt.jpg);
}
table.head td.hd-theme6 {
background-image: url(../images/theme_impressum.jpg);
}


/* main-content-table */
table.content {
width: 780px;
background-repeat: repeat-y;
border: 0 none;
border-collapse: collapse;

}

table.content td.main-content #spiegel {
padding: 0 30px;
background-color: #fff;
color: #000;
}

table.content td.leftcol {
width: 196px;
}

table.content td table.bottomnavi {
width: 584px;
height: 60px;
border: 0 none;
border-collapse: collapse;
}
table.content td.pagebottom {
background-color: #E9E9E9;
background-repeat: no-repeat;
height: 34px;
}

/* hauptmenue in linker spalte */
table.content td.leftcol ul {
list-style-type: none;
margin-top: 20px;
}
table.content td.leftcol ul li {
padding-top: 6px;
}
table.content td.leftcol ul a {
background-image: url(../images/ic_nav_off.gif);
padding-left: 46px;
background-repeat: no-repeat;
background-position: center left;
text-decoration: none;
font-size: 11px;
font-weight: bold;
background-color: transparent;
color: #494949;
}
table.content td.leftcol ul a:hover {
background-image: url(../images/ic_nav_on.gif);
background-color: transparent;
color: #fff;
}
/* submenue */
table.content td.leftcol ul ul.submenue {
list-style-type: none;
margin-top: 0;
}
table.content td.leftcol ul ul.submenue a {
background-image: none;
font-weight: normal;
}


/* service-links */
table.content p.service,
table.content p.service-foot,
table.content p.service-topper {
text-align: right;
margin: 7px 30px 7px 0;
font-size: 11px;
background-color: transparent;
color: #bc0202;
}
table.content p.service a,
table.content p.service-foot a,
table.content p.service-topper a {
text-decoration: none;
background-color: transparent;
color: #bc0202;
}
table.content p.service a:hover,
table.content p.service-foot a:hover,
table.content p.service-topper a:hover {
text-decoration: underline;
}
table.content p.service-topper {
text-align: left;
margin: 0 0 7px 30px;
}
table.content p.service-topper a {
background-image: url(../images/ic_pagetop.gif);
background-repeat: no-repeat;
background-position: center left;
padding-left: 15px;
}

/* === formate in table.content === */
/* headlines */
table.content td.main-content h1 {
height: 21px;
margin: 61px 0 20px 0;
border-bottom: 1px solid #ccc;
}
table.content td.main-content h1.home,
table.content td.main-content h1.scan,
table.content td.main-content h1.bild,
table.content td.main-content h1.video,
table.content td.main-content h1.lieferservice,
table.content td.main-content h1.preise,
table.content td.main-content h1.bestellung,
table.content td.main-content h1.faq,
table.content td.main-content h1.glossar,
table.content td.main-content h1.agb,
table.content td.main-content h1.impressum,
table.content td.main-content h1.kontakt,
table.content td.main-content h1.kompetenzen,
table.content td.main-content h1.projekte,
table.content td.main-content h1.publikationen {
background-repeat: no-repeat;
background-position: 30px 0;
}
table.content td.main-content h1.home {
background-image: url(../images/title_home.gif);
}
table.content td.main-content h1.scan {
background-image: url(../images/title_scan.gif);
}
table.content td.main-content h1.bild {
background-image: url(../images/title_bild.gif);
}
table.content td.main-content h1.video {
background-image: url(../images/title_video.gif);
}
table.content td.main-content h1.lieferservice {
background-image: url(../images/title_lieferservice.gif);
}
table.content td.main-content h1.preise {
background-image: url(../images/title_preise.gif);
}
table.content td.main-content h1.bestellung {
background-image: url(../images/title_bestellung.gif);
}
table.content td.main-content h1.faq {
background-image: url(../images/title_faq.gif);
}
table.content td.main-content h1.glossar {
background-image: url(../images/title_glossar.gif);
}
table.content td.main-content h1.agb {
background-image: url(../images/title_agb.gif);
}
table.content td.main-content h1.impressum {
background-image: url(../images/title_impressum.gif);
}
table.content td.main-content h1.kontakt {
background-image: url(../images/title_kontakt.gif);
}
table.content td.main-content h1.kompetenzen {
background-image: url(../images/title_kompetenzen.gif);
}
table.content td.main-content h1.projekte {
background-image: url(../images/title_projekte.gif);
}
table.content td.main-content h1.publikationen {
background-image: url(../images/title_publikationen.gif);
}


table.content td.main-content h2 {
font-size: 80%;
margin-bottom: 20px;
}

table.content td.main-content #spiegel .bottom {
  margin: 0 0;
  padding: 0 0;
}

table.content td.main-content #spiegel ul {
list-style-type: none;
}
table.content td.main-content #spiegel ul li {
background-image: url(../images/ic_liste.gif);
background-repeat: no-repeat;
background-position: 0 6px;
padding-left: 16px;
}

table.content td.main-content #spiegel p,
table.content td.main-content #spiegel li {
font-size: 11px;
line-height: 1.5;
margin-bottom: 20px;
}

table.content td.main-content #spiegel a {
background-color: transparent;
color: #1540bc;
text-decoration: none;
}
table.content td.main-content #spiegel a:hover {
text-decoration: underline;
}

/* tables im content-bereich */
table.content td.main-content #spiegel table {
width: 500px;
border: 0 none;
margin-bottom: 20px;
}
table.content td.main-content #spiegel table th {
border: 1px solid #ccc;
text-align: center;
vertical-align: middle;
padding: 5px;
}
table.content td.main-content #spiegel table td {
border: 1px solid #ccc;
vertical-align: top;
padding: 5px;
}
table.content td.main-content #spiegel table th p,
table.content td.main-content #spiegel table td p {
margin: 0;
padding: 0;
}



/* sonstige */
img {
border: 0 none;
}
.invis, .printonly {
display: none;
}

hr{
background-color:#bc0202;  /* Mozilla 1.4 */
color:#bc0202;  /* IE 6 */
border: #bc0202;  /* Opera 7.11 */
height: 1px; /* in Opera f¸r die Anzeige n–tig, in Mozilla f¸r die einheitliche H–he */
margin: 0;
padding: 0;
margin-top: 20px;
margin-bottom: 30px;
}

.copy{
  font-size: 9px;
  color: #494949;
  padding: 0 0 0 25px;
margin-top: 12px
}

