/**
 * @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.
 */


html {
padding: 0;
margin: 0;
}

body {
padding: 0;
margin: 0;
background: #d2d2d2 url('../images/bg.png') repeat-x 0 0;
text-align: center;
font: normal 80%/1em "Trebuchet MS", Verdana, Arial, sans-serif;
color: #404c4f;
line-height: 1.1em;
}

a {
color: #99042e;
text-decoration: underline;
/*font-size:0.9em;*/
}
#rightpage a, #flashblock a, #headerblock a, #access a, #footerblock a, #breadcrumb a{
text-decoration: none;
}
a:visited {
color: #99042e;
}

a:hover, a:focus, #flashblock a:hover, #flashblock a:focus{
text-decoration: underline;
}

a img {
border: none;
}

.a_mobile { 
	color: #ffffff;
	text-decoration: underline;
	font: normal 100%/1em "Trebuchet MS", Verdana, Arial, sans-serif;
}

.a_mobile:visited { 
	color: #ffffff;
}