/* @override http://www.budweiser.at/files/template/css/budweiser.css */

  /*-------------------------------*/
  /*Allgemeine HTML Deklarationen  */
  /*-------------------------------*/

body {
  text-align: center;
  background: url(../images/bg.gif) repeat-x #000000;
  padding: 0px;
  margin: 0px;
  font-family: Arial;
  font-size: 12px;
  color: #ffffff;
  line-height: 17px;
}


a {
  color: d5e1e8;
  text-decoration: underline;
}
a:link {
  color: #d5e1e8;
  text-decoration: underline;
}

a:visited {
  color: #d5e1e8;
  text-decoration: underline;
}

a:hover {
  color: #c7aa3c;
  text-decoration: underline;
}

a:active {
  color: #c7aa3c;
  text-decoration: underline;
}

.clear {
  clear: both;
  display: block; 
  height: 0px !important; 
  visibility: hidden;
  line-height: 0px;
}

h1 {
  font: Helvetica, Arial, Sans 25px bold;
  color: #c7aa3c;
  margin: 0;
  padding: 0;
  line-height: 27px;
}

h2 {
  font: Helvetica, Arial, Sans 20px bold;
  color: #c7aa3c;
  margin: 0;
  padding: 0;
  line-height: 22px;
}

h3, .zcleft h1 {
  font: Helvetica, Arial, Sans bold;
  color: #c7aa3c;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}
  .zcleft a {
  text-decoration:none;
  }

  /*-------------------------------*/
  /*Struktur-Elemente              */
  /*-------------------------------*/


#container {
  text-align: left;
  width: 830px;
  margin: 0 auto;
  background: url(../images/bg-center.gif) no-repeat;
}

#nav {
  width: 830px;
}

  #nav ul {
    display: block;
    margin: 0px;
    padding: 0px;
  }
  
  #nav img {
    float: left;
  }
  
  #nav li {
    display: block;
    float: left;
  }
  
  #nav li a {
    display: block;
  }

  #mainnav li {
    height: 46px;
    margin: 3px 0 0 0;
    padding: 0 20px 0 20px;
    background: url(../images/bg-element.gif) no-repeat left bottom;
  }
  
  #mainnav li.active {
    padding: 0 9px 0 9px;
  }
  
  #mainnav li#first {
    background: none;
  }
  
  #mainnav li a {
    height: 26px;
    font-weight: bold;
    margin: 20px 0 0 0;
    text-decoration: none;
  }
  
  /*Hack for IE
  IE is too stupid for
  width: auto -.- */
  * html #mainnav li a {
    width: 15px; 
  }
  
  #mainnav li a:link, .headnav li a:visited {
    font-size: 13px;
    color: #ffffff;
  }

  #mainnav li a:hover {
    color: #c7aa3c;
  }

  #mainnav li a.active {
    float: left;
    background: url(../images/pointer.gif) no-repeat bottom;
    text-decoration: none;
  }
  
  #subnav {
    width: 677px;
    height: 21px;
    margin: -15px 50px 17px 50px !important;
    padding: 7px 0 0 53px !important;
    border-bottom: 1px solid #283033;
  }
  
  /*IE*/
  *html #subnav {
    width: 730px;
    margin: -15px 0 17px 50px;
    padding: 7px 0 7px 50px !important;
  }
  
  #subnav li {
    margin: 0 35px 0 0;
  }
  
  #subnav li a {
    color: #bee0ea;
    text-decoration: none;
  }
  
  #subnav li a:hover {
    color: #c7aa3c;
  }
  
  #subnav li a:active{
    color: #e6e6e6;
    text-decoration: none;
  }
  
  #subnav li a.active{
    font-weight: bold;
    color: #e6e6e6;
  }
  
  #subnav li a.active:hover {
    color: #c7aa3c;
  }


#content {
 
}

#teaser.gewinnen {
padding: 0;

}

