/* Hauptfenster */
@charset "utf-8";
body{
   margin: 0 auto;
   background-color: #000000;
}

a:focus {outline: 0;}

video
{
   width:100%;
   max-width:512px;
   height:auto;
}

#art-main, table
{
   font-family: Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-weight: normal;
   font-size: 13px;
   text-align: justify;
}

#art-main, table, td {
   text-align: center; 
}

#art-main, table, td {
   text-align: justify; 
}

/* Zwei Tabellen mit 'Spacing' */
#links
{	
	float:left;
	width:46%;
	padding: 2%;
}

#rechts	
{
	margin:0 auto;
	padding: 2%;
}

/* Drei Tabellen mit 'Spacing' */
#links3
{	
	float:left;
	width:31.3%;
	padding: 2%;
}

#rechts3	
{
	float:right;
	width:31.3%;
	padding: 2%;
}

#mitte3
{
	margin:0 auto;
	padding: 2%;
}

#block
{
	float: inherit;
}

#art-main
{
   position: relative;
   width: auto;
	min-width: 1024px;
   max-width: 1024px;
   left: 0;
   top: 0;
   cursor:default;
   overflow:hidden;
   margin: auto auto;
   padding-top: 100px;
}

.mainframe {
  	background: url('images/recognizar_bright.png') no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: 10% 80%;
	background-position: 0% 50%;
	background-color: #ffffff;
	margin-left: 0;
	margin-top: 0;
	z-index: -2;
}

.burger {
  display: none;
}

.header-area {		
	width: 100%;
	height: auto;
	background-color: #000000;
	padding-top: 12px;
	margin: 0 auto;
	position: fixed;
	z-index: 5;
	opacity: 0.8;
}

.header-area img {
	display: none;
}

/* Navigation */
.nav {
	background-image: url('images/recognizar_white.png');
	background-size: contain;
	background-position: right top;
	background-repeat: no-repeat;
	width: auto;
	min-width: 1024px;
   max-width: 1024px;
   margin: 0 auto; 
	
	height: 50px;
/*	background-image: url("images/nav.png");*/
	background-color: #000000;
}

.nav ul {
	margin: 0;
	padding: 0;
   font-family: Arial, Helvetica, Sans-Serif;
   font-style: normal;
   font-weight: normal;
   font-size: 15px;
   text-align: justify;
   position: relative;
   z-index: 5;
}

.nav ul li {
	list-style: none;
	float: left; 
   background: url('images/menuseparator.png') center left no-repeat;	
}

.nav ul ul li {
	clear: both;
	display: block;
	background-color: black;
}

.nav ul li:hover ul {
	display: block;
	background-color: black;
}

.nav ul ul {
	display: none;
   position: absolute;
   z-index: 10;
}

.nav ul li a,visited {
	background-image: none;	
	display: block;
	z-index: 5;
	text-decoration: none;
	padding: 10px 20px;
	color: white;
}

.nav ul li a:hover {
	color: violet;
   z-index: -1;
   background-image: none;
}

.nav ul li a::after {
	border-style: none;
}

/* begin Layout */
/*
.art-layout-wrapper
{
   position:relative;
   margin:0 auto 0 auto;
}
*/
/*
.art-content-layout
{
   display: table;
   width:100%;
   table-layout: fixed;
   border-collapse: collapse;
}
*/
/*
.art-content-layout-row {
   display: table-row;
}
*/
/*
.art-layout-cell
{
   display: table-cell;
   vertical-align: top;
}
*/
/* end Layout */

/* Fußzeile */
.footer-area {		
	width: 100%;
/*	height: auto;*/	
	background-color: #000000;
	padding-bottom: 24px;
	margin: 0 auto;
}

.footer {
	width: auto;
	min-width: 1024px;
   max-width: 1024px;	
	
	height: 40px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	background-image: url('images/nav.png');
	background-color: #000000;
	color: whitesmoke;	
}

/* begin LayoutCell, sidebar1 */
/*
.art-content-layout .art-sidebar1
{
	width: 284px;
}
*/
.art-content-layout .art-sidebar1:before
{	
   position: absolute;
   z-index: -2;
   direction: ltr;
   left:   0;
   bottom: 0;
   top: 0;
   overflow: hidden;
/*   content: url('images/recognizar.png');*/
     
	width: auto;
   height: 100%;
  
   font-size: 0;
   display: block;
   background-color: #ffffff;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}

.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* end LayoutCell, sidebar1 */
