html
{
  height:100%;
}

body
{
  background-color:#003399;
  margin:0px;
  font-family: Verdana;
  height:100%;
}
p
{
  font-size:12px;
}

h1
{
  color:white;
  font-size:14px;
  background-color: #3266cc;
}

h2
{
  color: #3266cc;
  margin-top:15px;
  font-weight:bold;
  font-size:12px;
  margin-bottom:-10px;
}

ol
{
  font-size:12px;
}

ul
{
  font-size:12px;
}

table
{
  font-size:12px;
}

blockquote
{
  font-size:12px;
  font-style:italic;
}

.ErsteSpalte
{
  min-width:100px; 
  background-image:url(../Grafiken/LinkeSeite/LinkeLeiste.jpg);
}

.ZweiteSpalte
{
  background-color:#ffffcc;
  min-width:800px;
  max-width:800px;
  padding:20px;
  text-align:justify;
}

.DritteSpalte
{
  min-width:200px; 
  max-width:200px; 
  background-image:url(../Grafiken/MenuHintergrund.jpg);
}


/*  Menu  */
.MenuListe
{
  list-style-type:none;
  color:white;
  margin-top:100px;
  margin-left:-30px;
}

.MenuListe li
{
  margin-top:12px;
}

.SubMenuListe
{
  list-style-type:none;
}

.SubMenuListeinvisible
{
  list-style-type:none;
  height:0px;
  visibility: hidden;
  margin-top:-12px;
}

.SubMenuListe li
{
  margin-top:6px;
}

.MenuNormal
{
  font-size:14px;
  text-decoration:none;
  color:white;
  padding:3px;
  width:140px;
  display:block;
  background-color:#3266cc;
}

.MenuMouseover
{
  font-size:14px;
  text-decoration:none;
  color:white;
  padding:3px;
  width:140px;
  display:block;
  background-color:#003399;
}

.MenuAktiviert
{
  font-size:14px;
  text-decoration:none;
  color:white;
  padding:3px;
  width:140px;
  display:block;
  background-color:#003399;
}

.SubMenuNormal
{
  font-size:10px;
  text-decoration:none;
  color:white;
  padding:3px;
  width:100px;
  display:block;
  background-color:#3266cc;
}

.SubMenuMouseover
{
  font-size:10px;
  text-decoration:none;
  color:white;
  padding:3px;
  width:100px;
  display:block;
  background-color:#003399;
}

.SubMenuAktiviert
{
  font-size:10px;
  text-decoration:none;
  color:white;
  padding:3px;
  width:100px;
  display:block;
  background-color:#003399;
}







