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

#lightbox{
        position: relative;
        top: 40px;
        left: 0;
        width: 100%;
        z-index: 100;
        text-align: center;
        line-height: 0;
        }

#lightbox a img{ border: none; }

#outerImageContainer{
        position: relative;
        background-color: #fff;
        width: 250px;
        height: 250px;
        margin: 0 auto;
        }

#imageContainer{
        padding: 10px;
        }

#loading{
        position: absolute;
        top: 40%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
        }
#hoverNav{
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
        width: 49%;
        height: 100%;
        background: transparent url(../../images/blank.gif) no-repeat; /* Trick IE into showing hover */
        display: block;
        }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink { background: url(../../images/prevlabel.gif) left 15% no-repeat; }
#nextLink { background: url(../../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
        font: 10px Verdana, Helvetica, sans-serif;
        background-color: #fff;
        margin: 0 auto;
        line-height: 1.4em;
        }

#imageData{
        padding:0 10px;
        }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;        }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;        }
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;        }

#overlay{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 500px;
        background-color: #000;
        filter:alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
        }


.clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        }

* html>body .clearfix {
        display: inline-block;
        width: 100%;
        }

* html .clearfix {
        /* Hides from IE-mac \*/
        height: 1%;
        /* End hide from IE-mac */
        }
ul { padding-left:1em; }
img { border: none; }
.bordered { border:1px solid #aaa; }

body		{
		background-color:#761B68;
		margin:0px;
		padding:0px;
		min-width:1100px;
		width:1100px;
		max-width:900px;
			}

.norm		{
		font-family:Georgia, "Times New Roman", Times, serif;
		background-color:#761B68;
		font-size:14px;
		margin-bottom:10px;
		color:#FFFFFF;
		}
p.imp		{
		color:#FFFFFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		background-color:#761B68;
		font-size:11px;
		margin-bottom:10px;
		}
h1		{
		font-size:16px;
		font-family:Georgia, "Times New Roman", Times, serif;
		background-color:#761B68;
		margin-bottom:5px;	
		color:#F3781A;
		}
h2		{
		font-size:15px;
		font-family:Georgia, "Times New Roman", Times, serif;
		background-color:#761B68;
		margin-bottom:5px;	
		margin-left:5px;
		color:#F3781A;
		}		
img		{
		border:0px;
		}
#navi	{
		position:absolute;
		background-color:#761B68;
		left:350px;
		top:165px;
		width:700px;
		text-align:right;
		height:27px;
		z-index:10;
		}
#navi_lan	{
		position:absolute;
		background-color:#761B68;
		left:10px;
		top:160px;
		width:200px;
		text-align:left;
		height:30px;
		z-index:10;
		}
#header	{
		position:absolute;
		left:0px;
		right:0px;
		width:100%;
		height:191px;
		background-color:#761B68;
		}
#line_top		{
		position:absolute;
		left:0px;
		top:192px;
		width:100%;
		height:8px;
		min-height:8px;
		background-color:#761B68;
		background-image:url(../pics/border_bg.jpg);
		background-repeat:repeat-x;
		}	
#line_bottom		{
		position:absolute;
		left:0px;
		top:869px;
		width:100%;
		height:8px;
		background-color:#8A377B;
		background-image:url(../pics/border_bg.jpg);
		background-repeat:repeat-x;
		}	
#content	{
		background-color:#761B68;
		position:absolute;
		top:199px;
		left:0px;
		min-height:650px;
		width:100%;
			}
#flyer		{
		position:absolute;
		left:90px;
		top:220px;
		width:456px;
		height:567px;
		z-index:10;
			}
#news		{
		position:absolute;
		left:600px;
		top:220px;
		width:500px;
		height:580px;
		background-color:#761B68;
			}
#galerie		{
		background-color:#8A377B;
		position:absolute;
		top:876px;
		left:0px;
		height:150px;
		width:100%;
		min-width:1100px;
		padding-top:40px;
			}
a		{
		color:#FF6600;
		text-decoration:none;
		}
a:hover		{
		color:#FF6600;
		text-decoration:underline;
		}
#impressum		{
		position:absolute;
		left:188px;
		top:700px;
		z-index:25;
}


p.lilaMStrich {
  color: #ff9ec7;
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #bf619b;
  border-bottom: 1px solid #bf619b;
  margin-top: 22px;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 14px;
  }

