/*------------------------------------------------------------------------------
 initSite -CSS	:   RSW Homepage
 Autor		:   Dieter Hodes
 Copyright	:   (c)2020, Rio System Works
-------------------------------------------------------------------------------
Seitenaufbau
------------------------------------------------------------------------------*/
* {
        box-sizing: border-box;
}
html {
        margin-top:0px;
        padding:0;
}
body {
/*        border: 2px solid red; */ 
        background: url("../img/ai_five.png"); 
        width: 100%;
	background-repeat: no-repeat;
        margin: 0 auto; 
        background-color: #d6d5d0;
        color:#251305;
        font: normal normal 15px "Times New Roman", Arial, sans serif;
}
#main {
/*        border: 2px solid yellow; */ 
        width: 100%; 
        height: 100%; 
        padding: 20px 0 0 50px;
        text-align:left;
}
.relnr {
/*     border: 1px solid green; */ 
       position: absolute;
       width: 50px;
       top: 0;
       left: 0;
       padding: 0 0 0 10px;
       color:#c0c0c0;
       opacity: 0.5;
       font: normal bold 12px "Times New Roman", Arial, sans serif;
}

.row::after {
        content: "";
        clear: both;
        display: table;
}
form { 
 margin-left: 150px;
}
/*------------------------------------------------------------------------------
Neue Zeile -Languages
------------------------------------------------------------------------------*/
.frame-lang {
/*      border: 1px solid #c0c0c0; */ 
/*      background-color: #c0c0c0; */ 
        text-align: left;
        width: 300px;
        height: 50px;
        margin: 45px 0 0 0;
        padding: 0;
/*      -webkit-border-radius: 0px;
        -moz-border-radius: 0px; */
        border-radius: 0px;
		position: relative;
}
#cont-lang div {
/*      border: 2px solid #c0c0c0; */
        float: left; 
        width: 44px; 
        height: 44px;
        margin: 0 0 0 12px;
        padding: 1px 0 1px 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
}
.z-d {
        border: 2px solid yellow;
        background: url("../img/z-d-40.png");
		position: relative;
}
.z-uk {
        border: 2px solid #000005;
        background: url("../img/z-uk-40.png");
		position: relative;
}
.z-f {
        border: 2px solid #000005;
        background: url("../img/z-f-40.png");
        opacity: 0.4;
        filter: alpha(opacity=50); /* For IE8 and earlier */
}
.z-pl {
        border: 2px solid #000005; 
        background: url("../img/z-pl-40.png");
        opacity: 0.4;
        filter: alpha(opacity=50); /* For IE8 and earlier */
}
.z-home {
        border: 2px solid #000005;
        background: url("../img/z-home-40.png");
		position: relative;
        font: normal normal 15px "Times New Roman", Arial, sans serif;
}
.z-lnk {
		position:absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1;
}

ul.ul1 {
/*  border: 1px solid #c0c0c0; */ 
		list-style-type: none;
		margin: 0 10.5% 0 0;
		padding: 0;
		overflow: hidden;
}
li {
		float: right;
}
li a {
		display: inline-block;
		color: #c0c0c0;
		text-align: left;
		padding: 14px 16px;
		font: normal normal 18px "Times New Roman", Arial, sans serif;
		text-decoration: none;
}
li a:hover {
		color: yellow;
}
/*
a {
      color: white;
      font: normal bold 30px "Times New Roman", Arial, sans serif;
      text-decoration: none;
}
a:link, a:visited {
      text-decoration: none;
}
a:hover {
      color: yellow;
      text-decoration:none;
}
*/


