/* -- Allgemeines -- */
body {
/* --   background: url(../img/bg.gif) #333333; -- */
  background: #001133;
  color: black;
  margin: 0;
  padding: 1%;
  min-width: 640px;
  font-size: 100.01%;
  font-family: verdana, arial, sans-serif ;
}

a { color: silver; text-decoration: underline; } 
a:visited { color: gray; }
.skip {
  position: absolute;
  margin-left: -999px;
  width: 990px;
}

h1 {
  font-size: 2.7em;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.2em 2%;
  margin: 0;
  border-bottom: 1px dashed #646464;
}
h2, h3, h4 { font-weight: normal; }
h1, h2, h3, h4, h5, h6 {
  color: white;
  font-family: verdana, arial, sans-serif ;
}

img {
  border: solid 1px #aaaaaa;
  padding: 1px;
  max-width: 95%;
}

.fleft {
  float: left;
  margin: 0 1em 0.2em 0;
}
.fright {
  float: right;
  margin: 0 0 0.2em 1em;
  padding: 1px;
}

#container {
  font-size: 0.8em;
  max-width: 70em;
  margin: auto;
  border: 1px solid #aaaaaa;
  border-top: 0;
  background: no-repeat 100% 0 #001133;
}
#footer {
  clear: both;
  padding: 20px;
}

#logo {
  background: url(../img/oben.jpg) 0 0 no-repeat black;
  height: 64px;
  padding: 0 20px;
  text-align: right;
  line-height: 54px;
  font-size: 54px;  overflow: hidden; 
  letter-spacing: -3px;
  margin: 0;
}
#logo a {
  color: white;
  text-decoration: none;
}
#logo em {
  color: white;
  text-decoration: none;
}
#logo a span {
  color: black;
  background: white;
  padding-right: 0.1em;
  font-weight: bold;
}

#abschnitt2 {
  background: url(../img/ausschnitt02.jpg) 0 0 no-repeat black;
  height: 220px;
  width: 890px;
}

/* - Menü - */
#menu {
  background: url(../img/menu.png) #19199F;
  padding: 5px 2%;
  margin: 0;
  text-align: right;
  color: yellow;
}

#menu li {
  font-size: 1.2em;
  display: inline;
  list-style-type: none;
  border-left: 1px solid white;
  padding: 0 10px 0 15px;
  font-weight: bold;
}
#menu li a {
  color: white;
  text-decoration: none;
}
#menu li a span {
  color: yellow;
  text-decoration: none;
}

#english {
  background: url(../img/english.gif) 0 0 no-repeat black;
  height: 12px;
  width: 22px;
}

#deutsch {
  background: url(../img/deutsch.gif) 0 0 no-repeat black;
  height: 12px;
  width: 22px;
}

/* - Drop Down Menu- */
#DDM {
  display: block;
  list-style-type: none;
  font-size: 1.1em;
  color: white;
  background: no-repeat 100% 0 #19199F;
/*--  height: 45px; -- */
  margin: 0 0 0 0;
  border-top: 1px solid #19199F;
  border-bottom: 1px solid #19199F;
}

#DDM ul {
  overflow: visible;
  background-color: #19199F;
}

#DDM ul li {
  list-style: none;
  margin-right: 1px;
  float: left;  /* ohne width - nach CSS 2.1 erlaubt */
  position: relative;
  left:-22px;
  overflow: visible;
  background-color: #19199F;
  color: white;
}

* html #DDM ul li {  /* Korrektur fuer den IE 5 und 6 */
  margin-bottom: -2px;
}

*:first-child+html #DDM ul li {  /* Korrektur fuer den IE 7 */
  margin-bottom: -2px;
}

#DDM ul li ul {
  position: absolute;
  top: 1.2em;
  left:-18px;
  display: none;  /* UnterDDM ausblenden */
  color: white;
}

* html #DDM ul li ul {  /* Korrektur fuer IE 5.x */
  left: -2px;
  lef\t: -2px;
}

*:first-child+html #DDM ul ul {  /* Workaround fuer den IE 7 */
  background-color: #19199F;
  color: white;
  padding-bottom:2px;
}

