/**

 * @version $Id: layout.css 9765 2007-12-30 08:21:02Z ircmaxell $

 * @author Design & Accessible Team ( Angie Radtke  )

 * @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
{
	color: #484848;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #f6e7c6;
}

a:link,a:visited {
	color:#484848;
}

a:hover,a:active,a:focus {
	color: #949A5C;
}


p {
	margin:0px;
}

table.standardtable {

}

table.standardtable td {
	font-size: 13px;
	padding: 3px;
}



.imgleft {
float:left;
border:solid 0 #ccc;
margin:0 10px 10px 0;
}

.imgright {
	padding: 10px 0px 10px 10px;
}


table.mitgliederseiten {
	border-top: 1px solid #AAB37F;
	border-left: 1px solid #AAB37F;
	background-color: #D0D9A2;
}

table.mitgliederseiten td {
	border-bottom: 1px solid #AAB37F;
	border-right: 1px solid #AAB37F;
	padding: 5px;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td {
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.auszeichnung {
	padding: 5px;
	background-color: #D0D9A2;
}