/* CSS Document */

body {
	font: 11px  Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
  overflow-x:hidden;
}

img#bg 	{z-index:-1; 
				position:fixed;
				top:0;
				left:0;
				width:100%;
				height:100%; 
								}	

img {
	border: 0;
}

a {
	color: #fff;
	text-decoration: none;
	
}


#container {
	width: 914px;
	margin: auto;

	
}

/* HEADER */

#header {
	display: inline-block;
	margin: 35px 0 12px 20px;
	
	
}
	
#logo {
	float: left;
	height: 120px;
	width: 400px;
	text-indent: -999999px;
	background: url(../sonstige/logo-web.png) no-repeat;
}

.replace{
	position:relative;
	overflow:hidden;

}

.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

/* NAVIGATION MENU TOP */

#header ul {
	float: right;

}

#header ul li {
	display: inline;
	margin-left: 5px;
}

#header ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: none;
	color: #fff;
	text-decoration: none;
	padding: 6px 12px;
	text-shadow: 1px 1px 2px #333;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
	
#header ul li a:hover {
	background: url(../sonstige/hover.png) 0 0 repeat;
}

#header ul li a.active {
	background: url(../sonstige/active.png) 0 0 repeat;
}
	
/* SLIDESHOW */

#slideshow {
	height: 440px;
	background: url(../images/background/slider-background.png) no-repeat top;
  margin: 0px;
}


#slider {
	position:relative;
	background:url(../sonstige/loading.gif) no-repeat 50% 50%; 
	
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	
}




.menue_kategorien { 


	width:900px; 
	margin: 5px auto 20px auto; 
	background: url(../images/background/icons-background.png) no-repeat top; 
	
	}

.rahmen_kategorien {
	height: 165px; 
	padding: 0px 25px;
 
	}

.logos 	{
	float: left;  
	margin: 45px 5px; 

 	}
	
 


/*******CONTENT AREA - ALLGEMEIN *********/

/*******CONTENT AREA - LINKS *********/

.content a { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000EE;
	text-decoration: none;
}


.content a:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.content a.active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000EE;
	text-decoration: none;
}





/*******CONTENT AREA - WEISS *********/


body#weiss .content_top {
	display: block;
	height: 30px;
	background: url(../images/background/rahmen-weiss-oben.png) center no-repeat;
}

body#weiss .content {
	display: inline-block;
	width: 900px;
	height: 100%;
	margin: 0 0 0 7px;
	background: url(../images/background/rahmen-weiss-mitte.png) repeat-y;
	padding: 0px;
	
	
}

body#weiss .content_end {
	height: 30px;
	background: url(../images/background/rahmen-weiss-unten.png) center no-repeat;
	
}



/*******CONTENT AREA - WEINROT *********/

body#weinrot .content_top {
	display: block;
	height: 30px;
	background: url(../images/background/rahmen-weinrot-oben.png) center no-repeat;
}

body#weinrot .content {
	display: inline-block;
	width: 892px;
	height: 100%;
	margin: 0 0 0 7px;
	border-left: 4px solid #A10C46;
	border-right: 4px solid #A10C46;
	background: url(../images/background/rahmen-weiss-mitte.png) repeat-y;
}

body#weinrot .content_end {
	height: 30px;
	background: url(../images/background/rahmen-weinrot-unten.png) center no-repeat;
}



/*******CONTENT AREA - GRÜN *********/

body#gruen .content_top {
	display: block;
	height: 30px;
	background: url(../images/background/rahmen-gruen-oben.png) center no-repeat;
}

body#gruen .content {
	display: inline-block;
	width: 892px;
	height: 100%;
	margin: 0 0 0 7px;
	border-left: 4px solid #157809;
	border-right: 4px solid #157809;
	background: url(../images/background/rahmen-weiss-mitte.png) repeat-y;
	
}

body#gruen .content_end {
	height: 30px;
	background: url(../images/background/rahmen-gruen-unten.png) center no-repeat;
}




/*******CONTENT AREA - ROT *********/

body#rot .content_top {
	display: block;
	height: 30px;
	background: url(../images/background/rahmen-rot-oben.png) center no-repeat;
}

body#rot .content {
	display: inline-block;
	width: 892px;
	height: 100%;
	margin: 0 0 0 7px;
	border-left: 4px solid #DD1125;
	border-right: 4px solid #DD1125;
	background: url(../images/background/rahmen-weiss-mitte.png) repeat-y;
}

body#rot .content_end {
	height: 30px;
	background: url(../images/background/rahmen-rot-unten.png) center no-repeat;
}



/*******CONTENT AREA - GELB *********/

body#gelb .content_top {
	display: block;
	height: 30px;
	background: url(../images/background/rahmen-gelb-oben.png) center no-repeat;
}

