/**
 * @version $Id: template.css 10498 2008-07-04 00:05:36Z ian $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */





body
{
	background: #fff;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}



body.contentpane {

width : auto;
margin : 10px;
line-height : 1.4em;
text-align: left;
}

/* TOC */
table.contenttoc{
	float: right;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url('../../system/images/selector-arrow.png') no-repeat;; margin-left:0; margin-right:0; margin-bottom:0; padding-left:0; padding-right:0
}

.tool-text {
	font-size: 100%;
	margin: 0;
}


/** NEW **/
/* search */
.result-text {padding-bottom:15px;}

/* content */
td .buttonheading a:link, td .buttonheading a:visited {border:solid 2px #fff !important;}
td .buttonheading a:hover, td .buttonheading a:focus {border:solid 2px #fff !important;}

.items-leading {border:1px solid #eee; background-color:#efefef; margin:5px; padding:15px;}

#main .items-leading .readmore a, #main2 .items-leading .readmore a{
float:right;
background:#3d3d3d url('../images/pfeil.gif') no-repeat;
border:0px solid;
bottom:0;
color:#FFF !important;
display:block !important;
margin-top:20px !important;
right:0;
text-decoration:none;
padding-left:30px; padding-right:2px; padding-top:2px; padding-bottom:0
}

#main .items-leading .readmore a:hover, #main2 .items-leading .readmore a:hover {
float:right;
background:#000 url('../images/pfeil.gif') no-repeat;
border:0px solid;
bottom:0;
color:#FFF !important;
display:block !important;
margin-top:20px !important;
right:0;
text-decoration:none;
padding-left:30px; padding-right:2px; padding-top:2px; padding-bottom:0
}

.readmore a{
font-weight:bold;
background:#efefef url('../images/pfeil.gif') no-repeat;
border:0px solid;
bottom:0;
color:#333 !important;
display:inline !important;
margin-top:20px !important;
right:0;
text-decoration:underline;
padding-left:30px; padding-right:2px; padding-top:2px; padding-bottom:0
}

.readmore a:hover {
font-weight:bold;
background:#000000 url('../images/pfeil.gif') no-repeat !important;
border:0px solid;
bottom:0;
color:#FFF !important;
display:inline !important;
margin-top:20px !important;
right:0;
text-decoration:none;
padding-left:30px; padding-right:2px; padding-top:2px; padding-bottom:0
}

.item h2 {border-bottom:1px solid #333;}


.published {font-size:11px; color:#666;}

.blog_more {border:1px solid #eee; background-color:#efefef; margin:5px; padding:15px;}

.contact h3 {display:none !important;}

/** pagination **/

.pagination ul {
list-style: none !important;
margin: 0;
padding: 0;
}

.pagination ul li {
float: left;
}
.pagination span, .pagination a{
background:none !important;
padding: 3px;
width: auto !important;
}

#main2 .pagination, #main .pagination {
    border-top: solid 1px #CCC;
    margin: 10px 0 0;
    padding: 10px 0;
}

ul.pagination li {
    display: inline;
    padding: 2px 5px 0;
    text-align: left;
}
ul.pagination li a {
    padding: 4px;
}
.pagination li a:hover, .pagination li a:active, .pagination li a:focus {
    background: #000 !important;
    color: #FFF;
}