/*
        This file is part of "ZE Chat v1.0".

        "ZE Chat v0.9" is free softwore. Feel free to use and/or modify
        it under the terms of the GNU General Public License as published by
        the Free Software Foundation; either version 3 of the License, or
        (at your option) any later version.

        "ZE Chat v1.0" is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU General Public License for more details.

        You should have received a copy of the GNU General Public License
        along with this program.  If not, see http://www.gnu.org/licenses/.

        Developed by Alexander Pakusch aka Zion, 2010-2014
        You are not allowed to sell this software or remove the Copyrights.

        http://www.zevolutions.de/
        admin@zevolutions.de
*/

/*PageSize*/
#colwrapper{
  width: 95%;
  margin: 0 auto;
}

#colwrapper a:focus {
  outline: 0;
}

main{
  margin: 5px auto;
}

/* left / center / right */
.acenter {
  margin: 0 186px;
}

.acenternr {
  margin: 0 0 0 186px;
}

.acenternl {
  margin: 0 186px 0 0;
}

.acenternb {
  margin: 0 0 0 0;
}

/* ---- / center / ----- */
.ccenter {
  margin: 0 auto;
}

/* left / center / ----- */
.lcenter {
  margin: 0 0 0 186px;
}

.nside {
  display: none;
}
/* ---- / center / right */
.rcenter {
  margin: 0 186px 0 0;
}

#ctcol{
  padding: 5px 0 5px 0;
}

* html #ctcol{
  height: 1%;
  width: auto;
}

#ltcol,#rtcol{
  display: inline;
  width: 176px;
}

#ltcol{
  float: left;
  padding: 5px 5px 5px 0px;
}

#rtcol{
  float: right;
  padding: 5px 0px 5px 5px;
}