/*
 *
 * Copyright (c) 2007 gelberTraktor
 * All rights reserved / Alle Rechte vorbehalten
 * http://gelberTraktor.com
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* ARCHITECTURE */

body
{
    background: #6b6b6b none top;
}

#main
{
    height: 430px;
    overflow: hidden;
}


/* HEADER */

#header
{
    background-image: none;
}

#header .regionContent
{
    display: none;
}


/* CONTENTMAIN */

#contentMain
{
    float:left;
    border-right: 18px solid #fff;
    border-left: 224px solid #fff;
    width: 708px;
}

#contentMain .regionContent
{
    width: 708px;
    border-style: none;
    background: #fff none;
    padding: 0;
    margin: 1em 0 0.7em 0;
    overflow: hidden;
}

#contentMain .regionContent *
{
    font-size: 136%;
}

#contentMain a.enter
{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 888;
    background: transparent url('/projectstatic/images/enter.gif') no-repeat 0 0;
    width: 70px;
    height: 12px;
    overflow: hidden;
}

#contentMain a.enter span
{
    padding: 999px;
}
