﻿/*
a:click .zoom {filter:'()';}

a:link .zoom {width:100px; height: 80px;}

a:hover .zoom {width:400px; height: 300px; position: fixed; left:10px; top:600px}
a:link .zoom {width:161px; height: 100px;}
*/				  


input:focus { background-color:Yellow;}
a.p1 b { display:block; position:absolute; left:-9999px; padding:10px; -webkit-transition: opacity 0.6s ease-in-out;}
a.p1:hover b {position: fixed;  top:40px; left:450px; padding:10px; border:1px solid #aaa; background:#fff; }
a.p1:hover:after b {position: fixed;  top:40px; left:450px; padding:20px; border:1px solid #aaa; background:#fff; }
.txtright { text-align:justify right  }
.txtleft
{ text-align:justify left }
.txtcenterborder2red {text-align:center;border: 1px solid black;  top: 2px }
/*
 Standard für Body
* {	padding:0;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: 0;
     
   }
body, .bodys
{ margin:0; padding:0; text-align: center
}
#seite { position: relative; margin-left: 2px; margin-top: 2px; height: 760px; width:1216px;  background: red; }
#links { margin-left:5px; margin-top:5px;	float: left; width: 395px; height: 700px; background: lightblue; }
#rechts {width: 805px;  margin-top: 5px; margin-right: 5px; height:700px; background: lightgreen; float:right; }
 
#obenlinks {	width: 100%; height: 250px;  float:left; background: silver;  }
#untenlinks {	width: 100%; height: 440px;float:left; margin-top:5px;  background: lightgrey; overflow: auto;}

#obenrechts {width:100%; height: 420px; float:left; background: lightgrey;}
#untenrechts { position: relative; width: 800px; height: 270px; top:5px; background: silver; overflow-y: scroll;}

#unten {clear:both; position:absolute;left: 5Px; bottom:5px; width:1207px; height:45px; background-color: #8080C0;}
*/