/********************************************
* SUCH ERGEBNISSE ANPASSEN
* ->	Grundaufbau 
* -> 	Seitenbereiche
* ->	Tabs
********************************************/
h3.csc-searchResultHeader	{
	margin-top:20px;	
	padding-left:5px;
}
.csc-searchResult	{
	margin-bottom:20px;	
}
#suchtabs{ 
	float:left; 
	width:750px; 
	
}
#tabs{
	float:left;
	padding:3px;
	background-color:#fff;
	width:118px;
	border:none;
	border-bottom:1px solid #0066b1;
	color:#0066b1;
	font-size:11px;
}
#tabs.tabsactive{
	background-color:#fff;
	border:1px solid #0066b1;
	border-bottom:none;
	color:#0066b1;
}

#suchform{
	float:left;
	width:705px;

	margin:20px 0px 0px 0px;
}


#suchergebnisse{
	float:left;
	width:705px;
	margin-top:20px;
}



#suchform .dtb-search-form input.textfeld, 
#suchform .dtb-search-form select, 
#suchform .dtb-search-form textarea {
	margin-left: 0;
	width:190px;
} 



table#dtb-search-results th,
table#dtb-search-results td {
	vertical-align: top;
	color: #6C6C6C;
	padding: 3px;
}
table#dtb-search-results tr.odd td{
	background: #f0f0f0;
}


.paginator {
	display: block; text-align: center;height:20px; width: 100%; margin-top:20px;
}
.paginator a, 
.paginator span	{
	padding: 0 5px;
	color: #0066B2
}
.paginator span {
	font-weight: bold;
	color: #000;
}







/********************************************
* SUCHMASKEN
* ->	Textfelder
* ->	Schaltflächen
********************************************/
.ssword,
.smallfeld,
.textfeld,
.selectfeld{
	border:1px solid #ccc;
	padding:3px;
	margin-left:0;
}
.textfeld,
.selectfeld{
	width:210px;
}


label{
	margin:0px;
	padding:0px;
}
.formset{
	float:left;
	width:220px;
	border-bottom:1px dotted #e5e5e5;
	height:40px;
}
.bt_formset{
	clear:both;
	display:block;
	margin:30px 0 30px 0;
	padding:0;
	width:680px;
	overflow:hidden;
	text-align:right;
}
.bt_suchen{
	background-color:#fff;
	background-image:url(../../../img/bt_suchen.png);
	width:100px;
	height:20px;
	border:none;
	cursor:pointer;
}




















/********************************************
* TAGCLOUD
* ->	Tags
* ->	Schaltflächen
********************************************/
.tag a{
	text-decoration:none;
	color:#0066B2;
}












