﻿  html, p, body, ul, ol, h1, h2, h3, h4, img, span, form, quote {
	margin: 0px;
	padding: 0px;
	border: 0px;
  }  
  html, body {
	color: #000;
	background: #fffffe url(img/body-bg.jpg) top left repeat-x;
	font: 13px Georgia, "Times New Roman", Times, serif;
  }      
  a, a:hover {
	text-decoration: underline;
	color: #000;
	outline: none;
  }
  img, div { 
    behavior: url("iepngfix.htc");
  }  
  h1 {
    color: #7d8f7f;
	font-size: 26px;
	font-weight: normal;
	margin: 15px 0 30px 0;
  }
  h2 {
	color: #7d8f7f;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	line-height: 24px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
  }
  h3 {
    color: #7b6762;
	font-weight: normal;
	font-style: italic;
    line-height: 1.7em;
	font-size: 13px;
  }  
h4 {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: 1.7em;
	font-size: 10px;
}

  p {
    line-height: 1.7em;
  }

/* SITEFRAME */ 
  #siteframe {
    width: 946px;
	margin: 0 auto 0 auto;
  }
  
/* HEADER */ 
  #header {
    width: 946px;
	position: relative;
  }
  #photo-container {
	height: 500px;
  }
  #photo-stripe {
    position: absolute;
	top: 160px;
	left: 0;
	height: 316px;
	width: 946px;
  }
  #weinegg-logo {
    float: left;
	margin: 32px 0 0 0;
  }

/** NAVIGATION **/  
/* ausgelagert nach weinegg-menue.css*/   

/* CONTENT */
  #content {
	position: relative;
    width: 946px;
  }

/** Box Events **/  
  #content #box-events {
    float:left;
	background: #fffffe url(img/events-bg.jpg) top left repeat-x;
	width: 256px;
	height: auto;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 10px 12px 12px 12px; 
	color: #7b6762;
	word-spacing: 0.1em;
	letter-spacing: 0.05em;
  }
  #content #box-events .event-date  {
    font-weight: bold;
	padding: 20px 0 5px 0;    
  }
  #content #box-events p  {
	padding-right: 8px; 
    line-height: 1.3em;
  }  
  #content #box-events a, #content #box-events a:hover {
	color: #7b6762;
	font-style: italic;
  }
  
/** Left Column **/  
  #content #sidebar {
    float:left;
	width: 280px;
	font: 11px Arial, Helvetica, sans-serif;
	padding-top: 70px; 
	color: #7b6762;
	word-spacing: 0.1em;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	display: inline;
  }  
  
/** Text Container **/ 
  #content #text-container {
	display: inline;
    float: right;
	width: 570px;
  }
  #content #text-container .quotation-box {
    line-height: 1.7em;
	font-style: italic;
	text-align: center;
	width: 210px;
	margin: 20px auto 20px auto;
  }

/*** News ***/
  #content #text-container .news-box {
    margin-bottom: 40px;
  }
  #content #text-container .news-box .news-title {
    color: #575757;
	background: url(img/dotted-seperator.gif) bottom left repeat-x;
	height: 30px;
    margin-bottom: 12px;
  }
  
/*** Subnavigation ***/ 
/* ausgelagert nach weinegg-menue.css*/  

/* FOOTER */
  #footer {
	clear:both;
	height: 30px;
  }
  
/* GENERAL */
  .float-clear {
	clear: both;
    font: 0em sans-serif;
	visibility: hidden;
	height: 0px;
  }    
  .right {
	float: right;
  }
  .left {
	float: left;
  }
