/**
* Pressearchiv - A Joomla! Component
* @version 2.0.0
* $Id: pressearchiv.css 172 2009-06-09 20:23:47Z hajonie $
* @copyright (C) 2005-2006 by Timber (andre.timmermanns@hel-systems.de)  bis Version 1.3.1 für Joomla! 1.0
* @copyright (C) 2009 by hajonie (hjn@hjnbb.de) ab Version 2.0.0 für Joomla! 1.5
* @license Released under the terms of the GNU General Public License
**/

/**
 * Pressearchiv Tabelle Filter Formular und Anzeige Anzahl Datensätze------------------------------
 */
div#pressearchiv #pa_filter {
margin:			1em 0 0.5em 0;
padding:		0.5em;
border:			solid 1px #ddd;
}

div#pressearchiv .pa_fleft {
float:			left;
}

div#pressearchiv .pa_fright {
float:			right;
}

/**
 * Pressearchiv float containers löschen-----------------------------------------------------------
 */
div#pressearchiv {
overflow:		hidden;
}

div#pressearchiv .clear {
border:			0;
clear:			both;
float:			none;
height:			1px;
line-height:	1px;
}

div#pressearchiv .floattext:after { /* ie fix in coditional comments (html source) */
content:		".";
display:		block;
height:			0;
clear:			both;
visibility: 	hidden;
}

div#pressearchiv .floattext {
display:		block; /* safari */
}

/**
 * Pressearchiv Überschriften----------------------------------------------------------------------
 */
div#pressearchiv h2 {
border-bottom:	2px solid #ddd;
font-size:		1.2em;
font-weight:	bold;
padding:		0.1em 0.3em;
margin:			0.2em 0;
}

div#pressearchiv h2 img {
border:			none;
}

div#pressearchiv .copyright {
font-size:		0.9em;
text-align: 	center;
margin:			1em 0;
color:			#aaa;
}

div#pressearchiv .border{
border-bottom:	2px solid #ddd;
}

/**
 * Pressearchiv------------------------------------------------------------------------------------
 */
div#pressearchiv dl {
margin:			0 5px;
}

div#pressearchiv dt { /* definition term */
margin:			0;
padding:		0.3em 0;
float:			left;
font-size:		0.9em;
font-weight:	bold;
width:			11em;
background:		transparent;
border-bottom:	1px solid #ddd;
}

div#pressearchiv dd { /* definition description */
display:		block;
margin:			0 0 5px 12em;
padding:		0.3em 0;
font-size:		0.9em;
background:		transparent;
}

* html .floattext dd { /* ie6 fix against the 3px jog bug */
height:			1%;
}

div#pressearchiv div.description {
margin:			5px 0;
padding:		0 5px;
}

div#pressearchiv div.no_space,
div#pressearchiv .no_space {
margin:			0;
padding:		0;
}

/**
 * Pressearchiv Artikelbild------------------------------------------------------------------------
 */
div#pressearchiv .modal {
float:			right;
margin:			0.3em;
position:		relative;
}

div#pressearchiv a.modal img,
div#pressearchiv img.modal {
border:			1px solid #ddd;
padding:		1px;
}

/**
 * Pressearchiv Seitenzähler-----------------------------------------------------------------------
 */
div#pressearchiv .pageslinks,
div#pressearchiv .pagescounter {
text-align:		center;
}

/**
 * Pressearchiv Tabelle----------------------------------------------------------------------------
 */
div#pressearchiv table.patable {
margin:			1em 1px;
width:			99.9%;
font-size:		1em;
border-collapse:collapse;
border:			1px solid #E5E5E5;
}

div#pressearchiv table.patable th {
background-color:	#EFEFEF;
color:			#000;
font-weight:	bold;
padding:		0.4em;
text-align:		left;
border-bottom:	1px solid #e5e5e5;
border-right:	1px solid #E5E5E5;
}

div#pressearchiv table.patable th img {
margin:			0 0 5px 5px;
vertical-align:	middle;
border:			none;
}

div#pressearchiv table.patable td {
padding:		0.4em;
border-bottom:	1px solid #e5e5e5;
border-right:	1px solid #E5E5E5;
vertical-align:	top;
}

div#pressearchiv table.patable tr.sectiontableentry2 td {
background:		#F4F4F4;
}

div#pressearchiv table.patable tr:hover td {
background:		#F8F8F8
}

