body
{
    background: URL("img/bg-body.gif");
    text-align: center;
    font-family: helvetica, verdana;
    color: #696969;
    font-size: 12px;
}

div, form, h1, h2, h3, p, table, tr, td, img, ul, li, a
{
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
}

table
{
	border-collapse: collapse;
}


img
{
    border: none;
}

/*
div#main-wrapper
{
    width: 780px;
    background: #000;
}
*/

div#main-wrapper
{
	  position:absolute;
	  width: 780px;
	  margin-top: -300px;
	  margin-left: -390px;
	  top: 50%;left: 50%;
	  text-align: left;/* Da der Internet Explorer die Seite zentriert, müssen wir diesen Wert angeben, sonst würde der Inhalt auch zentriert werden */
	  background: URL("img/bg-body.gif");
}


div#header-zone
{
    padding: 10px 10px 0 10px;
    border: 1px solid #fff;
    border-bottom: none;
    height: 90px;
    background: #000;
}

div#content-wrapper
{
    border: 1px solid #fff;
    border-top: none;
    height: 415px;
    padding: 0 0 20px 0;
    background: #000;
}

div#content-info-zone
{
    padding: 0 0 0 10px;
    float: left;
    width: 155px;
    height: 100%;
}

div#content-zone
{
    float: left;
    height: 100%;
    width: 613px;
}

div#footer-zone
{
    padding: 5px 0 0 0;
    background: URL("img/bg-body.gif");
}

#anemone
{
    position: relative;
    left: -58px;
    top: -133px;
    /*
    left: -342px;
	*/
}

/*
===============================================================================
*/

#header-zone a
{
    color: #ff6600;
    text-decoration: none;
}

#header-zone #logo
{
    margin-bottom: -15px;
}

div#header-zone #line
{
    border-top: 1px solid #ff6600;
    border-bottom: 1px solid #fff;
    line-height: 0px;
    display: block;
    height: 5px;
}

div#header-zone ul
{
    color: #ff6600;
    text-align: right;
}

div#header-zone li
{
    list-style-type: none;
    display: inline;
    font-size: 12px;
    padding: 0 0 0 20px;
}


div#header-zone #path
{
    color: #696969;
    font-size: 11px;
}

div#header-zone #path a
{
    color: #696969;
    text-decoration: underline;
}

div#content-zone #content-table
{
    width: 100%;
    height: 100%;
}

div#content-zone,
div#content-zone td,
div#content-zone p
{
    font-size: 12px;
    color: #808080;
}

div#content-zone a
{
    color: #808080;
    text-decoration: none;
}

div#content-zone a.pdf
{
	padding: 0 0 0 20px;
	display: block;
	background: url(img/icon-pdf.gif) no-repeat;
}


div#content-zone img,
body#iframe img
{
    border: 1px solid #696969;
}

div#content-zone #site-nav
{
    padding: 10px 0 0 0;
}

div#content-zone #site-nav p
{

    text-align: right;
    font-size: 12px;
}

div#content-zone #site-nav a
{
    text-decoration: underline;
}


div#footer-zone p
{
    font-size: 9px;
    color: #fff;
    text-align: center;
}
/*
===============================================================================
*/
#file-table-wrapper
{
	background: yellow;

}

.katuebersicht
{
  width: 100%;
  align: center;
  color: #696969;
}

.bilduebersicht
{
  width: 90%;
  align: center;
  color: #808080;
}

.katuebersicht td,
.bilduebersicht td
{
    text-align: center;
    font-size: 13px;
}

/*
.katuebersicht td a, .bilduebersicht td a
{
	color: #808080 !important;
}
*/
/*
===============================================================================
*/
p.back
{
    padding: 15px 0 0 0;
    text-align: center;
}

p.back a
{
    width: 70px;
    height: 16px;
    background: URL("img/bt_back.jpg") no-repeat;
}