
/* Importing global stylesheets */
@import url("navigation2.css");
@import url("special.css");
@import url("typography.css");


body {
	margin:0;
	padding:0;
	background-color:#000;
}


/* Loading
 * ------------------------------ */
#loading {
	position: absolute;
	color:#fff;
	top:10px;
	right:230px;
	font-size: 10px;	
}


/* Background image
 * ------------------------------ */
#bg{
	position: fixed;
	/*
	width:100%;
	height:100%;
	*/
	top: 0;
	z-index: -1;
	display:none;
	overflow:hidden;
}
#bg #raster{
	position: absolute;
	z-index: 10000;
	background: url(images/raster2.png);
	width:100%;
	height:100%;
}
.bg-img{
	display:block;
	/*
	width:100%;
	height:100%;
	*/
}

/* Logo
 * ------------------------------ */
#logo {
	position:absolute;
	z-index: 3;
	float:left;
}
#logo img{
	border: none;
}
#logo a {
	outline: none;
	text-decoration: none;
}

p.adress {
	font-size: 10px;
	color: #bbb;
}
#logo h1 {
	display:none;
}

/* Header
 * ----------------------------- */
#header {
	margin-right:20px;
	margin-left: 20px;
}

#header-content {
	display:block;
	position: relative;
	overflow: hidden;
}
#header-bg {
	background-color:#000;
	opacity : 0.7;
    filter : alpha(opacity=70);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    
}
#header hr {
	background-color: #fff;
	clear: both;
	height:8px;
	border:none;
	margin:0;
	padding:0;
    filter : alpha(opacity=60);
	opacity : 0.6;
}

/* Container
 * ----------------------------- */
#container {
	overflow: auto;
}