/**
 * @version $Id: position.css 10387 2008-06-03 10:59:16Z pasamio $
 * @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: 0;
	padding: 0;
}
		
html, body
{
	background: #ffffff;
	padding: 0px;
	text-align: center;
	min-height: 100%;
	font-size: small;
}
		
/* ################   Position ################  */
#all
{
	background: #ffffff;
	border: solid 1px #8c8c8c;
	margin: 10px auto;
	max-width: 1000px;
	height: 100%;
	padding: 0;
	text-align: left;
}
		
#header
{
	background: #ffffff;
	margin: 0;
	padding: 15px;
	position: relative;
	text-align: left;
}
		
#contentarea
{
	height: 100%;
	border-top: solid 1px #8c8c8c;
	margin: 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}

#wrapper 
{
	height: 100%;
	margin: 0 0 0 21%;
	border-left: solid 1px #8c8c8c;
}

#left
{
	height: 100%;
	border-right: solid 0px #8c8c8c;
	float: left;
	margin: 0px 0 0 0;
	width: 21%;
}
#pseudoleft
{
	min-height: 600px;
	border-left: solid 1px #8c8c8c;
	float: left;
	margin: 15px 0 0 -1px;
	width: 1px;
}

#right
{
	height: 100%;
	float:left;
	width: 28%;
	padding-top:10px;
	margin: 0px 0 0 -1px;
	border-left: solid 0px #8c8c8c;
}
		
#main
{
	width:66%;
	height: 100%;
	padding: 30px 20px 20px 20px;
	margin: 0 0px 0 -1px;
	position: relative;
	float:left;
	border-left: solid 1px #8c8c8c;
	border-right: solid 1px #8c8c8c;
}
	
#userfieldtop
{
	margin: 0;
	padding: 0;
	height: 45%;
	width: 100%;
	border: solid 0px #8c8c8c;
}
					
#userfield1
{
	background: #233a9d;
	color: #ffffff;
	margin: 0;
	padding: 65px 20px 65px 20px;
	position: relative;
	float: left;
	height: 90%;
	width: 40%;
	border: solid 0px #8c8c8c;
}

#userfield3
{
	margin: 0px 0 0 20px;
	padding: 65px 0 0 0;
	float: left;
	height: 90%;
	width: 40%;
	border: solid 0px #8c8c8c;
}
					
#userfieldbottom
{
	margin: 0;
	height: 45%;
	width: 100%;
	border: solid 0px #8c8c8c;
	padding-top: 20px;
}
					
#userfield4
{
	margin: 0px;
	padding: 20px 0 0 30px;
	float: left;
	height: 90%;
	width: 40%;
	border: solid 0px #8c8c8c;
}

#userfield2
{
	background: #233a9d;
	color: #ffffff;
	margin: 0;
	padding: 65px 20px 65px 20px;
	position: relative;
	float: right;
	height: 90%;
	width: 40%;
	border: solid 0px #8c8c8c;
}

	
		/* ###################### 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: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
		
#logo
{
	font-size: 1em !important;
	font-weight: bold !important;
	position: relative;
	text-align: left;
	text-transform: none !important;
	z-index: 0;
}
		
#logo  img { display: block; }
		
#logo span
{
	display: block;
	margin: 0px 0 0 100px !important;
	border-bottom: solid 1px #666;
}
		
/* ###############  main * ########################### */
/* position */
		
.cols1
{
	display: block;
	float: none !important;
	margin: 0 !important;
}
		
.cols2 { width: 45%; }
.cols3 { width: 30%; }
		
.column1 , .column2
{
	border: solid 0px #8c8c8c;
	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 #8c8c8c;
	padding: 0;
}
		
.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}