body {
  background-color: #000;
  font            : 14px "Century Gothic", Arial, Helvetica;  
  line-height     : 1.1em;	
  color           : #eee;
}

a:link, a:visited, a:active, a:focus { 
  color:            white;
  text-decoration:  none;
}

a:hover {
  color:         #679ef1;
  font-style:    italic;
  padding-right: 3px;
  border-right:  1px solid #679ef1;
  border-bottom: 1px solid #679ef1;
}

a.current { 
  color:      #679ef1;
  font-style: italic;
}

div#wrapper {
  	margin  : 0 auto;	
	overflow: hidden;
}

/* header */
div#header, div#header-right {
	padding-top   : 10px;
	padding-bottom:  8px;
}

div#header-right {
	width     : 50%;
	float     : right;
	text-align: right;
}

span.lowkey {
	color: #555;
}

div#panel {
    position: relative;
	cursor: pointer;
}

div#galleries {
    position: absolute;
    z-index : 2;
    height: 101%;
	width: 100%;
    background-color: #222222;
    padding-top: 15px;
    padding-left: 20px;
}

div#galleries ul {
	padding-top:  20px;
	padding-left: 20px;
}

div#galleries li {
	list-style: none;
	padding-bottom: 8px;
}

div#galleries p {
	line-height: 1.5em;
	padding-left: 20px;
}

div#frame {
	position: absolute;
	border  : 1px solid #fff;
	z-index : 1;
}

img#image {
	cursor: pointer;
}

div#impressum {
	font-size: 80%;
    position: absolute;
    z-index : 3;
    height: 100%;
	width: 70%;
    background-color: #222222;
    padding-top: 15px;
    padding-left: 20px;
}

/* footer */
div#footer, div#footer-left, div#footer-right {
	padding-top: 1px;
	font-size  : 11px;
	color      : #aaa;
	padding-bottom: 6px;
}

div#footer {
	text-align : center;
    border-top : 1px solid #555;
}

div#footer-left {
	float     : left;
	text-align: left;
	width     : 20%;
}

div#footer-right {
	float     : right;		
	text-align: right;
	width     : 20%;
}

div#filmstrip {
	clear: both;
	position: relative;
	overflow: hidden;
	height  : 52px;
	overflow: hidden;
	margin-bottom: 5px;
}

div#filmstrip img {
	margin: 0 2px;
	border: 1px solid black;
}

div#filmstrip img.activeframe {
	margin: 0 2px;
	border: 1px solid white;
}

