html, body
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

img
{
	border: 0;
}

#noscroll
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}

.flashover
{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 4;
	background-image: url(../img/nix.gif);
	cursor: pointer;
}

embed
{
	z-index: 1;
	position: absolute;
}

#header
{
	position: absolute;
	top: 0px;
	height: 80px;
	width: 100%;
	text-align: center;
	z-index: 10;
	/*background-image: url('../img/header_gradient.png');*/
	background-position: bottom;
	background-repeat: repeat-x;
}

#header img
{
	margin-top: 30px;
}

#footer
{
	position: absolute;
	top: 100%;
	height: 81px;
	width: 100%;
	margin-top: -80px;
	text-align: center;
	z-index: 10;
	padding-top: 30px;
	/*background-image: url('../img/footer_gradient.png');*/
	background-position: top;
	background-repeat: repeat-x;
}

#footer a
{
	padding: 0px 7px;
}

#balken
{
	position: absolute;
	width: 100%;
	top: -10000px;
	z-index: 5;
	cursor: pointer;
	left: 0px;
}

#balkeninner
{
	text-align: center;
	color: black;
	padding: 3px;
	margin: 0px 40px;
	background-color: white;
}

#content
{
	position: absolute;
	width: 100%;
	background-color:white;
	height: 100%;
}

#contentOuter {
    display: block;
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
    margin-top:80px;
    margin-bottom:80px;
    margin-right:0px;
    margin-left:0px;
    background-color: white;
    overflow-x: hidden;
    overflow-y: auto;
}


#contentInner
{
	text-align: center;
	width: 100%;
	z-index: 1;
	background-color: white;
	position: absolute;
}

.gal
{
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

.gal .flash
{
	display: none;
	height: 100%;
	z-index: 3;
	position: absolute;
	top: 0;
}

.gal .item
{
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0px;
}

.gal .thumb img
{
	cursor: pointer;
	position: relative;
}

.gal .thumb,
.gal .img,
.gal .video
{
	display: none;
}

#closer
{
	position: absolute;
	z-index: 20;
	width: 32px;
	padding-bottom: 2px;
	display: none;
	background-color: white;
	color: white;
}

#closer a
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: white;
	text-decoration: none;
}

#closer a:hover
{
	text-decoration: none;
}

.video
{
	z-index: 9;
}
