/*
    frank.css   Cascading style sheet for the domain www.praezisionsschleiferei-frank.de

    Author:     Steffen M. Noe
                Noe Systemberatung
                info@noe-systemberatung.de

    Copyright © 2003 by Noe Systemberatung. All rights reserved.
*/

/* Navigation bar
*/
div.navbar {
  margin: 1em 2.5em 1em 0.3em;
  font-family: serif;
  font-style: italic;
  font-size: 16pt;
  color: #e1e2e8;
}

a.navbar:link {
   text-decoration: none;
   color: #e1e2e8;
}

a.navbar:visited {
   text-decoration: none;
   color: #e1e2e8;
}

a.navbar:hover {
   text-decoration: none;
   color: #000000;
}

a.navbar:active {
   text-decoration: none;
   color: #e1e2e8;
}

div.navbarsmall {
  margin: 1em 2.5em 1em 0em;
  font-family: serif;
  font-style: italic;
  font-size: 12pt;
  color: #e1e2e8;
}

a.navbarsmall:link {
   text-decoration: none;
   color: #e1e2e8;
}

a.navbarsmall:visited {
   text-decoration: none;
   color: #e1e2e8;
}

a.navbarsmall:hover {
   text-decoration: none;
   color: #000000;
}

a.navbarsmall:active {
   text-decoration: none;
   color: #e1e2e8;
}

/* Small info field
*/
div.minfo {
  margin: 2em 4em 2em 2em;
  padding: 0.3em;
  font-family: serif;
  font-style: italic;
  font-size: 11pt;
  border: solid thin;
  color: #e1e2e8;
}

a.minfo {
   font-size: 10pt;
   text-decoration: none;
   color: #e1e2e8;
}

a.minfo:link {
   font-size: 10pt;
   text-decoration: none;
   color: #e1e2e8;
}

a.minfo:visited {
   font-size: 19pt;
   text-decoration: none;
   color: #e1e2e8;
}

a.minfo:hover {
   font-size: 10pt;
   text-decoration: none;
   color: #000000;
}

a.minfo:active {
   font-size: 10pt;
   text-decoration: none;
   color: #e1e2e8;
}

div.minfo_h2 {
  font-family: serif;
  font-style: italic;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 140%;
  color: #e1e2e8;
  border-bottom: solid thin #e1e2e8;
}

/* Canvas area
*/
div.canvas {
  font-family: serif;
  font-style: italic;
  font-size: 14pt;
  color: #003073;
}

canvas.h2 {
  font-family: serif;
  font-style: italic;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 140%;
  color: #003073;
  border-bottom: solid thin #003073;
}


/* general
*/
body {
  color: #003073;
}

p {
  font-family: serif;
  font-style: italic;
}

font {
  font-family: serif;
  font-style: italic;
}

a:link {
   text-decoration: none;
   color: #5275bd;
}

a:visited {
   text-decoration: none;
   color: #5275bd;
}

a:hover {
   text-decoration: none;
   color: #000000;
}

a:active {
   text-decoration: none;
   color: #5275bd;
}

