/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size:    75%;
  color:        #222; 
  background:   #fff;
  font-family:  verdana, arial, sans-serif;
  line-height:  18px;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 {
    text-transform: uppercase;
    font-family:    Georgia, "Times New Roman", Times, serif;
    font-size:      22px;
    font-weight:    normal;
    color:          #5da1a9;  
    margin-bottom:  25px; 
    padding-top:    20px;
    line-height:    1;                 
}

h2 {
    clear:          both;
    font-family:    verdana, arial, sans-serif;
    font-weight:    bold;
    font-size:      11px;  
    margin-bottom:  0px;      
}             
h2.inline_headline { display: inline; }          
h3#kontakt_info { margin-left: 200px; color: #666666; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p  { 
    margin:         0 0 1.5em;                     
    font-family:    verdana, arial, sans-serif;
    font-size:      11px;
    color:          #000000;
}

p.zusatz {
    background-color:   #F0F0F0;
    padding:            5px;
}    

p.einschub {
    padding: 20px 20px 20px 30px;
}

p.blocksatz {
    text-align: justify;
}

p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover         { color: #000; }
a               { color: #5da1a9; text-decoration: underline; }
a.mailadresse   { background: url(../images/kontakt_schwarz.gif) no-repeat 0px 4px; padding-left: 15px; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-weight: bold; letter-spacing: -1px; }
dfn         { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Lists
-------------------------------------------------------------- */

li ul, 
li ol               { margin:0 1.5em; list-style-type: none;}
ul, ol              { margin: 0 1.5em 1.5em 1.5em; list-style-type: none; }
ul#ambulanz_kontakt { display: none; float:left; width: 200px; list-style-type: none; margin: 0px; }

.info_level_0          { margin:  10px 0px; }
.info_level_1          { margin-left: 20px; }
.info_level_0_selected { margin:  10px 0px; }
.info_level_1_selected { margin-left: 20px; }
.info_level_0_selected a { color: #000000; }
.info_level_1_selected a { color: #000000; }

ul          { list-style-type: disc; font-size: 11px; }
ol          { list-style-type: decimal; }

ul.ul_level_1 { list-style-type: none; margin-left: 0px; }
ul.ul_level_2 { list-style-type: none; margin: 10px 0px 10px 50px; }
ul.ul_level_3 { list-style-type: disc; margin: 10px 0px 10px 15px; }

dl                  { margin: 50px 0 1.5em 0; font-size: 11px; }                /* Die Definitionsliste wird nur für die Linkliste Autismus verwendet */
dd                  { margin: 0px 0px 20px 0px; }
dt                  { }
.link_no            { font-size: 10px; margin-right: 8px; }
.link_lang          { font-size: 10px; font-weight: bold; }
.link_lang_deutsch  { color: green; }
.link_lang_englisch { color: red; }

ul.mitgliedschaften      { list-style-type: none; margin: 0px 0px 0px 5px; }
ul.mitgliedschaften li   { clear: both; }
ul.mitgliedschaften li p { margin-bottom: 0px; }
ul.kooperationen         { list-style-type: none; margin: 0px 0px 0px 5px; }
ul.kooperationen    li   { clear: both; }
ul.kooperationen    li p { margin-bottom: 0px; }

/* Satzung
-------------------------------------------------------------- */
ol.satzung                                       { list-style-type: none;        margin: 0px; }
ol.satzung li                                    { }
ol.satzung li ol.paragraph                       { list-style-type: decimal;     margin: 10px 0 10px 20px; }
ol.satzung li ol.paragraph li                    { margin-bottom: 5px; }
ol.satzung li ol.paragraph li ol.aufzaehlung     { list-style-type: lower-latin; margin: 10px 20px; }
ol.satzung li ol.paragraph li ol.aufzaehlung li  { }


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }                                                         


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 14px; line-height: 16px; font-weight: bold; }
.hide       { display: none; }

.quiet      { color: #CCC; }     
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }
.hinweis    { background-color: #F0F0F0; padding: 10px 10px 10px 10px; font-style: italic; margin-bottom: 10px; }
/* div.hinweis auf body#page-informationen im IE6 um 3px schmaler machen */
* html body#page-informationen div.hinweis { width: 587px; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

 /* Icon für PDF */

a[href$=".pdf"],
a[href$=".PDF"],
a.pdf {
    display: block;
    padding: 2px 0px 0px 20px;
    /* padding-left: 20px; */
    background: url(../images/page_white_acrobat.png) no-repeat left center;
}
* html a.pdf { 
    display: block;
    padding: 2px 0px 0px 20px;
    /* padding-left: 20px; */
    background: url(../images/page_white_acrobat.png) no-repeat left center;
}

div.adressblock {     
    float:              left; 
    background-color:   #F0F0F0;
    padding:            10px 10px 0px 10px;
    margin-right:       5px;
}