/*
 * Allgemeine Einstellungen
 */
BODY {
	font-size : 16pt;
	font-family: sans-serif;
}
h1, h2, h3, h4, h5, h6    {
        font-family: Arial,helvetica,verdana,lucida,sans-serif;
        text-align: left;
        font-weight: 700;
        color: #005A9C;
        background-color: white;
	margin-top: 10pt;
	padding-top: 1pt;
	margin-bottom: 15pt;
	padding-bottom: 1pt;
}

h1    {
        font-size: 1.5em;
}
h2    {
        font-size: 1.2em;
}
img {
	border: none;
}

table tr td {
	padding-right: 5ex;
}

table tr {
	background-color: #ddd;
}

table {
	margin-bottom: 1ex;
	margin-top: 1ex;
}

/*
 * Listen-Formate
 */
LI.Sub0 {
	list-style-type:disc;
	text-align: left;
	margin-top: 10pt;
}
LI.Sub1 {
	list-style-type:  none;
	list-style-image: none;
	margin-top: 5pt;
	margin-bottom: 5pt
}
LI.Sub2 {
	list-style-type:square;
	margin-top: 4pt;
}
LI.Sub2u { 
	list-style-type:none;
	text-align: left; 
	margin-top: 10pt;
	margin-right: 20pt; 
	margin-bottom: 10pt;
}

/*
 * Spezielle Formatierungen
 */
div.logo { 
  margin-right: 0.0ex;
  margin-bottom: 2.0em;
  float: right;
}
.autor { 
  color: #993333;
  font-weight: bold;
  font-size: 1em;
  margin-top: 1em;
  margin-left: 20em;
  margin-bottom: -10em;
}
div.applet {
  padding-right:1.0em;
  margin-top: 0.0em;
  margin-bottom: 1.0em;
  margin-right: 1.0em;
  float: left;  
}
span.cft { 
  font-family: Courier, monospace;
  font-weight: 700;
  color: #121;
}
span.defi { 
  font-weight: 700;
  color: #966;
}
span.bold { 
  font-weight: bold;
}

.annotation { 
  display:none;
  color: blue;
 }

/*
 *  Navigationsleiste
 */
div.navigation {
	margin-left: 0ex;
	font-size : 10pt;
}
#nav2r img {
	padding-left: 2px;
	padding-right: 4px;
} 
*#nav2 span#nav2r  {
	float: right;
}

*#nav2 span a {
        text-align: left;
        padding-left: 2px;
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-left-style: solid;
        border-bottom-style: solid;
        border-left-color: Gray;
        border-bottom-color: Gray;
}
*.navigation p#nav2 span#nav2r A:hover {
        font-weight: bold;
	background-color: #005A9C;
        color: white;
	border-color: #005A9C;
        border-width: 2px;
        text-decoration: none;
}

/*
 * Verweise
 */
A:link    {
	background-color: transparent;
        color: #933;
        text-decoration: none;
}

A:visited    {
	background-color: transparent;
        color: #933;
        text-decoration: none;
}

A:hover    {
	background-color: transparent;
        color: #c33;
        text-decoration: underline;
}

A:active    {
	background-color: transparent;
        color: #c33;
        text-decoration: none;
}

/*
 * Positionierung
 */
.vtop {
  vertical-align: top
}
.vbottom {
  vertical-align: bottom;
}
.vmiddle {
  vertical-align: middle;
}
.vbase {
  vertical-align: baseline;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
