/*
 *  Layout von: http://www.glish.com/css/7.asp
 */
body {
  font-family: Verdana,Tahoma, Verdana, Arial;
  font-size:12px;
  color:#003366;
  margin:0px;
  padding:0px;
    background: url(/baltic/img/blue_left.gif);
    background-repeat: repeat-y;
    background-color: White;
}
h1 {
  font-size:20px;
  font-weight:normal;
}
h2 {
  font-size:18px;
  font-weight:normal;
}
h3 {
  font-weight:bold;
  font-size:15px;
  margin-bottom:0px;
}
p.belowh3 {
  font-size:12px;
  margin-top:5px;
  margin-bottom:15px;
}
p.picturesource {
  margin:0px;
  padding:0px;
  text-align:right;
  font-size:9px;
}

#leftcontent {
    position:absolute;
    left:0px;
    top:100px;
    width:200px;
    height:500px;
    background:#25306e;
    z-index:10;
}

#maincontent {
  background:#fff;
  margin-left: 201px;
  margin-top: 101px;
  padding:10px;
  height:800px;
}

#centercontent #rightcontent {
  border-left:0px solid #000;
  border-bottom:0px solid #000;
  border:1px solid #000;
  float:right;
  width:230px;
  background:#666;
  color:#fff;
  margin:0px 0px 0px 0px;
  padding:0px;
}

#topbanner {
  position:absolute;
  top:0px;
  left:0px;
  background:#25306e;
  height:100px;
  width:100%;
  margin:0px;
  padding:0px;
  z-index:10;
}
/* Definitionen für das Menü */
div.menugroup {
  width:170px;
  border:2px solid #f9e952;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:10px;
  padding:3px;
  font-weight:bold;
  color:#ffffff;
}
div.menu1 {
  padding:0px;
  font-size:15px;
  font-weight:bold;
  margin:2px;
}
div.menu2 {
  margin:0px;
  padding:2px;
  font-size:12px;
  margin-left:4px;
}
div.menugroup a {
  color:#ffffff;
  text-decoration:none;
  display:block;
}
div.menugroup a:hover {
  color:#003366;
  background-color:#01b3e3;
}
/* Alle Links in Textfarbe */
a {
  text-decoration: underline;
  color:#003366;
}
a:hover {
  text-decoration: underline overline;
  background:#fff;
  color:#003366;
}
/* Für die aktuellen Einblendungen */
h1.newentries, h1.newentries a {
  margin:0px;
  padding:3px;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  background-color:#25306e;
  color:#fff;
}
h1.newentries a:hover {
  color:#003366;
  background-color:#fff;
  text-decoration: overline underline;
}
div.newentries {
  overflow:auto;
  height:250px;
}
ul.newentries {
  margin:0px;
  padding:3px;
  margin-left:15px;
}
ul.newentries li {
  padding-bottom:5px;
  font-size:10px;
}
div.newentries h1 {
  font-size:12px;
  font-weight:bold;
}
