/* Allgemeine Style-Definitionen */
html {
			/* verhindert Mozilla-Zucken
			 * > Firefox 1.5
			 */
			overflow-y: scroll;
}
body
{
  background-image : url(bilder/bg_linien.png);
  background-attachment : fixed;     
  min-width:835px;
  font-family : Verdana, Arial, Courier, sans-serif;
}
a
{
  color:#ffdd1c;
  text-decoration:none;
}  
a:hover
{
  text-decoration:underline;
}
h4 {
  color: #ffdd1c;
  font-size: 1em;
  font-weight: 600;
  font-family : Verdana, Arial, Courier, sans-serif;
}
img{
border: none;
}

/* Container Style-Definitionen */
div#seite
{
  margin: 0px auto;
  width: 835px;
  background-image : url(bilder/bg_linien2.jpg);
}

div#header
{
  width: 835px;
  height:210px;
}
div#header img {
	position:absolute;
	display:none;
}

div#menu
{
  width: 835px;
  height: 50px;
}

div#menu img {
  float:left;
  margin-left:10px;
  margin-top: 10px;
}

div#infozeile1
{
  clear:both;
  width: 835px;
  height: 21px;
  color: #ffdd1c;
  font-size: 10pt;
  background-image : url(bilder/bg_linien3.png);
}
div#infozeile2
{
  width: 835px;
  padding: 4px 0px;
  height: 15px;
  color: #b0b0b0;
  font-size: 10pt;
  background-image : url(bilder/bg_linien4.png);
  text-align:center;
}
/* margin: oben rechts unten links. */
div#inhaltbilder{
float:left;
margin: 50px 10px 10px 20px;
font-size: 10pt;
color:yellow;
text-align:center;
}
div#inhalttext
{
  margin:10px 40px 10px 160px;
  color: white;
  font-size: 0.8em;
  font-family : Verdana, Arial, Courier, sans-serif;
  text-align:justify;
}
div#footer
{
  clear:both;
  width: 835px;
  height:50px;
  color: white;
  background: #4b4b4b;
  font-size: 10pt;
}

div#startseite
{ /* vertikal und horizontal zentriert. margins dann abhängig von Bildgröße ! */
  position:absolute;
  height:260px; 
  width:560px;
  margin:-130px 0px 0px -280px;
  top: 50%; 
  left: 50%;
  border: 1px solid #3c3c3c;
}

div#startseite_video
{ /* vertikal und horizontal zentriert. margins dann abhängig von Bildgröße ! */
  position:absolute;
  height:400px; 
  width:640px;
  margin:-200px 0px 0px -320px;
  top: 50%; 
  left: 50%;
  border: 1px solid #3c3c3c;
  color: white;
  font-size: 0.9em;
  font-family : Verdana, Arial, Courier, sans-serif;
  text-align:justify;
}

/* Listendefinition Menu */
#navcontainer
{
  margin-left: auto;
  margin-right: auto;
  width:690px;
  height:50px;
}
#navlist li
{
  margin-top:15px;
  float: left;
  text-align:center;
  list-style:square;
  display:inline;
  width:90px;
  height:35px;
}
#navlist a
{
  color:white;
  font:normal 11px Verdana, Arial, Courier, sans-serif;
  text-decoration:none;
}
#navlist a:link, #navlist a:visited
{
  background-repeat: no-repeat;
}

#navlist a:hover
{
  padding-left: 15px;
  color:#ffdd1c;
  background : url(bilder/menu_bullet.jpg);
  background-repeat: no-repeat;
  background-position: 0 3px;
}  

div#p_bilder
{
  margin-top:5px;
  margin-left: 20px;
  text-align:right;
}
#p_bilder img
{
  padding-top:5px;
  padding-left:10px;
}

/* Objekt-Klassen Styles */
.kleingedrucktes {
  font-size: 0.7em;
}

