/**
 * @version $Id: layout.css 10387 2008-06-03 10:59:16Z pasamio $
 * @author Design & Accessible Team ( Angie Radtke  )
 * @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.
 */



html,body {
	/* width: 1010px;*/
	margin: 0px;
	padding: 0px;
	height:100%;
}


.moduletable  {
	
	
}


/* ################   Position ################  */
#all
{
	position:relative; /* needed for footer positioning*/
	width: 1010px;
	text-align: left;
}

#header
{
	margin-top: 17px;
	margin-left: 17px;
	position: relative;
	width: 993px;
	height: 114px;
}

#logo
{
	float: right;
}

#meta
{
	float: left;
}






#bild
{
	position:relative;
	background: #fff;
	margin-left: 17px;
	width: 993px;
}

#left
{
	position: relative;
	float: left;
	background: #fff;
	width: 161px;
	margin-top: 30px;
	margin-left: 17px;
	z-index: 9000;
	min-height: 350px;
}


#content
{
	position: relative;
	float: left;
	background: #fff;
	width: 591px;
	margin-top: 30px;
	margin-left: 42px;
	height: 100%;
}

#teaser
{
	position: absolute;
	width: 199px;
	min-height: 500px;
	left: 811px;
	top: 220px;
	background: #fff;
	z-index: 5000;
}

#teaser-inside
{
	margin-top: 17px;
	margin-left: 17px;
	min-height: 500px;
	
}

#teaser .moduletable {
	margin-bottom: 20px;
	padding-bottom: 5px;

}





#page {
	padding-left: 75px;
	padding-right: 25px;
}

#buttonheading{
	position: absolute;
	top: 6px;
	left: 555px;
}

#buttonheading img{
	margin-left: 2px;
}








#footer
{
	background: #fff;
	padding-bottom: 20px;
}























