﻿@charset "utf-8";
/* CSS Document */
/**
 * @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:;
	padding:;
}*/

body
{
	margin: 0;
	padding: 0;
	background: url(../images/orn_bg.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*min-width: 1000px*/
	min-width: 1000px;/*S*/
}


/* ################   Position ################  */
#all
{

	/*background: #FFFFFF;*/
	/*border: solid 1px #FF9900;*/
	color:#990000;
	font-size: 0.7em;
	/*max-width: 100%;*/
	/*text-align: justify;*/
}

#page {
font-size:1.2em;
padding:0px 10% 5px 1px;

}

#header
{
	/*background: #990000;*/
	/*margin-top: -13px;*/
	/*position: relative;*/
	border-bottom: 13px solid #CC0000;
	position:relative;
	
}

#contentarea,#contentarea2 
{
	text-align:justify;
	/*width: 100%;*/
	/*border: solid 0px #000;*/
	/*overflow: hidden;*/
}
#wrapper 
{ 
	margin: 0px 220px 0px 190px;
	/*min-width:717px;*/
}
#left
{
	position:absolute;/*S*/
	/*background: #FFFEEA;*/
	float: left;
	/*margin:;*/
	width: 190px;
	text-align:left;
	height:auto;
}

#right
{
	/*background: #FFFEEA;*/
	position:relative;
	float:right;
	width: 219px;
}

#main2
{
	/*background: url(../images/orn_bg.jpg) repeat;*/
	/*background: #990000;*/
	margin-right: 0px;
	padding: 13px 30px 10px 20px;
	min-height:806px;
	/*position: relative;*/
	/*float:left;*/
}

#main
{
	/*background: #990000;*/
	margin-right: -220px;
	padding:10px 20px 5px 20px;
	max-width:1000px;
	min-height:806px;
	
}

/* ###################### 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;
	margin-top: 1em;
}

#logo  img { display: block; }

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

/* ###############  main * ########################### */
/* position */
.leading
{
	/*border: solid 1px #CCCCCC;*/ 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	height:auto;
}

.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;
}

.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;
}
.menu 
{
	-moz-padding-start:0;
	-webkit-padding-start: 0;
	padding:0;
}