/* CSS Document */
* { margin:0; padding:0; } /*Nicht löschen, ist für die BG- Galerie*/

body {
	width: 100%;
	height: 100%;
	background-color: #000;
	min-width: 1200px;
	overflow-x: hidden;/* ---Deaktivirt Scroolbalken----*/
	overflow-y: hidden;/* ---Deaktivirt Scroolbalken----*/
	}



/* ---DIB mit Blindgif gegen Bilderklau----*/
#overlay-gif {
	z-index: -20;
	position:absolute;
	overflow:hidden;
	width: 100%;
	height: 100%;
	
	}
	
/* -------------Logo Box ---------------------------- */
#logobox {
	z-index: 45;
	position:fixed;
	left: 100px;
	top: 50%;
	width: 420px;
	height: 145px;
	margin-top: -72px;
	background-image:url(../images/logo_stefan_kuehn_weiss_elements.png);
	background-repeat:no-repeat;
	}
	
	#logobox-small {
	z-index: 45;
	position:fixed;
	left: 100px;
	top: 50%;
	width: 420px;
	height: 145px;
	margin-top: -72px;
	background-image:url(../images/logo_stefan_kuehn_small.png);
	background-repeat:no-repeat;
	}
	#logobox-small-shootings {
	z-index: 45;
	position:fixed;
	left: 100px;
	top: 50%;
	width: 420px;
	height: 145px;
	margin-top: -72px;
	background-image:url(../images/logo_stefan_kuehn_small_shootings.png);
	background-repeat:no-repeat;
	}
	
	#logobox-small-weiss {
	z-index: 45;
	position:fixed;
	left: 100px;
	top: 50%;
	width: 420px;
	height: 145px;
	margin-top: -72px;
	background-image:url(../images/logo_stefan_kuehn_small_weiss_elements.png);
	background-repeat:no-repeat;
	}

			
/* ------------BG Header----------------- */
	#bg-header {
	width: 100%;
	background-color: #000;
	top: 0px;
	left: 0px;
	}
		
			
	#topnav {
	height: 20px;
	margin-left: 100px;
	padding: 3px 0 0 0;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9a9a9a;
	font-weight:normal;
	text-decoration: none;
	font-size: 12px;
	}

	
	/* Top Navigation ----------------------------*/	
	A.n_topnavi:LINK, A.n_topnavi:VISITED, A.n_topnavi:ACTIVE     {
	color: #9a9a9a;
	font-weight: normal;
	text-decoration: none;
	}
	A.n_topnavi:HOVER     { color: #fff; }
	
	
	/* Top Navi wenn ausgewählt ----------------------------*/	
	A.n_topnavi-ausgewaehlt:LINK, A.n_topnavi-ausgewaehlt:VISITED, A.n_topnavi-ausgewaehlt:ACTIVE, A.n_topnavi-ausgewaehlt:HOVER  {
	color: #fff;
	text-decoration: none;
	}
	

/* --------TEXT STYLE--------------------- ------------*/	
h1{
	font-size: 18px;
	font-family:"Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 0 0 5px;
	text-decoration: none;
	color: #b8b7b7;
	text-transform: uppercase;
 }

h2  {
	font-size: 14px;
	font-family: "Century Gothic", Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 0 0 5px;
	text-decoration: none;
	color: #b8b7b7;
	text-transform: uppercase;
}
h3  {
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; padding: 5px 5px 0 5px; color: #9a9a9a; 
}

/* Steuert die Texte im Content, bei p immer wenn nach umbruch der Text weiter geschrieben wird*/
p {  color: #9a9a9a; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; padding: 5px 5px 10px 5px; }

/* --------Navigation Hauptmenu Links  -----------------*/
		
	#navibox {
	left: 90px;
	z-index: 120;
	position: absolute;
	height: auto;
	background-color: #000;
	width: 180px;
	}
	
	ul#navi-main {
	height: auto;
	width: 180px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
	display: block;
	font-size:28px;
	font-family:"Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 0.9em;
	text-decoration: none;
	}
  
  	ul#navi-main li {
    display: block;
    margin: 0;
	}
    ul#navi-main li a {
	color: #4b4b4b;text-decoration: none;
    }
	ul#navi-main li a:visited, a:active {
	color: #4b4b4b;text-decoration: none;
    }
	ul#navi-main li a:hover {
	color: #fff;text-decoration: none;
    }
		
	/* Navigation wenn ausgewählt ----------------------------*/	
	A.navi-ausgewaehlt:link, a:visited, a:active, a:hover  {
	color: #0e0e0e;
	text-decoration: none;
	}
	
	
	/* Content Hyperlinkangaben ----------------------------*/	
	A.n_content_link:LINK, A.n_content_link:VISITED, A.n_content_link:ACTIVE     {
	color: #ff9900;
	font-size: 12px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
	A.n_content_link:HOVER     { color: #fff; }
	
	
	
	
	/* Navigation -------------------UNTERMENUE------UND AUSWAHLTEXT------------------------*/
	#bg-untermenue {
	left: 0px;
	top: -30px;
	height: 30px;
	width: 100%;
	display: block;
	position: absolute;
	background-color: transparent;
	}

	#navigation-box-untermenue {
	font-family:"Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:24px;
	font-weight:bold;
	text-decoration: none;
	height: 30px;
	width: 700px;
	margin-left: -230px;
	display: block;
	position: relative;
	background-color: transparent;
	left: 50%;
	}
	
	#navi-box-links {
	left: 0px;
	height: 30px;
	width: 280px;
	display: block;
	position: absolute;
	background-color:transparent;
	}
	#navi-box-rechts {
	left: 300px;
	height: 30px;
	width: 400px;
	display: block;
	position: absolute;
	background-color:transparent;
	}
	
	#navi-box-rechts-home {
	left: 400px;
	height: 30px;
	width: 400px;
	display: block;
	position: absolute;
	background-color:transparent;
	}
	
	#navigation-feedback {
	left: 100px;
	font-family:"Century Gothic", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:24px;
	font-weight:bold;
	text-decoration: none;
	height: 30px;
	width: 200px;
	display: block;
	position: absolute;
	}