body#gelb .content {
	display: inline-block;
	width: 892px;
	height: 100%;
	margin: 0 0 0 7px;
	border-left: 4px solid #F9B800;
	border-right: 4px solid #F9B800;
	background: url(../images/background/rahmen-weiss-mitte.png) repeat-y;
}

body#gelb .content_end {
	height: 30px;
	background: url(../images/background/rahmen-gelb-unten.png) center no-repeat;
}







/*******SPALTENSPANNE *********/


#spaltenspanne {
	width:900px; 
	clear: both;
	display: block;
	  
}


/*******LINKE SPALTE *********/

#intro {
	display: inline-block;
	float: left; 
  width: 535px;
  margin-bottom: 20px;
	padding: 0px 15px 0px 40px;
	
		
}



#intro h1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: none;
	color: #F9B800;
	text-decoration: none;
	text-shadow: 1px 1px 2px #333;
	margin: 0px 0px 10px 0px;
	
	
}



#intro h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: none;
	line-height: 1.6em;
	color: #000;
	margin: 0 0 10px 0;

}


	
#intro p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
}




#intro ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
	list-style-image: url("../sonstige/ok.png")
}


#intro img {
	margin: 0px 20px 10px 0px;

		
}


/*******RECHTE SPALTE *********/


#rechts { 
	display: inline-block;
	padding: 0px; 
	width: 268px;
}




#rechts .menu_container {
	float: right;
	vertical-align: top;


}


#rechts h1 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: none;
	color: #F9B800;
	text-decoration: none;
	text-shadow: 1px 1px 2px #333;
	margin: 0px 0px 10px 0px;
}



#rechts h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: none;
	line-height: 1.6em;
	color: #000;
	margin: 0 0 10px 0;

}

	
#rechts p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
}


#rechts img {
	width: 268px;
	display: inline-block;
	float: right;
	margin: 0px;
}



}



#list p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;

}
	
	
#list {
	padding-left: 10px;
	margin-top: 30px; 
	background:     url(../sonstige/weiss-transparent-50.png);
	border-radius:          8px;
  -moz-border-radius:     8px;
  -webkit-border-radius:  8px;
  border: 1px solid #000;
}


#list img {
  margin-top: 10px;
  margin-bottom: 10px;
	float: left; 
	display: inline;
	height: 150px;
	width: 150px;
	
}


/* SOCIALMEDIA */


.content_socialmedia_top {
	margin: 20px 0px 0px 0px;
	display: block;
	height: 30px;
	background: url(../images/background/rahmen-weiss-oben.png) center no-repeat;
}

.content_socialmedia {
	display: inline-block;
	width: 900px;
	height: 100%;
	margin: 0 0 0 7px;
	background: url(../images/background/rahmen-weiss-mitte.png) repeat-y;
	padding: 0px;
	
}

.content_socialmedia_end {
	height: 30px;
	background: url(../images/background/rahmen-weiss-unten.png) center no-repeat;
}



#socialmedia {
	display: inline;
	float: left;
	margin-top: 10px;
	
}


#socialmedia p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	color: #000000;
	padding: 0 25px 0px 0px;
	vertical-align:middle;

}

#socialmedia img {
	float: left; 
	width: 40px;
	height: 40px;
	margin-right: 5px; 
	margin-bottom: 0px;
	display: table-cell;
	vertical-align:middle;
	
}


/* Mitgliedschaften */	
	
#georeise {
	display: table;
	width: 522px;
	margin: 60px 0px 20px 0px;
	
}

#georeise p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 1.6em;
	padding: 0 13px 0px 13px;
	display: table-cell;
	vertical-align:top;

}

#georeise img {
  display: table-cell;
	float: left; 
	width: 160px;
	padding: 10px 10px 10px 0px;



	
}

/* Google+ */	
	
#googleplus {
	display: table;
	float: left;
	width: 277px;
	margin-bottom: 30px;
	
}

#googleplus p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 1.6em;
	padding: 0 13px 0px 13px;
	display: table-cell;
	vertical-align:top;

}






/*******WEIN GLOSSAR *********/

.weinglossar_container {
	padding: 0px;
	float: left;
	width: 270px;
	margin: 190px 0px 20px; 
	
	
}

.weinglossar {
 	text-align: center;
	padding: 10px;
	margin: 30 0 40px 0;
	background-color: #A10C46; 
	text-align:center
	border:         					1px;
	border-radius:          	5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
}



/*******VIDEO *********/

.video_container {
	padding: 0px;
	float: left;
	width: 270px;
	margin: 190px 0px 20px; 
	
	
}


.video {
 	text-align: center;
	padding: 10px;
	margin: 30 0 40px 0;
	background:     url(../sonstige/weiss-transparent-50.png);
	text-align:center
	border:         					1px;
	border-radius:          	5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
}





/*******MITTE BILDER *********/

.bilder {
	margin: 40px 0px 0px 0px;
	padding: 0px 40px;
	text-align: center;
	display: table;
	table-layout: fixed;
	width: 820px;
	
}

