h1
{
  font-size:medium;
  text-decoration:underline;
}

a
{
  text-decoration:none;
}

img
{
  border-style:solid;
  border-color:black;
  border-width:1px;
}

img.bildrechts
{
  float:right;
  margin-left:15px;
  margin-right:0px;
  margin-bottom:15px;
}

img.bildlinks
{
  float:left;
  margin-left:0px;
  margin-right:15px;
  margin-bottom:15px;
}

em {
	font-style:normal;
	font-weight:bold;
	font-size:120%;
}

#body
{
  padding:0px;
  margin:0px;
}

#logo
{
  margin:auto;
  margin-top:10px;
  width:750px;
  height:64px;
  background-image:url("http://www.galafeu.de/banner-galafeu.jpg");
}

#navigation
{
  font-family:serif;
  margin-top:0px;
  margin:auto;
  width:750px;
  height:1.4em;
  background-color:#131415;
}

#navigation ul
{
  bottom:0px;
  margin:0px;
  padding:0px;
}

#navigation li
{
  float:left;
  display:block;
  text-align:center;
  margin:0px;
}

#navigation a
{
  display:block;
  width:6em;
  height:1.4em;
  color:white;
  background-color:#131415;
  text-decoration:none;
}

#navigation a.offen
{
  background-color:#646464;
  text-decoration:none;
}

#navigation a:hover
{
  color:black;
  background-color:white;
  text-decoration:none;
}

#inhalt
{
  font-family:serif;
  margin:auto;
  margin-top:1em;
  width:750px;
}

#inhalt a.outside
{
  color:black;
  background-color:yellow;
}

