/* Style Sheets für die Webseite der Berufliche Schule Farmsen G16, M. Hirning - 01-12-09*/

/* body: */
/* margin = Außenabstand zum Text, Dezimalbruch wird durch Punkt getrennt */
/* background-image              = Hintergrundgrafik */
/* background-attachement: fixed = Hintergrundgrafik feststehend */
/* color                         = Textfarbe */
body { margin: 0.5cm;  background-image: url(../img/back.jpg); background-attachment: fixed; color: #000000; }

/* Schriftart von Überschriften */
h1, h2, h3, h4, h5 { font-family: Verdana, Arial, Helvetica; }

/* Schriftart u. -größe, linker u. rechter Rand in mit p-Tags versehenen Absätzen */
p { font-family: Verdana, Arial, Helvetica; font-size: 10pt; margin-left: 5px; margin-right: 5px; }

ul {font-size: 10pt; font-family: Verdana, Arial, Helvetica; }

/* .gks            = ganz kleine Schrift, 10 Pixel */
/* .gksc           = ganz kleine Schrift, 10 Pixel, zentriert */
/* .ks             = kleine Schrift, 12 Pixel */
/* .ksf            = kleine Schrift, 12 Pixel, ganz schön fett */
.gks    { font-size: 10px }
.gksc   { font-size: 10px; text-align: center; }
.ks     { font-size: 12px }
.ksf    { font-size: 12px; font-weight: bold; }
.dgst16 { font-size: 16px; text-decoration: line-through;}

/* Textmarker */
span { background-color: #FFE000; color:#0000FF; font-weight:bold; }

/* a:link          = Verweise zu noch nicht besuchten Seiten */
/* a:visited       = Verweise zu bereits besuchten Seiten */
/* a:active        = Verweise, die gerade angeklickt werden */
/* color           = Farbe */
/* text-decoration = Textstil */
/* underline       = unterstrichen, Default-Wert */
/* none            = nicht unterstrichen */
/* a               = Normaler Link */
/* a:hover         = Link während Maus drüber */
a:link { color: #0000EE; text-decoration: underline; }
a:visited { color: #551A8B; text-decoration: underline; }
a:active { color: #FF0000; text-decoration: underline; }
a:hover { color: #FF0000; text-decoration: underline; }

/* Rahmen */
#rundrum {
  border-width:1px;
  border-style:solid;
  border-color:grey;
  padding:0.4em;
  text-align:center;
  font-size:10pt;
  background-color:#EFEFEF;
}