@charset "utf-8";
/* CSS Document */

* {
      margin: 0px;
      padding: 0px;
    }
    
body {
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
  width: 1000px;
  background: #f2f2f2;
  border: 0px solid #406F1F;
  margin: 0px auto;

      }
	  
meinfilm {
    width:600px;
}	  


	  
#content {
  padding: 0px;
  
}
#footer {
  background: #406F1F;
  clear: both;
  height: 25px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  
}
img {
  vertical-align: bottom;
}


h1, h2, h3, p{
  margin-bottom: 10px;
}
h1 {
  font-size: 1.25em;
  color:  #406F1F;  
}
h2 {
  font-size: 1.1em;
  color: #01913A;  
}
h3 {
  font-size: 1.0em;
  color: #01913A;
}

figcaption {
  font-size: 0.9em;
  color: black;
  font-style: italic;
}
  
img {
  clear: both;
}



#navigation ul, .fuss ul {
  list-style: none;
}
#navigation ul li , .fuss ul  li{
  display: inline;
}
#navigation {
  border-bottom: 0px dashed #406F1F;
}
#navigation ul li a,
#footer .fuss ul li a {
  font-size: 0.9em;
  font-weight: bold;
  color: #F60;
  text-decoration: none;
  display: inline-block;
  padding: 3px 10px 4px;
}
#navigation ul li a:hover{
  background: #406F1F;
  color: #FFFFFF;
}
#content ul li {
  margin-left: 30px;
}
#content img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;

}
#footer p {
  font-size: 0.9em;
  color: #CCC;
  font-weight: bold;
  float: left;
}

.fuss {
  float: right;
}
.fuss ul li a:hover{
    text-decoration: underline;
}
.clear{
  clear:both;
}

th {
  text-align: left;
}
table {
  width: 800px;
  margin-bottom: 15px;
}
.kontakt {
  float: left;
  width: 150px;
}

#name,
#vorname,
#email,
#plz,
#ort,
#strasse,
#bundesland,
#nachricht {
  width: 250px;
}
#senden {
  margin-left: 290px;
}
