/**************************/
/*** Inhaltsverzeichnis ***/
/**************************/

/* 
   - allgemeines
      - body
      - h1
      - div#headline h1
      - .h2
      - .h2_sub
      - .h3
      - .fliesstext
      - .fliesstext_small
      - .bildunterschrift
      - .zitat
      - .zitat_quelle
      - .zitat_quelle_link
   - Links
      - a:link
      - a:visited
      - a:hover
      - a:active
   - div (allgemein)
   - hr.hide
   - Featurebox
      - .fb_title
      - .fb_content

  Definition des Grundlayouts (Box-Model) in
  /css/jokiweb760.css für Bildschirmbreite von 760px,
  /css/jokiweb960.css für Bildschirmbreite von 960px

*/


/*******************/
/*** allgemeines ***/
/*******************/

body {
  font-family:"Arial", Trebuchet MS, Verdana, Helvetica, sans-serif;
  font-size:13px;
  line-height:17px;
  margin:0px;
}

h1 {
  font-size:18px;
  font-style:normal;
  font-weight:bold;
  text-align:left;
  margin:0px;
  border:0px;
  padding:0px;
}

div#headline h1 {
  font-weight:normal;
  line-height:40px;
  vertical-align:middle;
}

h2 {
  font-family:"Arial", Trebuchet MS, Verdana, Helvetica, sans-serif;
  font-size:18px;
  font-weight:bold;
  line-height:18px;
  text-decoration:none;
  color: #000066; 
}

h3 {
  font-family:"Arial", Trebuchet MS, Verdana, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  line-height:14px;
  text-decoration:none;
  color: #404040;
}

.dummy_dont_use {
}

.ueberschrift_1 {
  font-family:"Arial", Trebuchet MS, Verdana, Helvetica, sans-serif;
  font-size:18px;
  font-weight:bold;
  line-height:18px;
  text-decoration:none;
  color: #000066;
}

.ueberschrift_1_sub {
  font-family:"Arial", Trebuchet MS, Verdana, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color: #404040;
}

.ueberschrift_2 {
  font-family:"Arial", Trebuchet MS, Verdana, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color: #404040;
}

.fliesstext {
  font-family:"Arial", Trebuchet MS, Verdana, Helvetica, sans-serif;
  font-size:13px;  /* font-weight:none; */
  line-height:17px;
  text-decoration:none;
  color: #000000;
}

.fliesstext_small {
  font-family:"Arial", Trebuchet MS, Verdana, Helvetica, sans-serif;
  font-size:11px;  /* font-weight:none; */
  line-height:15px;
  text-decoration:none;
  color: #000000;
}

.bildunterschrift {
  font-family:"Arial", Trebuchet MS, Verdana, Helvetica, sans-serif;
  font-size:10px;
  line-height:10px;
  /* font-weight:none; */
  text-decoration:none;
  color: #404040;
}

.zitat {
  font-family:"Arial", Trebuchet MS, Verdana, Helvetica, sans-serif;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color: #404040;
  /* padding-left:40px; */
}

.zitat_quelle {
  font-family:"Arial", Trebuchet MS, Verdana, Helvetica, sans-serif;
  font-size:12px;
  /* font-weight:none; */
  text-decoration:none;
  color: #404040;
  /* margin-left:40px; */
}

.zitat_quelle_link {
  font-family:"Arial", Trebuchet MS, Verdana, Helvetica, sans-serif;
  font-size:12px;
  /* font-weight:none; */
  text-decoration:underline;
  color: #000066;
  /* margin-left:40px; */
}

a:link    { text-decoration:none;
	    color: #000066; }
a:visited { text-decoration:none;
	    color: #000066; }
a:hover   { text-decoration:underline; }
a:active  { text-decoration:underline; }


/* allgemein */

div {
  font-family:"Arial", Trebuchet MS, Verdana, Helvetica, sans-serif;
}

hr.hide {
  display: none;
}

/* Featurebox *&

.fb_title {
  font-size:11px;
  text-decoration:underline;
}

.fb_content {
  font-size:11px;
  margin-bottom:10px;
}


