.mainBody
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: arial, verdana;
    BACKGROUND-COLOR: white;
}
.tabdiv1
{
    BORDER-RIGHT: #D8EAFE 1px solid;
    BORDER-BOTTOM: #D8EAFE 1px solid;
    BACKGROUND-COLOR: #283F8C;
	COLOR: white;
}
.tabdiv2
{
    FONT-SIZE: 20pt;
	font-weight: bold;
    FONT-FAMILY: arial, verdana;
    BACKGROUND-COLOR: #71b1f1;
	text-align: center;
}
.tabdiv3
{
    FONT-SIZE: 8pt;
    BORDER: #D8EAFE 1px solid;
    BACKGROUND-COLOR: #0265ca;
}
.tabel1
{
    FONT-SIZE: 8pt;
    BACKGROUND-COLOR: #E3E1E1;
}

.tcel2
{
    FONT-SIZE: 9pt;
	text-align: left;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#blok1
{
background: #71b1f1;
position: relative; 
left: 1px; 
top: 1px; 
height: 40px; 
width: 900px; 
/*padding: 0em;*/
text-align: center;
FONT-SIZE: 20pt;
COLOR: white;
font-weight: bold;
FONT-FAMILY: arial, verdana;
border-width: 1px;
border-color: gray;
border-style: solid;
}

#blok2
{
background: #0265ca;
position: relative; 
left: 1px; 
top: 1px; 
height: 30px; 
width: 900px; 
/*padding: 0em;*/
border-width: 1px;
border-color: gray;
border-style: solid;
}
#blok1et
{
background: green;
position: relative; 
left: 1px; 
top: 1px; 
height: 40px; 
width: 900px; 
/*padding: 0em;*/
text-align: center;
FONT-SIZE: 20pt;
COLOR: yellow;
font-weight: bold;
FONT-FAMILY: arial, verdana;
border-width: 1px;
border-color: gray;
border-style: solid;
}

#blok2et
{
background: red;
position: relative; 
left: 1px; 
top: 1px; 
height: 30px; 
width: 900px; 
/*padding: 0em;*/
border-width: 1px;
border-color: gray;
border-style: solid;
}
#menu {
position:absolute;
left:360px;
top:1px
z-index:100;
width: 100%; 

/* precision for Opera */
}
#menu dl {
float: left;
width: 20em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
FONT-SIZE: 10pt;
FONT-FAMILY: arial, verdana;
background: #0265ca;
border: 2px solid gray;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #71b1f1;
FONT-SIZE: 10pt;
FONT-FAMILY: arial, verdana;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

