#toolBox h2,
#toolBox h1 {
	font-size: 1em;
	line-height: 1.17em;
	margin: 0.73em auto 0em 1.82em;
	padding: 0 0 0 0.1em;
	background: none;
    border: none;
    font-weight: normal;
}

#toolBox h2 {
	margin: 0.27em auto 1em 1.82em;
}

#toolBox {
	float: left;
	margin-top: 20px;
	background-color: #F0F0F0;
}

#toolBox li {
	float: left;
	width: 189px;
	height: 22px;
	padding: 0px;
	border: 1px solid #D5D5D3;
	border-width: 0px 1px 1px 0px;
	overflow: hidden;
}

#toolBox li,
#toolBox li h2,
#toolBox li a { color: #666; font-weight: normal; }
#toolBox li a { display: block; padding: 0.36em 0em 0.36em 1.82em; }
#toolBox li a:hover { color: #333;; }
#toolBox li.adServLogin a { font-size: 0.9em; line-height: 0.9em; margin-top: -1px; padding: 0em 0em 0.5em 2em;}
* html #toolBox li.adServLogin a { padding-bottom: 0.4em;}

#toolBox li.first,
#toolBox li.first h1 {	color: #333; }

#toolBox li.first {
	background: url(../img/bg/bg_toolbox_top_190x28.jpg) no-repeat left top;
	height: 28px;
	width: 190px;
	border: none;
}

#toolBox li.adServLogin {
	padding: 8px 0px 8px 0px;
	background-color: #FFF;
	height: auto;
}

#toolBox .adServLogin input, #searchInput2 {
	float: left;
}

#toolBox .adServLogin input.text, #searchInput2 {
	margin: 0px 0px 5px 20px;
	width: 138px;
	background: url(../img/bg/bg_toolbox_login_input_145x20.gif) no-repeat left top;
}

#toolBox li.last {
	background: url(../img/bg/bg_toolbox_bottom_190x24.gif) no-repeat left -1px;
	border-bottom: none;
	height: 23px;
	width: 100%;
	overflow: hidden;
}

/* BoxModel Bug IE<6 abfangen */
x* html #toolBox li.first {
	width: 190px;
	wid\th: 169px;
}

x* html #toolBox li {
	width: 190px;
	wid\th: 169px;
}

* html #toolBox .adServLogin input.text,
* html #searchInput2 {
	width: 145px; /* IE<6 */
	wid\th: 138px; /* IE6 */
}

x* html #toolBox li.last li {
	height: 22px; /* IE<6 */
	heigh\t: 16px; /* IE6 */
}

#toolBox ul.service   { float: none; padding: 0px; }
#toolBox ul.service a { background-color: transparent; padding-left: 0px;}
#toolBox ul.service li {
	float: left;
	border: none;
	text-align: center;
	background: none;
}
#toolBox ul.service li.first { height: auto; width: 70px; border-right: 1px solid #D5D5D3; }
#toolBox ul.service li.last  { width: 119px; }

/* ersatz fuer toolbox auf englischen Seiten (auf EN brauchen wir kein Login) */
#toolBox_en {
        background: #fff url(../img/bg/en_toolbox_bg.gif) no-repeat scroll left top;
        display: none;
        float: left;
        height: 145px;
        margin-top: 20px;
        padding: 50px 15px 0 20px;
}
#toolBox_en p {
        line-height: 1.2em;
        margin: 0 5px 3px 0;
}
#toolBox_en .more {
        cursor: pointer;
        float: right;
} 
