

/*#######################################
 				Allgemein
#######################################*/

/*body {
	behavior:url("/admin/lib/contrib/csshover.htc"); 
}*/

/* Schriftart und größe in #main */
body, html {
	padding:0;
	margin:0;
	
	width:100%;
	height:100%;
	
	font-size:13px;
	font-family:Georgia, Serif;;
	line-height:23px;
	color:#000000;
	
}
body {
	background-image:url(/images/bg2.jpg);
}

.clear {
	margin:0;
	padding:0;
	clear:both;
}

table,
table tr, 
table tr td {
	border-collapse:collapse;
}

a {
	text-decoration:none;
	color:#486080;
}
a img {
	border:0;
}
a:focus { 
	outline:none;
}

#header {
	background-image:url(/images/header2.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:143px;
	margin:auto;
}

#header_en {
	background-image:url(/images/header2_en.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:143px;
	margin:auto;
}

h1 {
	font-family:Georgia, Serif;
	color:#486080;
	font-weight:normal;
	font-size:20px;
	margin-bottom:10px;
}
h2 {
	font-family:Georgia, Serif;
	color:#486080;
	font-weight:normal;
	font-size:16px;
	margin-bottom:10px;
}

p {
	margin:0px;
	padding:0px;
	padding-bottom:6px;
}



/*#######################################
 				Menü
#######################################*/

#menu {
	width:820px;
	margin:auto;
	margin-top:13px;
	margin-bottom:13px;
}
#menu a {
	padding:0px 22px;
	background-position:center;
}

#menu1 {
	background-image:url(/images/menu/familienweingut.gif);
	background-repeat:no-repeat;
}
#menu1:hover, #menu1_aktiv {
	background-image:url(/images/menu/familienweingut_hover.gif);
	background-repeat:no-repeat;
}
#menu1 img, #menu1_aktiv img {
	width:201px;
	height:13px;
}

#menu2 {
	background-image:url(/images/menu/weine.gif);
	background-repeat:no-repeat;
}
#menu2:hover, #menu2_aktiv {
	background-image:url(/images/menu/weine_hover.gif);
	background-repeat:no-repeat;
}
#menu2 img, #menu2_aktiv img {
	width:67px;
	height:13px;
}

#menu3 {
	background-image:url(/images/menu/urlaub.gif);
	background-repeat:no-repeat;
}
#menu3:hover, #menu3_aktiv {
	background-image:url(/images/menu/urlaub_hover.gif);
	background-repeat:no-repeat;
}
#menu3 img, #menu3_aktiv img {
	width:80px;
	height:13px;
}

#menu4 {
	background-image:url(/images/menu/aktuelles.gif);
	background-repeat:no-repeat;
}
#menu4:hover, #menu4_aktiv {
	background-image:url(/images/menu/aktuelles_hover.gif);
	background-repeat:no-repeat;
}
#menu4 img, #menu4_aktiv img {
	width:117px;
	height:13px;
}

#menu5 {
	background-image:url(/images/menu/weinshop.gif);
	background-repeat:no-repeat;
}
#menu5:hover, #menu5_aktiv {
	background-image:url(/images/menu/weinshop_hover.gif);
	background-repeat:no-repeat;
}
#menu5 img,  #menu5_aktiv img {
	width:109px;
	height:13px;
}

#menu_bottom {
	background-image:url(/images/menu_bottom.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:20px;
	
}

/*#######################################
 				Menü englisch
#######################################*/

#menu_en {
	width:820px;
	margin:auto;
	margin-top:13px;
	margin-bottom:13px;
}
#menu_en a {
	padding:0px 22px;
	background-position:center;
}

#menu1_en {
	background-image:url(/images/menu/familienweingut_en.gif);
	background-repeat:no-repeat;
}
#menu1_en:hover, #menu1_en_aktiv {
	background-image:url(/images/menu/familienweingut_en_hover.gif);
	background-repeat:no-repeat;
}
#menu1_en img, #menu1_en_aktiv img {
	width:167px;
	height:13px;
}

#menu2_en {
	background-image:url(/images/menu/weine_en.gif);
	background-repeat:no-repeat;
}
#menu2_en:hover, #menu2_en_aktiv {
	background-image:url(/images/menu/weine_en_hover.gif);
	background-repeat:no-repeat;
}
#menu2_en img, #menu2_en_aktiv img {
	width:65px;
	height:13px;
}

#menu3_en {
	background-image:url(/images/menu/urlaub_en.gif);
	background-repeat:no-repeat;
}
#menu3_en:hover, #menu3_en_aktiv {
	background-image:url(/images/menu/urlaub_en_hover.gif);
	background-repeat:no-repeat;
}
#menu3_en img, #menu3_en_aktiv img {
	width:103px;
	height:13px;
}

#menu4_en {
	background-image:url(/images/menu/aktuelles_en.gif);
	background-repeat:no-repeat;
}
#menu4_en:hover, #menu4_en_aktiv {
	background-image:url(/images/menu/aktuelles_en_hover.gif);
	background-repeat:no-repeat;
}
#menu4_en img, #menu4_en_aktiv img {
	width:124px;
	height:13px;
}

#menu5_en {
	background-image:url(/images/menu/weinshop_en.gif);
	background-repeat:no-repeat;
}
#menu5_en:hover, #menu5_en_aktiv {
	background-image:url(/images/menu/weinshop_en_hover.gif);
	background-repeat:no-repeat;
}
#menu5_en img, #menu5_en_aktiv img {
	width:109px;
	height:13px;
}




