html {
    height:100%; 
    max-height:100%; 
    padding:0;
    margin:0; 
    border:0; 
    background:#fff; 
    font-size:90%; 
    font-family:Arial,Helvetica,"sans serif";
    /* hide overflow:hidden from IE5/Mac */ 
    /* \*/ 
    overflow: hidden; 
    /* */ 
    }
body {
    height:100%;
    max-height:100%;
    overflow:hidden;
    padding:0;
    margin:0;
    border:0;
    }
#header {
    z-index:5;
    position:absolute;
    background-color: #FFFFFF; 
    margin:0; 
    top:0; 
    left:0; 
    display:block; 
    width:100%; 
    height:170px; 
    overflow:hidden;
    border-bottom: 1px solid #000000; 
    }
div#logo{
    z-index:3;
    position:absolute;
    top: 0;
    left: 25px;
    width:170px;
    height:169px;
    background-image:url("logos/logo_dap05.gif");
    background-repeat: no-repeat;
    }
.toptxt{
    font-family:"Bookman Old Style",serif;
    font-size: 28pt;
    color: #404040;
    font-weight: bold;
    padding: 55px 0 0 95px;
    margin: 0;
    }
.hfoto{
    margin: 6px 0 0 160px;
    padding: 0;
    text-align: center;
    }
.fotom{
    margin: 5px 0 0 0;
    }
div#login{
    z-index:2;
    position:absolute;
    top:134px;
    right:10px;
    width:60px;
    height:20px;
    border:1px solid #fff;
    }
img{
    border: 0;
    }
.rnd{
    border: 1px #000000 solid;
    }
#content {
    z-index: 3;
    overflow: auto; 
    position: absolute;
    background-color: #F9F9FF;
    background-image: url("images/ag_poten01.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 75% 80%;
    top: 170px; 
    bottom: 30px; 
    left: 220px; 
    right: 0; 
    }
* html #content {
    z-index: 3;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    height: 100%; 
    max-height: 100%; 
    width: 100%; 
    overflow: auto; 
    position: absolute;  
    border-top: 170px solid #FFFFFF; 
    border-bottom: 29px solid #FFFFFF; 
    border-left: 220px solid #FFFFFF;
    }
#content p {
    padding: 0 80px 0 10px;
    text-align: justify;
    line-height: 1.3;
    }
#content table {
    padding: 0;
    margin-left: 10px;
    }
th{
    font-family: Arial,Helvetica, "sans serif";
    font-size: 10.5pt;
    font-weight: bold;
    text-align: left;
    color: #000000;
    }
td{
    font-family: Arial,Helvetica, "sans serif";
    font-size: 10.5pt;
    font-weight: normal;
    color: #000000;
    }
h1{
    font-family: Arial,Helvetica,"sans serif";
    font-size: 14pt;
    color: #000000;
    font-weight: bold;
    margin: 10px 10px;
    }
h2{
    font-family: Arial,Helvetica,"sans serif";
    font-size: 12pt;
    color: #FDB00E;
    font-weight: bold;
    margin: 10px 10px;
    }
h3{
    font-family: Arial,Helvetica,"sans serif";
    font-size: 12pt;
    color: #000000;
    font-weight: bold;
    margin: 10px 10px;
    }
.left{
    float: left;
    margin: 3px 10px 0 0;
    }
.right{
    float: right;
    margin: 0 0 0 10px;
    }
.cntr{
    text-align: center;
    }
.klr{
    text-align: center;
    font-size: 13pt;
    font-weight: bold;
    color: #FF0000;
    }
#footer {
    z-index: 5;
    position: absolute; 
    margin: 0; 
    bottom: -1px; 
    left: 0; 
    display: block; 
    width: 100%; 
    height: 30px;  
    overflow: hidden; 
    background-color: #FFFFFF;
    border-top: 1px solid #000000;
    }
