body { background: rgba(230,230,230,1); border-radius: 4px; padding:3px; background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(90,90,90,1) 100%); background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,230,230,1)), color-stop(100%, rgba(90,90,90,1))); background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(90,90,90,1) 100%); background: -o-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(90,90,90,1) 100%); background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(90,90,90,1) 100%); background: linear-gradient(to bottom, rgba(230,230,230,1) 0%, rgba(90,90,90,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(230,230,230,1)', endColorstr='rgba(90,90,90,1)', GradientType=0 ); background-size: 100% 100%; align:center; text-align:center; color: black; margin-left:auto; margin-right:auto } a { color:#47a;text-decoration:none;font-weight:bold } .userdiv { height: 30px; top: 4px; right:4px; background: white; position: absolute; border-radius: 10px; padding: 3px; } .menudiv { color: yellow; align:center; height: 60px; } .maindiv { margin-left:auto; margin-right:auto; background: white; padding:0px; color: black; width:1450px } .linkdiv { background: white; float:left; border-radius:5px; padding:5px; cursor:pointer } .modul { border-radius: 12px; background: rgba(40,40,40,0.6); padding: 6px; width:1260px; margin:auto } .tabla { margin:auto } table.tabla td { background:rgba(200,200,200,0.4); color: #333; padding-left:6px; padding-right:6px; align:center; text-align:center } table.powertable td { padding:6px;font-size:1.1em;background:linear-gradient(#99ccff,#e6f2ff); } table td {text-align:center;align:center} button { color:black; } input,select { background:#ffff66; align:center; text-align:center; padding-left:2px; padding-right:2px } .first { text-align:justify;font-weight: bold;font-family:tahoma,geneva,sans-serif;font-size:1.05em;color:#005 } .picture { box-shadow: 6px 5px 4px #aaa;border-style: inset; border-radius:10px; color:black } .focusing { cursor:pointer;filter: alpha(opacity=75);opacity:0.75 } .focusing:hover { filter: alpha(opacity=100);opacity:1.0 } .focusing2 { cursor:pointer;filter: alpha(opacity=75);opacity:0.75 } .focusing2:hover { filter: alpha(opacity=100);opacity:1.0 } .article { background-color:#9cc;color:#003;padding:12px;font-family:verdana,geneva,sans-serif;font-size:0.9em } .imgright { float:right;padding:9px } .imgleft { float:left;padding:9px } .sidebar { background-color:#aee;color:#225;width:350px;border-radius:8px;margin:12px;padding:12px;box-shadow: 6px 5px 4px #ccc;border-style: inset; } .marked { background:#b22;filter: alpha(opacity=35);opacity:0.35 } .ordercol:hover { background:#66b;color:#eee }