@charset "utf-8";
/* CSS Document */

*
{
    padding:0;
    margin:0;
    border:none;
}

body
{
    background:#000;
    background-image:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:#FFF;
}

div#popup_wrapper 
{
    width:892px;
    height:692px;
}

div#popup_wrapper div#logo
{
    height:90px;
    background:#FFF;
}

div#superfullbanner 
{
    height:90px;
    width:728px;
    position:absolute;
    top:0;
    left:164px;
}

div#popup_wrapper div#menue
{
    height:43px;
    background:url(images/layout/bgheadlin.gif) no-repeat;
    position:relative;
    padding:4px 0 0 200px;
}

div#popup_wrapper div#menue a
{
    width:84px;
    height:47px;
    display:block;
    background:url(images/layout/schliessen.gif) no-repeat 0px 16px;
    position:absolute;
    right:20px;
    top:4px;
}

div#popup_wrapper div#menue img
{
    margin-top:16px;
    margin-left:16px;
}
/* div#popup_wrapper div#menue img#showBereich:                 bg-image im bereichsspezifischen CSS */

div#popup_wrapper div#content
{
    height:550px;
    position:relative;
    background-repeat:repeat-y;                              /* bg-image im bereichsspezifischen CSS */
}

/* div#popup_wrapper div#content img#bg_content_top:            bg-image im bereichsspezifischen CSS
div#popup_wrapper div#content img#bg_content_bottom:            bg-image im bereichsspezifischen CSS */

div#popup_wrapper img#bg_content_top,
div#popup_wrapper img#bg_content_bottom
{
    position:absolute;
    left:0;
    display:block;
}

div#popup_wrapper img#bg_content_top
{
    top:0;
}

div#popup_wrapper img#bg_content_bottom
{
    bottom:0;
}

div#popup_wrapper img#bigpic
{
    position:absolute;
    top:15px;
    left:20px;
}

div#popup_wrapper ul#blaettern
{
    position:absolute;
    right:100px;
    top:15px;
    list-style:none;
    width:200px;
    height:38px;
}

div#popup_wrapper ul#blaettern li
{
    display:inline;
    float:left;
    width:31px;
    height:38px;
}

div#popup_wrapper ul#blaettern li a#goback
{
    display:block;
    width:31px;
    height:38px;
    background:url(images/layout/left.png) no-repeat;
		text-indent:-200000px;

}

div#popup_wrapper ul#blaettern li#anzeige
{
    width:136px;
    background:url(images/layout/mitte.png) no-repeat;
    text-align:center;
    padding-top:12px;
}

div#popup_wrapper ul#blaettern li a#goforward
{
    display:block;
    width:31px;
    height:38px;
    background:url(images/layout/right.png) no-repeat;
    text-indent:-200000px;
}

div#popup_wrapper h1,
div#popup_wrapper p
{
    position:absolute;
    right:20px;
    width:320px;
}

div#popup_wrapper h1, 
div#popup_wrapper h3
{
    top:80px;
    font-size:12px;
    font-weight:normal;
    height:19px;
    padding:2px 0 0 5px;
    background-repeat: no-repeat;                               /* bg-image im bereichsspezifischen CSS */
}

div#popup_wrapper p
{
    top:120px;
    color:#ffffff;
}

div#popup_wrapper h2
{
    position:absolute;
    top:390px;
    left:20px;
    font-size:13px;
    color:#ffffff;
    text-transform:uppercase;
}

div#popup_wrapper div#thumbsHolder
{
    position:absolute;
    bottom:0;
    left:6px;
    width:880px;
    background-repeat:repeat-x;                                 /* bg-image im bereichsspezifischen CSS */
    text-align:center;
}

div#popup_wrapper h3 
{ 
    margin-bottom:7px;
    /* background-repeat:no-repeat;                             /* bg-image im bereichsspezifischen CSS */
    text-align:left;
}
div#popup_wrapper h3, div#popup_wrapper div.thumbGroup { width:278px; }

div#popup_wrapper div.thumbGroup 
{ 
    height:131px;
    padding:5px 5px 0 9px;
    float:left;
    border-left-style:solid;
    border-left-width:1px;                                      /* border-left-color im bereichsspez. CSS */   
}

* html div#popup_wrapper div.thumbGroup { padding-right:0; } /* lte IE6 */