.info{
    color: #000000;
    font-family: Arial,Helvetica, "sans serif";
    text-align: center;
    padding-top: 6px;
    font-size: 10pt;
	font-weight: normal;
    }
#navbar {
    z-index: 4;
    position: absolute; 
    left: 0; 
    top: 170px; 
    bottom: 29px; 
    width: 220px; 
    background-color: #CBCBFE; 
    font-size: 1em; 
    overflow: auto; 
    background-repeat: no-repeat;
    }
* html #navbar {
    height: 100%; 
    top: 0; 
    bottom: 0; 
    border-top: 180px solid #CBCBFE; 
    border-bottom: 30px solid #CBCBFE; 
    }
.bold {
    font-weight: bold;
    }
dd {
    display: none;
    }
a.nav{ 
    margin: 2px 0 0 25px;
    padding-left: 5px;
    font-weight: bold; 
    display: block; 
    width: 165px; 
    height: 20px;
    border: 1px solid #000; 
    text-decoration: none; 
    text-align: left; 
    line-height: 20px;
    }
* html a.nav{
    width: 170px;
    }
.navkl{
    margin: 2px 0 0 25px;
    padding-left: 5px;
    font-weight: bold; 
    display: block; 
    width: 165px; 
    height: 20px;   
    border: 1px solid #000; 
    text-decoration: none; 
    text-align: left; 
    line-height: 20px;
    background: #FEB10E; 
    color: #000000;
    }
* html .navkl{
    width: 170px;
    }
a.nav2{ 
    margin: 2px 0 0 25px;
    padding-left: 15px;
    font-weight: normal; 
    display: block; 
    width: 155px; 
    height: 20px;
    border: 1px solid #000; 
    text-decoration: none; 
    text-align: left; 
    line-height: 20px;
    }
* html a.nav2{
    width: 170px;
    }
.navkl2{
    margin: 2px 0 0 25px;
    padding-left: 15px;
    font-weight: normal; 
    display: block; 
    width: 155px; 
    height: 20px;   
    border: 1px solid #000; 
    text-decoration: none; 
    text-align: left; 
    line-height: 20px;
    background: #FEB10E; 
    color: #000000;
    }
* html .navkl2{
    width: 170px;
    }
a.nav:link {
    background: #CBCBFE;
    color: #FFFFFF;
    }
a.nav:visited {
    background: #CBCBFE;
    color: #FFFFFF;
    }
a.nav:hover {
    background: #FEB10E; 
    color: #000000;
    }
a.nav:active {
    background: #FEB10E; 
    color: #000000;
    }
a.nav2:link {
    background: #EFEFFF;
    color: #000000;
    }
a.nav2:visited {
    background: #EFEFFF;
    color: #000000;
    }
a.nav2:hover {
    background: #FEB10E; 
    color: #000000;
    }
a.nav2:active {
    background: #FEB10E; 
    color: #000000;
    }
a.tekst:link {
	color: #0000FF;
	font-weight: normal;
    font-family:Arial,Helvetica, "sans serif";
    }
a.tekst:visited {
	color: #0000FF;
	font-weight: normal;
    font-family:Arial,Helvetica, "sans serif";
    }
a.tekst:hover {
	color: #C000C0;
    font-weight: normal;
    font-family:Arial,Helvetica, "sans serif";
    }
a.tekst:active {
	color: #EE0000;
	font-weight: normal;
    font-family:Arial,Helvetica, "sans serif";
    }
a.login:link {
	color:#FFFFFF;
	font-weight: normal;
    font-family:Arial,Verdana,Helvetica,"sans serif";
    }
a.login:visited {
	color:#FFFFFF;
	font-weight: normal;
    font-family:Arial,Verdana,Helvetica,"sans serif";
    }
a.login:hover {
	color:#EE0000;
    font-weight: normal;
    font-family:Arial,Verdana,Helvetica,"sans serif";
    }
a.login:active {
	color:#EE0000;
	font-weight: normal;
    font-family:Arial,Verdana,Helvetica,"sans serif";
    }
