/* kurzsuechtig_content*/

/*basisstruktur*/

body {
  background-color:#444;

  padding:0px;
  margin:0px;
}

div.main {
    margin-left:auto;
    margin-right:auto;
    width:800px;
    min-height: 1000px;
    border:0px;
    color:#fff;
    font-family:Verdana, Helvetica, Arial;
    font-size:11px;

}

/* --- header --- */
div.header {
  margin:0px;
  width:800px;
  border:none;
}
div.menue {
  margin:0px;
  padding:0px;
}

ul{
  list-style-type: none;
  margin:0px;
  padding:0px;
}

div.menue ul li {
  float:left;
  position:relative;
}
div.menue ul li a{
  text-decoration:none;
}

div.menue ul li {
   background-color:#e9511a;
   padding-top:5px;
}

div.menue ul li:hover{
    background-color:#c64909;
}
div.menue img {
  min-width:50px;
  display:block;
}

/* --- hauptteil ---*/
div.content {
  margin:0px;
  width:800px;
  background-color:#444;
  border:none;



}

/* --- content header --- */

div.content_header {
  margin: 0px;


}
div.content_logo {
  margin:0px;
  float:left;
  width:375px;
  height:140px;
  background-color:#510901;
}
div.header_img {
  margin: 0px;
  float: right;
  width:425px;
  height:140px;
}

/* --- main_content --- */
/* ------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/

div.content_main_bg {
  margin:0px;
  float:right;
  width:425px;


}
div.content_main {
  margin:0px;
  padding:20px;
  min-height:450px;
  background-color: #D9A179;
  color:#510901;
}

img.h1 {
  background-color: transparent;
  margin:0px;
  margin-bottom:15px;
  padding:0px;
}

table#contact td {
  vertical-align: bottom;
  text-align: left;
}
a {
  color:  #C64909;
}
a:hover {
  color: #fff;
}






div.content_footer {
  background-color: transparent;
}

div.info {
  margin: 0px;
  background: url(../_icons/film_bg444.png) no-repeat bottom;
  background-color:#510901;
  padding:0px;
  padding-bottom:40px;
  float:left;
  width:375px;
  border:0px;
    color:#623521;
    text-align:center;

  }
div.info img {
  margin-top:10px;
}

div.main_contact {
  padding-left: 95px;
  padding-top:10px;
  text-align: left;
  font-size:11px;
  font-weight:normal;
  color:#D9A179;
}
div.main_contact img {
  display:block;
  margin-top:10px;
  margin-bottom: 15px;
}
div.main_contact h1 {
  font-size: 14px;
  font-weight:bold;
  color:#e9511a;
}
div.main_contact a{
  color: #e9511a;
  text-decoration:none;
}




div.content_footer td {
  padding: 10px;
}




/* --- inhalts-formate --- */


img {
  border:none;
  margin:0px;
  padding:0px;
}

a {
  text-decoration: none;
  display:inline;
}