#teaser {
  padding: 0 0 60px 0;
  background: url(../images/teaser.gif) no-repeat bottom;
}

  #teaser.biere {
    height: 310px;
    background: url(../images/teaser-biere.jpg) no-repeat bottom;
  }
  #teaser.biere h3 a{
  text-decoration: none;
  color: #fff;
  }
  
  #teaser.bier {
    padding: 0;
  }
  
  
  #teaser.home {
    height: 323px;
    margin: 0 0 10px 0;
    padding: 0;
    background: url(../images/teaser-home.jpg) no-repeat !important;
  }

#teaser.home div {
  float: left;
  width: 133px;
}

#teaser.biere div {
  width: 133px;  
  margin: 255px -30px 0 155px;
  float: left;
}

#teaser .cwrap {
  background: none;
}

#teaser .col {
  background: none;
}

#teaser img {
  margin: 18px 0 13px 0;
}

#teaser.biere div h3 {
  color: #fff;
}

  #teaser h2 {
    color: #fff;
    margin: 0px;
  }
  
  #teaser h3 {
    font-weight: normal;
    font-style: italic;
    color: #ff0000;
    font-family: Times, Georgia, serif;
    margin: 0 0 -3px 0;
  }

#main {
  padding: 0;
  margin: 0;
}

  .descl {
    margin: 128px 0 0 300px;
  }
  
  .descr {
    margin: 128px 0 0 163px;
  }

#fcwrap {
  padding: 0 0 0 50px;
}



  /*Columns*/
  .cwrap {
    float: left;
    width: 730px;
    /*min-heigt for ie */
    min-height: 120px;
    height: auto !important;
    height: 121px;
    /*min-heigt end */
    margin: 0 0 0 50px;
    background: url(../images/bg-main.gif) repeat-x top;
  }
  
  /* Eine Column */
  .col {
    min-height: 240px;
    width: 690px;
    margin: 0 0 0 50px;
    padding: 0 20px 0 20px;
    background: url(../images/bg-main.gif) repeat-x top;
  }
  /*Zwei Columns*/
  .zcleft {
    float: left;
    width: 335px;
    margin: 0 0 0 20px;
  }
  
   #teaser .zcleft {
    float: left;
    width: 335px;
    margin: 0 0 0 70px;
  }
  .zcright {
    float: left;
    width: 335px;
    margin: 0 20px 0 20px;
  }
  .zcright h1 {
    color:#ffffff;
    margin: 0 0 20px;
    line-height: 22px;
    padding: 0;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
  }
  #main .zcright img{
    margin: 0;
  }
  
  /*Drei Columns*/
  .dcwrap {
    float: left;
    width: 830px;
  }
  
  .dcwrap div {
    width: 256px;
    /*min-heigt for ie */
    min-height: 141px;
    height: auto !important;
    height: 141px;
    /*min-height end*/
    float: left;
    padding: 6px 7px 10px 7px;
    background: url(../images/bg-home-col.gif) repeat-x;
  }
  
  #main .dcwrap div img {
    margin: 0 0 5px 0;
  }
  
  .dcmiddle {
    margin: 0 10px 0 10px; 
  }
  
  /*Drei Columns teaser*/
  .dcwrapt {
    float: left;
    width: 830px;
  }
  
  .dcwrapt div {
    width: 133px
  
  }
  /*Vier Columns*/
  .vcleft {
    float: left;
    width: 270px;
  }
  
  /*Fünf Columns*/
  .fcleft {
    float: left;
    background: url(../images/bg-5col.jpg) no-repeat;
    width: 128px;
    /*min-heigt for ie */
    min-height: 146px;
    height: auto !important;
    height: 146px;
    /*min-height end*/
    margin: 0 6px 10px 0;
    padding: 7px 6px 7px 6px;
  }
  
#main img {
  text-align: center;
  margin: 15px 0 0 0;
}


#footer {
  text-align: center;
  width: 730px;
  height: 30px;
  margin: 10px 50px 0 50px;
  padding: 7px 0 0 0;
  border-top: 3px solid #283033;
  color:#283033
}

#footer.home {
  width: 830px;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  background: url(../images/footer-top-home.gif) no-repeat center top;
  border: none;
}

#footer a{
  color:#283033;
  text-decoration: none;
  font-size: 10px;
}

