a, a:VISITED, a:FOCUS {
	border: 0px none;
	text-decoration: none;
}
a.gray
{
	color: #666666;
}
a.gray:VISITED
{
	color: #666666;
}

a.gray:hover
{
	text-decoration: underline;
}

a.grayPink,
a.grayPink:VISITED
{
	color: #666666;
	text-decoration: 	underline;
}
a.grayPink:HOVER,
a.grayPink:ACTIVE
{
	color: #C01157;
}
ul.error li,
p.error
{
	color: #ff0000;
	font-weight: bold;
	line-height: 1.3em;
	margin-left: 30px;
}
img
{
	border: none;
}
img.colorcode
{
	border: 1px solid #cccccc;
	display: block;
}
ul
{
	list-style: none;
}
a:focus { 
	outline: none;
}
html{
	height: 100%;
	padding-bottom: 1px;
}	

body {
	background-image: url(/images/layout/background.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Arial,Verdana;
	padding-bottom: 1px;
}

.themebutton {
	background-image: url('/images/layout/buttons/submit_button.png');
	background-repeat: repeat-x;
	background-color: #DD1364;
	height: 22px;
	border: 1px solid #BF1254;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	cursor: pointer;
}

.hover {
	background-image: url('/images/layout/buttons/submit_button_hover.png')!important;
}


#content_center {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

#top {
	z-index: 10;
	height: 86px;
	position: relative;
}

#top_left {
	background-color: transparent;
	height: 86px;
	width: 809px;
	float: left;
	color: #C01157;
	background-image: url(/images/layout/top_left.jpg);
}

#top_right {
	width: 188px;
	height: 86px;
	float: right;
	
}

#top_hr_line {
	width: 100%;
	height: 3px;
	font-size: 0px;
}

#top_logo {
	border: none;
	cursor: pointer;
}
#top_storefinder_img{
	border: none;	
	cursor: pointer;
}


#topmenu {
	background-color: #FFBC03;
	width: 100%;
	height: 42px;
}

#top_basket {
	cursor: pointer;
	width: 128px;
	height: 37px;
	margin-top: 8px;
	margin-right: 8px;
	float: right;
	background-image: url(/images/layout/menu/box_bgd.jpg);
	background-repeat: repeat-x;
	border: 1px solid #FFCE44;
}
#top_basket.top_basketHover,
#top_myaccount.top_myaccountHover{
	border-color: #ffea45
}
#top_basket_label {
	margin-top: 6px;
	margin-left: 18px;
	margin-bottom: 2px;
	border: none;
}

#top_basket_article_label {
	font-size: 11px;
	margin-left: 18px;
	margin-top: 0px;
}

#top_myaccount {
	cursor: pointer;
	float: right;
	margin-top: 8px;
	font-size: 12px;
	font-weight: bold;
	margin-right: 19px;
	background-image: url(/images/layout/menu/box_bgd.jpg);
	background-repeat: repeat-x;
	height: 37px;
	width: 118px;
	border: 1px solid #FFCE44;
}

#top_menu
{
	margin-top:50px;
	width: 100%;
	height: 35px;
}

.top_menu_entry{
	float: left;
	padding-top: 6px;
	padding-right: 10px;
	position: relative;
	height: 22px;
}

.submenu_item {
	color:#666666;
	background-color: transparent;
	white-space:nowrap;
	margin-left: 1px;
	margin-right: 1px;
}
.submenu_item a
{
	color: #666666;
	display: block;
	padding-bottom: 3px;
}
.submenu_item_hover a
{
	color: #666666;
	display: block;
	padding-bottom: 3px;
}
.submenu_item a:ACTIVE
{
	color: white;
}
.submenu_item_hover {
	color:#666666;
	background-color: #D9D9D9;
	white-space:nowrap;
	margin-left: 1px;
	margin-right: 1px;
}

.submenu{
	background-image:url(/images/layout/submenu_back.png);
	background-repeat:repeat-x; 
	background-color: #FFFFFF;
	display:none; 
	position: absolute; 
	top:28px;
	font-size: 0px; 
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BFBFBF;
	border-bottom-color: #BFBFBF;
	border-bottom-style: solid;
	border-bottom-width: 2px; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BFBFBF;
	border-left-width: 0px;
	z-index: 5;
	min-width: 128px;
}

#top_info{
	width: 100%;
	height: 42px;
	background-color: #BFBFBF;
}

#top_info_left{
	float: left;
}

#top_info_right{
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	/* width: 45%; -> FF 2.x Bugfix */
	/* width: 620px;	 */
}

.base_info_img{
	float: left;
	position:relative;
	z-index: 1;
}

#top_info_versand_img_div{
	position: absolute;
	top: 45px;
	left: 0px;
	width: 256px;
	display: none;
	background-color: #F8F8F8;
	border-top: 2px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	font-family: Arial,Verdana;
	font-size: 11px;
	color: #666666;
	z-index: 10000 !important;	
}
#top_info_versand_img_div img {
	padding-top: 5px; 
	z-index: 10000 !important;	
}

