* {
	margin: 0;
	padding: 0;
}

body {
	
}

#container{
width: 808px;
margin: 0 auto 0 auto;
height: 800px;
top:0px;
}

#header {
	height: 152px;
	background: url(layout/header_n.png) no-repeat top;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 808px;
	margin: 0 auto 0 auto;
}

#header:hover {
	height: 152px;
	background: url(layout/header_h.png) no-repeat top;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 808px;
	margin: 0 auto 0 auto;
}

#nav{
	text-align: center;
	padding-top: 95px;
	z-index: 3;
}

#nav ul li {
	display: inline;
	padding-right : 15px;
	font-size : 12px;
	font-family : Arial;
	font-weight: bold;
	color : #808080;
	text-decoration: none;
	z-index: 3;
}

#nav ul li a {
	font-size : 12px;
	font-family : Arial;
	font-weight: bold;
	color : #333333;
	text-decoration: none;
	z-index: 3;
}

#nav ul li a:hover {
	font-size : 12px;
	font-family : Arial;
	font-weight: bold;
	color : #FFFFFF;
	border-top: 1px solid #FFFFFF;
	z-index: 3;
}
#nav ul li a:active {
	font-size : 12px;
	font-family : Arial;
	font-weight: bold;
	color : red;
	border-top: 2px solid red;
	z-index: 3;
}

#nav2{
	text-align: center;
	padding-top: 0px;
}

#nav2 ul li {
	display: inline;
	padding-right : 15px;
	font-size : 12px;
	font-family : Arial;
	font-weight: bold;
	color : #808080;
	text-decoration: none;
}

#nav2 ul li a {
	font-size : 12px;
	font-family : Arial;
	font-weight: bold;
	color : #333333;
	text-decoration: none;
}

#nav2 ul li a:hover {
	font-size : 12px;
	font-family : Arial;
	font-weight: bold;
	color : #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
#nav2 ul li a:active {
	font-size : 12px;
	font-family : Arial;
	font-weight: bold;
	color : red;
	border-top: 2px solid red;
}

#wrap {
	padding-top: 0px;
	margin: 0 auto 0 auto;
	width: 808px;
	height: 432px;
	background: url(layout/body.png) no-repeat top;
}
#wrapny {
	padding-top: 0px;
	margin: 0 auto 0 auto;
	width: 808px;
	height: 432px;
	background: url(layout/bodyny.png) no-repeat top;
}
#wrapklappe {
	padding-top: 0px;
	margin: 0 auto 0 auto;
	width: 808px;
	height: 432px;
	background: url(layout/bodyklappe.png) no-repeat top;
}
#wraplinse {
	padding-top: 0px;
	margin: 0 auto 0 auto;
	width: 808px;
	height: 432px;
	background: url(layout/bodylinse.png) no-repeat top;
}
#wrapkamera {
	padding-top: 0px;
	margin: 0 auto 0 auto;
	width: 808px;
	height: 432px;
	background: url(layout/bodykamera.png) no-repeat top;
}
#wrapeye {
	padding-top: 0px;
	margin: 0 auto 0 auto;
	width: 808px;
	height: 432px;
	background: url(layout/bodyeye.png) no-repeat top;
}

#contentvideo {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#contenttext {
	padding-right: 35px;
	padding-left: 35px;
	padding-top: 20px;
	padding-bottom: 10px;
	overflow: auto;
}

	.contenttext  {
		font-size : 10pt;
		font-family : Arial;
		color : black;
	}
	.contenttext a:link {
		color : black;
		border-bottom : 1px dotted Gray;
		text-decoration : none;
	}
	.contenttext a:visited {
		color : black;
		border-bottom : 1px dotted Gray;
		text-decoration : none;
	}
	.contenttext a:hover {
		color : black;
		border-bottom : 1px solid Red;
		text-decoration : none;
	}
	.contenttext a:active {
		color : black;
		border-bottom : 1px solid Red;
		text-decoration : none;
	}

	.hinweis  {
	font-size : 8pt;
	font-family : Arial;
	color : #808080;
	text-align : center;
	}
	
	.h1  {
		font-size : 14pt;
		font-family : Arial;
		color : black;
	}
	
	.h2  {
		font-size : 11pt;
		font-family : Arial;
		color : black;
		font-weight : bold;
	}
	
	.h3  {
		font-size : 10pt;
		font-family : Arial;
		color : black;
		font-weight : bold;
	}




#footer {
	width: 808px;
	height: 144px;
	background: url(layout/footer.png) no-repeat top;
	margin: 0 auto 0 auto;
	font-family : Arial;
}

.footer {
	font-size: 10px;
	padding-top: 0px;
	color : #808080;
	text-align : center;
	text-decoration: none;
}

.footer a { 
	color: #808080;
	text-decoration: none;
}

.footer a:hover {
	color: red;
	text-decoration: none;
}





	
		.box_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=70);
		}
		.box_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			background-color: black;
			z-index:1002;
			overflow: auto;
			vertical-align : middle;
		}

		
		
p {
	padding: 0 0 10px 0;
	margin: 0;
}
	img {
		border: 0;
	}

