/***************************************************/
/* CSS Datei für die speziellen einstellungen      */
/* für Regionen, Weinkellereien und Weine          */ 
/* wie hintergrund, top bild und navigation        */
/***************************************************/
#container { 	
   margin: 0 auto 0 auto;
	width: 100%;
	height: 737px;
	text-align:left;
	background: url("images/backbot1.jpg")no-repeat top;
	background-image:  url("images/backbot1.jpg");
	background-position: top;
	background-repeat: no-repeat;
}
#backtop{
   background: url("images/backtop1.jpg") no-repeat top;
}

/*#region-navigation-bg, #news-navigation-bg {
	background: #FF8C00;
	width: 120px; /* müssen #navi-main  entsprechen 
	height: 240px; /* müssen #navi-main entsprechen 
	filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;
	border-left:   1px solid white;
	border-right:  1px solid white;
	border-bottom: 1px solid white;
}*/

#news-bottle-c	 {
			display:block;
			position: absolute;
			top: -160px;
			margin:2px;
			height:80px;
			width:30px;
		}
		#regions-bottle-c	 {
			margin:2px;
			display:block;
			position: absolute;
			top: -160px;
			left: 32px;
			height:140px;
			width:40px;
		}
		#about-bottle-c	 {
			margin:2px;
			position: absolute;
			top: -160px;
			left: 74px;
			height:80px;
			width:40px;
		}
