/****************************************************************************************************************
*	Name: style.css
*	erstellt: 30.05.2006
*	Autor: SB, werbeagentur aufwind. gmbh
* Beschreibung:
* Default-Stylesheet mit den wesentlichen Element-Formatierungen
*	
*	Allgemeine Farbwerte:
*	Textfarbe:		#56797A
*	Border:				#828282
*	Hintergrund:	#7DBBEC
* 
*	letzte Aenderungen:            
*	Datum			von was
*	01.06.06	SB	Aktualisierung Imagetag
*
*
*****************************************************************************************************************/
/****************************************************************************************************************
* Allgemeine Angaben
****************************************************************************************************************/
/***** Redefinierung von HTML-Elementen *****/
html, body,
a, a:link, a:visited, a:hover, a:active,
p, div, span,
ul, ol, li,
hr,
table, tbody, th, tr, td,
h1, h2, h3, h4, h5, h6,
form, input, select, option, optgroup, button, fieldset, textarea, label, legend {
	font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
	font-size: 100%;
	color: #666666;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

html{
	height: 100%;	
	margin: 0px;
}

body {
	/* Damit die Elemente im HTML-Editor richtig angezeigt werden*/
	font-size: 0.8em;
	background: #DFDFDF;
	height: 100%;
	min-height: 100%; 
	background-image: url('../../assets/common/bg_body.gif');
	background-repeat: repeat-y;
	margin: 0px; 
}

ul {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	list-style-image: url(../../assets/common/list_style_green.gif);
}

li{
	margin: 3px 0px;
}

ol {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

img {
	border: none;
}

hr {
	border: none;
	border-top: 1px solid #777;
	width: 100%;
	margin: 3px 0px;
}

/***** Formular-Elemente *****/
option {
	padding: 0px 5px 0px 0px;
}


label,
input[type=button],
button {
	cursor: pointer;
}

input:focus,
textarea:focus {
	background: #e8f2fe;            
}

p {

	font-size: 110%;
	color: #666666;
	text-decoration: none;
	padding: 0px;
	line-height: 125%;
	margin: 0px;
}


button {
	font-weight: bold;
	color: #FFF;
	background: #00A6EB;
}
/* Ende Formular-Elemente*/

/***** Ueberschriften *****/
h1 {
	font-size: 1.7em;
	color: #000000;
	font-weight: bold;
	line-height: 125%;
	padding: 1px 0px 1px 0px;
	 margin: 0px 0px 15px 0px;   
}

h2 {
	margin: 3px 0px 5px 0px;
	font-size: 1em;
	color: #000000;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 0.9em;
}

h6 {
	font-size: 0.9em;
	font-weight: normal;
}
/* Ende Ueberschriften */

/***** Pseudo Klassen *****/
.nofloat{
	clear: both;
}

.noborder{
	border: none;
}
/***** Ende Allgemeine Angaben *********************************************************************************/

/****************************************************************************************************************
* Seite zentriert ausrichten
****************************************************************************************************************/
#center {
	width: 991px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid white;
}
/***** Ende Seite zentriert ausrichten *************************************************************************/

/****************************************************************************************************************
* Top-Bereich 
****************************************************************************************************************/
#top {
	/* BG = dynamisch direkt im Rahmen-Template */
	background: #FFF;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 115px;
	/*font-size: 0.65em;*/
	width: 990px;
}

#top_left {
	width: 495px;
	height: 115px;
	float: left;
}

#top_center {
	width: 315px;
	height: 115px;
	float: left;
	background: #00A6EB;
}

#top_right {
	width: 180px;
	height: 115px;	
	float: left;
	background: #dedfe0;
}

#top2_left {
	width: 315px;
	height: 130px;	
	float: left;
	background: #DFDFDF;
}
#top2_right {
	width: 315px;
	height: 130px;	
	float: left;
	background: white;
}


/***** Such-Feld *****/
.top_search {
	font-size: 0.95em;
	margin: 18px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	/*float: left;*/
	position: absolute;
 	left: 850px;
	top: 0px;
 	z-index: 2;
}

.top_search input {
	background: #FFF;
	border: 1px solid #ABA9AA;
	padding: 1px;
	width: 100px;
}

.top_search button {
	background: none;
	border: none;
	padding : 2px 0px 1px 0px;
	color: #FFF;
	background-color: #FF9900;
	font-weight: bold;
	vertical-align: top;
}
/* Ende Such-Feld */

/***** Site-Navigation *****/
.sitenavi {
	color: #869197;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding-top: 3px;
	font-size: 10px;
	font-family: Arial, Sans-Serif;
	float: left;
 	z-index: 2;
 	border-top: 1px solid #DFDFDF;
 	border-bottom: 1px solid #DFDFDF;
	height: 15px;
	width: 290px;
	padding-left: 25px;
}	




.zusatznavi_bottom
{
	color: #869197;
	text-align: left;
	padding-top: 4px;
	font-size: 10px;
	border-top: 1px solid #DFDFDF;
	height: 15px;
  padding-left: 25px;
}

.table_zusatznavi
{
	height: 100%;
}


.zusatznavi_left {
 float: left;
 width: 585px;
 padding-left: 20px;
}
.zusatznavi_right
{			
}



.sitenavi a,
.sitenavi a:link,
.sitenavi a:visited
.sitenavi a:hover,
.sitenavi a.active {
	text-decoration: none;
	/*z-index: 2;*/
}
/* Ende Site-Navigation */


/* Logo */
.top_logo{
	/*float: right;*/
	/*background: #F00;*/
	margin: 0px 0px 0px 0px;
	position: absolute;
 	left: 710px;
	top: 0px;
 	z-index: 2;
}


/***** Zus��tzlicher Seitentitel *****
.additional_name
{
	position: absolute;
  left: 200px;
	top: 236px; 
	font-size: 1.25em;
	letter-spacing: 0.05em;
	width: 430px;
	margin: 0px;
	padding: 0px;
}
/***/

/***** Horizontale Navigation *****/
#naviH {
	color: #FFF;
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 4px;
	background-color: #0068B5;
	width: 994px;
	font-size: 0.75em;
	font-weight: normal;
	background-image: url('../../assets/common/bg_naviH.jpg');
	background-repeat: no-repeat;

}

.bgnavih
{
  background-image: url('../../assets/common/trennung.gif');
  background-repeat: no-repeat;
  background-position: -25px 6px;
}

#naviH a,
#naviH a:link,
#naviH a:visited,
#naviH a:hover,
#naviH a.active {
	color: #FFF;
	padding: 5px;
	margin-left: 12px;
	margin-right: 12px;
	text-decoration: none;
}

#naviH a:hover{
	color: #BBBBBB;
}

#naviH a.akt,
#naviH a:link.akt,
#naviH a:visited.akt,
#naviH a:hover.akt,
#naviH a.active.akt {
	/*background-image: url('../../assets/common/bg_navih_a.gif');*/
	/*padding: 0px 0px 0px 6px;*/
	font-weight: bold;
