body
{ 
   background: #9a9b9c url(../images/layout/background.jpg) 0 0 repeat-x;
   font-family: Arial;
   font-size: 12px; 
   margin:0 auto; 
   padding:0; 
   width: 100%;
   height: 100%;
   text-align: center;
   color: #ffffff;

   /*
   scrollbar-arrow-color: #ffffff;
   scrollbar-face-color: #2F3192;
   scrollbar-highlight-color: #4E4FA2;
   scrollbar-3dlight-color: #ffffff;
   scrollbar-shadow-color: #4E4FA2;
   scrollbar-darkshadow-color: #4E4FA2;
   scrollbar-track-color: #E1E1E1;
   */
}

iframe{
 width: 410px;
 border:none;
 background-image:none;
 background:#9c9d9f;
 overflow:auto;
}

h1
{
   font-size: 18px;
   border-bottom: 1px dashed #ffffff;
}

h2
{
   font-size: 16px;
   text-align: left;
}

h3
{
   font-size: 12px;
}

a
{
   color: #ffffff;
}

img{
 border:0px;
}


/* ==================== HEADER ==================== */

#header
{
   text-align: left;
   width: 100%;
   height: 65px;
   background: transparent url(../images/layout/header.jpg) 0 0 repeat-x;
   /* border-bottom: 1px solid #ffffff; */
}

#nav
{
   display: block;
   height: 65px;
   position: absolute;
   top: 0px;
   /*
   border: 1px solid #00ff00;
   */
}

#nav ul
{
   list-style: none;
   display: block;
   padding:0;
   border:0;
   margin:0;
   text-indent:none;
   font-size: 12px;
}

#nav ul li
{
   padding-top: 40px;
   float: left;
   width: 120px;
   height: 25px;
   list-style: none;
   text-align: center;
   text-indent:none;
   background: transparent url(../images/layout/menuitem_bg.gif) 0 0 no-repeat;
}

#nav ul li span
{
   display: block;
   width: 120px;
   height: 17px;
   padding:0;
   border:0;
   margin:0;
   font-size: 18px;
   text-align: center;   
   color: #ffffff;
   font-weight: bold;
   text-decoration: none;
   text-indent: none;
}

#nav ul li a
{
   text-decoration: none;
}

#search
{
   position: absolute;
   top: 15px;
   right: 15px;
   width: 300px;
   height: 25px;
   /*border: 1px solid #00ff00;*/
}

#searchbutton
{
   width: 50px;
   height: 21px;
   font-size: 16px;
   color:#ffffff;
   background-color: transparent;
   z-index:800;
   border: 0;
   /*background: #ff6e00 url(../images/layout/searchbutton.jpg) 0 0 no-repeat;*/
}

#searchbuttonnl
{
   width: 50px;
   height: 21px;
   font-size: 16px;
   color:#ffffff;
   background-color: transparent;
   z-index:800;
   border: 0;
   background: #ff6e00 url(../images/layout/button_search_nl.jpg) 0 0 no-repeat;
   cursor: pointer;
}

#searchbuttonuk
{
   width: 50px;
   height: 21px;
   font-size: 16px;
   color:#ffffff;
   background-color: transparent;
   z-index:800;
   border: 0;
   background: #ff6e00 url(../images/layout/button_search_uk.jpg) 0 0 no-repeat;
   cursor: pointer;
}


#searchbutton span:hover
{
   cursor: pointer;
}

/* ==================== CONTENT ==================== */

#container
{
   position: absolute;
   top: 66px;
   left: 0px;
   width: 100%;
   /*border: 1px solid #ff0000;*/
}

#homeinnercontainer
{
   background: transparent url(../images/layout/content_bg.jpg) 0 0 no-repeat;
   margin: 0 auto; 
   width: 865px;
   /*border: 1px solid #00ff00;*/
   text-align: left;
}

#innercontainer
{
   background: transparent url(../images/layout/content_bg_page.jpg) no-repeat;
   margin: 0 auto;
   width: 865px;
   height: 612px;
   /*border: 1px solid #ff0000;*/
   text-align: left;
}

#flash
{
   width: 865px;
   height: 400px;
}

#homecontent
{
   width: 865px;
   height: 210px;
   /*border: 1px solid #0000ff;*/
}

#content
{
   width: 865px;
   height: 510px;
   /*margin-top: 100px;*/
   /*border: 1px solid #0000ff;*/
}

#contentresults
{
   width: 575px;
   height: 510px;
   padding-left: 40px;
   padding-top: 95px;
   /*margin-top: 100px;*/
   /* border: 1px solid #0000ff;*/
}

#leftcolumn
{
   float: left;
   margin-left: 30px;
   margin-top: 15px;
   width: 375px;
   /*border: 1px solid #ff0000;*/
}

#rightcolumn
{
   float: left;
   margin-left: 30px;
   margin-top: 15px;
   width: 375px;
   left: 400px;
   /*border: 1px solid #ff0000;*/
}

#leftcolumnpage
{
   float: left;
   width: 400px;
   height: 600px;
   margin-left: 5px;
   /*border: 1px solid #00ff00;*/
}

#rightcolumnpage
{
   float: left;
   margin-left: 25px;
   margin-top: 125px;
   width: 375px;
   height: 440px;
   left: 400px;
   /*border: 1px solid #ff0000;*/
}

#news ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#news li
{
   background: transparent url(../images/layout/bullet.gif) no-repeat;    
   padding-left: 15px;
}

#news a
{
   color: #ffffff;
}

/* ==================== FOOTER ==================== */

#footer 
{
   text-align: left;
   position: absolute;
   height:30px;
   /*bottom: 0px;*/
   left: 0px;
   top: 675px;
   width: 100%;
   background: #9a9b9c url(../images/layout/footer.jpg) 0 0 repeat-x;
   
}

#footer table
{
   margin-top: 5px;
   padding-left: 5px;
   padding-right: 5px;
   font-family: Arial;
   font-size: 12px;
   color: #ffffff; 
}

#footer a
{
   font-family: Arial;
   font-size: 12px;
   color: #ffffff; 
}

#lan
{
   width: 50px;
   height: 15px;
}

#lan img
{
   border: 0;
}


