﻿html
{
    /*overflow : hidden;*/
    height:100%;
    margin:0px;
    width:100%;
    }

body{
	font-family: Arial, Tahoma, Helvetica, Verdana, Courier New;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #262626;
	text-align: left;
	background-color:#FFFFE6;
	margin: 0px;
	height:100%;
	width:100%;
   
    
    }
/* Default tags -------- IMPORTANT ------------------*/    
h1 
{
    font-size : 13pt;
      
    }    
h2
{
    font-size: 12pt;
    }    
h3
{
    font-size: 11pt;
    }    
/* -----------------------------------------------------*/


    
div#container{
    width:100%;
    height:100%;
    display:block;
    margin: 0px auto;
    
    }

.leftside
{
    width:99px;
    height:100%;
    background-image    : url(../images/bgleft.gif);
    background-position : top left; 
    background-repeat : repeat-y ; 
    margin:0px;
    border:0px solid #000000;
    padding:0px;
    
    }      
   
.menu 
{
    width:200px;
    height:100%;
    overflow: hidden;
    border:solid 0px #000066;
    background-color:#FFFFE6;
    float:left;
    padding:0px;
    }   
.content
{
    background-color:#003366;
    height:100%;
    margin:0px;
    padding:0px;
    color:#FFFFFF;
    } 
div#cnt
{
    margin:10px;
    }       
   
   
div#cnt a
{
    color:#FFFFE6;
    text-decoration : underline;
    } 
div#cnt a:visited
{
    color:#FFFFE6;
    text-decoration : underline;
    }       
div#cnt a:hover
{
    color:#0099FF;
    text-decoration:none;
    }
  
    
div#adres
{
    font-family:"Times New Roman";
    color: #2F5985;
    font-size: 14px;
    font-weight:bold;
    padding-left:15px;
    padding-top: 35px;
    
    
    }             
.rightside    
{
    background-image:url(../images/bgright.gif); 
    background-position : top left ;
    background-repeat : repeat-y;
    width:50px;
    height:100%;
    margin:0px;
    padding:0px;
    }      
td
{
    vertical-align:top;
    }
    

.langPicker
{
	float:left;
	top: 0px;
	margin-right: 50px;
	margin-left: 15px;
}
.langPicker .active
{
	
}
.langPicker .inactive
{
	filter:alpha(opacity=40);opacity:.4;
}
.langPicker .inactive:hover
{
	filter:alpha(opacity=100);opacity:1;
}