/*	color: #7DC328;
	background-color: #FFF;*/
}



/* Ende Horizontale Navigation */

/***** Sprach-Auswahl *****
.language {
	margin: 70px 0px 0px 0px;
}

.language img {
	vertical-align: middle;
	margin: 0px 3px 0px 10px;
}

.language a,
.language a:link,
.language a:visited,
.language a:hover,
.language a.active {
	color: #828282;
}
/* Ende Sprach-Auswahl*/
/***** Ende Top-Bereich ****************************************************************************************/

/****************************************************************************************************************
* Aufklapp-Navigation
****************************************************************************************************************/
.linkmenu td,
.linkmenu_first td {
	width: 100%;
	font-size: 0.7em;
}

.linkmenu a,
.linkmenu a:link,
.linkmenu a:visited,
.linkmenu a:hover,
.linkmenu a:active,
.linkmenu_first a,
.linkmenu_first a:link,
.linkmenu_first a:visited,
.linkmenu_first a:hover,
.linkmenu_first a:active {
	text-decoration: none;
	color: #FFF;
	background: #788999;
	border: 2px solid #FFF;
	border-top: none;
	display: block;
	padding: 2px 5px 2px 11px;
}

.linkmenu a:hover,
.linkmenu_first a:hover {
	color: #3B4B5B;
	background: #ACB7C1;
}

.linkmenu_first a,
.linkmenu_first a:link,
.linkmenu_first a:visited,
.linkmenu_first a:hover,
.linkmenu_first a:active {
	border-top: 2px solid #FFF;
}
/***** Ende Aufklapp-Navigation ********************************************************************************/

/****************************************************************************************************************
* Content-Bereich
****************************************************************************************************************/
#contentarea {
	width: 990px;
	font-size: 0.7em;
	border: none;
	float: left;
}

/***** Vertikale Navigation *****/
#subnavi {
	width: 180px;
	float: left;
	text-align: left;
	background-color: #DFDFDF;
	font-size: 12px;
}

#subnavi h1 {
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	background-color: #92C9F9;
	padding: 3px 3px 3px 6px;
	margin: 0px 0px 0px 0px;
	border: none;
}

#subnavi h1.follow {
	padding: 3px 3px 3px 12px;
}

#subnavi ul {
	/* WICHTIG: Wenn Pfeile o.ae. benutzt werden, dann als Hintergrundbild definifieren */
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0.01em;
	/*background-color: #CCAF7D;*/
}

#subnavi ul li {
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px;
}

#subnavi ul li a,
#subnavi ul li a:link,
#subnavi ul li a:visited,
#subnavi ul li a:hover,
#subnavi ul li a:active {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 1px 3px 1px 0px;
	margin: 0px;
	border-bottom: 1px solid #FFF;
	background-color: #DFDFDF;
}



#subnavi ul li a:hover,
#subnavi ul li a.akt,
#subnavi ul li a.akt:link,
#subnavi ul li a.akt:visited,
#subnavi ul li a.akt:hover,
#subnavi ul li a.akt:active {
	/*background-image: url('../../assets/common/bg_subnavi_a.gif');*/
	background-color: #00AEEF;
	font-weight: bold;
	color: white;
}

#subnavi ul li a.akt:active {
	/*background-image: url('../../assets/common/bg_subnavi_a.gif');*/
	border-bottom: 1px solid #00AEEF;
}


#subnavi ul.main li a,
#subnavi ul.main li a:link,
#subnavi ul.main li a:visited,
#subnavi ul.main li a:hover,
#subnavi ul.main li a:active {
	/* Subnavigation Ebene Hauptpunkte */
	padding-left: 15px;
}

#subnavi ul.under1 {
	background:#00A6EB;
	padding-left:4px;
}
#subnavi ul.under1 li {
	border-top:1px solid  #ffffff;
}


#subnavi ul.under1 li a,
#subnavi ul.under1 li a:link,
#subnavi ul.under1 li a:visited,
#subnavi ul.under1 li a:hover,
#subnavi ul.under1 li a:active {
	/* Ebene 1 Unterpunkte */
	padding-left: 16px;
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 0px;
	background: #bbc0c2;
	color: #000000;
	text-transform: none;
	border-bottom: none;
	font-weight: normal;
	background:#81CCEB;
}

#subnavi ul.under1 li a:hover,
#subnavi ul.under1 li a:active {
	/* Ebene 1 Unterpunkte */
	background: #00A6EB;
	font-weight:bold;
}

#subnavi ul.under1 li a:hover,
#subnavi ul.under1 li a.akt,
#subnavi ul.under1 li a.akt:link,
#subnavi ul.under1 li a.akt:hover,
#subnavi ul.under1 li a.akt:visited,
#subnavi ul.under1 li a.akt:active{
	background: #869197;
	color:#ffffff;
	font-weight:bold;
}
#subnavi ul.under1 li a:hover {
	background: #00A6EB;
	color:#ffffff;
}
#subnavi ul.under1 li a.akt:hover {

}



#subnavi ul.under2 li a,
#subnavi ul.under2 li a:link,
#subnavi ul.under2 li a:visited,
#subnavi ul.under2 li a:hover,
#subnavi ul.under2 li a:active {
		/* Ebene 2 Unterpunkte */
	background-image: none;
	background: #C7E0EB;


}

#subnavi ul.under2 li a:hover
{
	background: #FFF;
	background-image: none;
	color:#000000;
	font-weight:normal;
}

#subnavi ul.under2 li a.akt:active {
	background:#869197;
	color:#ffffff;
	font-weight:bold;
}







#subnavi ul.under3 li a,
#subnavi ul.under3 li a:link,
#subnavi ul.under3 li a:visited,
#subnavi ul.under3 li a:hover,
#subnavi ul.under3 li a:active {
	/* Ebene 3 Unterpunkte */
	padding-left: 35px;
	background-position: 18px 3px;
	background:#ECECEC;
	font-weight:normal;
}
#subnavi ul.under3 li a:hover {
		background:#C6C6C6;
}
#subnavi ul.under3 li a.akt,
#subnavi ul.under3 li a.akt:link,
#subnavi ul.under3 li a.akt:visited,
#subnavi ul.under3 li a.akt:hover,
#subnavi ul.under3 li a.akt:active
 {
		background:#869197;
		font-weight:bold;
		color:#ffffff;
}



/* Ende Vertikale Navigation */


/* Suche Subnavi 
#subnavi form{
	clear: both;
	line-height: 100%;
	padding: 2px 5px;
	margin: 0px 0px 0px 0px;
 	/*font-size: 0.6em;
	border-top: 1px dashed #666;
	background: #E6EEF0;
	
}

#subnavi input{
 font-size: 1em;
 color: #333;
 background: #FFF;
 border: 1px solid #333;
 float: left;
 padding: 2px;
 margin-top: 5px;
 width: 110px;
}

#subnavi button{
	border: none;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	background: none;
}

#subnavi button img{
	vertical-align: middle;
}
*/
/***** Content-Definition ******/
#content,
#content2,
#content3,
#content4,
#content5,
#content_print{
	float: left;	
	background-color: #FFF;
	padding: 15px 10px 5px 10px;
	width: 570px;
	padding: 30px;
}


