/*
	suchbegriffe.css
	-> suchbegriffe.php
	-> repliste.php
	
*/

table {
	border-style: none;
	border-collapse: collapse;
	border-bottom: 1px solid #D5D5D5;
	background-color: #ffffff;
	width:100%;
}
td {
	padding: 0px;
 	vertical-align: middle;
 	text-align:left;
}
td.cin, td.cincat {
	padding-left: 6px;
	width:20px;
}
.s_t, .s_tcat {
  font-family: Verdana, Helvetica;
  font-size: 9px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.cincat, .s_tcat {
  height:20px;
  color: black;
  cursor: pointer;
}
.s_t_a {
  font-family: Verdana, Helvetica;
  font-size: 9px;
  font-weight: normal;
  color: #ec068d;
  text-decoration: none;
  cursor: pointer;
}

body {
	margin: 0px;
}
td.cin10 {
	padding-left: 6px;
	width:10px;
}
img.aimg {
	width:10px;
	height:7px;
	border:0px;
}
/* Base class for Categorie view */
tr.a {
	background-color: #FAE5E6;
}
tr.a_a {
	background-color: #F2F2F2;
}
/* Base class for Searchword */
tr.b {
	background-color: #FFFFFF;
}tr.b_a {
	background-color: #F2F2F2;
}
/* Changes - 13.11.2006 */
img.imgcat {
	width:12px;
	height:12px;
	margin-left:4px;
}
tr.cincat, tr.s_tcat {
  background-color: #EEEEEE;
}

div.s_tcat {
  padding-left:10px;
  line-height:16px;
  background-color: #EEEEEE;
}
	div.catline, div.catline1 {
		position: relative;
		border-bottom:1px solid #D5D5D5;
		border-collapse:collapse;
		background-color:#E8EEFA;
		background-color:#FAE5E6;
		height:20px;
		line-height:20px;
		padding-left:4px;
	}
	div.catline {
		background-image:url(../img/arrow_grey.gif);
		background-repeat:no-repeat;
		background-position: 5px center;
		padding-left:18px;
	}
	div.catline1 img {
		width: 11px;
		height: 11px; 
		margin-left: 5px;
		margin-right:4px;
	}
	div.catline .s_t {
		width:160px;
		float:left;
		position:absolute;
		top:0px;
	}
	div.catline div.inp {
		width:50px;
		float:left;
		height:20px;
		position:absolute;
		top:0px;
		left:160px;
		display:none;
		cursor:pointer;
	}
	div.catopen {
		background-image:url(../img/arrow_grey_down.gif);
		background-color:#FAE5E6;
	}
	div.catopen div.s_t {
		color: #000000;
	}
	div.catopen div.inp {
		display:block;
	}
	div.swline {
		border-bottom:1px solid #D5D5D5;
		background-color:#FFFFFF;
		padding-left: 4px;
		line-height:18px;
	}
	div.swline.active {
		background-color:#F2F2F2;
		color:#EC068D;
	}
	div.swcont div.swline {
		padding-left:4px;	
	}
	div.swline input {
	    vertical-align: middle;
	    position: relative;
	    bottom: 1px;
	  }
	
	div#swordinfo {
	  	font-size: 9px;
	  	font-family:Tahoma;
	  	background-color:white;
	}
	
	.catline1 img {
		width:11px;height:11px;margin-left:5px;
	}	