#footer span {
  font-size: 10px;
}

#footer span a {
  font-size: 13px;
}

  /*-------------------------------*/
  /*Formatierungs Elemente         */
  /*-------------------------------*/
  
  
  div.lactive {
    float: left;
    width: 11px;
    height: 46px;
    background: url(../images/nav-bg-left.gif) no-repeat left bottom;
  }
  
  div.active {
    float: left;
    height: 46px;
    background: url(../images/nav-bg-middle.gif) repeat-x bottom;
  }
  
  div.ractive {
    float: left;
    width: 11px;
    height: 46px;
    background: url(../images/nav-bg-right.gif) no-repeat right bottom;
  }
  
  #img {
    text-align: center;
  }
  
  .imagedesc {
    font-size: 12px;
    font-family: Times, Georgia, serif;
    font-style: italic;
  }
  
  a.arrow {
    padding: 0 0 0 10px;
    background: url(../images/arrow.gif) no-repeat left bottom;
  }
  
  #red.cwrap h3 {
    color: #ff0000;
    font-size: 12px;
  }
  
  #white h2 {
    color: #ffffff;
  }
  
  #fcwrap h1 {
    margin: 25px 0 18px 6px;
  }
  
  #main ul {
    padding: 0;
  }
  
  #main ul li {
    list-style: none;
  }
  
  #main ul li h3 {
    color: #ffffff;
    line-height: 20px;
    font-size: 12px;
    background: url(../images/wappen_bullet.gif) no-repeat left top;
    margin: 15px 0 15px 0;
    padding: 0 0 0 30px;
  }
  
  .fcleft div {
    margin: 10px 8px 0 8px;
  }
  
  .fcleft div h3{
    color: #ff0000;
    font-size: 12px;
  }
  
  #main .fcleft img {
    margin: 0;
  }
  
  .download {
    height: 25px;
    width: 690px;
    margin: 0 0 4px 0;
    padding: 6px 0 0 0;
    background: #131718;
    font-weight: bold;
  }
  
  .download div {
    float: left;
    margin: 0 40px 0 20px;
    font-weight: normal;
  }
  
  .download a {
    float: left;
    text-decoration: none;
    max-width: 530px;
  }
  
  #main .download img {
    margin: -4px 0 0 0;
    border: none;
  }
  
  #download h1,h2,h3{
    margin: 0 0 20px 0;
  }
  
  #content .preview img {
    border: none;
  }
  
  /*-------------------------------*/
  /*Formular                       */
  /*-------------------------------*/
  
  
form label {
  display: block;
  width: 88px;
  float: left;
  margin: 0 0 10px 0;
}

form input {
  float: left;
  display: block;
  border: none;
  margin: 0 0 10px 0;
  height: 16px;
}

form .country {
  font-size: 13;
  margin: 0 0 20px 0;
}
 
form .country span {
  display: block;
  float: left;
}

form .country label {
  margin: 0;
}
 
form .country input {
  margin: 0 8px 0 80px;
}

form .country input.first {
  margin: 0 8px 0 20px;
}




form .name input {
  display: block;
  width: 200px;
  margin: 0 40px 0 0;
}

form .name label {
  margin: 0;
}

form .gender input {
  margin: 0 8px 0 14px;
}

form .gender label {
  margin: 0;
}

form .gender span {
  display: block;
  float: left;
}

form .email input {
  width: 200px;
}

form .strasse input {
  width: 530px;
}

form .position input {
  width: 200px;
  margin: 0 42px 0 0;
}

form .age select {
  border: none;
}

form .agb input {
  float: left;
  margin: 0 0 0 88px;
}

form .agb label {
  display: inline !important;
  float: none;
  width: 150px;
  margin: 0 0 0 8px;
}

form .newsletter input {
  float: left;
  margin: 0 0 0 88px;
}

form .newsletter label {
  display: inline !important;
  float: none;
  margin: 0 0 0 8px;
  width: 150px;
}

form .eof input{
  margin: 0 0 0 88px;
}

/*  GALLERY ADDON
=================
*/

