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

*
{
}

body
{
	background: #fff url(../images/bkgnd/bg.png) repeat-x;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}

/* ################   Position ################  */
#all
{
	background: #FFFFFF;
	border: 1px solid #66CCFF;
	color: #333333;
	font-size: 0.8em;
	width: 800px;
	text-align: right;
	padding: 3px;
	margin: 0 auto;
	height: auto;
}

#page { }

#header
{
	background: #fff;
	color: #333333;
	width: 800px;
	margin-bottom: 3px;
}

#contentarea
{
	text-align: left;
	width: 800px;
	background: url(../images/bkgnd/bg_contentarea1.png) repeat-x left;
	background-position:bottom;
	margin-bottom: 3px;
}

#contentarea2
{
	background: url(../images/bkgnd/bg_contentarea2.png) repeat-y left top;
	width: 800px;
	margin-bottom: 3px;
	text-align: left;
	margin-top: 3px;
}

#wrapper {
	width:797px;
	height: 100%;
	border: 1px solid #66CCFF;
	background: repeat-y right;
}
#left
{
	float: left;
	max-width: 186px;
	padding-top: 7px;
	margin: 0;
	overflow:hidden;
	border-right: 1px solid #cccccc;
}

#right
{
	color: #000;
	float:right;
	width: 170px;
	overflow:hidden;
}

#main2
{
	background: #fff;
	padding: 20px 20px 15px;
	float:left;
	width: 392px;
	min-height: 100%;
	border-right: none;
	border-bottom: none;
	border-left: none;
	height: 100%;
}

#main
{
	float: left;
	padding-top: 0px;
	padding-left: 7px;
	min-width: 600px;
	overflow: hidden;
}

#debug {
	width:800px;
	margin: 0 auto 0 auto;
}

/* ###################### generell ###################### */
.unsichtbar,.u2,.invisible , .unseen
{
	display: inline;
	height: 0px;
	left: -3000px;
	position: absolute;
	top: -2000px;
	width: 0px;
	z-index: 200;
}

.wrap
{
	border: 0;
	clear: both;
	float: none;
	font-size: 0px;
	height: 0;
	line-height: 0px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#logo
{
	font-size: 1em !important;
	font-weight: bold !important;
	width: 798px;
}

#logo  img { display: block; }

#logo span
{
	display: block;
	margin: 0px 0 0 100px !important;
	border-bottom: solid 1px #666;
}

/* ###############  main * ########################### */
/* position */
.leading
{
	color: #333333;
	background-color: #FFFFFF;
	padding-left: 22px;
	padding-top: 20px;
	padding-right: 22px;
	width: 560px;
}

.leading_separator
{
	border-bottom: solid 0px #333333;
	display: block;
	height: 10px;
	margin: 0 0 0px 0;
}

.article_separator
{
	border: 1px solid #333333;
	display: none;
	margin: 8px 0 6px;
}

.blog { padding: 0; }

.cols1
{
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 { width: 45%; }
.cols3 { width: 30%; }

.column1 , .column2
{
	border: solid 0px #D4A7C5;
	margin: 0 5px 0 0;
	position: relative;
}

.column2 , .column1
{
	float: left;
	margin: 0;
}

.column2
{
	float: right;
	margin: 0;
	width: 45%;
}

.article_row
{
	margin: 0px 0 0px 0;
	padding: 0;
	overflow: hidden;
}

.article_column
{
	border: solid 0px #ccc;
	padding: 10px 10px 10px 0;
}

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
}
#all #contentarea2 #wrapper #right .moduletable .bannergroup .bannerheader a:link, a:visited  {
	color: #FFFFFF;
}


