.Header
{
  position: absolute;
  margin-top: 20px;
  margin-left: center;
  left: 185px;
  width: 50%;
}

.Navigation
{/*The navigation on the left side, positioned absolutely*/
  position: absolute;
  margin-top: 142px;/*breathing space for the text*/
  left: 20px;
  width: 120px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  line-height : 110%;/*line-height set to 110% in order to*/
}

.Inhalt
{/*this is the main content area*/
  position: absolute;
  background: #FFFFFF;
  /*declare a color together with a contrasting background color*/
  color: #000088;/*to insure readability*/
  margin-left: 200px;
  /*to position the content area to the right of the navigation*/
  margin-right: 20px;/*breathing space for the text*/
  margin-top: 145px;/*breathing space for the text*/
  padding: 6px;/*space to separate navigation and content*/
  /*font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;*/
  width: 70%;
  border: 0.1px solid #FFFFFF;
  /*to insure that NN4.xx renders the background-color of the content area*/
}

.News
{
  position: absolute;
  margin-top: px;
  margin-left: center;
  left: 60px;
  width: 135px;
}


.box
{/*this is a box where the bottom-navigation*/
 /* and the copyright will be placed*/
  background: #FFFFFF;
  color : #000099;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  /*padding : 2px;*/
  margin: 2px;
  /*border-color : #48D1CC;
  /*border-style : groove;
  /*border-width : 2px;/* the border property in longhand*/
}

.navbox
{/*button-like box for the left-side navigation*/
  width: 100px;
  font-size: 15px;/*readability for the links*/
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #cccccc;
  border-color: #660000;/*or, in shorthand, the three*/
  border-style: solid; /*border-properties would read:*/
  border-width: 2px;/*border: 2px groove #FF6633;*/
  padding: 5px;
  margin: 2px;
}

body
{
  background-color : #FFFFFF;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color : #000088;
  margin: 0px;
}

h1
{
  font-family: Verdana, Tahoma, Helvetica, Arial;
  font-style: bold;
  font-size: 2em;
  text-align: left;

}

h2
{
  text-align=center;
  font-family: Verdana, Tahoma, Helvetica, Arial;
  font-size: 1.5em;
  text-align: left;
}

h3
{
  font-family: Verdana, Tahoma, Helvetica, Arial;
  font-size: 1.17em;
  text-align: left;
}

table
{
font-family: Verdana, Arial, Tahoma, Helvetica;
font-style: normal;
text-align: justified;
font-size: 12;
}

.pad
{
padding-left: 1cm;
}

p
{
text-align: justify;
font-family: Verdana, Arial, Tahoma, Helvetica;
font-style: normal;
font-size: 12;
line-height: 14pt;
letter-spacing: 0.5px;
}

ul, ol, li
{
text-align: justify;
font-family: Verdana, Arial, Tahoma, Helvetica;
font-style: normal;
font-size: 12;
line-height: 14pt;
letter-spacing: 0.5px;
margin-left: 10px;
}

hr
{
  color: #660000;
  border: 0px;
  background-color: #660000;
  height: 5px;
}


/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print {
/* Turn off list bullets */
ul.mktree  li
{
 list-style: none;
}

/* Sublists are visible or not based on class of parent LI */
ul.mktree  li.liOpen    ul { display: block; }
ul.mktree  li.liClosed  ul { display: none; }

a
{
 text-decoration:none;
 font-weight: bold;
 color: #0000ff;
}

a:hover
{
 color: #539dbc;
}

ul.mktree  li.liOpen    .bullet
{
 cursor: pointer; background: url("Images/minus.png") center left no-repeat;
}

/* Show "bullets" in the links, depending on the class of the LI that the link's in */
ul.mktree  li.liClosed  .bullet
{
  cursor: pointer; background: url("Images/plus.png") left no-repeat;
}

ul.mktree  li.liBullet  .bullet
{
  cursor: default; background: url("Images/square.jpg") center left no-repeat;
}


/* Control how "spaced out" the tree is */

ul.mktree, ul.mktree ul , ul.mktree li 
{ 
  margin-left:5px; padding:3px;
}

/* Provide space for our own "bullet" inside the LI */
ul.mktree  li           .bullet 
{
  padding-left: 5px;
  font-weight: bold;
  color: #0000ff;
}


/* Format menu items differently depending on what level of the tree they are in */
ul.mktree  li
{
  font: 12px verdana, helvetica, arial;
}

ul.mktree  li ul li
{
  font: 11px verdana, helvetica, arial
}

ul.mktree  li ul li ul li
{
  font: 10px verdana, helvetica, arial
}
ul.mktree  li ul li ul li ul li
{
  font: 9px verdana, helvetica, arial
}
}
}


/*
P, OL, UL, DL {font-size: 13px;}
//font-family is already defined, here I only set the font-size
P OL, P UL, P DL, OL UL {font-size: 13px;}
//and here the I prevent the incredible shrinking text

.six {font-size: 11px;
  color: #999999; //this is for small text
  background: transparent;}
.mit {text-align: justify;}//justified text
.red {color : #FF0000; background: #FFFFFF;}
.mint {color: #009999; background: #FFFFFF;}
.ROT {font-size: 16px; //also red, but bigger and in bold
  color: #FF0000; 
  font-weight: 600; 
  background: #FFFFFF;}
    
a:link {/*normal links in the text
  color: blue; 
  text-decoration : none; 
  background: #FFFFFF;}
a:visited {
  color: #FF0000; 
  text-decoration : none; 
  background: #FFFFFF;}
a:hover { 
  color: #999999; 
  text-decoration : underline; 
  background: #FFFFFF;}

//now follow the section links in the navigation bar on the left side
a.nav:link {
  color: #FFFFFF; 
  text-decoration : none; 
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
a.nav:visited {
  color: #FF8C00; 
  text-decoration : none;
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
a.nav:hover { 
  color: #7FFFD4;
  text-decoration : none; 
  font-weight: 600; 
  font-size:14px; 
  background: transparent;}
a.navtot {//the style for the actual page
  color: #CDCDCD; 
  text-decoration: none; 
  font-weight: 600; 
  font-size: 14px; 
  background: transparent;}
*/
