/* Copyright tk modular net technology */
	

/* ********** Login ********** */

* {
	font-family:  		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#000000;
}

BODY {
  	background-color: 			#FFFFFF;
  	color: 						#000000;
	scrollbar-face-color:#C4C09D;
	scrollbar-shadow-color:#585538;
	scrollbar-highlight-color:#C4C09D;
	scrollbar-3dlight-color:#585538;
	scrollbar-darkshadow-color:#000000;
	scrollbar-track-color:#C4C09D;
	scrollbar-arrow-color:#96202E;
}

INPUT {
	font-weight: 		normal;
	border:				1px solid;
	border-color:		#585538;
}

A.LoginLink {
	line-height: 		18px;
	font-weight: 		bold;
  	text-decoration: 		underline;
  	color: 				#000001;
}

A.LoginLink:hover {
	line-height: 		18px;
	font-weight: 		bold;
  	text-decoration: 		underline;
  	color: 			#000001;
}

A.LoginLink:active {
	line-height: 		18px;
	font-weight: 		bold;
  	text-decoration: 	none;
  	color: 				#000001;
}

.LoginHeading {
	line-height: 		18px;
	font-weight: 		bold;
	text-decoration: 		none;
  	color: 			#000000;
}

.LoginDescription {
	line-height: 		18px;
	font-weight: 		bold;
  	text-decoration: 		none;
  	color: 			#000000;
}

.LoginShippingInfo {
	line-height: 		18px;
	font-weight: 		bold;
  	text-decoration: 		none;
  	color: 			#000000;
}

.LoginPaymentMethod {
	line-height: 		18px;
	font-weight: 		bold;
  	text-decoration: 		none;
  	color: 			#000000;
}

.LoginPaymentMethodInfo {
	line-height: 		18px;
	font-weight: 		bold;
  	text-decoration: 		none;
  	color: 			#000000;
}

.LoginErrorMessage {
	line-height: 		18px;
	font-weight: 		bold;
  	text-decoration: 	none;
	color:				#FF0000;
}

A.LoginBackToShopLink {
	line-height: 		18px;
	font-weight: 		bold;
  	text-decoration: 		underline;
  	color: 			#000001;

}

A.LoginBackToShopLink:hover {
	line-height: 		18px;
	font-weight: 		bold;
  	text-decoration: 	underline;
  	color: 				#000001;

}

.LoginFrame {
	background-color:		#D9EDF8;
}

.LoginTD {
	line-height: 		18px;
  	text-decoration: 	none;
  	color: 				#000000;
	background-color:	#D9EDF8;
}


/* **************************************** Meta navigation ***************************************** */

.MetaNavigation {
	font-weight: 		normal;
	color:				#000000;
	padding:			18px 2px 2px 2px;
	background-color:	#FFFFFF;
}

A.MetaNavigationLink {
	font-weight: 		normal;
  	text-decoration: 	none;
}

A.MetaNavigationLink:hover {
	font-weight: 		normal;
  	text-decoration: 	none;
}

A.MetaNavigationLink:active {
	font-weight: 		normal;
  	text-decoration: 	none;
}

.Footer { 
	line-height: 		18px;
	padding: 			5px 5px 5px 5px;
	border-top: 		1px solid #B6B8B6;
}

.linkeNavBulletAktiv {
	background-color: #FF810E;
}

.formularKopf {
	background-color: #D9EDF8;
	line-height: 		18px;
	padding: 5px 10px 5px 10px;
}

.formularFeld {
	background-color: #D9EDF8;
	font-size: 			12px;
	padding: 10px;
}

.formularFeldNoPadding {
	background-color: 	#D9EDF8;
	font-size: 			12px;
}

P { 
	color: #000000; 
	font-size: 			12px;
	line-height: 		18px;
} 

h1	{ 
	color: #000000; 
	font-size: 14px;
}