/**
 * @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 {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 105%;
	padding: 0px;
	text-align: center;
	height:100%;
	margin: 0px;
}

/* ################   Position ################  */
#all {
	background: url("../images/stripe.png") 21% 0% repeat-y; 
	color: #666;
	font-size: 0.8em;
	margin: 0 auto;
	max-width: 1000px;
	padding: 0;
	text-align: left;
	border-color: #93B469;
	border-style: solid;
	border-width: 0px 1px;
	min-height:100%;
	position: relative;
}

#page { 
	width: 100%;
	margin: 0;
	padding: 0;
}

#contentarea,#contentarea2 {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
	padding-bottom: 30px;
}

#wrapper { 
	margin: 0 0 0 21%;
}

#left {
	float: left;
	margin: 10px 0 0 0;
	width: 21%;
	height: 100%;
	position: relative;
}

#right {
	color: #000;
	float:left;
	width: 28%;
	padding-top:10px

}

#main2 {
	background: #fff;
	width:64%;
	padding: 0px 20px 20px 20px;
	position: relative;
	min-height:520px;
	float:left;
}

#main {
/*	background: #fff; */
/*	border-left: solid 1px black; */
	margin: 0px;
	padding: 0 2em 2em;
	position: relative;
	float: left;
	width: 93%;
}

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

#loginbox {  
display: none; 
position: absolute;
top: 25px;
right: 20px;  
height: 250px;  
width: 250px;  
background: #FFFFFF;  
border: 2px solid #5B8F22;  
padding: 12px;  
font-size: 13px;  
z-index: 200;
overflow: hidden;
}


.logintrigger {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 3px 20px 0px 0px;
}

#logintrigger {
	font-weight: bold;
}

#popupContactClose {  
font-size: 14px;  
line-height: 14px;  
right: 6px;  
top: 4px;  
position: absolute;  
color: #69BE28;  
font-weight: 700;  
display: block;  
}
#mod_loginform {
	height: 250px;
	width: 250px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.mod_login {
width: 100%;
text-align: left;
}
#cb_comp_login {
	width: 30%;
}
#cb_comp_register {
	border-left: 1px solid black;
	width: 65%;
}
#cb_template_default {
	width: 100%;
}
.wrap {
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}


/* ###############  main * ########################### */
/* position */

.leading {
	color: #000000;
	margin: 0;
	position: relative;
	width: 100%;
}

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

.article_separator {
	border: solid 1px #333333;
	display: none;
	margin: 0px 0 0px 0;
}
.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;
}

.column-2 , .column-1 {
	float: left;
	margin: 0;
}
.column-1 {
	width: 34%;	
}
.column-2 {
	float: right;
	margin: 0;
	width: 63%;
}

.item-row {
	margin: 0px 0 0px 0;
	padding: 0;
	/* overflow: hidden; */
	width: 100%;
}

.row_separator2 {
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}

.article_text {
	margin: -2.5em 0 0 10px;
}

.item_text {
	margin: -.75em 0 0 10px;
}

.article_column .item_text {
	margin: -.25em 0 0 10px;
}

