@charset "utf-8";
/**
* Pelles Kaffeeladen und -rösterei Gmbh
*
* @link http://www.pelles-kaffeeladen.de
* @package kaffeeladen
* @version 0.1
*/
/**
* Globale Einstellungen und Bugfixes
*
* @section Browser-Reset
*/

/* Zurücksetzen der Innen- und Außenabstände */
* {
  margin: 0;
  padding: 0;
}
/** 
* Schriftgröße kontrollieren
*/
body, td, th { font: normal 75%/167% Georgia, Palatino, "Times New Roman", serif; }

td, th { f\ont-size: 100%; }
/* Farben und Hintergründe setzen */
html, body {
  color: #00000;
  background-color: white;
}
/**
* Regeln für allgemeine Elemente
*
* @section Überschriften
*/
h1 {
  color: #00000;
  background-color: white;
  font-size: 3em;
  line-height: 1.1;
  margin: .8em 0;
}
h2 {
  color: #00000;
  background-color: white;
  font-size: 1.5em;
  line-height: 1.1;
  margin: .8em 0;
  text-transform: uppercase;
}

/**
* @section Absätze
*/
p { margin: .8em 0; }
/**
* @section Links und Anker
*/
a:link {
  color: #980c02;
  background-color:transparent;
}
a:visited {
  color: black;
  background-color: transparent;
}
a:hover, a:focus {
  color: #FF7700;
  background-color: transparent;
}
a:active {
  color: white;
  background-color: #980c02;
}
/**
* Regeln für besondere Bereiche
*
* @section Kopfbereich
*/
div#kopf {
    width: 932px;
    margin: auto;
    position: relative;
    

}

#kopf h1 {
  margin: 0;
  padding: 0;
  width: 288px;
}
/**
* @section Hauptmenü
*/
#kopf ul {
    position: absolute;
    bottom: 0;
    right: 30px;
   
}
#kopf ul li {
    float: left;
    list-style: none;
    margin: 0 8px 0 0;
}
#kopf ul a,
#kopf ul strong {
    color: #00000;
    background: #FBFBFB;
    display: block;
    padding: .8em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}
#kopf ul a:hover,
#kopf ul a:focus,
#kopf ul a:active,
#kopf ul strong {
    color: white;
    background: black;
}
/* Farben und Hintergründe setzen */
html, body {
  color: #3b2b20;
  background-color: white;
}
body {
  background: url(images/coffee2.jpg) top center repeat-x;
}
/**
* @section Hauptbereich
*/
/** background: white url(images/coffee2.jpg) top center repeat-x;
* @section Hauptbereich
*/
div#main {
  color: inherit;
  
 
}
#main div#innermain {
  color: inherit;
  background: transparent ;
  width: 932px;
  margin: 0 auto;
  padding: 0px 0 0 0;
  
}
/**
* @section Sidebar
*/
div#sidebar {
  color: #00000;
  background: #00000 ;
  float: left;
  border: 0px ;
  border-top: 0;
  width: 276px;
  margin: 0 0 26px 0;
  padding: 0 0 24px 0;
  
}
/* Kontaktfeld */
div#contact {
  color: black;
  background-color: white;
  padding: 0 24px 16px 24px;
  
}
#contact h2 {
  color: inherit;
  background-color: transparent;
  margin: 0;
}
#contact p.tel {
  color: black;
  background-color: transparent;
  font-size: 1em;
  font-weight: bold;
  margin: .3em 0;
}
#contact p.address {
  font-weight: bold;
  font-size: .9em;
}
div#open {
  color: black;
  background-color: white;
  padding: 0 24px 16px 24px;
  
}
/**
* @section Content
*/
div#content {
  margin: 0 0 0 288px;
  padding: 0 12px 0 36px;
 
}
/**
* @section Footer
*/
div#footer {
  color: black;
  background-color: white;
  padding: 24px 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: .9em;
  clear: both;
  margin: 24px 0 0 0;
  
}
#footer p {
  width: 932px;
  margin: 0 auto;
}