.gallery {
  text-align: center;
  width: 732px;
}

.fullsize {
  height: 490px;
  text-align: center;
}

.thumbs {color: #68696d; padding: 20px 0 0 0;}
.thumbs a {color: #68696d;}

.previous {
  background: url(../../arrow-left.jpg) no-repeat center left;
  margin: 0 0 0 20px;
  padding: 2px 0 0 30px;
  display:inline;
  float: left;
  height: 20px;
}

.next { 
  background: url(../../arrow-right.jpg) no-repeat center right;
  margin: 0 20px 0 0;
  padding: 0 30px 0 0;
  display: inline;
  float: right;
  height: 20px;
}

.pdf {
  vertical-align: middle;
  border: none;
}

/*  WIRTEDB - ADDON 
===================
*/


.entry {
  width: 690px;
  padding: 15px 0px;
  background: transparent;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
  float: left;
  margin-bottom: -1px;
}

.img {
  height: 95px; 
  overflow: hidden;
  float: left;
  width: 120px;
  margin: 0px;
  margin-top: -15px;
  padding: 0px;
}

.contact {
  width: 250px;
  float: left;
  margin-left: 20px;
}

.description {
  width: 280px;
  margin-left: 10px;
  float: left;
}

.wirte {
  background: url(../../verlauf.jpg) repeat-x;
  padding: 0 20px;
  margin-left: -20px;
  width: 690px;
}

.contact h3 {
  color: #C7AA3C;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}

#wirte {
  background: none;
}

/* BONSAI NEWS 
===============
*/

#main h3.news {
  margin-left: 60px;
  font-weight: normal;
}

#news h2 {
  padding: 0;
  color: red;
  font-size: 16px;
}

.border h2 {
  margin-left: 130px;
}
 
#news {
  margin-top: 15px;
}

.news_img {
  float: left;
  margin-right: 20px;
}

div.news_img {
  margin-top: -15px;
  text-align: center;
  width: 100px;
}

.text { 
  margin-left: 140px;
}

.news_entry {
  background: transparent url(../images/bg-main.gif) repeat-x scroll center top;
  padding: 10px;
  margin: 0 -20px 0 -20px;
}

.news_entry a.previous {
  color: #5e6265;
}

.text {
  margin-left: 130px;
  padding: 0;
}

.teaser {
  margin: 0 -20px 0 -20px;
  padding: 20px;
  border-top: 1px solid #1e1e1e;
}

.detail {
  background: url(../../arrow_detail.jpg) no-repeat left;
  padding-left: 10px;
} 

.border {
  margin: 5px -10px 0 -10px;
  background: transparent;
  border-top: 1px solid #1e1f21;
  padding: 20px;
  border-bottom: 1px solid #1e1f21;
}

a.back {
  background: url(../../arrow_left_small.jpg) no-repeat left center;
  margin: 0 0 0 10px;
  padding: 0 0 0 20px;
  color: #5E6265;
  text-decoration: none;
  font-size: 11px;
}

table tr td.text {
  font-size: 12px;
}

form table tr td.text input {
  margin: 0;
}

form table tr td.text {
  padding-bottom: 10px;
}

form input.button {
  float: none;
  margin-left: 78px;
}

#subnav li a.newsletter-button {
  background: #ff0000;
  padding: 0 2px;
  color: white;
  font-size:10px;
  text-decoration: underline;
}

#subnav li a.newsletter-button:hover{ 
  background: #c7aa3c;
  color: white;
}

/* Budweiser empfiehlt Styles*/

.entry_recommendation {
  padding-top: 20px;
  border-top: 1px solid #171b1d;
  width: 100%;
  padding-bottom: 20px;
}

.entry_img, .entry_content {
  float: left;
  padding:0;
}

#news div.entry_recommendation div.entry_img img {
  margin-top: 0px;
}

h1.entry_h1 {
  font-size: 16px;
}

.entry_content {
  width: 460px;
  padding-left: 26px;
}

.entry_adress {
  padding-top: 10px;
  display: block;
}

.entry_text {
  padding-top: 20px;
  display:block;
  text-align: left;
}