﻿body{
   background-color:#6699FF;
   color:#000000; 
   background-image:url("files/3.jpg"); 
   text-align:center;
   background-attachment:fixed;
   font-family:Sans-serif,Verdana,Arial,Helvetica;font-size:10pt}
   table{width:800px;
   background-color:@#ff6600;
   text-align:center;
   border:5px dotted green;
   }

#logo{
   position:absolute;
   left:0px;top:8px;
   z-index:-12
   }

.left{
   width:130px;
   }

.right{
   width:130px;
   }

.left1{
   vertical-align:top;
   text-align:left
   }

.main2{
   vertical-align:top;
   }

.right1{
   vertical-align:top
   }

#clock{
   color:green
   }

#spec{
   font-size:3px;
   text-align:center;
   color:#ffff11;
   background-color:#ffffff
   }

tr.dve{
   background-color:#ebdde7
   }
     
tr.edno{
   background-color:#d6f0e6 
   }

td{
   border:2px solid rgb(32,127,199);
   }

#ruter{
   text-align:center;
   }

.first{
   background-color:#EAFFE6;
   }
.second{
   background-color:#FDEEFF;
   border:3px solid red;
   font-size:11pt;
   text-align:center;
   vertical-align:top;
   font-weight:bold
   }

a{
   text-decoration:none;
   color:black;
   font-weight:bold
   }

#baner{
   border:0;
   }

#pine img{
   position:absolute;
   top:0px;
   right:0px;
   width:350px;
   height:290px;
   z-index:-12;
   }





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: #F7F7F7; /*menu strip background*/
border: 1px solid red;
padding: 4px 0;
border-width: 1px 0;

}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('media/aeroleft.gif') no-repeat top left;
display: block;
float:left;
font: bold 11px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
margin-right: 3px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('media/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('media/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('media/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}