body {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 background-color: #0b304a;
 color: #ffffff;
 margin: 0px;
}

img {
 border: 0px;
}

a:link, a:visited,  a:active {
 color: #747474;
 text-decoration: none;
}
a:hover {
 color: #d5d3b7;
 text-decoration: none;
}

h1 a:link, h1 a:visited, h1 a:active {
 color: #FFFFFF;
 text-decoration: none;
}

h1 a:hover {
 color: #FFFFFF;
 text-decoration: underline;
}

#overall {
 width: 100%;
 height: 100%;
 text-align: center;
 top: 0px;
 z-index: 2;
}

#topmenu {
 background-image: url(night/back_header.gif);
 width: 650px;
 height: 110px;
 top: -25px;
 margin: auto;
 z-index: 10;
 text-align: right;
 font-size: 15px;
 position: relative;
}

#helper {
 background-color: #0b304a;
 color: #FFFFFF;
 width: 140px;
 height: 25px;
 top: 35px;
 left: 410px;
 margin: auto;
 z-index: 11;
 text-align: left;
 font-size: 11px;
 position: relative;
}

#topmenu a:link, #topmenu a:visited, #topmenu a:active {
 color: #ffffff;
 text-decoration: none;
}
#topmenu a:hover {
 color: #d5d3b7;
 text-decoration: none;
}

#topmenu .untermenu {
 font-size: 11px;
}

#sitemap {
 font-size: xx-small;
 vertical-align: bottom;
 position: fixed;
 bottom: 0px;
 right: 5px;
 z-index: 15;
}

#player {
 z-index: 100;
}

#content {
 background-image: url(night/back_content.gif);
 width: 650px;
 height: 400px;
 top: -25px;
 margin: auto;
 text-align: center;
 vertical-align: middle;
 position: relative;
 z-index: 10;
}

#contentin {
 background-color: #000000;
 color: #ffffff;
 width: 624px;
 height: 380px;
 overflow: auto;
 position: relative;
 top: 10px;
 left: 11px;
 text-align: left;
 z-index: 7;
}

#back_moon {
 background-image: url(night/back_moon.gif);
 width: 200px;
 height: 200px;
 position: fixed;
 top: 0px;
 right: 0px;
 z-index: 2;
}

#back_stars1 {
 background-image: url(night/stars1.gif);
 width: 150px;
 height: 200px;
 position: absolute;
 top: 0px;
 left: 0px;
 z-index: 1;
}

#back_stars2 {
 background-image: url(night/stars2.gif);
 width: 200px;
 height: 150px;
 position: absolute;
 top: 100px;
 right: 230px;
 z-index: 1;
}

#back_sky {
 background-image: url(night/bg_bottom.gif);
 background-repeat: repeat-x;
 width: 100%;
 height: 500px;
 position: fixed;
 bottom: 0px;
 left: 0px;
 z-index: 0;
}

#back_trees {
 background-image: url(night/wald.gif);
 background-repeat: repeat-x;
 font-size: xx-small;
 vertical-align: text-bottom;
 width: 100%;
 height: 280px;
 position: fixed;
 bottom: 0px;
 left: 0px;
 z-index: 2;
}

.highslide {
	cursor: url(lb/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border: none;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(lb/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-move {
    cursor: move;
}
.highslide-overlay {
	display: none;
}
/* Controlbar example */
.controlbar {	
	background: url(lb/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(lb/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}
/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
