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

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

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

#header {
    background-image: none;
}

#header img {
    display: none;
}

#navigation {
    display: none;
}

.submenu {
    display: none;
}

#col2 h2.firstHL {
    display: none;
}

#footer {
    display: none;
}

/* --------------------------------------------------------------- Farben */

body {
    background: #FFF;
    color: #333;
}

/* ------------------------------------------------------------ Schriften */

body {
    font: 10pt/140% "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    text-align: left;
    word-spacing: 1pt;
}


#col1 .schwerpunkte {
    margin-bottom: 12pt;
}

#col2 {
    margin-top: 16pt;
}


/* -------------------- Überschriften, Absätze, Textauszeichnung */


#header h1 {
    font-size: 14pt;
    padding-bottom: 8pt;
}

#header h2 {
    margin-bottom: 12pt;
    padding-bottom: 6pt;
    border-bottom: 1px solid #333;
}


h2 {
    font-size: 14pt;
    margin-bottom: 10pt;
}

h3 {
    font-size: 12pt;
    margin-bottom: 8pt;
    margin-top: 4pt;
}



#col1 .schwerpunkte h3 {
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 4pt;
}



p {
    margin-bottom: 10pt;
}

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

#col1 ul {
    list-style-type: square;
    padding-left: 1em;
    margin: 0;
    list-style-position: outside;
}

#col1 ul.simplelist {
    list-style: none;
    padding-left: 0;
}


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

dt {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

em {
    font-style: normal;
}

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;
    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) ") ";
}*/

em {
    font-style: normal;
}