@charset "utf-8";
/* Form Elementss */
input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
button,	
input[type=submit] {
	cursor: pointer;
	}
	
legend {
	font-weight: bold;
	display:block;
	margin-bottom: 5px;
	padding-top: 8px;
	border-top: 1px solid #AAA;
	width: 589px;
	}

fieldset.noborder legend {
	border: 0px none;
	padding-top: 0px;
	}
	

fieldset {
	display:block;
	}	
	

fieldset ul {
	list-style:none;
		margin-bottom: 0px;
	}

fieldset ul ul{

	margin-left:20px;
	}

fieldset li {
	padding: 3px 4px 4px 4px;
	margin-left: 0px;
	overflow:hidden;
	}	

fieldset li.eingerueckt {
	padding-left: 31px;
	}

fieldset input[type=checkbox],
fieldset input[type=radio] {
	position:relative;
	top: 1px;
	margin-right: 10px;
	}

label {
	cursor:pointer;
	}

.form-controls {
	margin-bottom: 24px;
	padding-top: 8px;
	border-top: 1px solid #AAA;
	text-align:center;
	}

a.button {
	display:inline-block;
	margin: 3px 0 5px 0;
	padding: 4px 8px 5px 8px;
	}

.button,
.button-right {
	border: 1px solid #666;
	background:url(../img/button_bg.gif) center center repeat-x;
	font-weight:bold;
	padding: 3px 7px 5px 7px;
	color:#000000;
	text-decoration: none;
	font-size: 12px;
  }
 
.button-right {
	border: 0px none;
	border-left: 1px solid #666;
	
	}
	  
.button:hover,
.button-right:hover  {
	background:url(../img/button_bg.gif) top center repeat-x;
	 }

.button:active,
.button-right:active  {
}

.button:active, 
.button:focus,
.button-right:active,
.button-right:focus  {
}


#search {
	background:#FFFFFF;
	border: 1px solid #666666;
	padding-left: 5px;
	overflow:hidden;
	margin-top: 3px;
	margin-bottom: 6px;
	}

#search .button-right {
	width: 90px;
	height: 28px;
	float: right;
	margin:0;

	}	
#suchbegriffe {
	float:left;
	border: 0px none;
	margin: 0px 0px 2px 0px;
	padding: 0;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 24px;
	width: 470px;
}
#suchbegriffe:hover {
	}