
/* css reset - makes the layout looking good in all browsers */
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }

 body {
	line-height: 1; 
	font:12px/20px Arial;
	background:#e0f3ff url(bg.png) repeat scroll 0 0;
	}      
ol, ul {
	list-style: none; }
	*/
/*oben neu eingefügt bewirkt fehler backgrnd und spalte kamera text formatierung*/

/*****FONTS*****/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

/*****DEMO ONLY*****/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

::selection {
	color: #828282;
	background: #828282;
}

::-moz-selection {
	color: #fff;
	background: #3b3b3b;
}

html {}

body {
	
	font-family:  'Open Sans', Arial, Helvetica, sans-serif; 
	font-size: 12px;
	/* font-weight: 400; */
	text-align: left;
	color: #ffffff;
	/*  text-shadow: 1px 1px 0 rgba(255,255,255,0.25); gestanzt hier hauptframe ollum */
}

a {
	color: #3b3b3b;
	text-decoration: none;
}

/***
h1 {
	position: relative;
	display: block;
	background-color:#EFD315;
	padding:10px;
	margin:0 auto;
	font-size: 60px;
	font-weight: normal;
	text-align:center;
	font-family:'BebasNeueRegular', Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0 #ccc, 1px 2px 0 #666;
}

***/
/*****END DEMO ONLY*****/


#wrapper{
	width:1020px;
	margin:0 auto;
	margin-top:1px;
}

#nav {
	position:relative;
	width:1020px;
	margin:0 auto;
}

ul#navigation {
	margin:0px auto;
	position:relative;
	float:left;
	
}

ul#navigation li {
	display:inline;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
	float:left;
	position:relative;

}

ul#navigation li a {
	padding:10px 25px;
	color:#FFFFFF;
	
	text-decoration:none;
	display:inline-block;
	
	background: #000000;
	
	/*
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
	*/
}

ul#navigation li a:hover {
	background:#000000;
	color:#000000;
}

ul#navigation li:hover > a {
	background:#888;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;
    padding: 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	width:relative;
	background:#000000;
	
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul {
    top: 42px;
    left: 1px;
}

ul#navigation ul li ul {
    top: 0;
    left: 181px;
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	
}

ul#navigation ul li a {
	background:none;
	padding:7px 15px;
	color:#FFFFFF;

	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:100px;
}

ul#navigation li a.first {
	border-left: 0 none;
}

ul#navigation li a.last {
	border-right: 0 none;
}


/* scripts aus html eingefügt */


 body{
  margin:0;
  padding:header-<length> 0 footer-<length> 0;
 }
 div#header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:header-<length>; 

  background: black;
 }
 div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:footer-<length>;
 }
 @media screen{
  body>div#header{
   position:fixed;
  }
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }


 
 
 
 
		* { margin: 0; padding: 0; }
		
		html { 
			background: url(../images/tile2.png);background-attachment:fixed;
					
		}
		
		#page-wrapTOP { width: 950px; margin: 0px auto; padding: 0px; background: transparent; }
		

		#page-wrap { width: 950px; margin: 20px auto; padding: 20px; background: #272727;   -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; 
		-moz-border-radius: 10px;
        -webkit-border-radius: 10px;
         border-radius: 10px; }
		
		#page-wrap2 { width: 100%; margin: 0px auto; padding: 0px; background: black;  opacity: .7; filter:Alpha(Opacity=70); -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }
		p { font: 15px/2 Georgia, Serif; margin: 0 0 30px 0; text-indent: 40px; }
		

		

