/**
 * @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;
}

body {
	background: #FFF;
	color: #555;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}

/* ################   Position ################  */
#all
{
	background: #F5F5F5;
	color: #555;
	font-size: 0.8em;
	margin: 0 auto;
	width: 982px;
	padding: 0;
	text-align: left;
	position: relative;
}
#map {
	position:absolute; 
	top: 21px;
	right:0px;
	text-align:right;
	font-size:208%;
	display:block;
	z-index: 5;
}
/* (de) Absicherung korrekte Positionierung */
#header, .moduletable_mainmenu, #contentarea, #footer { clear:both; }
#header {
	background: #f5f5f5;
	color: #000000;
	margin: 0;
	position: relative;
	padding-bottom: 5px;
	padding-right:203px;
	border-top: solid 20px #052C76;
}
.headerlinie {	background-color: #052C76;
	margin: 0 205px 0 15px;
	height: 10px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	}
.moduletable_mainmenu {
	background-color: #052C76;
	margin: 0 205px 0 15px;
	/*height: 40px;*/
}

#contentarea {
	margin: 0 ;
	padding: 0 15px 0 15px;
	background: transparent url(../images/bg-main.gif) repeat-y;
}
#wrapper { 	background: #FFFFFF;margin: 23% 0 0 0}

#page { }
.blog { }
/*#col1 { float: left; width: 220px;  margin:0; }
  #col2 { float: left; width: 482px; margin:0; }
  #col3 { width: auto; margin: 0 0 0 702px;}
*/
#left {
	margin: 0;
	padding: 30px 0;
	/*border-right: solid 0px #EEEEEE; 
	position: relative;*/
	float: left;
	width: 250px;
}

#main {
/*position: relative;
	margin: 0 195px 0 230px;*/
	padding: 30px 0;
	width: 482px;  
	margin:0;
	float:left;
}

#main2 {
	padding: 30px 0;
	background: #fff;
	margin: 0;
	
}

#right {
	width: auto; 
	margin: 0 0 0 732px;
	padding: 53px 0 30px 0;
	/*color: #000;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 0 0 0;
	width: 175px; */
}

/* ###################### 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;
}

/* ###############  main * ########################### */
/* position */
.article_separator
{
	border: solid 1px #333333;
	display: none;
	margin: 0px 0 0px 0;
}

.cols1 {
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 { width: 46%; }
.cols3 { width: 30%; }

.column1 , .column2 {
	border: solid 0px #D4A7C5;
	margin: 0 5px 0 0;
	position: relative;
}

.column1 {
	float: left;
	margin: 0;
}

.column2 {
	float: right;
	margin: 0;
	width: 46%;
}

.article_row {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.article_column {
	border: solid 0px #ccc;
	padding: 0;
}

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

/*
.startseite {
	margin: 0;
	padding: 0 0 20px 0;
}
.leading {
	background: #F4F4F4;
	border: solid 1px #CCCCCC;
	color: #000000;
	margin: 30px 0px 10px 0px;
	padding: 20px 20px 40px 120px;
	position: relative;
}

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