/* GREENHOUSE STYLES */


* {
  padding:0;
  margin:0;
  border:0;
  }
  
body {
  background-image:url(../img/backgr3.jpg);
  background-color: #0b0a06;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  }
  
p {
  /*font-family: MS Sans Serif, Geneva, sans-serif;*/
  font-family: georgia;
  /*font-size: 12px;*/
  font-size: 11px;
  color:#FFFFFF;

  line-height:1.6em;
  padding-bottom:10px;
  }
  
  
a.textlink, a.textlink:visited {
  font-family: georgia;
  font-size:11px;
  color:#FFFFFF;
  border-bottom: 1px solid #FF1A00;
  padding:2px 2px 0 2px;
  text-decoration:none;
  }

a.textlink:hover {
  border:0;
  background-color:#FF1A00;
  padding:2px;
  }
  
a.fatlink, a.fatlink:visited {
  font-family: georgia;
  font-size:11px;
  color:#FFFFFF;
  background-color:#FF1A00;
  padding:2px;
  text-decoration:none;
  }

a.fatlink:hover {
  border:0;
  background-color:#000000;
  padding:2px;
  }


     
     
#LeftContent {
  float : left;
  width : 1000px;
  position : absolute;
  padding-top : 8px;
  z-index : 1;
}

#RedStripe {
  height : 5px;
  padding : 7px 0 0 0;
  margin-top:33px;
  background-color:#e43117;
  filter:alpha(opacity=45);
  opacity:.45;
  }


#Content {
  padding : 0 0 10px 0;
  width : 1024px;
  margin : 0 auto;
}

#Logo {
  float:left;
  width:129px;
  padding:45px 15px 0 0;
  }
      

#ContentAll {
  float:right;
  width:866px;
  }
  
  
#ContentLeft {
  float:left;
  }
  
#ContentRight {
  float:right;
  width:415px;
  padding-left:15px;
  }
  
      
#ContentWhiteBlock {
  background-color:#000000;
	width:430px;
  filter:alpha(opacity=42);
  opacity:.42;
  padding:0;
  float:left;
  height:975px;
  z-index:1;
  position:absolute;
  }
  
#ContentBlackBlock {
  background-color:#000000;
  width:374px;
  filter:alpha(opacity=42);
  opacity:.42;
  padding:0;
  float:left;
  height:155px;
  z-index:1;
  position:absolute;
  }

#Adresse, #Beschreibung, #GoogleMap, #Magnifier, #About
  {
  position:relative;
  z-index:99;
  width:400px;
  }
  
#Adresse {
   padding: 45px 0 0 15px;
   margin-bottom:60px;
   }
   
#About {
  padding: 30px 0 0 0;
  }
  
#Beschreibung {
  padding:20px 0 0 15px;
  }
  
#GoogleMap {
  padding:15px;
  }
  
#Magnifier {
  text-align:right;
  }
  




#Bild {
  padding-top:50px;
  float:left;
  }
  
#Sonntagsbrunch {
  padding-top:15px;
  padding-bottom:0;
  float:left;
  }
  
#DownLoadBlock{
  position:relative;
  z-index:99;
  width:400px;
  padding:10px;
  }
  
#Downloads {

  float:left;
  }
  
#Footer {
  padding-top:15px;
  }
  
.red {
  color:#FFFFFF;
  padding-left:5px;
  }
  
a.footerlink, a.footerlink:visited {
  font-family: georgia;
  font-size:12px;
  color:#000000;
  padding:2px 2px 0 2px;
  text-decoration:none;
  }

a.footerlink:hover {
  border:0;
  color:#999999;
  padding:2px;
  }
