/* general.css, wachlbacherhof.at, gerald petter, februar 2010 */

/* Normalisierung -------------------------------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td , img { 
  margin:0; padding:0; }

h1, h2, h3, h4, h5, h6 { 
  font-size:100%; 
  font-weight:normal;}

ol, ul { 
  list-style:none; }

address, caption, cite, code, dfn, th, var { 
  font-style:normal; font-weight:normal; }

table {  
  border-collapse:collapse; border-spacing:0; }

fieldset, img {  
  border:0; }

caption, th {  
  text-align:left; }

q:before, q:after {  
  content:''; }

/* ------------------------------------------------------------------------------------------------------------ */
body { 
  background-color:rgb(255,239,215);
  font-family: verdana,sans-serif;
  font-size:100.1%;
  background-image:url(../images/all/body_bg.jpg);
  background-repeat:repeat-x;
  background-position:left top; 
  padding-bottom:0px;
  text-align:center;
}

div#side {
  margin:0px auto 0px;
  text-align:left;
  padding:0 0 0px 0;
  width:980px;
  position:relative;
  min-height:300px;
}

strong {
  color:rgb(152,75,25);
  font-weight:bold;
}

/* Branding ------------------------------------------------------------------ */
div#branding {
  height:510px;
}

div#branding h1 {
  text-indent:-9999px;
}

div#branding img#blumen {
  position:absolute;
  top:38px;
  left:9px;  
}

div#branding img#logo {
  position:absolute;
  top:53px;
  left:95px;  
}

div#branding img#header {
  position:absolute;
  top:181px;
  left:9px;  
}

/* Hauptmenü ------------------------------------------------------------------ */
div#mainnav {
  position:absolute;
  top:196px;
  left:84px;
}

ul.menumain li {
  font-size:1.4em;
  padding:6px 0;
  margin:0px 0px 0px 0px;
}

ul.menumain li a {  
  color:rgb(128,202,188);
  font-weight:normal;
  text-decoration:none;
}

ul.menumain li a:hover {  
  color:rgb(255,255,255);
}

ul.menumain li a.active {  
  color:rgb(128,202,188);
}

/* Inhalt ------------------------------------------------------------------ */
div#content {
  font-size:0.9em;
  padding:10px 40px 20px 40px;
  min-height:240px;
}

div#content h1 {
  color:rgb(152,75,25);
  font-family:verdana, sans-serif;
  font-size:1.6em;
  padding:2px 0;
  margin:16px 0 14px 0;
  font-weight:bold;
}

div#content h2 {
  color:rgb(152,75,25);
  font-family:verdana, sans-serif;
  font-size:1.1em;
  padding:2px 0;
  margin:16px 0 10px 0;
  font-weight:bold;
}

div#content h3 {
  padding:8px 0 2px 20px;
  font-size:1.0em;
  font-weight:bold;
  font-style:normal;
  color:rgb(152,75,25);
}

div#content p {
  padding:6px 0;
}

div#content p.signature {
  font-weight:bold;
  font-style:italic;
  padding:0px 0 0 680px;
  color:rgb(152,75,25);
}

/* Preise */
table.preise {
  margin:5px 0px 10px 100px;
  width:420px;
  border:1px solid rgb(152,75,25);
}

table.preise td {
  padding:2px 4px;
}

table.preise tr.odd {
  background-color:rgb(250,230,195);
}

table.preise tr td {
  text-align:center;
  font-weight:bold;
  font-size:1em;
  color:rgb(152,75,25);
}

table.preise tr td:first-child {
  text-align:left;
  font-weight:normal;
  width:335px;
  color:rgb(0,0,0);
}

/* Impressum */
div#content div.impressum1 p {
  padding-left:50px;
}

div#content div.impressum2 {
  margin-top:10px;
}

div#content div.impressum2 p {
  font-size:0.9em;
  padding:5px 10px 5px 40px;
}

/* Additional ------------------------------------------------------------------ */
div#logo_bauernhof {
  position:absolute;
  top:41px;
  left:666px;
}

div#address {
  position:absolute;
  top:28px;
  left:760px;
  border-left:2px dotted rgb(152,75,25);
  font-size:0.8em;
  padding:10px 0 10px 10px;
  color:rgb(152,75,25);
}

div#address p {
  padding:4px 0;
}

/* Last ------------------------------------------------------------------ */
div#last {
  background-image:url(../images/all/last_bg.jpg);
  background-repeat:repeat-x;
  background-position:left bottom; 
  text-align:center;
  margin:0 0 10px;
  padding-bottom:10px;
}

div#last a {
  display:inline;
  text-decoration:none;
}

div#last a.middle {
  padding:0 16px;
}
