body {
	

	font-family: Arial, Helvetica, sans-serif; 
}

/* zentriert */
#body_all {

}

* html #body_all {

}



.clear {
	clear: both;
}

/* ====================
//  rsyszav 
// ====================  */

.tx-rsyszav {
	float: left;
 	clear: both;
 	width:100%;
 	text-align:left;
}
div.box_paginginfo {
clear:none;
float:left;
padding: 5px;
}
 /* ------------------------------------
   buttons
 ------------------------------------ */

 
a {
	text-decoration: none;
	color: black;
	}

/* ------------------------------------
   links 
 ------------------------------------ */

a.sort,
a.sort_active{
	text-decoration: none;
	text-align: center;
	margin: 5px 5px 5px 2px;
	padding: 2px 4px 2px 4px;
}

span.sort_active  {
	border-bottom: 2px solid #7D9EE1;

}

div.searchlink a {
	padding: 0px 0px 0px 0px ;
	text-decoration: none;
	
}


 /* ------------------------------------
   table
 ------------------------------------ */
 .tx-rsyszav table {
 	padding: 0px 0px 10px 0px; 
 	width: 100%;
 }

  
 
 /* ------------------------------------
   listview / detailview
 ------------------------------------ */
.tx-rsyszav table tr td.label {
	color: #888;
	width: 180px;
}

.tx-rsyszav table tr td.label_header {
	color: #000;
	font-weight: bold;
	border-bottom: 1px #000 solid;
}
	
 .tx-rsyszav table tr td {
 	border-bottom: 1px #eee solid;
 	padding: 5px 0px 5px 5px; 
 	vertical-align: top;
 }
 
 .tx-rsyszav table tr td.noborder {
 	border-bottom: 0px #eee solid;
 	padding: 5px 0px 5px 5px; 
 	vertical-align: top;
 }
 
  /* ------------------------------------
   listview
 ------------------------------------ */
 td.labelheader {
  	font-weight: bold;
 }
 
 
 td.listcol_print1 {
 	width: 20%;
 }
 td.listcol_print2 {
 	width: 10%;
 }
td.listcol_print3 {
 	width: 10%;
 }
td.listcol_print4 {
 	width: 20%;
 }
 td.listcol_print5 {
 	width: 20%;
 }
  td.listcol_print6 {
 	width: 10%;
 }
  td.listcol_print7 {
 	width: 10%
 }
.tx-rsyszav table tr td.listview {
 	 border-bottom: 1px #eee solid;
}

.tx-rsyszav table tr td.listview img  {
 	margin:0px 2px 0px 0px; 
}
.tx-rsyszav span.ranked  img {
 	margin:0px 2px 0px 0px; 
 	border-bottom: #7D9EE1 1px solid;
 }


 /* ------------------------------------
   detailview
 ------------------------------------ */


span.label {
	color: #888;
}
.tx-rsyszav table tr td.detailcol2 {
	width: 80%;
	
}

.tx-rsyszav table tr td.detailcol_desc {
	width: 40%;
}
.tx-rsyszav table tr td.detailcol_img {
	width: 60%;
}

.tx-rsyszav table tr td.detailcol_title {
	font-weight: bold;
}

.tx-rsyszav table.infotable tr td {
	 background-color: #eee;
}

.tx-rsyszav table.infotable-small tr td {
	 background-color: #fbfbfb;
	 font-size: 10px;
}