#content_down
{
	padding: 0px;
	width: 550px;
}


#content{
	/* mit Subnavi, mit rechter Spalte */


	/*background-image: url('../../assets/common/bg_content.gif');*/
}

#content2{
	/* mit Subnavi, ohne rechter Spalte */

	/*background-image: url('../../assets/common/bg_content2.gif');*/
}

#content3 {
	/* Startseite */

	/*background-image: url('../../assets/common/bg_content3.gif');*/
}


#content4 {
	/* ohne Subnavi, mit rechter Spalte */

	/*background-image: url('../../assets/common/bg_content4.gif');*/
}

#content5 {
	/* ohne Subnavi, ohne rechter Spalte */

	/*background-image: url('../../assets/common/bg_content5.gif');*/
}

#content_print{
	/* mit Subnavi, ohne rechter Spalte */

	/*background-image: url('../../assets/common/bg_content2.gif');*/
}
/* Ende Content-Definition */


/* Content Spalten */
#content_left,
#content_right{
	width: 280px;
	padding: 0px;
	float: left;
}

#content_left{
	padding-right: 5px;
}

#content_right{
	width: 265px;
	padding-left: 5px;
	margin-left: 15px;
	margin-top: -86px;
	position: relative;
}

#content_text_right{
	position: relative;
	width: 265px;
	padding: 0px;
	margin-left: 300px;
	margin-top: -86px;
}



/*
#content a, 
#content a:link,
#content a:visited,
#content a:hover,
#content a:active,
#content2 a, 
#content2 a:link,
#content2 a:visited,
#content2 a:hover,
#content2 a:active
#content3 a, 
#content3 a:link,                           
#content3 a:visited,
#content3 a:hover,
#content3 a:active
{
	text-decoration: underline;
}
*/


#boxelement_link
{
	position: absolute;
	left: 362px;
	
}


#boxelement_link a,
#boxelement_link a:link,
#boxelement_link  a:visited,
#boxelement_link  a:hover,
#boxelement_link  a:active {
	padding-left: 4px;
	color: #00AEEF;
}

#boxelement_breit_link
{
	position: absolute;
	left: 500px;
}


#boxelement_breit_link a,
#boxelement_breit_link a:link,
#boxelement_breit_link  a:visited,
#boxelement_breit_link  a:hover,
#boxelement_breit_link  a:active {
	padding-left: 4px;
	color: #00AEEF;
}


/***** Ende Content-Bereich ************************************************************************************/

/****************************************************************************************************************
* Custom-Bereich (rechte Seite)
****************************************************************************************************************/
#custom {
	float: right;
	width: 180px;
	padding-top: 0px;            
	margin: 0px;
	margin-top: -130px;
	padding: 0px;
}

.custom_weinshop_headline
{
	
	background-color: #680A1A;
	color: #FFFBF1;
	text-transform: uppercase;
	padding: 5px;
	padding-left: 10px;
	width: 204px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-family: Arial, Sans-Serif;
}


#custom span
{
	margin-left: 15px;
}

#schnellsuche {
	background-color: #FFF;
	padding-top: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	height: 15px;
	padding-top: 4px;
}

#schnellsuche_button {
	float: left;
	width: 10px;
	border:none;
}

#schnellsuche form input	{
	border: 1px solid white;
	background: none;
	margin-top: -3px;
	margin-left: 8px;
	margin-bottom: 3px;
	
}



/***** Ende Custom-Bereich (rechte Seite) **********************************************************************/

/****************************************************************************************************************
* Bottom-Bereich
/***************************************************************************************************************/
#bottom {
	background: #EAF3FB;
	background-image: url('../../assets/common/bg_bottom.gif');
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 0.7em;
	height: 14px;
	padding-right: 5px;
	padding-top: 3px;
	text-align: right;
}

#bottom a,
#bottom a:link,
#bottom a:visited,
#bottom a:hover,
#bottom a:active {
	color: #FFF;
}
/***** Ende Bottom-Bereich *************************************************************************************/

/****************************************************************************************************************
* Content-Elemente
/***************************************************************************************************************/

#content_box_left
{
	width: 172px;
	background-color: #DFDFDF;
	float:left;
	background-image: url(../../assets/common/bg_4line.gif);
	background-repeat: repeat-y;	
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 13px;
	padding-right: 5px;
	height: 61px;
	font-size: 10px;
}
#content_box_left h1
{
	font-size: 12px;
	margin-bottom: 2px;
}



#content_box_right
{
	float: left;
	width: 90px;
	height: 65px;
	background: #869197;
	margin-bottom: 15px;
}

#content_box_breit_left
{
	width: 272px;
	background-image: url(../../assets/common/bg_4line.gif);
	background-repeat: repeat-y;		
	background-color: #EFEFEF;
	float:left;
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 13px;
	padding-right: 65px;
	height: 81px;
	font-size: 12px;  
}
#content_box_breit_left h1
{
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #748796;
}

#content_box_breit_right
{
	float: left;
	width: 200px;
	height: 95px;
	background: #869197;
	padding: 0px;
}

#content_box_breit_bottom
{
	clear: both;
	width: 548px;
	border-left: 3px solid #00a6eb;
	height: 20px;
	margin-bottom: 15px;
	background-image: url(../../assets/common/1px_white.gif);	
	background-repeat: no-repeat;
	background-position: 1px 0px;
	background-color: white;	
	
	}

/***** Mitlaufnavigation (Breadcrumb) *****/
#breadcrumb {
}
/* Ende Mitlaufnavigation (Breadcrumb) */

/***** Seitentitel Ueberschrift *****/
#pageheadline {
}
/* Ende Seitentitel Ueberschrift */

/***** Standard-Text *****/
.plaintext {
	margin: 0px 0px 20px 0px;	
}

.plaintext_indent {
	margin: 0px 0px 20px 0px;	
}

.plaintext_indent .text{
	margin: 0px 0px 0px 50px;	
}

.plaintext_run{
	margin: 0px 0px 20px 0px;	
}

.plaintext_run h1{
	font-size: 1.0em;
	color: #FFF;
	padding: 2px 0px 2px 15px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('../../assets/common/bg_h1_run.gif');
}

.plaintext_run .text{
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url('../../assets/common/bg_run.gif');
	background-color: #FFF;
	padding: 5px;
}

