*{
   margin:0;
   padding: 0;
}

html, body {
   height: 100%;	
   text-align: center; /* Zentrierung des Layouts im IE 5 */
   background-image:url(../img/hg_page.jpg);
   background-repeat: repeat-x;
   background-color: #e5e9d8;
}

/* SEITENNAUFBAU */
#container-page {
	width: 1072px;
	background-image:url(../img/hg_content.jpg);
	background-repeat:repeat-y;
	position: relative;
	text-align:left;
	margin:auto;
	min-height: 100%;  /* Maximale Höhe auf allen Bildschirmen */
	height: auto !important;
	height: 100%;
	display:block;
 }
 *html #container-page{
 	width:1075px;
 } 
 
 #metanavigation{
 	height:30px;
	padding-top:10px;
	margin-right:112px;
	text-align:right;
	background-image:url(../img/hg_metanavigation.jpg);
	background-repeat:repeat;
 }
 
 #container_leftside{
 	width:245px;
 	float:left;
 }
 
 #container_rightside{
   /*width:827px;*/
	 /* Eventuell liegt hier der IE Versatz */
	 width:715px;
	 float:left;
}

#ranke{
	float:left;
}

 #container-page:after { /* Wiederholt den Hintergrund des Container!*/
  clear: both;
  display: block;
  content: ".";
  height: 40px;	
  visibility: hidden;
} 

/* Content */
 #header{
	background-color:#FFF;
	width:702px;
	height:248px;
	padding:7px 0 0 7px;
}
	
 #content_links{
 	width:363px;
	float:left;
	margin:0 25px;
	padding-top:25px;
	display:block;
 }

* html #content_links {  /* IE 6 und tiefer Hack*/
	margin:0 10px 0 20px ;
}
 
 #content_rechts{
 	width:224px;
	float:left;
	padding:25px 78px 0 0;
	background-image:url(../img/ranke_02.jpg);
	background-repeat:no-repeat;
	min-height:500px;
 }
 
/* zweites Content Layout */
 #content_links_small{
 	width:214px;
	float:left;
	margin:0 35px 0 25px;
	padding-top:25px;
	display:block;
 }
 * html #content_links_small {  /* IE 6 und tiefer Hack*/
	margin:0 20px 0 15px ;
}
 
 #content_rechts_big{
 	width:361px;
	float:left;
	padding:25px 80px 0 0;
	background-image:url(../img/ranke_02_big.jpg);
	background-repeat:no-repeat;
	min-height:500px;
 }
 
 /* Einspaltiges Layout */
 #content_one_colum{
 	width:500px;
	float:left;
	padding:0 190px 0 25px;
	padding-top:25px;
	display:block;
	background-image:url(../img/ranke_02_onecolum.jpg);
	background-repeat:no-repeat;
	min-height:500px;
 }
 
 /* Klassen */
#container-page.page_2_spaltig{
 	background-image:url(../img/hg_content_02.jpg);
	background-repeat:repeat-y;
 }

#content_rechts.rechts_dunkel{
	background-image:url(../img/ranke_02_dunkel.jpg);
	background-repeat:no-repeat;
}

.teaser{
	padding:0 0 15px 10px;
}

.teaser_weine{
	padding:0 0 15px 20px;
}

.teaser_weine h2{
	color:#669966;
	font-size:10px;
	line-height:17px;
}
	
/* SOLD */
.ausverkauft {
	font-size: 9px;
	color: #ff0000;
}

/* Bestellauswahl */

#bestellen {
	cursor: pointer;
}

#weine_auswahl {
	display: none;
	position: absolute;
	top: 800px;
	left: 45%;
	z-index: 9999;
	width: 303px;
	height: 376px;
	margin-left: -250px;
	border: 1px solid #669966;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px #000000;
	text-align: left;
}

#weine_auswahl_tabelle .Subline {
	display: block;
	border-top: 1px solid #bfc1b6;
	padding: 5px 0px 5px 0px;
	font-size: 14px;
	font-style: italic;
}

#weine_auswahl_closer {
	position: absolute;
	top: 8px;
	right: 5px;
	z-index: 3;
	width: 14px;
	height: 14px;
	background-image: url(../img/bestellformular/closer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: -9999em;
	cursor: pointer;
}
	#weine_auswahl_closer:hover {
		background-position: bottom center;
	}

#weine_auswahl_headline {
	border-bottom: 1px solid #bfc1b6;
	padding: 5px 5px 5px 8px;
	background-color: #e5e9d8;
	color: #669966; 
	font-size: 18px; 
	line-height: 22px; 
	font-style: italic;
	cursor: move;
}

#weine_auswahl_liste {
	width: 292px;
	height: 310px;
	margin: 25px 0px 0px 5px;
	overflow: auto;
}

#weine_auswahl_tabelle {
	width: 258px;
	margin-left: 5px;
}

.WhineType {
	display: block;
	padding: 2px 0px 7px 0px;
	line-height: 10px;
	font-size: 10px;
}

#preloader {
	display: none;
	position: absolute;
	top: 66px;
	left: 0px;
	z-index: 99;
	width: 293px;
	height: 310px;
	background: transparent url(../img/bestellformular/preloader.gif) no-repeat center center;
}

.Clickable {
	cursor: pointer;
}
