/*------------------------------------------------------------------------------
 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 {
        background: url("../img/ai_six.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: 3px solid green; */
        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 #000005;
        background: url("../img/z-d-40.png");
	position: relative;
}
.z-uk {
        border: 2px solid yellow;
        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;
}
.liact a {
     border: 2px solid yellow; 
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px; 
     border-radius: 3px;
     color: yellow; 
}
.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;
}
.liact a {
  color:yellow;
}
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%;
/*	border-color:#a0a0a0; */ 
}
#cont-books div {
/*      border-width:1px; */
/*	border-style:solid; */
/*	border-color:#ffffff; */ 
/*	background-color:#c0c0c0; */
        color:white;
	float:left;
	width:18%;
	min-height:600px;
	margin:0.7%;
        padding: 0;
}
#cont-books2 div {
/*      border-width:1px; */
/*	border-style:solid; */
/*	border-color:#ffffff; */ 
/*	background-color:#c0c0c0; */
        color:white;
	float:left;
	width:57%;
	min-height:600px;
	margin:0.7%;
        padding: 0;
}
#content div:last-child {
	margin-right:0;
}
#content h2 {
	margin:0;
	padding:0;
	text-shadow: 1px 1px 0px #cecece;
}
#content h3 {
	margin:90px 0 0 0px;
	padding:0;
	text-shadow: 1px 1px 0px #ababab;
}
#content p {
	margin:0 0 0 10px;
	padding:0;
	line-height:1.125;
	text-shadow: 1px 1px 0px #cecece;
}
.head {
	background-color:#c0c0c0; 
	margin:0;
	padding:0 0 0 10px;
        color:#c0c0c0;
        font: italic bold 12px "Arial Black", Arial, sans serif;
}
.green1 {
	border-top:1px solid green;
	border-right:1px solid green;
	border-bottom:1px solid green;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}
.green2 {
	background-color:green; 
}
.blue1 {
	border-right:1px solid #2626B2;
	border-bottom:1px solid #2626B2;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
}
.blue2 {
	background-color:#2626B2; 
}
.center {
  	display: block;
	margin-left: auto;
  	margin-right: auto;
  	width: 50%; 
}
.bottom {
  	display: block;
	margin-left: auto;
  	margin-right: auto;
/*  	width: 50%; */
}
.ph2 {
	margin:10px 0;
	padding:0 0 5px 0;
        color:#d0d0d0;
        font: normal normal 24px "Times New Roman", Arial, sans serif;
	text-align:left;
}
.ph3 {
	margin:10px 0;
	padding:0 0 5px 0;
        color:#d0d0d0;
        font: normal bold 18px "Times New Roman", Arial, sans serif;
	text-align:center;
}
.ph4 {
  	display: block;
	margin:10px 0;
	padding:0 0 5px 0;
        color:#d0d0d0;
        font: normal bold 12px "Times New Roman", Arial, sans serif;
/*	text-align:center;  */
}
.ph5 {
	margin:10px 0;
	padding:0 5px 5px 0;
        color:#d0d0d0;
        font: normal bold 12px "Times New Roman", Arial, sans serif;
	text-align:justify;
}.p-next {
	text-align:center; 
        color:green;
        font: normal bold 15px "Times New Roman", Arial, sans serif;
	text-decoration:none;
}
img {
        display: block;
        margin-left: auto;
        margin-right: auto;
}
.pic {
       -webkit-box-shadow: 20px 20px 75px black;
       -moz-box-shadow: 20px 20px 75px black;
       box-shadow: 20px 20px 75px black;
}