/* ----FOOTER SLIDER UP-DOWN---------*/	
	
	#footerSlideContent {
	position: fixed;
	z-index: 140;
	bottom:0;
	width: 100%;
	height: 250px;
	background: #000;
	border: none;
	}
	
	#footerSlideButton {
	position: absolute;
	top: -30px;
	right: 30px;
	width:130px;
	height:30px;
	border: none;
	cursor: pointer;
	background-color: transparent;
	background-image: url(../img/close_bt.png);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 145;
	}
	

/*Inhalt--im Footer--------------------------*/

	/* ----------   Contentbox Text-Slider------*/
	
	/* Auflistung Dienstleistungen
--------------------------------------------------------*/

ul#aufzaehlung {
   margin-left: 1.5em; 
   font-size:14px;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   font-weight: normal;
   text-decoration: none;
}
ul#aufzaehlung li {
	list-style-image: url(../images/aufzaehlung-02.png);
	border-bottom: 1px solid #222;
	padding: .2em 0 .1em .5em;
	font-weight: 300;
	color: #666;
}
ul#aufzaehlung li:hover {
	cursor: pointer;
	list-style-image: url(../images/aufzaehlung-03.png);
	background-color: transparent;
	color: #f90;
}


	
	.textbox-slider1 {
	height: 220px;
	width: 380px;
	top: 0px;
	left: 0px;
	background-color:transparent;
	}
	
	.textbox-slider2 {
	height: 220px;
	width: 310px;
	top: 0px;
	left: 400px;
	position: absolute;
	background-color:transparent;
	}

/* ----------  ENDE Contentbox Text-Slider------*/


	#content-footer-aussen {
	position: relative;
	z-index: 130;
	height: 240px;
	width: auto;
	top: 0px;
	right: auto;
	margin-left: 250px;
	}
	
	#content-footer-center {
	z-index: 135;
	height: 230px;
	width: 710px;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color:transparent;
	}
	#content-footer-center-textslider {
	z-index: 135;
	height: 230px;
	width: 740px;
	top: -40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: transparent;
	}
	
	#content-box1 {
	height: 220px;
	width: 280px;
	top: 0px;
	left: 0px;
	background-color:transparent;
	}
	
	#content-box2 {
	height: 220px;
	width: 410px;
	top: 0px;
	left: 300px;
	position: absolute;
	background-color:transparent;
	}
	
	#textbox-home1 {
	height: 220px;
	width: 380px;
	top: 0px;
	left: 0px;
	background-color:transparent;
	}
	
	#textbox-home2 {
	height: 220px;
	width: 310px;
	top: 0px;
	left: 400px;
	position: absolute;
	background-color:transparent;
	}
	
	#content-footer-center-large {
	z-index: 135;
	height: 200px;
	width: 700px;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color:transparent;
	}
	
	
	
	#content-box-large { /*Diese Box hat die Breite von 710px ----------------------------*/
	height: 200px;
	width: 670px;
	top: 20px;
	background-color: #000;
	overflow: hidden;
	}


/* --------ENDE INHALT FOOTER--------------------- ------------*/	

	#bg-footer {
	z-index: 999;
	position:fixed;
	height:20px;
	width:100%;
	bottom: 0px;
	left: 0px;
	background-color:#000;
	}

	#copyright-footer {
	z-index: 1000;
	position:fixed;
	left: 100px;
	bottom: 5px;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #3e3e3e;
	}
	

/* Centro3 Hyperlinkangaben ----------------------------*/	
	A.n_centro3:LINK, A.n_centro3:VISITED, A.n_centro3:ACTIVE     {
	color: #3e3e3e;
	font-size: 10px;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
	A.n_centro3:HOVER     { color: #fff; }


	
