/************************************************************
 * styles for the main frame
 * 
 * oli 2010, 2011
 ************************************************************/

body {
  font-family: Arial, sans-serif; 
  font-size: 13px;
  color: #58585A;
  background-color: #FDFDF6;
}

h1 {
  font-family: Times, serif;
  font-size: 38px;
  font-weight: normal;
  line-height: 42px;
  margin-top: 0px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 13px;
}

p {
  line-height: 18px;
}

li {
  line-height: 18px;
}

blockquote {
  color: #0000bb;
}
/************************************************************
 * links
 ************************************************************/
a[href], a[href]:visited {
  color: #0D5CAB;
}

a.external, a.external:visited {
  color: #000000;
}
/************************************************************
 * old head now hidden
 ************************************************************/
p.dsb_head {
  visibility: hidden;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

/************************************************************
 * FAQs
 ************************************************************/

dl {
  line-height: 18px;
}

dt {
  font-weight: bold;
  margin-bottom: 8px;
}

dd {
  margin-bottom: 30px;
  margin-left: 0px;
}

/************************************************************
 * Pressemitteilungen
 *
 * Dafuer muss bei der Konvertierung aus der
 * h3 Hauptueberschrift eine h1 gemacht 
 * werden.
 * Der sollte u. U. entfallen.
 *
 * h1.presse_head ("Pressemitteilung") bleibt
 * fest ganz oben stehen (soll das so bleiben?
 *
 * h2.presse_head ("des BayLFD") koennte fuer den Druck
 * relevant sein!?
 *
 * Bei DSK Presseerklaerungen verdeckt h2.dsk h1.presse_head
 ************************************************************/
h2.presse_head {
  font-size: 18px;
  line-height: 24px;
}

h1.presse_head {
  font-size: 18px;
  font-family: Arial, sans-serif; 
  line-height: 24px;
}

/*
h2.dsk {
  position:fixed;
  top: 0px;
  height: 50px;
  width: 100%;
  font-family: Arial, sans-serif; 
  margin-top: 0px;
  font-size: 13px;
  font-weight: bold;
  background-color: #FDFDF6;
  line-height: 35px;
}
*/


p.presse_date {
  margin-top: 20px;
}

/************************************************************
 * Instituitionen/Zustaendigkeiten
 ************************************************************/

div.inst { 
  
  text-align: left;
  margin-left: 1.0cm;
  width: auto;
  clear: left;
  padding-bottom: 10pt;
}

div.inst-name { clear: left;
  text-align: left;
  width: 100%;
}

div.inst-part { float: left;
  text-align: left;
  width: 33%;
}

div.inst-url { clear: left;
  text-align: left;
  margin-left: 0cm;
  padding-top: 3pt;
  width: 100%;
}

/************************************************************
 * icons for print/pdf etc.
 ************************************************************/
div.button {
  text-align: right;
  height: 16px;
}
img.print {
  border: 0px;
  text-align: right;
  height: 16px;
}
img.pdf {
  border: 0px;
  text-align: right;
  height: 16px;
}
/* link is not a html, but marked with an PDF icon */
img.pdflink {
  border: 0px;
  text-align: right;
  height: 12px;
}
/* link is not a html, but marked with an RTF icon */
img.rtflink {
  border: 0px;
  text-align: right;
  height: 12px;
}
/* link is not a html, but marked with an JPG icon */
img.jpglink {
  border: 0px;
  text-align: right;
  height: 12px;
}