/*#######################################
 			Sticky Footer
#######################################*/

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {
	padding-bottom: 80px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin:auto;
	margin-top: -80px; /* negative value of footer height */
	height: 80px;
	width:900px;
	clear:both;
	background-image:url(/images/footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#footer_menu {
	padding-top:24px;
	padding-left:40px;
}
#footer_menu a {
	font-style:italic;
	font-size:11px;
}

/*#######################################
 			Seiten
#######################################*/

#home_2 {
	text-align:center;
}
#home_3 {
	width:100%;
}
#home_3_sp2 {
	text-align:right;
}

#home_teaser {
	width:780px;
	height:65px;
	background-image:url(/images/seiten/home/teaser_bg.jpg);
	background-repeat:no-repeat;
	margin:auto;
	line-height:18px;
}

#home_teaser_datum {
	font-size:10px;
	line-height:12px;
}

.teaser_bild {
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
	width:44px;
}
.teaser_text {
	width:201px;
	padding-top:11px;
}
.teaser_text_sp3 {
	padding-left:10px;
}

#width_330 {
	width:330px;
}
.seiten_table td {
	vertical-align:top;
}
#seiten_sp2 {
	padding-top:15px;
}

#philosophie {
	text-align:center;
	padding-top:15px;
}
#zitat {
	color:#486080;
	font-style:italic;
	padding:10px 0px;
}

.sp1_padding_right {
	padding-right:28px;
}
.sp2_padding_right {
	padding-top:15px;
	padding-right:50px;
}

#jahrgang {
	padding:15px 20px;
}

#banner{
	padding-top:60px;
}

#news_rahmen {
	width:840px;
	margin:auto;
	margin-top:20px;
}
#news_menu {
	background-color:#CBBFAF;
	width:344px;
	min-height:313px;
	float:left;
	margin-right:20px;
	border-bottom:1px solid #959595;
}
#news_liste {
	padding:20px;
}
#news_inhalt {
	background-color:#E8DFD3;
	padding:20px;
	width:436px;
	min-height:313px;	float:left;
	border-bottom:1px solid #959595;
}

.news_list_date {
	line-height:18px;
}
.news_list_bez {
	line-height:18px;
}

.trennlinie {
	font-size:1px;
	line-height:1px;
	height:1px;
	border-top:1px dotted #999999;
	margin:4px 0px 2px 0px;
}
#pics {
	padding-top:5px;
}

#impressum_tab {
	background-color:#E8DFD3;
	padding:20px;
	width:841px;
	height:289px;
	margin:auto;
	margin-top:20px;
	border-bottom:1px solid #959595;
}

#kontakt_tab {
	background-color:#E8DFD3;
	padding:20px;
	width:841px;
	height:353px;
	margin:auto;
	margin-top:20px;
	border-bottom:1px solid #959595;
}
#kontakt_tab td, #impressum_tab td {
	vertical-align:top;
}

#kontakt_sp1 {
	padding:20px;
}
#kontakt_sp2 {
	padding-top:20px;
	padding-right:20px;
	text-align:right;
}

#kontakt_tab table { 
	margin-top:10px;
}
#kontakt_sp1 table tr td {
	line-height:16px;
}

.kontakt_input, .kontakt_textarea {
	background-color:#E8DFD3;
	border:1px solid #999999;
}
.kontakt_input {
	width:183px;
}
.kontakt_textarea {
	width:388px;
}

#kontakt_sp_telefon, #kontakt_sp_mail {
	padding-top:5px;
}

.kontakt_platzhalter {
	width:20px;
}

.kontakt_submit {
	margin-top:15px;
	width:390px;
	text-align:right;
}
/*#######################################
 			Slider
#######################################*/



#main_slider {
	width:900px;
	margin:auto;
	background-image:url(/images/slider_bg.gif);
	background-repeat:no-repeat;
	background-position:center 12px;
			
}

#main_no_slider {
	width:900px;
	margin:auto;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}


.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%; 
	height: 359px; 
	overflow: scroll;
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center;
}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 0px solid #000; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 753px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 341px;
	padding-top:18px;
	clear: both;
	
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; 
	top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 753px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin-left:70px;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 12px;
	font-weight: bold;
	font-family:Georgia, Serif;
	font-style:italic;
	text-align: center;
	color: #3C4E6D;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}



.stripNav li a:hover {
}

.stripNav li a.current {
	background-image:url(/images/menu_aktiv.gif);
	background-repeat:no-repeat;
	background-position:3px 5px;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 158px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 51px;
	width: 51px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("images/slider_left.gif") no-repeat center;
}

.stripNavR {
	background: url("images/slider_right.gif") no-repeat center;
}

.logo_link {
	display:block;
	width:400px;
	height:130px;
	margin-left:340px;
}


/*************** UPDATE ******************/
#news_tabs {
}
#news_tabs li {
	width:50%;
	list-style-type:none;
	display:block;
	float:left;
}
#news_tabs li a {
	display:block;
	padding:12px 0 5px 20px;
	background:#CBBFAF;
	font-size:15px;
}
#news_tabs li a#inaktiv_presse, #news_tabs li a#inaktiv_veranstaltung {
	color:#fff;
	background:#7B736A;
	border-bottom:1px solid #fff;
}
#news_tabs li a#inaktiv_presse {
	border-left:1px solid #fff;
}
#news_tabs li a#inaktiv_veranstaltung {
	border-right:1px solid #fff;
}