#header_grafik {
  background:url(images/banner.jpg);
  width: 980px;
}

#gruppenbild{
  width: 300px;
}

#gruppenbild_gesamt{
  width: 500px;
}

#bild_sonst{
  width: 200px;
}

#linie {
  background-color: #9988FF;
  height: 25px;
  text-align: center;
  color: #3300EE;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  font-weight: bold;
  font-size: 12pt;
}

.navigation li a, .navigation li a:active, .navigation li a:visited {
  color: #3300EE;
  background-color: #ffffff;
  width: 200px;
  margin: 1px;
  padding: 0px;
  text-decoration: none;
  font-size: 12pt;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  display: block;
  font-weight: bold;
  text-indent: 0px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.navigation li a:hover {
  color: #ffffff;
  background-color: #9988FF;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  text-decoration: none;
  margin-top: 1px;
  padding: 0px;
  font-weight: bold;
  text-indent: 3px;
}

.news {
 padding: 5px 20px;
 text-align: justify;
}

.logo {
  background-color: #ffffff;
}

#main {
  background-color: #FFFFFF;
  color: #000000;
  width: 730px;
}

.maintext{
  padding: 5px 50px;
}

.text_eingerueckt{
  padding: 5px 130px;
}

table {
  color: #000000;
  background-color: #FFFFFF;
  font-family: "Trebuchet MS",verdana,arial,helvetica,sans-serif;
  font-size: 10pt;
}

hr {
  color: #9988FF;
}

p {
  margin: 8px 4px 4px 4px;
}

h1 {
  color: #3300EE;
  font-family: "Century Gothic",verdana,arial,helvetica,sans-serif;
  font-size: 18pt;
  font-style: italic;
  text-align: center;
  margin: 0px;
}

/* ---------- gallery styles start here ----------------------- */
    .gallery {
	  list-style: none;
	  margin: 0;
	  padding: 0;
    }
    .gallery li {
	  padding: 10px;
	  margin: 0;
  	  float: left;
	  position: relative;
	  width: 130px;
	  height: 130px;
    }
    .gallery li:hover img {
	  border-color: #000;
	  background: #ddd;
    }
    .gallery img {
	  background: #fff;
	  border: solid 1px #888;
	  padding: 5px;
    }
    .gallery em {
	  background: #fff url(images/grey-gradient.gif) repeat-y;
	  color: #000;
	  font-style: normal;
	  padding: 2px 10px;
	  display: block;
	  position: absolute;
	  top: 110px;
	  left: 9px;
	  border: 1px solid #999;
	  border-left-color: #888;
    }
    .gallery a {
	  text-decoration: none;
    }
    .gallery a:hover em {
	  background: #ffdb01 url(images/orange-gradient.gif) repeat-y;
	  border-color: #c25b08;
    }
    .newversion {
	  position: absolute;
	  right: 0;
	  top: 0;
	  margin: 0;
	  padding: 0;
	  border: none;
	  float: none;
    }
    .newversion a img {
	  background-color: transparent;
	  color: white;
	  border: none;
	  text-decoration: none;
    }