/*----------------------------------------------------------------------------*/
/* Neue Zeile -Books */
/*------------------------------------------------------------------------------*/
#cont-books {
	margin:40px 0 0 0;
	width: 100%;
}
#cont-books div {
	float:left;
	width:18%;
	min-height:600px;
	margin:0.7%;
    padding: 0;
    color:white;
}
.head {
	margin:0;
    color:#c0c0c0;
    font: italic normal 15px "Arial Black", Arial, sans serif;
}
.head-green {
	background-color:#00B120; 
}
.head-blue {
	background-color:#0025FF; 
}
.cont-blue {
	position: relative;
	border-right:1px solid #0025FF;
	border-bottom:1px solid #0025FF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.foot-blue {
	position: absolute;
    border: 1px solid #0025FF; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	bottom: -10px;
	left:25%;
    color:#d0d0d0;
    font: normal bold 18px "Times New Roman", Arial, sans serif;
	text-align:center;
} 
.foot-blue:hover {
	border-color:yellow;
    color:yellow;
    cursor: pointer;
}
.cont-green {
	position: relative;
	border-right:1px solid #00B120;
	border-bottom:1px solid #00B120;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.foot-green {
	position: absolute;
    border: 1px solid #00B120; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	bottom: -10px;
	left:25%;
    color:#d0d0d0;
    font: normal bold 18px "Times New Roman", Arial, sans serif;
	text-align:center;
} 
.foot-green:hover {
	border-color:yellow;
	color:yellow;
    cursor: pointer;
}
.center {
  	display: block;
	margin-left: auto;
  	margin-right: auto;
  	width: 50%; 
}
.center-embers {
	border:1px solid lightgreen;
  	display: block;
	margin-left: auto;
  	margin-right: auto;
  	width: 38%; 
}
.center-embers:hover {
	border:2px solid yellow;
    cursor: pointer;
}
.center-deceit {
  	display: block;
	margin-left: auto;
  	margin-right: auto;
  	width: 45%; 
}
.center-deceit:hover {
	border:2px solid yellow;
    cursor: pointer;
}
.center-patsy {
  	display: block;
	margin-left: auto;
  	margin-right: auto;
  	width: 40%; 
}
.center-patsy:hover {
	border:2px solid yellow;
    cursor: pointer;
}
.center-knocking {
  	display: block;
	margin-left: auto;
  	margin-right: auto;
  	width: 40%; 
}
.center-knocking:hover {
	border:2px solid yellow;
    cursor: pointer;
}
.center-readon {
  	display: block;
	margin-left: auto;
  	margin-right: auto;
  	width: 35%; 
}
.bottom {
  	display: block;
	margin-left: auto;
  	margin-right: auto;
/*  	width: 50%; */
}
.ph2 {
	border-color:#c0c0c0; 
	margin:10px 0;
	padding:0 0 5px 0;
    color:#d0d0d0;
    font: normal bold 24px "Times New Roman", Arial, sans serif;
	text-align:center;
}
.ph3 {
	margin:10px 0;
	padding:0 0 5px 0;
    color:#d0d0d0;
    font: normal bold 18px "Times New Roman", Arial, sans serif;
	text-align:center;
}
.ph5green {
	border:1px solid lightgreen;
	margin:10px 0;
	padding:0 0 0 0;
    color:lightgreen;
    font: normal bold 18px "Times New Roman", Arial, sans serif;
	text-align:center;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ph5green:hover {
	border:2px solid yellow;
    color:yellow;
}
.ph5yellow {
	border:1px solid yellow;
	margin:10px 0;
	padding:0 0 0 0;
    color:yellow;
    font: normal bold 18px "Times New Roman", Arial, sans serif;
	text-align:center;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ph5yellow:hover {
	border:2px solid red;
    color:lightred;
}
.p-next {
	text-align:center; 
        color:green;
        font: normal bold 15px "Times New Roman", Arial, sans serif;
	text-decoration:none;
}
.navnext {
/*  border: 1px solid #c0c0c0; */  
	width: 75.0%;
	height: 40px;
	margin: 25px 0 0 0;
	text-align:right;
    padding: 0 5px 0 0;
/*	opacity: 0.8; */
/*  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; */
	position: relative;
	text-decoration:none;
}	