.plaintext .text a, 
.plaintext .text a:link,
.plaintext .text a:visited,
.plaintext .text a:hover,
.plaintext .text a:active,
.plaintext_indent .text a, 
.plaintext_indent .text a:link,
.plaintext_indent .text a:visited,
.plaintext_indent .text a:hover,
.plaintext_indent .text a:active,
.plaintext_run .text a, 
.plaintext_run .text a:link,
.plaintext_run .text a:visited,
.plaintext_run .text a:hover,
.plaintext_run .text a:active
{
	text-decoration: underline;
}
/* Ende Standard-Text */

/***** Link *****/
.link {
	margin: 0px 0px 20px 0px;
}

.link h1 {
}

.link img {
	vertical-align: middle;
}

.link div {
	margin: 0px 5px 5px 0px;
}

.link a,
.link a:link,
.link a:visited,
.link a:hover,
.link a:active {
	padding: 0px 0px 2px 16px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-decoration: underline;
}

.link .link_image {
	margin: 0px 10px 0px 0px;
}

.link .link_image a,
.link .link_image a:link,
.link .link_image a:visited,
.link .link_image a:hover,
.link .link_image a:active {
	padding: 0px 0px 2px 0px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

/* Ende Link */

/***** Download *****/
.download {
	margin: 0px 0px 20px 0px;
}

.download h1 {
}

.download img {
 vertical-align: middle;
}

.download div {
	margin: 0px 5px 5px 0px;
}

.download a,
.download a:link,
.download a:visited,
.download a:hover,
.download a:active {
	text-decoration: underline;
}

.download .download_image{
	margin: 0px 10px 0px 0px;
}

.download .download_image a,
.download .download_image a:link,
.download .download_image a:visited,
.download .download_image a:hover,
.download .download_image a:active {
	padding: 0px 0px 2px 0px
}

.download span {
}
/* Ende Download */

/***** Image *****/
.image {
	margin: 0px 0px 5px 0px;
}

.image h1 {
}

.image div {
	padding: 2px 2px 2px 2px;
}
/* Ende Image */

/***** Text & Bild *****/
/* Allmeine Einstellung aussen */
.image_float {
	margin: 0px 0px 20px 0px;
}

.image_float a,
.image_float a:link,
.image_float a:visited,
.image_float a:hover,
.image_float a:active{
	text-decoration: underline;
}

.image_float h1{
	/*margin: 0px;*/
}

/* Bild links im Text */
.image_float_left {
	/* Bilderrahmen */
	border: 1px solid #E4E7EB;
	float: left;
	margin: 0px 5px 0px 0px;
}

.image_float_left div {
	/* Bildunterschrift */
	padding: 2px 2px 2px 2px;
	background-color: #E4E7EB;

}

.image_float_left hr {
	margin: 2px 0px 1px 0px;
}

.image_float_left_text {
}
/* Ende Bild links im Text */

/* Bild rechts im Text */
.image_float_right {
	/* Bilderrahmen */
	border: 1px solid #E4E7EB;
	float: right;
	margin: 0px 0px 0px 5px;
}

.image_float_right div {
	/* Bildunterschrift */
	padding: 2px 2px 2px 2px;
	background-color: #E4E7EB;
}

.image_float_right hr {
	margin: 2px 0px 1px 0px;
}

.image_float_right_text {
}
/* Ende Bild rechts im Text */

/* Bild links ohne Rand im Text */
.image_float_left_noborder {
	/* Bilderrahmen */
	float: left;
	margin: 0px 5px 0px 0px;
}

.image_float_left_noborder div {
	/* Bildunterschrift */
	padding: 2px 2px 2px 20px;
	background-color: #E4E7EB;
}

.image_float_left_noborder hr {
	margin: 2px 0px 1px 0px;
}

.image_float_left_noborder_text {
}
/* Ende Bild links ohne Rand im Text */

/* Bild rechts ohne Rand im Text */
.image_float_right_noborder {
	/* Bilderrahmen */
	float: right;
	margin: 0px 0px 0px 5px;
}

.image_float_right_noborder div {
	/* Bildunterschrift */
	padding: 2px 2px 2px 20px;
	background-color: #E4E7EB;
}

.image_float_right_noborder hr {
	margin: 2px 0px 1px 0px;
}

.image_float_right_noborder_text {
}
/* Ende Bild rechts ohne Rand im Text */

/* Bild links mit Hintergrund und Rand im Text */
.image_float_bg_border_left {
	/* Bilderrahmen */
	border: 1px solid #E4E7EB;
	/*border-top: none;*/
	float: left;
	margin: 0px 5px 0px 0px;
}

.image_float_bg_border_left div {
	/* Bildunterschrift */
	padding: 2px 2px 2px 20px;
	background-color: #E4E7EB;
}

.image_float_bg_border_left hr {
	margin: 2px 0px 1px 0px;
}

.image_float_bg_border_left_text {
	background: #E4E7EB;
	color: #FFF;
	padding: 3px 3px 3px 3px;
}

.image_float_bg_border_left_text p{
	color: #FFF;
}
/* Ende Bild links im Text */

/* Bild rechts mit Hintergrund und Rand im Text */
.image_float_bg_border_right {
	/* Bilderrahmen */
	border: 1px solid #E4E7EB;
	/*border-top: none;*/
	float: right;
	margin: 0px 0px 0px 5px;
}

/** Bild �ber Text ****************/
.image_nofloat_top {
	margin: 0px 0px 13px 2px;
}

.image_float_bg_border_right div {
	/* Bildunterschrift */
	padding: 2px 2px 2px 20px;
	background-color: #E4E7EB;
}

.image_float_bg_border_right hr {
	margin: 2px 0px 1px 0px;
}

.image_float_bg_border_right_text {
	background: #E4E7EB;
	color: #FFF;
	padding: 3px 3px 3px 3px;
}

.image_float_bg_border_right_text p{
	color: #FFF;
}

/* Ende Bild rechts im Text */

/* Ende Text & Bild */

/***** Galerie *****/
.gallery {
	margin: 0px 30px 20px 0px;
	float: left;
	width: 150px;
}

.gallery h1 {
}

.gallery div {
	border: 1px solid #E4E7EB;
	border-top: none;
	padding: 3px;
}

.gallery .image {
	text-align: center;
 	padding: 0px;
 	margin: 0px;
}

.gallery .headline {
	text-align: center;
 	padding: 3px;
 	margin: 0px;
	background-color: #FFF;
}
/* Ende Galerie */

/***** Kontakt *****/
.contact
{
 font-weight: bold;
 /*border: 1px solid #A3C7ED;*/
 padding: 0px 0px 2px 0px;
 margin: 5px 0px;
 margin-bottom: 15px;
 position: relative;
}

.contact h1 {
	margin: 0px 0px 2px 0px;
}

.contact h2 {
	background-image: url('../../assets/common/contact.gif');
	background-repeat: no-repeat;
	background-position: 10px top;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 2px 0px;
}

.contact div
{
 font-weight: normal;
 padding: 0px 0px 0px 30px;
}

.contact b{
	color: #073070;
}

.contact img{
	vertical-align: middle;
	margin-right: 3px;
	margin-left: -25px;
}

/* Ende Contentmaker: Contact */


/***** Spezielle Elemente fuer den Content-Bereich bitte in project.css *****/

/***** Ende Content-Elemente ***********************************************************************************/

/****************************************************************************************************************
* Custom-Elemente
****************************************************************************************************************/
.box {
	margin: 0px;
	margin-top: 20px;    
	padding: 0px;
	clear: both;
	background: #DFDFDF;
	color: #869197;
	font-size: 10px;
	line-height: 100%;   
}

.box h1,
.box_first h1{
	background:#869197 url(../common/useractionarrow.gif) no-repeat scroll left top;
	font-size: 12px;
	font-weight: bold;
	padding:2px 4px 1px 24px;
	color: #FFF;
	margin: 0px;
	margin-left: 0px;
}



.box p {
	margin: 5px;
	padding: 0px 0px 5px 0px;
	color: #666666;		
}

.box div {
	background: #F2F2F2;
	padding: 5px 0px 5px 0px;
	
}

.box span{

}

.box .image {
}

.box .image h1 {
}

.box a,
.box a:link,
.box a:hover,
.box a:visited,
.box a:active {
	background-repeat: no-repeat;
	background-position: 0px 5px;  
	background-image: url('../../assets/common/pfeil.gif');
}

.box ul {
	background: #F2F2F2;
	margin: 0px;
	padding: 0px;
}

.box ul li {
	padding: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

.box ul li a,
.box ul li a:link,
.box ul li a:visited,
.box ul li a:hover,
.box ul li a:active {
	text-decoration: none;
	margin: 0px;
}

.box ul li a:hover {
}

.box ul li img {
	vertical-align: middle;
	text-align: center;
}

.box ul.assetlink,
.box ul.assetdownload {
	clear:both;
	list-style-type: none;
	list-style-image: none;
	line-height: 140%;
	padding: 0px;
/*	border-bottom: 1px solid #FFF;*/
}

.box ul.assetlink li,
.box ul.assetdownload li {
	margin: 0px; 
	color:#00A6EB;
}

.box ul.assetlink li a,
.box ul.assetlink li a:link,
.box ul.assetlink li a:visited,
.box ul.assetlink li a:hover,
.box ul.assetlink li a:active,
.box ul.assetdownload li a,
.box ul.assetdownload li a:link,
.box ul.assetdownload li a:visited,
.box ul.assetdownload li a:hover,
.box ul.assetdownload li a:active {
	padding: 0px 12px 2px 17px;
	background:none no-repeat 11px center;
	display: block;
	color:#00A6EB;
	
}

.box ul.assetdownload li a,
.box ul.assetdownload li a:link,
.box ul.assetdownload li a:visited,
.box ul.assetdownload li a:hover,
.box ul.assetdownload li a:active {
}

/* Kalender */
.box table {
	width: 140px;
	margin: 2px;
	text-align: center;
	vertical-align: middle;
	font-size: 0.75em;
}

.box table td {   
	padding: 3px;
	color: #000;
	background-color: #EEE;
}

.box table td a {
	background-color: #095AA6;
	color: #FFF;
 	text-decoration: none;
 	display: block;
}

.box table td.month {
	color: #000;
	background-color: #CCC;
	font-size: 1em;
}

.box table td.month a {
	color: #000;
	background-color: #CCC;
	display: inline;
}

.box table td a {
 	background-color: #666;
 	color: #FFF;
 	text-decoration: none;
 	display: block;
}

.box table td.week {
 padding: 3px;
 color: #000;
 background-color: #EEE;
}

.box table td.today {
 padding: 3px;
 color: #F00;
 background-color: #EEE;
}

.box table td.today a {
  text-decoration: none;
  background-color: #666;
 	color: #FFF;
}
/* Ende Kalender */

/* Suchfeld rechte Spalte*/
.box form {
	padding: 5px 0px 5px 5px;
}

.box input {
	background: #FFF;
	border: 1px solid #828282;
	padding: 2px;
	width: 100px;
}

.box button {
	background: none;
	border: none;
	width:10px;
}

.box button img {
	vertical-align: middle;
}
/* Ende Suchefeld rechte Spalte */

/***** Spezielle Elemente fuer den Custom-Bereich bitte in project.css *****/

/***** Ende Custom-Elemente ************************************************************************************/

/****************************************************************************************************************
* kontakt.phtml
****************************************************************************************************************/
/***** Ende Kontaktformular ************************************************************************************/

/****************************************************************************************************************
* suchergebnisse.phtml
****************************************************************************************************************/
/* Formular */
.form_search {
}

.form_search fieldset {
	background: none;
	padding: 5px 10px;
	border: 1px solid #828282;
}

.form_search input {
	border: 1px solid #828282;
	padding: 2px;
	width: 99%;
}

.form_search .submitbutton {
	text-align: center;
	margin: 5px;
}

/* Ergebnisse */
.search_erg {
	border: 1px solid #828282;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.search_erg h1 {
	/*padding: 3px;*/
	margin: 0px;
}

.search_erg div {
	margin: 0px;
	padding: 3px;
}
/***** Ende Suchergebnisse *************************************************************************************/

/****************************************************************************************************************
* infopool.phtml
****************************************************************************************************************/
.infopool {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #FFF;
}

.infopool .h1 {
	/*font-size: 1em;*/
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 17px 0px;
	/* rest siehe unten*/
}

.infopool h1{
	margin: 0px;
}

.infopool .teaser_all{
	/* mit Bild und Dates */
	float: left;
	width: 119px;
	padding: 0px;
	margin: 0px;
	background: #EEE;

}

.infopool .teaser_image{
	/* mit Bild, ohne Dates */
	float: left;
	/*width: 284px;*/
	width: 550px;
	padding: 0px;
	margin: 0px;

}

/*.infopool .teaser_dates{
	/* ohne Bild, mit Dates *
	float: left;
	width: 239px;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	background: #EFF8E3;
}*/

.infopool .teaser{
	/* ohne Bild und Dates */
	padding: 5px;
	margin: 0px;

}

.infopool .teaser h1,
.infopool .teaser_image h1 {
}

.infopool .teaser .info_text,
.infopool .teaser_image .info_text {
	padding: 5px 0px 5px 0px;
}


.infopool .teaser_all a,
.infopool .teaser_all a:link,
.infopool .teaser_all a:visited,
.infopool .teaser_all a:hover,
.infopool .teaser_all a:active, 
.infopool .teaser_image a,
.infopool .teaser_image a:link,
.infopool .teaser_image a:visited,
.infopool .teaser_image a:hover,
.infopool .teaser_image a:active, 
.infopool .teaser_dates a,
.infopool .teaser_dates a:link,
.infopool .teaser_dates a:visited,
.infopool .teaser_dates a:hover,
.infopool .teaser_dates a:active, 
.infopool .teaser a,
.infopool .teaser a:link,
.infopool .teaser a:visited,
.infopool .teaser a:hover,
.infopool .teaser a:active {
	text-decoration: underline;
}

.infopool .image{
	width: 120px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	background: #EEE;
}

.infopool .dates{
	float: left;
	width: 160px;
	padding: 3px;
	color: #FFF;
	background: #EEE;
}

.infopool_detail {
margin: 0px 0px 20px 0px;
}

.infopool_detail h1 {
	margin: 0px;
}

.infopool_detail .teaser{
	/* ohne Bild und Dates */
	padding: 5px;
	margin: 0px 0px 15px 0px;
}


.infopool_detail .dates {
	color: #092962;
	padding: 5px;
	margin: 5px 0px;
	clear: both;
}

.infopool_detail .teaser .image {
	float: left;
	margin: 0px 10px 5px 0px;

}

/*.infopool_overview_left,
.infopool_overview_right {
	float: left;
	width: 21px;
}

.infopool_overview_right {
	width: 385px;
}

.infopool_overview {
	float:left;
	width: 170px;
	margin: 0px 20px 10px 0px;
}

.infopool_overview h1 {
	/*background: #B20004;*
	background-color: #567A7A;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url('../../assets/common/color2/h1_bg.gif');
	border: none;
	padding: 5px 3px;
	margin: 0px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}

.infopool_overview h1 a,
.infopool_overview h1 a:link,
.infopool_overview h1 a:visited,
.infopool_overview h1 a:hover,
.infopool_overview h1 a:active {
	color: #FFF;
}

/* Suche Infopool */
/* siehe .box */

/* zusatz Style Infopools*/
.infopool_standard .h1,
.infopool_standard h1{
	/*background-image: url('../../assets/common/h1_bg.gif') !important;*/
}

/*.infopool_1 .h1,
.infopool_1 h1{
	background-image: url('../../assets/common/h1_info1.gif') !important;
}

.infopool_2 .h1,
.infopool_2 h1{
	background-image: url('../../assets/common/h1_info2.gif') !important;
}

.infopool_3 .h1,
.infopool_3 h1{
	background-image: url('../../assets/common/h1_info3.gif') !important;
}

.infopool_4 .h1,
.infopool_4 h1{
	background-image: url('../../assets/common/h1_info4.gif') !important;
}

.infopool_5 .h1,
.infopool_5 h1{
	background-image: url('../../assets/common/h1_info5.gif') !important;
}

.infopool_6 .h1,
.infopool_6 h1{
	background-image: url('../../assets/common/h1_info6.gif') !important;
}

.infopool_7 .h1,
.infopool_7 h1{
	background-image: url('../../assets/common/h1_info7.gif') !important;
}

.infopool_8 .h1,
.infopool_8 h1{
	background-image: url('../../assets/common/h1_info8.gif') !important;
}

.infopool_9 .h1,
.infopool_9 h1{
	background-image: url('../../assets/common/h1_info9.gif') !important;
}

.infopool_10 .h1,
.infopool_10 h1{
	background-image: url('../../assets/common/h1_info10.gif') !important;
}
*/
/***** Ende Infopool *******************************************************************************************/

/****************************************************************************************************************
* fotogalerie.phtml
****************************************************************************************************************/
.showgallery {
}

.showgallery h1 {
	text-align: center;
	background: #7DC328;
}

.showgallery_thumb {
	width: 276px;
	height: 500px;
	float: left;
	border-right: 1px solid #828282;
}

.showgallery_thumb div {
	width: 80px;
	height: 80px;
	margin: 5px;
	text-align: center;
	vertical-align: middle;
	float: left;
}

.showgallery_thumb .showgallery_center {
	padding-top: 10px;
	height: 40px;
}

.showgallery_thumb .showgallery_left {
	padding-top: 10px;
	height: 40px;
	text-align: left;
}

.showgallery_thumb .showgallery_right {
	padding-top: 10px;
	height: 40px;
	text-align: right;
}

.showgallery_image {
	width: 435px;
	margin: 0px;
	padding: 15px 0px 15px 15px;
	float: left;
}

.showgallery_image div {
 	padding: 3px;
}
/***** Ende Galerie-Ausgabe ************************************************************************************/

/****************************************************************************************************************
* sitemap.phtml
****************************************************************************************************************/
.sitemap
{
	padding-top: 25px;
	font-size: 13px;
	color: #00AAF2;
}

.sitemap a,
.sitemap a:link,
.sitemap a:hover,
.sitemap a:visited,
.sitemap a:active {
	background-repeat: no-repeat;
	background-position: 0px 5px;  
	background-image: url('../../assets/common/pfeil.gif');
	text-decoration: underline;
	color: #00A6EB;
	padding-left: 5px;
}



.sitemap_link
{
	color: #00AEEF; 
	text-decoration: underline;	
	padding-left: 5px;
}
.hinweis_x
{
	color: #00AEEF; 
}




.sitemap_ebene_0
{
	font-weight: bold;
	margin-bottom: 10px;
}

.sitemap_ebene_1
{
	font-weight: bold;
}

.sitemap_ebene_2
{
	margin-left: 20px;
}

.sitemap_ebene_3
{
	margin-left: 35px;
}


.sitemap td {
	padding: 15px 10px;
}

.sitemap td.separator {
	padding: 0px;
	background-color: #828282;
	/*background-image: url('../../assets/common/bg_sitemap.gif');
	background-repeat: repeat-x;
	background-position: left bottom;*/
}

a.sitemap1,
a:link.sitemap1,
a:visited.sitemap1,
a:hover.sitemap1,
a:active.sitemap1 {
 font-weight: bold;
 line-height: 130%;
}

a.sitemap2,
a:link.sitemap2,
a:visited.sitemap2,
a:hover.sitemap2,
a:active.sitemap2,
a.sitemap3,
a:link.sitemap3,
a:visited.sitemap3,
a:hover.sitemap3,
a:active.sitemap3,
a.sitemap4,
a:link.sitemap4,
a:visited.sitemap4,
a:hover.sitemap4,
a:active.sitemap4 {
 line-height: 130%;
}

a:hover.sitemap1,
a:hover.sitemap2,
a:hover.sitemap3,
a:hover.sitemap4 {
}
/***** Ende Sitemap ********************************************************************************************/

/****************************************************************************************************************
* newsletter.phtml
****************************************************************************************************************/
.newsletter_anreisser
.newsletter_text{
 margin: 0px 0px 20px 0px;
}

.newsletter_feld {
	background: #C7CFD5;
	padding-left: 5px;
	color: #000;
	width: 150px;
}

.newsletter_feld_r {
	background: #C7CFD5;
	color: #000;
	width: 150px;
}

.newsletter_input {
	width: 250px;
	padding: 5px;
	background: #C7CFD5;
}

.newsletter_input2{
	margin-left: 10px;
}

.newsletter_text {
	color: #000;
	margin-bottom: 10px;
}

.newsletter_text_r {
	color: #000;
	width: 400px;
}

.newsletter_input input{
}

.newsletter_input select{
}

.newsletter_auswahl{
	width: 100px;
}
/***** Ende Newsletter *****************************************************************************************/

.ihk_overview_1, 
.ihk_overview_2 {
	float: left;
	width: 214px;
	margin: 0px 15px 15px 0px;
	border-bottom: 1px dashed #CCC;
	background-repeat: no-repeat;
	background-position: left top;
	height: 185px;
}

.ihk_overview_2{
	width: 443px;
}

.ihk_overview_1 h1,
.ihk_overview_2 h1{
	padding: 3px 0px 2px 15px;
	margin: 0px;
}

.ihk_overview_1 h1 a,
.ihk_overview_2 h1 a{
	color: #092962;
}

.ihk_overview_1 .text,
.ihk_overview_2 .text{
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url('../../assets/common/bg_run.gif');
	padding: 5px;
}

.ihk_overview_1 .text a,
.ihk_overview_2 .text a{
	display: block;
	text-align: right;
	padding: 0px 0px 2px 16px;
	background-repeat: no-repeat;
	background-position: 150px 1px;
	background-image: url('../../assets/common/pfeil.gif');
	text-decoration: underline;
}


.ihk_sticker{
	float: left;
	width: 229px;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dashed #CCC;
	height: 200px;
}

.ihk_sticker .h1{
	float: left;
	margin: 0px;
	padding: 0px;
	
}

.ihk_sticker h1{
	padding: 1px 0px 0px 15px;
	margin: 0px;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url('../../assets/common/bg_h1_sticker.gif');
}

.ihk_sticker h1 a{
	color: #092962;
}

.ihk_sticker .image{
	float: right;
	margin: 0px;
	padding: 0px;
	
}

.ihk_sticker .text{
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url('../../assets/common/bg_run2.gif');
	background-color: #FFF;
	padding: 5px 5px 5px 5px;
	margin: 0px 15px 0px 0px;
	clear: left;
}

.ihk_sticker .text a{
	display: block;
	text-align: right;
	padding: 0px 0px 2px 16px;
	background-repeat: no-repeat;
	background-position: 150px 1px;
	background-image: url('../../assets/common/pfeil.gif');
	text-decoration: underline;
}

/****************************************************************************************************************
* Printausgabe
****************************************************************************************************************/
div.tpl_print{
	/*font-size: 0.7em;*/
	margin-bottom: 25px;
	width: 681px;
	height: 93px;
	float: left;
	padding: 5px 15px 0px 15px;
	background-repeat: repeat-x;
	background-position: left top;
	/*border-bottom: 1px solid #99B5B8;
	border-right: 1px solid #99B5B8;
	background-color: #E6F6F9;*/
	font-size: 90%;
}
html.tpl_print {
	background-color: #fff;
}
.tpl_print .titel{
	font-size: 105%;
	font-weight:bold;
	position: absolute;
	top: 5px;
	left: 15px;
}
.tpl_print .top_left{
	float: left;

}

.tpl_print .top_left a{
	text-decoration: none;
	position: relative;
	top: 75px;
}

.tpl_print .top_left img{
	position: relative;
	top: -5px;
}

.tpl_print .top_right a{
	text-decoration: none;
	position: relative;
	top: 75px;
}

.tpl_print .top_right img{
	position: relative;
	top: -5px;
}

.tpl_print .top_right{
	float: right;
}

#lfs_home_right
{
	width: 411px;
	padding: 30px 15px 15px 15px;
	float: right;
/*	background-color: #CBECF3;
	background-image: url('../../assets/common/content_bg.gif');
	background-repeat: repeat-x;*/
}


/***** Ende Print-Template ********************************************************************************************/

/****************************************************************************************************************
* Mailausgabe
****************************************************************************************************************/


div.tpl_mail{
	/*font-size: 0.7em;*/
	margin-bottom: 25px;
	width: 460px;
	height: 93px;
	float: left;
	padding: 5px 15px 0px 15px;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: 1px solid #99B5B8;
	border-right: 1px solid #99B5B8;
	background-color: #E6F6F9;
	font-size: 90%;
}
html.tpl_mail {
	background-color: #fff;
}
.tpl_print .titel{
	font-size: 105%;
	font-weight:bold;
	position: absolute;
	top: 5px;
	left: 15px;
}
.tpl_mail .top_left{
	float: left;

}

.tpl_mail .top_left a{
	text-decoration: none;
	position: relative;
	top: 75px;
}

.tpl_mail .top_left img{
	position: relative;
	top: -5px;
}

.tpl_mail .top_right a{
	text-decoration: none;
	position: relative;
	top: 75px;
}

.tpl_mail .top_right img{
	position: relative;
	top: -5px;
}

.tpl_mail .top_right{
	float: right;
}
/***** Ende Mail-Template ********************************************************************************************/

/* Adresse unterhalb der Subnavi */
.subnavi_adress
{
	padding-left: 15px;
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	line-height: 137%;
	margin-top: 48px;
}

/* Produkt-Suchformular */
.product_search
{
	padding: 3px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-top: -25px;
	margin-bottom: 0px;
	margin-left: auto;
	width: 156px;
	z-index: 10;
}
.product_search input
{
	padding: 0px;
	font-size: 1em;
	border: 1px solid #680A1A;
}
.product_search form
{
	color: #680A1A;
}
.product
{
	background: #F8F1E5;
	border: 1px solid #680A1A;
	width: 550px;
}

.product_head_left
{
	background: #680A1A;
	color: white;
	width: 307px;
	float: left;
	font-size: 1.2em;
	padding: 3px 0px 3px 10px;
}

.product_head_right
{
	width: 223px;
	text-align: right;
	background: #680A1A;
	color: white;
	float: left;
	padding: 4px 5px 5px 5px;

}
.product_body_left
{
	width: 390px;
	float: left;
	padding: 8px 0px 3px 10px;
}

.product_body_left input
{
	width: 30px;
	padding: 1px;
	color: black;
	font-weight: normal;
	border: 1px solid #666;
}

.product_body_left a:link
{
	margin-left: 20px;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}


.product_body_right
{
	width: 150px;
	float: left;
	padding: 0px;
}

.addCart
{
	margin-bottom: 30px;
	width: 200px;
}
.addCart_link
{
	color: white;
	text-decoration: none;
	background-color: #680A1A;
	display: block;
	width: 104px;
	font-size: 0.95em;
}
.custom_weinshop
{
  margin: 7px 0px 25px 0px;
  padding-right: 7px;
  padding-left: 40px;
  line-height: 135%;
 }


 .custom_weinshop_h2
 {
    padding-left: 40px;
    font-size: 1.1em;
    background-image: url('../../assets/common/custom_weinshop_link.gif');
    background-position: left center;
    background-repeat: no-repeat;
 }

.warenkorb_table
{
	width: 100%;
	margin-bottom: 3px;
}

.warenkorb_table td
{
	padding: 2px 5px 2px 5px;
}
.warenkorb_summe
{
	padding: 6px 5px 6px 5px;	
	border-top: 1px dashed #680A1A;
	background-color: white;
}

.warenkorb_zur_kasse
{
	color: #680A1A;
  background-image: url('../../assets/common/cashier.gif');
  background-position: left center;
  background-repeat: no-repeat;
}

.orderTable
{
	width: 547px;
	background: white;
	border: 1px dashed #680A1A;
	margin-top: 20px;
	margin-bottom: 5px;
}

.orderTable th
{
	background: #680A1A;
	color: white;
	font-weight: bold;
	padding: 5px;
}
.orderTable td
{
	padding: 5px;
}
.hier_login
{
	background-image: url('../../assets/common/arrow_green.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 65px;
	padding-top: 5px;
	height: 45px;
}

.wg_float_left
{
	width: 292px;
	float: left;
	padding: 0px;
	margin-bottom: 20px;
}
.wg_float_right
{
	width: 240px;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

#ast_overview
{
	background: #EFEFEF;
	background-image: url(../../assets/common/bg_4line.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin-top: 30px;
}

#ast_overview h1, form h1
{
	background-image: url(../../assets/common/bg_4line.gif);
	background-repeat: repeat-y;
	background-color: #DFDFDF;   
	font-size: 1.2em;
	color: #666;
	padding-left: 8px; 
}

#ast_overview table
{
 margin: 10px 0px 10px 10px;
	background: #FDFDFD;
	width: 555px;
	font-size: 1.1em;
}
#ast_overview td
{
	border-bottom: 1px solid #DFDFDF;
	padding: 2px;  
}


#ftk
{
	background-color: #EFEFEF;
	background-image: url(../../assets/common/bg_4line.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin-bottom: 0px;
	
}

#ftk .schritte   
{
	float: left;
	width: 33%;
}


#ftk h1
{
	/*background-image: url(../../assets/common/bg_4line.gif);
	background-repeat: repeat-y;*/
	background-color: #DFDFDF;   
	font-size: 1.2em;
	color: #666;
	padding: 3px;
	padding-left: 13px;        

}

#ftk table
{
 margin: 10px 0px 10px 20px;
	background: #FDFDFD; 
	width: 545px;
	font-size: 1em;
}
   
#ftk th
{
	padding: 5px;
	border-bottom: 1px solid #DFDFDF;
}


#ftk td
{
	border-top: 1px solid #DFDFDF;
	padding: 3px 5px 3px 15px;
}

#ftk form
{
	font-size: 8px;
}


#ftk select,input, textarea
{
	border: 1px solid #DFDFDF;
	width: 100px;
}


#ftk button
{
	background: none;
	border: none;
	color: #00a6eb;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: block;
}

#ftk_search
{
	background: #EFEFEF;
 	border-left: 3px solid #00a6eb;
	padding: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
 }

#ftk_search h1
{
	background: #DFDFDF;   
	font-size: 1.2em;
	color: #666;
	padding: 3px;
	padding-left: 5px;
	border-bottom: 1px solid white;
}



.no_result
{
	margin-top: 20px;
}


#ftk_search table
{
 margin: 10px 0px 0px 10px;
 background: #FDFDFD;
 width: 555px;
}
   
#ftk_search th
{

}

#ftk_search td
{
	font-size: 12px;
	background: none;
	margin-bottom: 2px;
}

.ftk_search
{
	background: #EFEFEF; 
 	border-left: 3px solid #00a6eb;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


.ftk_search h1
{
	background: #DFDFDF;   
	font-size: 1.2em;
	color: #666;
	padding: 3px;
	padding-left: 5px;
	border-bottom: 1px solid white;
}

.ftk_search table
{
  background: #FDFDFD;
	margin-left: 20px;
	width: 540px;
}
   
.ftk_search th
{

}

.ftk_search td
{
	font-size: 12px;
	background: none;
	margin-bottom: 2px;
	padding: 3px;
	padding-left: 5px;
	border-bottom: 1px solid #DFDFDF;
}

.ftk_button_div
{
	float: left;
	padding: 5px;
	display: inline;
	margin: 0px;
}

.ftk_button_v3
{
	border: none;
	border-bottom: 1px solid #00A6EB;
	background: none;
	color: #00a6eb;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	height: 15px;
	padding: 0px;
	padding-left: 5px;
	cursor: pointer;
	background-image: url(../../assets/common/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	text-align: left;
}


.ftk_hinweis
{     
	padding: 2px;
}

.ftk_hinweis h1
{
	background: #DFDFDF;   
	font-size: 1.2em;
	color: #666;
	padding: 3px;
	padding-left: 5px;   
	border-bottom: 1px solid white;
	margin-bottom: 5px;
}


#ftk .angebot_table td
{
	border: none;
}



.ftk_button
{
	color: #00AEEF; 
	background-image: url(../../assets/common/pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	background-color: white;
	border: none;
	padding-left: 6px;
	font-weight: normal;
	cursor: pointer;
}
 
.ftk_button1
{
	color: #00AEEF; 
	background-image: url(../../assets/common/pfeil_up.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	background-color: white;
	border: none;
	padding-left: 6px;
	font-weight: normal;
	cursor: pointer;
}

.search_link 
{

}
.search_link a,
.search_link a:active,
.search_link a:hover,
.search_link a:visited,
.search_link a:link
{
	background-repeat: no-repeat;
	background-position: 0px 5px;  
	background-image: url('../../assets/common/pfeil.gif');
	text-decoration: underline;
	color: #00A6EB;
	padding-left: 5px;
}



#product_desc_left
{
	float: left;
	width: 320px;
	padding: 5px;
	margin-bottom: 10px;
}

#product_desc_right
{
	float: right;
	width: 185px;
	padding: 5px;
	margin-bottom: 10px;
}
.fehlerausgabe
{
  color: red; 
  padding: 6px; 
  margin-bottom: 10px;
}

.ftk_radio
{
	width: 13px; 
	border: none; 
}

.ftk_unsichtbar
{
	width: 18px;
	border: none;
}






/****************************************************************************************************************
* CSS-Klassen fuer die Barriere-Freiheit
****************************************************************************************************************/
.unsichtbar {
	position: absolute;
	left: -20000px;
	/*Schiebt die "unsichtbaren" Hilfen aus dem Viewport, 
	dadurch lassen sich uebereifrige Screenreader,
	die ausgerechnet "display: none" akustisch auswerten, 
	taeuschen, und lesen die so versteckten Hilfen dennoch vor. */
}
/***** Ende CSS-Klassen fuer die Barriere-Freiheit *************************************************************/
/***** Ende style.css ******************************************************************************************/

.tablePlattendicke
{
 background-color: #EEEEEE; 
}
.bgwhite	
{
 background: white;
}  
.tabletop  
{
 	padding: 2px;
}

.cyan_x  {
	color: #00A6EB;
}
