.quickaccess-contentBox, .helpfultools-contentBox {
	padding: 1em;
}

.quickaccess-contentBox p {
	padding-bottom: 0.3em;
}

.quickaccess-contentBox form {
	padding: 0;
	background: none;
}

.quickaccess-contentBox select ,.helpfultools-contentBox select{
	width: 100%;
}


.helpfultools-category {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.helpfultools-category img {
	display: inline;
}

.helpfultools-category a {
	cursor:pointer;
}



/*

style für country selection combobox

*/

div.selectbox-wrapper {
  position:absolute;
  /*width: 480px;*/
  /*background-color:  #A3CD78; */
  border-top: 0px;
  margin:0px;
  padding: 0px;
  font-size: 1em; /*0.8em;*/
  text-align:left;
  height: 200px;
  overflow: auto;
}

div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.selectbox-wrapper ul li.selected {
  /*background-color: #EAF2FB;*/
}

/*
div.selectbox-wrapper ul li.current {
  background-color: #65AC1E;
}
*/

div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  padding-left: 1.8em;
  cursor:pointer;
  background: url('../images/link_int_white_icon.gif') no-repeat left;
  color: #fff;
}

/* We love IE6 don't we? */
* html div.selectbox-wrapper ul li {
  width: 100px;
}

* html div.selectbox-wrapper  {
  filter:expression(
    document.execCommand("BackgroundImageCache", false, true)
  );
}

/*
label {
   display: block;
}*/

.selectbox /* look&fell of  select box*/
{
  margin: 0;
  padding-left: 2px;
  /*font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;*/
  font-size: 1em; /*0.8em;*/
  font-weight: bold;
  width: 135px; /*10em;*/
  display : block;
  text-align:left;
  /*background: url('bg_select.gif') no-repeat right transparent;*/
  /*height:18px;*/
  cursor: pointer;
  border-top: 1px solid #b2d490;
  border-left: 1px solid #b2d490;
  border-bottom: 0;
  border-right: 0;
  height: 15px;
  color: #fff;
}

/*
#quickLinks_container {
    background: #9ec873 url('countryselect_verlauf.jpg') no-repeat top left;
}
*/

/*
select {
	background: url('bg_select.png') right;
}
*/



