/**
 * @version $Id: template.css 9765 2007-12-30 08:21:02Z ircmaxell $
 * @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.
 */

*, form, img, table, tr, th, td {
	margin: 0;
	padding: 0;
  border-width: 0;
}
body {
	background: #fff;
	font-family: trebuchet MS, arial, helvetica, sans-serif;
	font-size: 100.1%;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 10px;
}
p, input, textarea, button, label {
	color: #000;
	font-family: trebuchet MS, arial, helvetica, sans-serif;
  font-size: 13px;
}
div, form, table {
	position: relative;
}
table {
	border-collapse: collapse;
}

input.inputbox,
textarea {
	background:#fff;
	border:solid 2px Silver;
  color:#000;
}
input {
	vertical-align:middle;
}
input.inputbox:focus,
textarea:focus {
	border-color:#9C3;
}
button {
  background:url(../images/pfeil.gif) #9C3 no-repeat;
	border:solid 2px #9C3;
  font-weight: bold;
  margin:20px 10px 0 0;
  padding:0 0 0 30px;
  cursor:pointer;
  color:#000;
}

.hidden {
	display:none;
}

body.contentpane {
  width : auto;
  margin : 10px;
  line-height : 1.4em;
  text-align: left;
}

/* Main body area */
#main form {
  background:#DDD;
  color:#000;
  padding:20px;
  margin:30px 0px 0px 0px;
}
#main label {
  float:left;
  font-weight:bold;
  width:14em;
  margin:0 0 10px;
  padding-right: 1em;
}
#main input.inputbox,
#main textarea {
  margin:0 0 10px;
}
#main input.inputbox {
  width:14em;
}
#main textarea {
  width:28em;
  height:150px;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

.clear {
	clear: both
}
.floatLeft {
	float: left
}
.floatRight {
	float: right;
}