.bilder img { 
width: 268px;

}
 

.bilder_container {
	display: table-row-group; 
	float: left;
	vertical-align: top;
	width: 268px;

}





/*******Tab-Content *********/

.tab-content {
	padding: 0px 40px 20px 40px; 
	width: 820px;
	  
}

.tab-content img {
	   
	width: 820px;


}



/*******MITTLERES MENÜ *********/

.menue {
	margin: 20px 0px;
	padding: 20px 40px;
	text-align: center;
	display: table;
	table-layout: fixed;
	width: 820px;
	
}

.menue img { 
width: 268px;

}
 

.menue_container {
	display: table-row-group; 
	float: left;
	vertical-align: top;
	width: 268px;

}


.menu_weinrot
{
	width: 268px;
	border-radius: 5px;
	background-color: #A10C46;
	height: 40px;
	display: table-cell;
	margin: 0px;
	vertical-align: middle;
}



.menue_weiss
{
	width: 268px;
	height: 40px;
	display: table-cell;
	margin: 0px;
	vertical-align: middle;
	position: absolute;
	top: 183px;
	left: 0px;
}



.menue_gruen
{
	width: 268px;
	border-radius: 5px;
	background-color: #157809;
	height: 40px;
	display: table-cell;
	margin: 0px;
	vertical-align: middle;
}


.menue h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: none;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 2px #333;
	margin: 10px;
}







/*******SERVICE BEREICH UNTEN *********/


.services {
	margin: 20px 0px;
	padding: 20px 40px;
	display: table;
	table-layout: fixed;
	width: 820px;
	
}
 

.s_container {
	display: table-row-group; 
	float: left; 
	vertical-align: top;
	width: 268px;
	
}
	
	
	
.services h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: none;
	color: #F9B800;
	text-decoration: none;
	text-shadow: 1px 1px 2px #333;
	margin: 0 0 5px 40px;
	padding: 5px 0 0 0px;
		
}


#icon_links {
	float: left;
	width: 25px;
	height: 25px;
	margin: 3px 10px 0 8px;
	background: url(../sonstige/daumen.png) no-repeat
}


#icon_mitte {
	float: left;
	width: 30px;
	height: 30px;
	margin: 3px 10px 0 8px;
	background: url(../sonstige/reiseangebote.png) no-repeat;
}


#icon_rechts {
	float: left;
	width: 25px;
	height: 25px;
	margin: 3px 10px 0 8px;
	background: url(../sonstige/i_uebermich.png) no-repeat;
}






#icon_angebote {
	float: left;
	width: 11px;
	height: 20px;
	overflow: visible;
	margin: 3px 10px 0 8px;
	background: url(../sonstige/pfeil-schwarz-rechts.png) no-repeat;
}


.title {
	display: inline-block;
	margin-left: 10px;
	width: 268px;
}

.title_hr {
	width: auto;
	margin: 3px 0px 0px 0px;
	height: 4px;
	background: url(../sonstige/title_line.png);
}
	
.service_back {
	width: 268px;
	height: 143px;
	padding:20px 0px 0px 0px;
	background: url(../sonstige/services_back-2.png) no-repeat;
	margin: 0px;

}

.service_back p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.6em;
	padding: 0px 13px 0px;
	
}

.service_back span {
	font-weight: bold;
	text-decoration: underline;
}




/*******FOOTER *********/

#footer {
	
	display: inline-block;
	clear: both;
	width: 900px;
	height: 300px;
	background: url(../images/background/footer-background.png) no-repeat top;
  margin: 10px 0 0 7px;
}


#content {
	width: 900px;
	padding-bottom: 30px;
	

}

#left {
	display: inline-block;
	float: left; 
	width: 450px;
	height:100px;
	
}

#schriftblock {
  inline-block; 
  float: left; 
  width: 900px;
  
}

#schrift {
  display: inline;
  width: 200px;
	float: left;
	
}


#schrift img { 
  width: 200px;
	
}



#copyright {
	display: inline-block;
	width: 430px;
	font-size: 12px;
	color: #FFFFFF;
	margin: 20px 0px 0px 30px;
	padding: 0px 0px 10px 15px;
	border-bottom: 1px dotted #fff;
	
}

#weblinks {
	width: 600px;
	margin-left: 30px; 
	padding-top:10px; 

}

#weblinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: none;
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
	padding: 6px 15px;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
	
#weblinks a:hover {
	background: url(../sonstige/hover.png) 0 0 repeat;
}

#weblinks a.active {
	background: url(../sonstige/active.png) 0 0 repeat;
}
	
#right {
	margin: 30px 30px 0px 490px;
	text-align:right;
	
}

#right img {
	display: inline;
	margin: 0px;
	width:180px;
	
	
	}



#footer ul li a {
	font-size: 12px;
	font-weight: none;
	color: #fff;
	text-decoration: none;
	padding: 6px 15px;
	}
	

	
