/* --- NEW CATEGORIES BOX STYLES --- */
.box_categories {
	width: 175px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:15px;
}
a.greenlink {
	font-weight: bold;
	text-decoration: none;
	color: #92d400;
}
a.greenlink:hover {
	text-decoration: underline;
}
.box_categories div.navitem {
	width:100%;
	display:block;
}
.box_categories div.navitem,
.box_categories div.subnavitem li {
	margin-bottom:3px;
}
.box_categories div.navitem a{
	color:#fff;
	text-decoration:none;
}
.box_categories div.navitem a:hover{
	text-decoration:underline;
}
.box_categories div.navitemselected a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.box_categories div.navitemselected {
	display: block;
}
.box_categories div.navitemselected a:hover{
	text-decoration:underline;
}
.box_categories div.subnavitem ul,
.box_categories div.subnavitem li {
	list-style-type:none;
	list-style-position:outside;
	margin-left:10px;
}
.box_categories div.subnavitem ul a {
	color:#fff;
	text-decoration:none;
}
.box_categories div.subnavitem ul a:hover{
	text-decoration:underline;
}
/* --- NEW BOX STYLES --- */
#box_search,
#box_content,
#box_admin,
#box_login,
#box_languages{
	margin-left:5px;
	margin-bottom:10px;
}
#box_search div.header,
#box_content div.header,
#box_admin div.header,
#box_languages div.header{
	height:40px;
	width:175px;
}
#box_search div.content,
#box_content div.content,
#box_admin div.content,
#box_login div.content,
#box_languages div.content{
	padding-top:5px;
	padding-bottom:5px;
	background:url('../images/boxes/german/box_body_bg_tile.gif') repeat-y;
	width:165px;
	padding-left:10px;
	position:relative;
	font-size:11px;	
}
#box_languages div.content {
	text-align:center;
}
#box_search div.content a,
#box_content div.content a,
#box_admin div.content a,
#box_login div.content a{
	color:#000;
	text-decoration:underline;
}
#box_search div.content a:hover,
#box_content div.content a:hover,
#box_admin div.content a:hover,
#box_login div.content a:hover{
	text-decoration:none;
}
#box_search input.keywords {
	border:1px solid #69be28;
	height:18px;
	width:120px;
}
#box_search input.searchicon {
	position:absolute;
	top:5px;
	left:140px;
}
#box_search div.footer,
#box_admin div.footer,
#box_login div.footer
#box_languages div.footer{
	height:15px;
	width:175px;
}
#box_content a{
	margin-bottom:3px;
	color:#fff;
}

#box_login div.ffemail input,
#box_login div.ffpwd input{
	width:152px;
	border:1px solid #69be28;
	height:18px;
	margin-bottom:3px;
}