/* --------------------------------------------------- Grundeinstellungen */

* {
    border: 0;
    margin: 0;
    padding: 0;
    width: auto;
}

/* -------------------------------------------------- Verborgene Elemente */
  
.noprint {
    display: none;
}

#logo, #col-1  {
    display: none;
}



/* --------------------------------------------------------------- Farben */

body {
    background: #FFF;
    color: #333;
}

/* ------------------------------------------------------------ Schriften */

body {
    font: 10pt/120% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    text-align: left;
    word-spacing: 1pt;
}

/* -------------------- Überschriften, Absätze, lögische Textauszeichnung */


#logotext {
    border-bottom: 1px solid #333;
    padding-bottom: 18pt;
    margin-bottom: 18pt;
}


h1 {
    font-size: 16pt;
    line-height: 16pt;
    margin-bottom: 10pt;
}

h2 {
    font-size: 14pt;
    margin-bottom: 7pt;
}

h3 {
    font-size: 12pt;
    margin-bottom: 5pt;
}

h4 {
    font-size: 10pt;
    margin-bottom: 5pt;
}

p {
    margin-bottom: 10pt;
}

ul, ol {
    margin-bottom: 10pt;
}

dl {
    margin-left: 0;
    margin-bottom: 10pt;
}

dt {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

abbr {
    border-bottom: 1px dotted #999;
}

abbr:after {
    content: " (" attr(title) ") ";
    font-size: 70%;
}

dfn {
    border-bottom: 1px dotted #999;
}
  
dfn:after {
    content: " (" attr(title) ") ";
    font-size: 70%;
} 

del {
    text-decoration: line-through;
}

ins {
    text-decoration: underline;
}

/* --------------------------------------------------------------- Bilder */

img {
    border: solid 1pt #999;
    display: block;
    float: none;
    padding: 4pt;
}

img.links {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

img.rechts {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
}

/* ---------------------------------------------------------------- Links */

a, a:link, a:visited {
    background: transparent;
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

/* --------------------------------------------------------------Tabellen */
#content table { 
    margin-bottom : 2em;
}

#content td {
    vertical-align: top;
    margin: 5pt;
    padding: 5pt;
}

#content .preis { text-align: left;  }
#content .preis span { font-weight: bold; background: transparent url('img/doubleline.png') repeat-x bottom left; padding-bottom: .5em;}


#footer {
    border-top: 1px solid #333;
    padding-top: 18pt;
    margin-top: 18pt;
}

#map {width: 500px; height: 280px; border: 1px solid #666; margin: 0 0 20px;}


.abb-text {
    height: 16pt;
}

.abb-text p {
    margin-top: 5pt;
}


