/* DATEI: html.css - Bildschirmausgabe für aktion-klausenpass.de */


/* body-Einstellungen */
body { 
  font-family:Arial,Helvetica,sans-serif,"Lucida Sans",sunsans-regular; 
  font-size:10pt; 
  color:#000000; 
  background-color:#000000; 
  margin-bottom:0px; 
  margin-top:0px; 
  margin-right:0px; 
  margin-left:0px; 
  background-repeat:no-repeat; 
}

/* Links */
A.nav:link { FONT-WEIGHT:bold; FONT-SIZE:80%; COLOR: #000000;  TEXT-DECORATION:none }
A.nav:visited { FONT-WEIGHT:bold; FONT-SIZE:80%; COLOR: #111111; TEXT-DECORATION:none }
A.nav:hover { FONT-WEIGHT:bold; FONT-SIZE:80%; COLOR: #ff0000; TEXT-DECORATION:none }
A.nav:active { FONT-WEIGHT:bold; FONT-SIZE:80%; COLOR: #999999; TEXT-DECORATION:none }
A.nav:focus { FONT-WEIGHT:bold; FONT-SIZE:80%; COLOR: #ff0000; TEXT-DECORATION:none }
A.nav_text:link { FONT-WEIGHT:bold; COLOR: #000000;  TEXT-DECORATION:underline }
A.nav_text:visited { FONT-WEIGHT:bold; COLOR: #111111; TEXT-DECORATION:underline }
A.nav_text:hover { FONT-WEIGHT:bold; COLOR: #999999; TEXT-DECORATION:underline }
A.nav_text:active { FONT-WEIGHT:bold; COLOR: #999999; TEXT-DECORATION:underline }
A.nav_text:focus { FONT-WEIGHT:bold; COLOR: #999999; TEXT-DECORATION:none }
A.nav_script:link { FONT-WEIGHT:bold; font-style:italic; font-size:10pt; COLOR: #000000;  TEXT-DECORATION:none;  }
A.nav_script:visited { FONT-WEIGHT:bold;  font-style:italic; font-size:10pt; COLOR: #000000; TEXT-DECORATION:none; }
A.nav_script:hover { FONT-WEIGHT:bold; font-style:italic; font-size:10pt; COLOR: #0000ff; TEXT-DECORATION:none;  }
A.nav_script:focus { FONT-WEIGHT:bold; font-style:italic; font-size:10pt; COLOR: #0000ff; TEXT-DECORATION:none;  }
A.nav_script:active { FONT-WEIGHT:bold; font-style:italic; font-size:10pt; COLOR: #0000ff; TEXT-DECORATION:none;   }
A.navi:link { font-size:12pt; FONT-WEIGHT:bold; COLOR:black; TEXT-DECORATION:none }
A.navi:visited { font-size:12pt; FONT-WEIGHT:bold; COLOR:black; TEXT-DECORATION:none }
A.navi:hover { font-size:12pt; FONT-WEIGHT:bold; COLOR:#888888; TEXT-DECORATION:none }
A.navi:active { font-size:12pt; FONT-WEIGHT:bold; COLOR:red; TEXT-DECORATION:none }
A.navi:focus { font-size:12pt; FONT-WEIGHT:bold; COLOR:red; TEXT-DECORATION:none }
a:link { color:#000000; text-decoration:underline;  }
a:visited { color:#111111; text-decoration:underline;  }
a:active { color:#999999; text-decoration:underline; }

p, li, table,td { font-size:100%;   font-family:Arial,Helvetica,sans-serif,"Lucida Sans",sunsans-regular; }


/* Schriften ausrichten */
.oben    { vertical-align:top; }
.mittig  { vertical-align:middle; }
.unten   { vertical-align:bottom; }
.Basislinie   { vertical-align:baseline }
.tiferstellen  { vertical-align:sub }
.hoeherstellen  { vertical-align:super  }
.am_oberen_Schriftrand   { vertical-align:text-top }
.am_unteren_Schriftrand   { vertical-align:text-bottom }

.kleinereSchrift {  font-size:80%; }

.kleinereSchriftfett {  
  font-size:90%;
  font-weight:bold;
  font:Arial,Helvetica,sans-serif,"Lucida Sans",sunsans-regular;
}

.kleinereSchrift_fett_rot {  
  font-size:90%;
  font-weight:bold;
  font:Arial,Helvetica,sans-serif,"Lucida Sans",sunsans-regular;
  color:#FF0000;
}

.kleineSchrift {  font-size:60%; }

.kleineSchriftfett {  
  font-size:60%;
  font-weight:bold;
  font:Arial,Helvetica,sans-serif,"Lucida Sans",sunsans-regular;
}

.weiterTextfluss {
  font-size:100%;
  line-height: 150%;
  font:Arial,Helvetica,sans-serif,"Lucida Sans",sunsans-regular;
}

.Ueberschrift200 {  
  font-size:200%;
  font-weight:bold;
  font:Arial,Helvetica,sans-serif,"Lucida Sans",sunsans-regular;
}

.Ueberschrift150 {  
  font-size:150%;
  font-weight:bold;
  font:Arial,Helvetica,sans-serif,"Lucida Sans",sunsans-regular;
}

.Ueberschrift110 {  
  font-size:110%;
  font-weight:bold;
  font:Arial,Helvetica,sans-serif,"Lucida Sans",sunsans-regular;
}

.normalFett {
  font-weight:bold;
  font:Arial,Helvetica,sans-serif,"Lucida Sans",sunsans-regular;
}

/* Hellblaue Box mit schwarzer Schrift im Textfluss */
.hellblaubox { background-color:#0099ff; padding:0px; margin:0px;  font-family: Arial, Helvetica, sans-serif, "Lucida Sans", sunsans-regular; color: #000000; padding:3px;; font-weight: bold}

/* Rote Box mit weisser Schrift im Textfluss */
.rotbox { background-color:#FF0000; padding:0px; margin:0px; font-family: Arial, Helvetica, sans-serif, "Lucida Sans", sunsans-regular; color: #FFFFFF; padding:3px;; font-weight: bold }

