/**
 * @version $Id: template.css 10498 2008-07-04 00:05:36Z ian $
 * @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.
 * modified by Mirabiel @2010 */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #c4c1ba;
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}

/* ################   Position ################  */
#all
{
	background: #FFFFFF;
/*	border: solid 1px #DBB0CD;
*/	color: #321407;
	font-size: 0.8em;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0;
	text-align: left;
}

#page {
margin-top: 29px;
border-top: 2px solid #909090
 }


#header {
display: block;
width: 100%;
height: 250px;
	color: #000000;
	margin: 0;
	position: relative;
	text-align: left;
	background-color: #dbe4e7;
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
}

#contentarea,#contentarea2
{
	border: solid 0px #000;
	margin: 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}
#left
{
	background: #FFFFFF;
	border-right: solid 0px #EEEEEE;
	float: left;
	margin: 15px 0 0 15px;
	width: 185px;
}

#right
{
	color: #000;
	float:right;
	width: 185px;
	margin: 0 15px 0 0!important;
}

#main3
{
	width: auto;
	margin: 15px 215px 0 15px;
}
#main2
{
	width: auto;
	margin: 0 215px;
	margin-top: 15px;
}
#wrapper { 
	width: 100%;
	float:left;
	padding: 0px 0px 10px 0px;
	position: relative;
	min-height:520px;
}

.margin {
margin: 0 10px;
padding: 0 1px;
}
#main
{
	margin: 15px 15px 0 215px;
	width: auto;
}
#main #wrapper { 
	width: 100%;
	float:none;
	padding: 0px 0px 10px 0px;
	position: relative;
	min-height:100%;
}


/* ###################### 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;
}

.hidden {
	display: none;
}

h4#slogan
{
	display: block ;
	font-size: 1em !important;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 700;
	color: #cb6a23;
	position: absolute;
	width: 50%;
	top: 15px;
	left: 25%;
	background-color: transparent; 
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	
/*		margin: 0px 0 0 100px !important;
border: solid 1px #666;
*/}

/* ###############  main * ########################### */
/* position */
.leading
{
	border-top: solid 2px #909090;
	margin: 15px 0px 0px 0px;
	padding: 15px 20px 15px 120px;
	position: relative;
	background-color: #f8fbf3;
}

.leading_home
{
/*	background:url("../img/nauryz.jpg") no-repeat scroll left bottom #F8FBF3;
*/	background: #F8FBF3;
	border-top: solid 2px #909090;
	margin: 28px 0px 0px 0px;
	padding: 15px 20px 15px 120px;
	position: relative;
}
.leading_separator,.leading_separator_home
{
	border-bottom: solid 0px #333333;
	display: block;
	height: 0px;
	margin: 0 0 0px 0;
}

.article_separator
{
	border: solid 1px #333333;
	display: none;
	margin: 0px 0 0px 0;
}

.row_separator, .row_separator_home {
	display: block;
	width: 100%;
	height: 1px
}

.blog, .blog_home { 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, .article_row_home {
	border-top: 2px solid #909090;
display: block;
float: left;
clear: both;
width: 100%;
	margin: 0px 0 0px 0;
	padding: 0;
	overflow: hidden;
}
.article_column
{
	border: solid 0px #ccc;
	padding: 10px 10px 10px 0;
overflow: visible;
}

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}