/**
 * @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 {
    font-family: arial, helvetica, sans-serif;
    font-size: 100.1%;
    padding: 0;
    text-align: center;
    overflow-y: scroll
    }
/* ################   Position ################  */
#all {
    background: #FFF;
    font-size: 0.8em;
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
    text-align: left;
    width: 978px
    }
#back_sinistra {
    background: url(../images/bck_column_right_2.gif) repeat-y left;
    width: 100%;
    margin-left: -12px;
    padding-left: 18px
    }
#back_destra {
    background: url(../images/bck_column_left_2.gif) repeat-y right;
    margin-right: -7px;
    padding-right: 18px
    }
#page {
    padding: 0 0 0 0
    }
#header {
    color: #000;
    margin: 0 0 10px 0;
    position: relative;
    padding: 0 0 10px 0;
    border-bottom: solid 2px #CCC
    }
#contentarea, #contentarea2 {
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
    overflow: hidden
    }
#wrapper {
    margin: 0 0 0 20px
    }
#left {
    /*GIGI SINISTRA*/
    /*background: url(../images/bck_column_left.gif);*/
    float: left;
    width: 210px;
    /*min-height: 1000px;*/
    }
#right {
    /*GIGI DESTRA*/
    /*background: url(../images/bck_column_right.gif);*/
    float: right;
    width: 200px;
    /*min-height: 1000px;*/
    }
#main2 {
    /*GIGI CENTRO*/
    width: 100%;
    padding: 0;
    position: relative;
    float: left
    }
#ombra_sinistra {
    /*
    	background: url(../images/bck_column_left_2.gif) repeat-y left;
    	padding-left: 20px;
    	width: 100%;
    */
    background: url(../images/bck_column_left_2.gif) repeat-y left;
    margin-left: 210px;
    /*margin-right: 200px;*/
    margin-right: 0
    }
#ombra_destra {
    /*margin-right: 20px;*/
    padding: 0 10px 10px 0;
    min-height: 120px
    }
#main {
    background: #fff;
    margin: 0 0 0 0;
    padding: 25px 20px 20px 20px;
    position: relative
    }
/* ###################### generell ###################### */
.unsichtbar, .u2, .invisible, .unseen {
    display: inline;
    height: 0;
    left: -3000px;
    position: absolute;
    top: -2000px;
    width: 0;
    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: center;
    text-transform: none !important;
    z-index: 0;
    margin-top: 1em
    }
#logo img {
    display: block
    }
#logo span {
    display: block;
    margin: 0 0 0 100px !important;
    border-bottom: solid 1px #666
    }
/* ###############  main * ########################### */
/* position */
.leading {
    /*	background: #EFDEEA url(../images/biene.gif) no-repeat top left;*/
    /*border-top: solid 2px #CCCCCC;*/
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    min-height: 140px
    }
.leading_separator {
    display: block;
    margin: 0
    }
.article_separator {
    margin: 0;
    background-color: #F0F;
    float: left;
    width: 0;
    height: 0
    }
.blog {
    padding: 0
    }
.cols1 {
    display: block;
    float: none !important;
    margin: 0 !important
    }
.cols2 {
    width: 45%
    }
.cols3 {
    width: 225px
    }
.column1, .column2, .column3 {
    float: left
    }
.column1 p, .column2 p, .column3 p {
    margin-top: 0
    }
.column1 {
    padding: 0 10px 10px 0
    }
.column2 {
    padding: 0 10px 10px 10px;
    border-left: solid 2px #CCC
    }
.column3 {
    padding: 0 0 10px 10px;
    border-left: solid 2px #CCC
    }
.article_row {
    margin: 0;
    padding-top: 10px
    }
.row_separator2 {
    display: block;
    clear: both;
    margin: 0;
    border: solid 0;
    background: #F00
    }