/* Common for g1 (Buehne und Studio) */

* {
    padding:0;
    margin:0;
}

body {
    font-size:12px;
    background-position: top center;
    background-attachment:fixed;
    background-repeat:no-repeat;
    font-family:helvetica,verdana,arial,sans-serif;
    text-align:center;
}

html
{
    overflow-x:hidden;
    overflow-y:auto;
}

#wrap {
    text-align: left;
    margin:0 auto;
    width:960px;
    position: relative;
}
a img {
    border:0;
}

#nav ul li {
    position: absolute;
}
#nav ul li.active {
    z-index:1001;
}

#contentWrap  {
    position: absolute;
    z-index:100;
}

#content {
    position: relative;
    z-index:110;
    margin-left:10px;
    overflow:visible;
    line-height: 1.3em;
}

#ocontent {
    position:absolute;
    width:100%;
    overflow:auto;
}

#content, #content a {
    color:white;
}
#content h2 {
    font-size:100%;
    font-weight: bold;

}

#submenu {
    position: absolute;
    font-weight: bold;
    padding-left:10px;
    color:#fff;
}

#submenu ul, #submenu ul li {
    list-style:none;
    display: inline;
}

#submenu ul li a {
    font-weight: bold;
    text-decoration: none;
    color:#fff;
}

#submenu ul li a:hover {
    text-decoration: underline;
    color:#000;
}

#submenu ul li a.active {
    color:#000;
}

#nav ul, #nav ul li {
    list-style:none;
}


#nav ul li.active img {
    background-color: transparent;
    cursor:pointer;
    display: inline;
    vertical-align: middle;
}

#nav ul li.noImage, #nav ul li.noImage a {
    background-color: red;
    color: white;
    font-weight: bold;
    font-size:16px;
}

#nav ul li.level0 a img, #nav ul li.level0 img {
    z-index:100;
}

.menuImgHover {
    display: none;
}

#footer {
    position: absolute;
    color:#fff;
    font-weight:bold;
    line-height:1.1em;
    text-transform:uppercase;
}

#footer a {
    color:#fff;
    line-height:1.2em;
    text-transform:uppercase;
    text-decoration:none;
}
#footer a:hover {
    color:#000;
    text-decoration:underline;
}
#footer ul li {
    list-style:none;
    display: inline;
}
#footer ul {
    list-style:none;

}



.spacerAfter1 {
    margin-bottom:20px;
}
.spacerAfter2 {
    margin-bottom:30px;
}
.spacerBefore1 {
    margin-top:20px;
}
.spacerBefore2 {
    margin-top:30px;
}

.adminfeedback{
    border:1px #DD3300 solid;
    padding: 1em;
}


/** bilder Text **/
img.top {
    display:block;
}

img.left
{
    float:left;
    margin-right:10px;
}

img.right
{
    float:right;
    margin-bottom:10px;
    margin-left:10px;
}


/**** ****/
#formChSp {
    display:none;
}

#menuDialogButton {
    position: absolute;
    top:200px;
    z-index:9999;

}

.line {
    border: 1px black dotted;
    border-width:1px 0 0 0;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
}





#closeContent {
  position:absolute;
  right:0;
}


#closeContent a {
    
}


