/****************Allgemeine CSS *******************/

a:link, a:active , a:visited    {
	color:             #000000;
	text-decoration:   none;
}
a:hover {
	color:             #FF0000;
	text-decoration:   underline;
}

/*Seitentitel*/
h1 {
	font-size: 15px;
	font-weight: bold;
	color : #a92815;
}

/*Titel*/
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

/*subtitle*/
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000;
}
/*Link*/
h4 {
}
/*Produktebestreibung übersichtsliste*/
h5 {
}
.tderror {
	background-color: #F7E1DF;
}
.error {
	font-family:       arial, sans-serif;
	font-size:         11px;
	color: #FF0000;
}

/* FEEDC7  */

/********************************************************BORDERS / LINES / BACKGROUNDS ********/
.linecontent {
	line-height: 1px;
	border-top: 1px solid #E0FFC1;

	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom:-3px;
	margin-top:-4px;

}	

/******************************************************* FORMS ****************************/

.textfeld{
	font-size : 12px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color : #EDECE7; 
	color : #222222; 
	height : 18;
	BORDER-RIGHT: #CCCCCC thin solid;
	BORDER-LEFT: #CCCCCC thin solid;
	BORDER-TOP: #CCCCCC thin solid;
	BORDER-BOTTOM: #CCCCCC thin solid;
	BORDER-RIGHT-width: 1px;
	BORDER-LEFT-width: 1px;
	BORDER-TOP-width: 1px;
	BORDER-BOTTOM-width: 1px
}		
.textfelderror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #222222; 
	height : 18;
	background-color: #FFCACA;
	BORDER-RIGHT: #CCCCCC thin solid;
	BORDER-LEFT: #CCCCCC thin solid;
	BORDER-TOP: #CCCCCC thin solid;
	BORDER-BOTTOM: #CCCCCC thin solid;
	BORDER-RIGHT-width: 1px;
	BORDER-LEFT-width: 1px;
	BORDER-TOP-width: 1px;
	BORDER-BOTTOM-width: 1px
}

.textarea{
	font-size : 12px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color : #EDECE7; 
	color : #222222; 
	BORDER-RIGHT: #CCCCCC thin solid;
	BORDER-LEFT: #CCCCCC thin solid;
	BORDER-TOP: #CCCCCC thin solid;
	BORDER-BOTTOM: #CCCCCC thin solid;
	BORDER-RIGHT-width: 1px;
	BORDER-LEFT-width: 1px;
	BORDER-TOP-width: 1px;
	BORDER-BOTTOM-width: 1px
}	
.taste{
	font-size : 12px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color : #BEBAA7; 
	color : #222222; 
	height : 18;
	BORDER-RIGHT: #666666 thin solid;
	BORDER-LEFT: #666666 thin solid;
	BORDER-TOP: #666666 thin solid;
	BORDER-BOTTOM: #666666 thin solid;
	BORDER-RIGHT-width: 1px;
	BORDER-LEFT-width: 1px;
	BORDER-TOP-width: 1px;
	BORDER-BOTTOM-width: 1px
}	
.buttons {
	font-size : 12px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color : #BEBAA7; 
	font-weight:bold;
	color : #FF6600; 
	border: 1px solid #FFFFFF;
	background-image: url(/_content/img/_btn_bg.gif);
}	

/*********************************************************ABSTÄNDE**********************/
.abstand1 {
	line-height: 1px;
}
.abstand2 {
	line-height: 2px;
}
.abstand3 {
	line-height: 3px;
}
.abstand4 {
	line-height: 4px;
}
.abstand5 {
	line-height: 5px;
}
.abstand6 {
	line-height: 6px;
}
.abstand7 {
	line-height: 7px;
}
.abstand8 {
	line-height: 8px;
}
.abstand9 {
	line-height: 9px;
}
.abstand10 {
	line-height: 10px;
}
.abstand11 {
	line-height: 11px;
}
.abstand12 {
	line-height: 12px;
}
.abstand13 {
	line-height: 13px;
}
.abstand14 {
	line-height: 14px;
}
.abstand15 {
	line-height: 15px;
}
.abstand16 {
	line-height: 16px;
}
.abstand17 {
	line-height: 17px;
}
.abstand18 {
	line-height: 18px;
}
.abstand19 {
	line-height: 19px;
}
.abstand20 {
	line-height: 20px;
}
.abstand21 {
	line-height: 21px;
}
.abstand22 {
	line-height: 22px;
}
.abstand23 {
	line-height: 23px;
}
.abstand24 {
	line-height: 24px;
}
.Distance2px {
	line-height: 2px;
}
.Distance4px {
	line-height: 4px;
}
.Distance8px {
	line-height: 8px;
}
.Distance12px {
	line-height: 12px;
}
.Distance24px {
	line-height: 24px;
}
.imgabstandright{
	margin-right:44px;
}