/* $Id: pbsstyle.css,v 1.6 2004/09/21 14:44:29 pbschmidt Exp $ */
/* Stylesheet file for www.PBSchmidt.de (new release)              */
/* for Screen display                                              */
/* (C) Peter B. Schmidt 2004 (technical realization)               */
/* Graphical Design (C) broemedia http://www.broem.de              */

/* -- Global Formats go here ------------------------------------- */
/* -- NO COLOR DEFINITINS IN THIS FILE!!                        -- */
p, a, h1, h2, h3, h4, li, th, td {
  font-family: Helvetica, Helv, Arial, Sans-Serif, sans-serif, Sans;
}

/* -- base font size:                                           -- */
p, li, td, th {
  font-size: 10pt;
}

/* -- Definition of various headers:                            -- */
th {
  font-weight: bold;
  text-align: center;
}

h1 {
  padding-top: 2ex;
}

/* -- Navigation bar styles: -- */
.navi{
  display:inline;
  width:100%;
}
.navisub{
	font-size:smaller;
}

li.navisub{
  margin:0;
	padding:0;
}
ul.navisub{
  list-style:none;
	margin:0 0 0 1em;
	padding:0;
}
ul.navi{
  list-style-type:none;
}
li.navi{
  border:0;
  display:inline;
  margin-left:2em;
}

/* -- Content Area styles: --*/
.content{
  position:relative;
}
.hintleft{
  position:absolute;
  float:right;
  border-style:solid;
  border-width:1px;
  padding:0.5em;
  left:1em;
  width:13%;
  margin-top:20ex;
}
.hintright{
  position:absolute;
  float:left;
  border-style:solid;
  border-width:1px;
  padding:0.5em;
  right:1em;
  width:13%;
  margin-left:85%;
  margin-top:20ex;
}
/* -- some defaut image alignments for comfort                  -- */
img.rechts {
  vertical-align:text-top;
  float:right;
  margin-left:10px;
  margin-right:0;
  margin-top:0;
  margin-bottom:10px;
}
img.links {
  vertical-align:text-top;
  float:left;
  margin-left:0;
  margin-right:10px;
  margin-top:0;
  margin-bottom:10px;
}

/* -- Definition of styles preferred in German to avoid mangeling- */ 
.kleiner {
  font-size:smaller;
}

.klein {
  font-size:7pt;
}

.einrueck:first-line {
  padding-left: 2em;
}

.block {
  text-align: justify;
}

.rechts {
  text-align: right;
}
.einrueck
{
  padding-left:3em;
}

.zentriert {
  text-align: center;
}

.links {
  text-align: left  ;
}

.stichwort {
  font-variant: small-caps;
}


