/* --------------------------------------------------- Grundeinstellungen */

* {
    border: 0;
    margin: 0;
    padding: 0;
    width: auto;
}

/* -------------------------------------------------- Verborgene Elemente */
  
.noprint {
    display: none;
}


#nav {
    display: none;
}

#footer {
    display: none;
}

#b-galerie #col1 {
    display: none;
}

/* ---------------------------------------------------------------- Layout*/
#header {
    width: 100%;
    text-align: left;
    padding: 20px 0 0 0;
    margin: 0 0 40px 0;
    float: left;
    border-bottom: 1px solid #333;
}

#header #logo {
    float: left;
    width: 450px;
}
    
#header #adresse {
    text-align: right;
    float: right;
    width: 180px;
}
    

#header #adresse li {
    list-style-type: none;
}

#col2 .bildblock {
    border-bottom: 1px solid #333;
    margin: 15px 0;
}


#printadresse {
    display: block;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #333;
}


/* --------------------------------------------------------------- Farben */
body {
    font-size: 12pt;
    line-height: 140%;
    background: #FFF;
    color: #333;
}

/* ------------------------------ Überschriften, Absätze, Textauszeichnung */
h1 {
    font-size: 18pt;
    margin-bottom: 10pt;
}

#header h1 {
    line-height: 26pt;
}

h2 {
    font-size: 15pt;
    margin-bottom: 5pt;
}

#header h2 {
    margin-bottom: 20pt;
    padding-bottom: 10pt;
}

h3 {
    font-size: 12pt;
    margin-bottom: 3pt;
}

p {
    margin-bottom: 10pt;
}

ul, ol {
    margin-bottom: 10pt;
}

.bulletlist li {
    list-style-position: outside;
    list-style-type: circle;
    margin-left: 15pt;
    margin-bottom: 8pt;
}

dl {
    margin-left: 0;
    margin-bottom: 10pt;
}

dt {
    font-weight: normal;
}

dd {
    margin-left: 10pt;
}

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: none;
    display: block;
    float: none;
    padding: 4pt;
    margin-bottom: 15pt;
}

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: #999;
    font-weight: bold;
    text-decoration: underline;
}

/*a:link:after, a:visited:after  {
  content: " (" attr(href) ") ";
  font-size: 70%;
}

a[href="/"]:after {
   content:" (http://www.###.###" attr(href) ") ";
}*/