/* hier sind spezielle definitionen für die Boxen aus boxes */

/****************************************************************/
/*								 warenkorb box 																*/
/****************************************************************/
#bn_basket
{	padding:0px 0px 10px 0px ;
	overflow:hidden;
	background-image:url(img/bn_basket_back.png);
	background-repeat:no-repeat;
	background-position:150px 40px;
	color:#747474;
}

#bn_basket .bn_basket_header
{	font-size:13px;
	font-weight:bold;
	padding:0px 0px 0px 10px;
	line-height:28px;
	background-image:url(img/bn_kategories_dotted.png);
	background-repeat:repeat-x;
	color:#ffffff;
}


#bn_basket .menu a,#bn_basket .menu a:link,
#bn_basket .menu a:visited,#bn_basket .menu a:active
{	text-decoration:none;
	color:#747474;
	font-size:12px;
	display:block;
	width:100%;
}

#bn_basket .menu a:hover
{	font-weight:bold;
}

#bn_basket p
{	text-align:left;
	padding:0px 10px 0px 10px;
	margin-top:10px;
}




/****************************************************************/
/*						searchbox über dem content												*/
/****************************************************************/

#bn_search
{	height:26px;
	background-color:#AC855E;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	position:relative;
	width:100%;
	z-index:10;
}

#bn_search .text_search
{	font-weight:bold;
	padding-left:10px;
	float:left;
	position:relative;
	top:5px;
	padding-right:3px;
}

#bn_search_input
{	width:350px;
	height:15px;
	border:1px solid #9A9A9A;
	float:left;
	position:relative;
	top:4px;
}

#bn_button_go
{	float:left;
	position:relative;
	top:4px;
}

a#bn_search_link,a#bn_search_link:link,
a#bn_search_link:visited,a#bn_search_link:active
{	float:right;
	position:relative;
	top:5px;
	padding-right:10px;
	display:inline;
	color:#ffffff;
}


#more_search
{	border:1px solid #fbf8f3;
	border-width:0px 1px 1px 1px;
	background-color:#fbf8f3;
	padding:5px 5px;
	color:#676050;
}


/****************************************************************/
/*											loginbox				 												*/
/****************************************************************/
#bn_login
{	padding:0px 0px 10px 0px;
	margin-top:1px;
	background-color:#ffffff;
	color:#676050;
}

#bn_login h3
{	line-height:28px;
	background-image:url(img/bn_kategories_dotted.png);
	background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
}


#bn_login p
{	padding:5px 10px 10px 10px;
}

#bn_login .menu a,#bn_login .menu a:link,
#bn_login .menu a:visited,#bn_login .menu a:active
{	text-decoration:none;
	color:#676050;
	font-size:12px;
	display:block;
	width:100%;
}

#bn_login .menu a:hover
{	font-weight:bold;
}

#bn_login label
{	display:block;
	font-weight:normal;
	font-size:12px;
	padding-left:12px;
	margin-top:3px;
}


#bn_login input
{	font-size:14px;
	border-width:1px groove #663300;
	width:130px;
	height:19px;
	margin-left:12px;
}

* html #bn_login input
{	background-attachment:fixed;
}

#bn_login .login_button
{	margin-top:10px;
}

#bn_login .login_button input
{	background-image:none;
	width:auto;
	height:auto;
	margin-right:12px;
}



#box_admin,#bn_right .bn_box
{	margin-top:1px;
	background-color:#EFE7DA;
	color:#676050;
	padding-bottom:10px;
}

.kopf
{	background-image:url(img/bn_kopf.gif);
	background-repeat:no-repeat;
	background-position:120px 40px;
}

.kopf p
{	padding:10px 0px 0px 10px;
}


#box_admin h3, h3.box_heading
{	line-height:26px;
	background-image:url(img/bn_kategories.png);
	background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
}

#box_admin ul.menu
{
}


#box_admin li a,#box_admin li a:link,
#box_admin li a:visited,#box_admin li a:active
{	text-decoration:none;
	color:#747474;
	font-size:12px;
	display:block;
	width:100%;
}


#box_admin li a:hover
{	font-weight: bold;
}


/****************************************************************/
/*											contentbox		 												*/
/****************************************************************/

#box_content
{	padding-bottom:10px;
}

#box_content h3, h3.box_heading
{	line-height:28px;
	background-image:url(img/bn_kategories_dotted.png);
	background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
	padding-left:10px;
	margin-top:2px;
}

#box_content ul.menu
{ padding-left:0px;
}

#box_content li
{	border-bottom:1px dotted #CCC0AA;
}


#box_content li a,#box_content li a:link,
#box_content li a:visited,#box_content li a:active
{	display: block;
	width: 193px;
	color: #747474;
	text-decoration:none;
	font-size:12px;
	padding:4px 0px 4px 10px;
}

#box_content li a:hover,a#bn_content_menu_active
{	font-weight: bold;
}