#top_info_versand_img_div div {
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 15px;
	z-index: 10000 !important;	
}

#top_info_kauf_img_div{
	position: absolute;
	top: 45px;
	left: 0px;
	width: 256px;
	display: none;
	background-color: #F8F8F8;
	border-top: 2px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	font-family: Arial,Verdana;
	font-size: 11px;
	color: #666666;
	z-index: 10000 !important;	
}

#top_info_kauf_img_div img {
	padding-top: 5px;
	z-index: 10000 !important;	
}

#top_info_kauf_img_div div {
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 15px;
	z-index: 10000 !important;	
}

#top_info_auswahl_img_div{
	position: absolute;
	top: 20px;
	left: 30px;
	width: 50px;
	display: none;
	background-color: #F8F8F8;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	font-family: Arial,Verdana;
	font-size: 11px;
	color: #666666;
}

#top_search,
#top_sizeSearch{
	float: right;
}

#top_newsletter{
	float: right;
	margin-left: 20px;
}
#top_newsletter img,
#top_search img{
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}

#top_newsletter form,
#top_search form{
	float: left;
}

#top_search_input,
#newsletter_input {
	font-size: 11px;	
	color: #666666;
	padding: 0px;
	width: 115px;
}

.footer_fields_left {
	font-family: arial; 
	font-size: 11px; 
	color: #666666; 
	border-left-color: #C5C5C5;
	border-left-style: solid;
	border-left-width: 1px; 
	padding-left: 10px; 
	padding-top: 10px; 
	padding-right: 10px;
	float: left;
	cursor: pointer;
	position: relative;
}

.last_footer_field_left {
	border-right-color: #C5C5C5;
	border-right-style: solid;
	border-right-width: 1px; 
}

#footer_language_field {
	border-left-color: #C5C5C5;
	border-left-style: solid;
	border-left-width: 1px; 
	padding-left: 10px; 
	padding-right: 10px;
	float: right;
	padding-top: 10px;
	font-family: arial; 
	font-size: 11px; 
	color: #666666;
}

#footer_image_field {
	font-family: arial; 
	font-size: 11px; 
	color: #666666;
	border-right-color: #C5C5C5;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #C5C5C5;
	border-left-style: solid;
	border-left-width: 1px; 
	padding-left: 10px; 
	padding-right: 10px;
	padding-top: 10px;
	float: right;
	height: 14px;
	width: 210px;
}

.footer_company_menu_field{
	font-family: arial; 
	font-size: 11px;
	color: #666666;
	height: 19px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;	
	vertical-align: middle;
	cursor: pointer;
	width: 140px;
	text-transform: capitalize;
}


.footer_company_menu_field a,
.footer_company_menu_field a:visited,
.footer_company_menu_field a:active
 {
	color: #666;
	display: block;
	width: 140px;
	height: 100%;
}

.footer_company_menu_field a:hover {
	color: #fff;
}


.footer_company_menu_field_hover{
	color: #C01156;
}

.menu_bgd, #company_menu{
	background-image: url(/images/layout/company/menu_bgd.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#company_menu{
	border-width: 1px;
	border-style: solid;
	border-color: #D6D6D6;
	position: absolute; 
	background-color: white; 
	display: none; 
	top: -227px; 
	left: -1px;
}


a.company_footer_hover{
	text-decoration: underline;
	color: #C01156;
}

.company_field_hover{
	background-color:#D9D9D9;
}

#press_menu{
	border-width: 1px;
	border-style: solid;
	border-color: #D6D6D6;
	position: absolute; 
	top: -1px; 
	background-color: white; 
	display: none; 
	left: 160px;
}

#press_menu_bottom {
	border-width: 1px;
	border-style: solid;
	border-color: #D6D6D6;
	position: absolute; 
	background-color: white; 
	display: none; 
	left: 160px;
	top: 158px; 
}

#fran_menu{
	border-width: 1px;
	border-style: solid;
	border-color: #D6D6D6;
	position: absolute; 
	top: 71px; 
	background-color: white; 
	display: none; 
	left: 160px;
}

#kids_menu{
	border-width: 1px;
	border-style: solid;
	border-color: #D6D6D6;
	position: absolute; 
	top: 71px; 
	background-color: white; 
	display: none; 
	left: 160px;
}

#kidsweb_menu{
	border-width: 1px;
	border-style: solid;
	border-color: #D6D6D6;
	position: absolute; 
	top: 114px; 
	background-color: white; 
	display: none; 
	left: 160px;
}

#engagement_menu_bottom{
	border-width: 1px;
	border-style: solid;
	border-color: #D6D6D6;
	position: absolute; 
	top: 92px; 
	background-color: white; 
	display: none; 
	left: 160px;
}
.small_logo{
	height: 19px;
	width: 52px;
}

.company_menu_field_hover{
	background-color: #C01156;
	color: white;
}
.baseInputBorder{
	border-color: #BFBFBF;
	border-style:solid;
}
.cursorPointer
{
	cursor: pointer;
}


.inputRadio {
	width: 30px;
}


