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

/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
/* das war css reset - ausschalten der browser-einstellungen  */

/* TOC */
table.contenttoc{
	float: right;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}
#logo
{
    background: url(../images/logo.png) no-repeat;
    height: 132px;
    width: 850px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 50px;
}
#oben {
    width: 100%;
    margin-top: 0;
    border-bottom:#336 0px solid;
    height: 180px;
}
#all {
    border-right: 240px solid #ccc;
    border-left: 240px solid #c72321;
    background: #ffffcd;
    min-width: 500px;
    
}
#all:after 
    {
      content: "."; 
      display: block;             
      clear: both; 
      visibility: hidden;
      height: 0;
    }

html* div.container
{
  display: inline-block
}


#page { }

#contentarea,#contentarea2
{
	border: solid 0px #000;
	margin: 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}
#wrapper { }
#left
{
	float: left;
	overflow: hidden;
	margin-left:-240px;
    padding:0;
    position:relative;
    width:240px;
}

#right
{
	color: #000;
	width: 230px;
    float: right;      
    margin-right: -230px;
	margin-top: -180px;
    position: relative;
    text-align:center;
}

#main
{
	width:100%;
    overflow: hidden;
	float:left;
}
#innen
{
	width:94%;
	min-width: 340px;
    margin: 0 auto;
}
#bild {
	width:100%;
	height: 100%;
	text-align:left;
	overflow:hidden;
	margin: 20px auto;
}
#news
{
 width: 48%;
 float: left;
 line-height: 1.4em;
 border: 0px solid red;
 height:99%;
}
#comments
{
 width: 48%;
 float: left;
 line-height: 1.4em;
 border: 0px solid blue;
 height:99%;
}


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

.wrap
{
	clear: both;
	width: 100%;
	height: 1px;
}

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

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

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}
.copy {
    font-size: 0.8em;
    text-align: right;
    margin-top:20px;
    color: #FFF;
    width: 190px;
}
#mailcomm {
	display:none;
}
