/**
 * @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: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}
#bg_all {
background-image:url(../img/mesh_ro.gif);
background-position:right top;
background-repeat:no-repeat;
border:0 solid red;
width:100%;
}
/* +++  Top Balken oberhalb der Page Margins  +++ */
#top_balken  {
	margin: 0px;
	padding: 0px;
	background: url(../img/topbalken_extensiontoright_01.png) repeat-x 850px top;
	height: 21px;
}
#top_balken_inner  {
	margin: 0px;
	padding: 0px;
	background: url(../img/topbalken_01.png) no-repeat left top;
	height: 21px;
}


/* ################   Position ################  */
#all
{
color:#464646;
	font-size: 0.8em;
	margin: 0 auto;
	max-width:930px;
min-width:756px;
	padding: 0 3px 3px 3px;
	text-align: left;
}

#page { }

#header
{
	color: #000000;
	margin: 0;
	position: relative;
	text-align: right;
height: 138px;
}

/* +++  HEADER KRAM  +++ */
#logo {
	margin: 0px;
	padding: 0px;
	height: 107px;
	float: left;
	position:relative;
	width: 320px;
}

#slogan  {
	margin: 0px 0px 0px 350px;
	background-image: url(../img/rethinking_propulsion.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 90px;
	width: 180px;
	padding-top: 35px;
	padding-left: 200px;
	position:relative;
	top: -110px;
}
#top_balken {
font-size: .9em;
}

#name_long {
border:0 solid red;
clear:both;
color:#817F84;
font-size:0.9em;
padding-left:15px;
text-align:left;
}

.searchbox {
	float:right;
	position:relative;
	padding-top:0;
	text-align:right;
	right:200px;
}
.fontsize {
float:right;
font-size:0.9em;
margin-left:15px;
margin-right:10px;
padding-top:3px;
position:relative;
}


#contentarea,#contentarea2
{
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#wrapper {
 margin: 0 0 0 21%;
  margin: 0;
  }

#left {
	color: #444;
	float: left;
	margin: 0;
	width: 180px;
	padding: 30px 10px 0 0;
	padding: 0;

	border: 0px solid red;
	
	position: relative;
	top: 29px;
}

#right {
	float:right;
	position: relative;
width:180px;
	margin: 0;
	padding-top: 30px;

}

#main2, #main {
	width:auto;
	margin: 0;

	padding-left: 30px;
	padding: 0;
	position: relative;
	min-height:520px;
	margin-left: 190px;
	margin-right: 190px;
	background: url(../img/bg_col1.gif) repeat-y left top;
	
	border: 0px solid red;
}
/* #main {
	margin: 0 0px 0 0;
	padding: 25px 20px 20px 20px;
	position: relative;
}
*/
#maincol {
	width:auto;
	margin: 0;
	padding: 20px 10px 20px 46px;
	position: relative;
	background: url(../img/white_50px.gif) no-repeat left top;

	border: 0px solid grey;
}

.buttonheading {
border:medium none;
margin-bottom:15px;
margin-top:0;
overflow:hidden;
position:absolute;
right:1px;
text-align:right;
top:25px;
}


#footer {

border-top:20px solid #FFFFFF;
color:#BBBBBB;
font-size:0.85em;
line-height:1.2em;
margin:0;
padding:5px 90px 2px 150px;
text-align:center;
}


/* ###################### generell ###################### */
.unsichtbar, .u2, .invisible, .unseen {
/*
.unsichtbar, .u2, .invisible, .unseen {
	width: auto;
	left: 0px;
	bottom: -200px;
	position: absolute;
	display: block;
*/ 
	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
{
}

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

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


/* ###############  right ########################### */
#jflanguageselection {
float:right;
	padding: 0;
	margin: 0;
}
.moduletable_language a:link img, .moduletable_language a:visited img {
	/*	filter: Alpha(Opacity=50, finishopacity=0);*/
	filter: Alpha(opacity=30, finishopacity=100);
/*	filter:gray;*/
	-moz-opacity:0.30;
}
.moduletable_language a:hover img {
	filter: Alpha(Opacity=100);
	-moz-opacity:1.0;
}
