/** Spez Form Defaults **/
.spezform td{
	padding-right:3px;
	padding-bottom:3px;
}
.spezformleerzeile{
	font-weight: bold;
}


.searchForminFrontend {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height: 14px;
	color: #7d889b;
	width: 145px;
	height: auto !important;
	height: 19px;
	background-color : #FFFFFF;
	border-left : 1px solid #c9cfd8;
	border-right : 1px solid #c9cfd8;
	border-bottom : 1px solid #c9cfd8;
	border-top : 1px solid #c9cfd8;
	outline: none;
}
.buttonSearchFrontend {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height: 12px;
	font-weight: normal;
	text-align:center;
	color:#fff;
	width: 65px;
	height: auto !important;
	height: 19px;
	text-decoration : none;
	background-color : #7d889b;
	border: 1px solid #7d889b;
	margin-top:5px;
	margin-bottom:5px;
}


#jSuggestContainer {
position:absolute;
font: 12px Tahoma;
border:1px solid #000;
border-top:0;
background:#FFF;
}

.jSuggestLoading {
font-style:italic;
padding: 10px;
}

#jSuggestContainer ul, #jSuggestContainer ul li{
margin: 0;
padding:0;
list-style:none;
}



#jSuggestContainer ul li{
padding: 2px 4px;
border-bottom: 1px dotted #000;
color:#000;
background:#fff;
cursor:pointer
}

#jSuggestContainer ul li.last{
border-bottom: 0px;
}

#jSuggestContainer ul li.jSuggestHover{
background:#3399ff;
color:#fff;
}

/********************************/
/***********LinkModul************/
.LinkTitel {
	font-weight: bold;
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #ff0000;
	padding-left:7px;
	margin-bottom:7px;
}