/* CSS Document */
/**
 * @version $Id: position.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.
 */


{
	margin: 0px;
	padding: 0px;
}

body
{	background: #666666;
	color: #000000;
	font-family: Arial, Verdana, Georgia, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}


/* ################   Position ################  */
.inside {
         padding:1px;
}
#all
{
	background: #FFFFFF center;
	border: solid 1px #DBB0CD;
	color: #000000;
	font-size: 0.8em;
	margin: 0 auto;
	min-width: 760px;
                max-width:900px;
                height: 100%;
                padding: 2px 2px 2px 2px;
	text-align: left;
	width: expression(document . body . clientWidth > 900 ? "900px" : "auto"); 
}
#header
{	text-align:right;
	width:100%;
	color: #000000;
	margin: 0;
	position: relative;
}

#logo span
{	

}
#top
{	position: relative;
	margin:0 0 2px auto!important;
	display:block;
	margin:0px;
}
#center
{	position: relative;
	display:block;
                 height: 100%;
	margin:0px;
}

#search
{	float:right;
	position: relative;
 	margin:0 0 2px auto!important;
	width:150px;
	top: 0px;
}
#sitecustom { background: #ffffff url(../images/site_custom.png) no-repeat center top; height: 250px; width: 100px;}

#left {	position: relative; float:left; width:20%;	height: auto; overflow: hidden;  top: 0px; left: 0px;    }
#right {     position: relative; float:right; width:18%;   height:auto; overflow: hidden; background: #999;  top: 0px; right: 0px; }
#main100{  	position: relative; float:left; width:100%; overflow: hidden;  	height: auto; 	top: 0px; border-left: 2px double #8A8AB1; border-right: 2px double #8A8AB1; }
#main80{  	position: relative; float:left; width:75%; overflow: hidden;  	height: auto; 	top: 0px;  border-left: 2px double #8A8AB1;border-right: 2px double #8A8AB1;}
#main60{	position: relative;	float:left;	width:60%;	overflow: hidden;	height: auto;	top: 0px; border-left: 2px double #8A8AB1; border-right: 2px double #8A8AB1;}


#footer {
	width:100%;
	background:#999999;
	color:#333333;
	text-align:center;
	clear: both;
	position: relative;
	bottom: 0px;
	border-top:solid 2px #ccc;
	font-size: 0.9em;
	text-decoration:none;
}

#footer a {
                text-decoration:none;
                color:#333333;
}


