
.print
{
    display: none;
}

* 
{
    margin:0; padding:0;
}

html
{
    height: 100%; width:100%;
    font-family: Calibri, Helvetica, Lucida, sans-serif;
    line-height: 1.6em;
}



body
{
    position: relative;
    height: 100%; width:100%;
	background-color: #000000;
	vertical-align: middle;
}

img
{
	border: 0;
}

#strich
{
    z-index: 1;
	margin:0 auto;
	position:fixed;
	top: 61%;
	margin-top:-129.5px;
	background: url("title-bg-strich.png") repeat-x;
	height: 259px; width: 100%;
	text-align: center;
}

.onlyscript
{
    display: none;
}

a.naviimage
{
    width: 114px; height: 80px;
    display: inline; float: left;
    padding:0;
	background:0 0 no-repeat;
}

a.naviimage:hover
{
    width: 114px; height: 80px;
    display: inline;  float: left;
    padding:0;
	background:-137px 0 no-repeat;
}

span.naviimage
{
    width: 114px; height: 80px;
    display: block; float: left;
    padding: 0;
    background:-274px 0 no-repeat;
}

.button
{
    display: inline;
    margin: 0 6px 0; padding: 0px;
    height:80px;
    cursor: pointer;
}

#navi
{
    padding: 0;
    z-index: 100;
    position:fixed;
    overflow: hidden;
    margin: 0 0 20px; 
    top: 10px; 
    height: 80px; width: 100%;
    text-align: left;
    vertical-align: middle;
    background: #000 url("navi-bg.png") repeat-x;
}

#naviarea
{
    z-index: 40;
    background: transparent;
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0px; left: 0px;
}

#contentbox
{
    z-index: 3;
    position:relative;
    display: block;
    clear:left;
    margin:0 auto 0px;
    padding: 10px 20px 10px;
    top: 185px;
    left: 50%; margin-left: -471px;
    background: #DDD url("bg-content.jpg") repeat fixed;
    overflow: visible;
    width: 902px; height: auto;
    text-align: justify;
}

.vorschau
{
    z-index: 98;
    position:fixed;
    height: 300px; width: 300px;   
    top: 50%; left: 50%; margin-top: -160px; margin-left: -200px;
    text-align: center;
    font-weight: bold;
}

.beschreibung 
{
    position: relative;
    top: 0px;
    color: #FFFFFF;
    display: none;
}

.popup
{
    position: relative; 
    left: 50%; top: 50%; 
    display:none;
}

div#logo
{
    z-index: 50;
    display: block;
    position: absolute;
    top: 130px; left: 50%; margin-left: -471px;    
}

div#title
{
    z-index: 49;
    display: block;
    position: absolute;
    top: 120px; right: 50%; margin-right: -471px; 
}

h1  {font-size: 2em; margin: 0 0 1em;}
h2  {   font-size: 1.4em; margin: 1em 0 0.5em; padding: 0.61em 0 0.39em; 
        color: #000; border-bottom: 1px solid #06A;}
p   {margin: 0.5em 0 0.7em;}

  ul {
    list-style: square outside url("layout/ul-square.png");
    margin: 0.5em 0.5em 0.7em;
    padding: 0 1em 0;
  }
  
  li {
    /* 4 Werte: oben rechts unten links */
    margin: 0.2em 0.2em 0.2em 1em;
    padding: 0.1em 0 0.1em 0.5em;
  }
  

div#photo
{
    z-index: 100;
    position: fixed;
    left: 10%; top: 10%; right: 10%; bottom: 10%;
    background: url("bg-content.jpg") repeat fixed;
    display: none;
    cursor: pointer;
    border: 2px solid #06a;
}