#DDM ul li:hover ul {
  display: block;  /* UnterDDM einblenden */
  background-color: #19199F;
  color: white;
  overflow: visible;
}

#DDM ul li ul li {
  float: none;
  display: block;
  overflow: visible;
  color: white;
  background-color: #19199F;
  min-width: 155px;
  padding: 1px 1px 1px 1px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 0px;
  border-top: 1px solid #19199F;
  border-left: 1px solid #19199F;
  border-right: 1px solid #19199F;
  border-bottom: 1px solid #19199F;
}

#DDM ul a {
  display: block;
  background-color: #19199F;
  color: white;
  text-decoration: none;
}

#DDM ul a:hover {
  background-color: #19199F;
  color: white;
  border-color: #19199F;
/*  font-weight: bold;
  border-left-color: #19199F; 
  border-top-color: #19199F; */
}

/* #DDM ul a:visited {
  background-color: #19199F;
  color: white;
} */

#DDM ul li ul li a {
  display: block;
  color: white;
  text-decoration: none;
/*  font-weight: bold;
  background-color: #CCCCCC; */
}

#DDM ul li ul li a:hover {
  background-color: #19199F;
  color: white;
  border-color: #19199F;
/*  font-weight: bold;
  border-left-color: black; 
  border-top-color: black; */
}

/* #DDM ul li ul li a:visited {
  background-color: #19199F;
  color: white;
} */

#DDM span {  /* aktuelle Unterseite kennzeichnen */
  color: white;
/*  font-weight: bold; */
  background-color: #19199F;
}

/* - Subnavigation, Rechte Spalte - */
#subnav {
  width: 26%;
  min-width: 10em;
  float: right;
  padding: 43px 1% 1em 1%;
  margin: 1em 1% 0 1%;
  border-left: 1px dotted #aaaaaa;
  font-size: 0.9em;
  color: white;
}
#subnav dt {
  font-size: 1.2em;
  font-family: verdana, arial, sans-serif ;
  padding: 0.5em;
  margin-top: 1em;
  border-top: 1px dotted #aaaaaa;
}
#subnav dd {
  padding: 0;
  margin: 0.2em 0;
}

/* - Der Hauptinhaltsteil - */
#main {
/* -   background: no-repeat 100% 0 white; - */
  background: no-repeat 100% 0 #001133;
  padding: 0 31% 10% 20px;
  line-height: 1.5em;
  color: white;
}

/* - Der Astrobilder-Hauptinhaltsteil - */
#astromain {
  background: no-repeat 100% 0 #001133;
  padding: 10px 0 10% 0;
  line-height: 1.5em;
}

#astromain p {
/* -   padding: 0 0.5em 0; - */
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2em;
  font-family: verdana, arial, sans-serif ;
  color: white;
}

#astrodata {
/* -   padding: 0 0.5em 0; - */
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: verdana, arial, sans-serif ;
  color: white;
}

#astrocontainer {
  font-size: 0.8em;
  max-width: 70em;
  margin: auto;
  border: 1px solid #aaaaaa;
  border-top: 0;
  background: #001133;
}

#astrotoc {
  background: no-repeat 100% 0 #001133;
  padding: 1px 1%;
  margin: 0;
  text-align: center;
}

#astrotoc p {
  display: inline;
  list-style-type: none;
  padding: 0 1px 0 1px;
}

#sig {
  margin: 0px 120px 10px 120px;
  padding-top: 10px;
  border-top: 1px solid #aaaaaa;
  line-height: 1.5em;
  font-size: 0.8em;
  font-family: verdana, arial, sans-serif ;
  text-align: center;
  color: white;
}

/* - Linkseiten - */
#links {
  margin: 1em 1% 10 1%;
  color: white;
}
#links dt {
  font-size: 1.2em;
  font-family: verdana, arial, sans-serif ;
  font-weight: bold;
  padding: 0.5em;
  margin-top: 1em;
  border-top: 1px dotted #aaaaaa;
}
#links dd {
  padding: 0;
  margin: 0.2em 0 0 1.5em;
}


