/**
 * @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: #FFFFFF;
        background-image: url(../images/background.gif);
        background-repeat: no-repeat;
        color: #000000;
        font-family: "Times New Roman",Times,serif;
        font-size: 12px;
        line-height: 14px;
        padding: 0px;
        text-align: center;
}

/* ################   Position ################  */
#all
{
        margin: 0 auto;
        text-align: left;
}

#top
{
        position: absolute;
        left: 396px;
        top: 30px;
        width: 246px;
        height: 66px;
        z-index: 1;
}

#left
{
        position: absolute;
        left: 23px;
        top: 256px;
        width: 154px;
        height: auto;
        background-image: url(../images/background_left.jpg);
        z-index: 1;
        padding-bottom: 20px;
        border-bottom-color: #CCCCCC;
        border-bottom-style: solid;
        border-bottom-width: 1px;
}

#right
{
        position: absolute;
        left: 702px;
        top: 156px;
        width: 189px;
        background-image: url(../images/background_right.jpg);
        z-index: 3;
        padding-bottom: 20px;
        border-bottom-color: #CCCCCC;
        border-bottom-style: solid;
        border-bottom-width: 1px;
}

#sponsoren
{
        position: absolute;
        left: 903px;
        top: 100px;
        width: 189px;
        background-image: url(../images/background_right.jpg);
        z-index: 3;
        padding-bottom: 20px;
        border-bottom-color: #CCCCCC;
        border-bottom-style: solid;
        border-bottom-width: 1px;
}

#easteregg
{
        position: absolute;
        left: 190px;
        top: 65px;
        width: 30px;
        height: 30px;
        z-index: 1;
}

#main2
{
        background: #fff;
        position: absolute;
        left: 188px;
        top: 121px;
        width: 502px;
	height: 729px;
	overflow: auto;
        z-index: 2;
}

#articlecontent {
        overflow-x: auto;
        overflow-y: auto;
        height: 620px;
        padding: 5px;
        border-left: 1px dotted #000000;
        border-right: 1px dotted #000000;
        border-bottom: 1px dotted #000000;
}


#articletitle {
        border: 1px dotted #000000;
}

#page{
         margin-bottom: 70px;
}

/* ###################### generell ###################### */
.unsichtbar,.u2,.invisible , .unseen
{
        display: inline;
        height: 0px;
        left: -3000px;
        position: absolute;
        top: -2000px;
        width: 0px;
        z-index: 200;
}