html, body
{ 
   background: #69a788;
   margin:0; 
   padding:0;
   height: 100%;
   width: 100%;
   text-align:center;
   font-family: Arial;
   font-size: 11px;
}

h1
{
   font-size: 14px;
   text-transform: uppercase;
}

a
{
   color: #006f3c;
}
 
#container
{ 
   position:absolute;
   top: 50%;
   left: 50%;
   width:968px; 
   height:555px;
   margin-top: -295px;
   margin-left: -495px;
   text-align:left;  
   background: #69a788 url(../images/background.jpg) no-repeat;
}

#header
{
   position: absolute;
   width: 968px;
   height: 75px;
   /*background-color: #ff0000;*/
}

/* MENU STYLES */

#menu
{
   display: block;
   width: 968px;
   height: 25px;
   background: #ffffff url(../images/menu-bg.jpg) repeat-x;
   position: absolute;
   top: 25px;
   line-height: 25px;
}

#nav
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   float: left;
   width: 600px;
}

#nav li
{
   float: left;
   display: block;
}

#nav li span
{
   float: left;
   display: block;
   height: 25px;
   line-height: 25px;
   padding-left: 20px;
   padding-right: 20px;
}

#nav li a
{
   float: left;
   display: block;
   height: 17px;
   line-height: 17px;
   padding-left: 20px;
   padding-right: 20px;   
}

#nav li a:hover
{
   background: #ffffff url(../images/menu-bg-hover.jpg) repeat-x;
}

#nav li span:hover
{
   background: #ffffff url(../images/menu-bg-hover.jpg) repeat-x;
}


/* SUBMENU STYLES */

#subnav
{
   background-color: transparent;
   float:left
   display: none;
   position: absolute;
   top: 25px;
   left: 0px;
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 562px;
}

#subnav li
{
   color: #006f3c;
   float: left;
   display: block;  
   height: 17px;
   line-height: 17px;
}

#subnav li a
{
   float: left;
   display: block;
   height: 17px;
   line-height: 17px;
   text-decoration: none;
   padding-left: 25px;
   padding-right: 25px;         
}

#subnav li span
{
   float: left;
   display: block;
   height: 17px;
   line-height: 17px;
   text-decoration: none;
}

#subnav li:hover
{
   float: left;
   display: block;
   text-decoration: underline;
   background: none;
}

#subnav li a:hover
{
   float: left;
   display: block;
   text-decoration: underline;
   background: none;
}

#subnav li span:hover
{
   float: left;
   display: block;
   text-decoration: underline;
   background: none;
}



/* LANGUAGE MENU STYLES */

#menu #lanmenu
{
   color: #ffffff;
   padding: 0;
   margin-top: 5px;
   width: 50px;
   float: right;
   height: 17px;
   line-height: 17px;
}

#menu #lanmenu img
{
   border: 0;
}

#menu #lanmenu ul
{
   padding-top: 3px;
   width: 220px;
}

/* CONTENT STYLES */

#logo
{
   width: 562px;
   height: 175px;
   position: absolute;
   top: 352px; 
   z-index: 99;
}

#content
{
   width: 968px;
   height: 461px;
   /*background-color: #00ff00;*/
}

#leftcontent
{
   float: left;
   width: 562px;
   height: 100%;
   /*background-color: #00ff00;*/
}

#innercontent
{
   width: 502px;
   margin-left: 30px;
   height: 250px;
   position: absolute;
   top: 100px;
   overflow: auto;
   padding-bottom: 100px;
}

#rightcontent
{
   float: left;
   width: 405px;
   height: 100%;
   /*background-color: #ff0000;*/
   border-left: 1px solid #006f3c;
}

/* FOOTER STYLES */

#footer
{
   margin: 0;
   padding: 0;
   width: 968px;
   height: 94px;
   /*background-color: #ffffff;*/
}

#footercontent
{
   margin: 0;
   padding: 0;
   margin-top: 10px;
   margin-right: 10px;
   width: 250px;
   float: right;
   text-align: right;
   color: #ffffff;
}

#footercontent h1
{
   visibility: hidden;
   display: none;
}

#footercontent p
{
   margin: 0;
   padding: 0;
}
