@CHARSET "UTF-8";

body
{
 font-family: verdana;
 font-size: 9pt;
 background: url(gfx/bg.jpg);
 color: #fff;
}

#main 
{
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -461px;
 margin-top: -281px;
 width: 923px;
 height: 563px;
 background: url(gfx/tlo.jpg) no-repeat;
}

#container { position: relative; width: 923px; height: 563px; }

img { border: 0px; }

#logo
{
 position: absolute;
 width: 369px;
 height: 49px;
 top: 25px;
 left: 35px;
} 

#teleadres
{
 position: absolute;
 top: 25px;
 width: 250px;
 text-align: right;
 right: 61px;
 font-size: 0.95em;
 line-height: 1.5em;
}

#teleadres a { text-decoration: none; color #fff; }
#teleadres a:hover { border-bottom: 1px dashed #fff; }

#Thecontent
{
 position: absolute;
 width: 570px;
 height: 365px;
 right: 61px;
 top: 135px;
 line-height: 1.6em;
 overflow: auto;
}

#Thecontent h1 { color: #f8e605; font-size: 1.5em; margin: 8px 0px; padding: 0px; }
#Thecontent h2 { color: #f8e605; font-size: 1.25em; margin: 5px 0px; padding: 0px; }
#Thecontent h3 { color: #f8e605; font-size: 1.1em; margin: 5px 0px; padding: 0px; }

#Thecontent a { text-decoration: none; border-bottom: 1px dashed #fff; color: #fff; }
#Thecontent a:hover { color: #f8e605; border-bottom: 1px solid #f8e605; }

#menu
{
 position: absolute;
 width: 207px;
 text-align: right;
 top: 135px;
 left: 57px;
}

.menu_button { position: relative; width: 207px; height: 51px; z-index: 0; margin-top: -5px; }
.menu_img { position: absoulte; z-index: 1; top: 0px; left: 0px; }
.menu_link { position: absolute; z-index: 2; width: 190px; line-height: 51px; right: 0px; top: 0px; text-align: right; padding-right: 15px; }
.menu_link a { color: #fff; text-decoration: none; font-size: 1.15em; }
.menu_link a:hover { color: #f8e605; text-decoration: none; border-bottom: 1px dashed #f8e605; font-size: 1.15em; }

.scrollTable { width: 570px; height: 365px;} 


