/* CSS Document */
* { margin:0; padding:0; } /*Nicht löschen, ist für die BG- Galerie*/

body {
	width: 100%;
	height: 100%;
	background-color: #000;
	overflow-x: hidden;/* ---Deaktivirt Scroolbalken----*/
	overflow-y: hidden;/* ---Deaktivirt Scroolbalken----*/
}

/* ---DIB mit Blindgif gegen Bilderklau----*/
#overlay-gif {
	z-index: -100;
	position:absolute;
	overflow:hidden;
	width: 100%;
	height: 100%;
	background-image:url(../images/blind-gif.gif);
	background-repeat:repeat;
	}



/* -------------------------------Navigation im Div Unter dem Logo -----------------*/
	ul#navi-main {
	display: block;
	margin: 0;
	padding: 0;
	color:#000;
	font-size:36px;
	font-family:"Century Gothic Bold", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	}
  
  	ul#navi-main li {
    display: block;
    margin: 0;
	padding-right: 30px;
    float: left;
    }
    ul#navi-main li a {
	color: #000;
    }
	ul#navi-main li a:visited, a:active {
	color: #000;
    }
	ul#navi-main li a:hover {
	color: #fff;
    }

/* -------------------------------div style -----------------*/

#bg-header {
	z-index: 80;
	position:fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 20px;
	background-color:#000;
	}

#bg-footer {
	z-index: 80;
	position:fixed;
	height:20px;
	width:100%;
	bottom: 0px;
	left: 0px;
	background-color:#000;
	}

#logobox {
	z-index: 45;
	position:fixed;
	left: 100px;
	width: 420px;
	height: 145px;
	background-image:url(../images/logo_stefan_kuehn_small.png);
	background-repeat:no-repeat;
	bottom: 100px;
	}

	/* Willkommens Text unter dem Logo--------------------- ------------*/	
	#textbox-enter {
	z-index: 46;
	position:fixed;
	left: 100px;
	top: 50%;
	margin-top: 80px;
	height: 40px;
	}
	
	
	/* Hyperlinkfarbe_Unter dem Logo ----------------------------*/	
A.textbox-enter:LINK, A.textbox-enter:VISITED, A.textbox-enter:ACTIVE { 
	color: #000; 
	text-decoration: none;
}

A.textbox-enter:HOVER { 
	color: #fff; 
	text-decoration: none;
}

/* Copyright--------------------- ------------*/	
#copyright-footer {
	z-index: 85;
	position:fixed;
	left: 10px;
	bottom: 5px;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #666;
	}
	
/* Centro3 Link und Soundbutton--------------------- ------------*/	
#centro3-footer {
	z-index: 85;
	position:fixed;
	right: 0px;
	padding-right: 20px;
	bottom: 5px;
	width: auto;
	text-align: right;
	}

#sound-button {
	width: 100px;
	height: 30px;
	float:right;
	margin:5px 20px 0 0;
	background-color:transparent;
	}


/* Centro3 Hyperlinkangaben ----------------------------*/	
	A.n_centro3:LINK, A.n_centro3:VISITED, A.n_centro3:ACTIVE     {
	color: #333;
	font-size: 10px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
	A.n_centro3:HOVER     { color: #fff; font-size: 10px; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-weight: normal; text-decoration: none; }
