/*

Author: Tvorba Webov (Martin Csomor)
Version: 1.0 (26.03.2009) for all browsers (ie 5.5 :-( ?!? )
Author-url: http://www.tvorbawebov.sk

*/
@media all {
/*
DEFAULT BODY
*/
  body, html 
  { 
    background: #d7dcc0 url("../images/layout/default/bg.png") repeat-x;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #63560f;  
    margin : 0 auto 
  } 
  a 
  {
    color:#b1ba02; 
    outline: none;
    text-decoration: none
  } 
  a:hover 
  {
    color: #000; 
    text-decoration: underline; 
  }
/*
MAIN DIVS + SUB CLASSES
*/  

/* HEADER */
  h1
  { 
    width: 481px;
    height: 176px;
    margin: 0;
    position: relative;

  }
  #header_right
  {
    width: 509px;
    height: 176px;
    margin: -176px 0 0 481px;
    background: url("../images/layout/default/header_right.png") no-repeat;
  }
  #header_right .header_right_pic
  {
    width: 467px;
    height: 133px;
    padding: 22px 0 0 29px;
  }  
/* --- HEADER END ---*/

/* NEWS LEFT */
  #news_left
  {
    position: relative;
    width: 230px;
    height: 399px; 
    margin: 0;
    background: url("../images/layout/default/news_left.png") no-repeat
  }
  #news_left a
  {
    color: #8f9600
  }
  #news_left a:hover
  {  
    color: #494d00;
    text-decoration: none
  }  
  #news_left h2
  {
    font-size: 22px;
    color: #8f9600;
    padding: 10px 0 0 14px;
    margin: 0px
  }
  #news_left .news_block
  {
    width:188px;
    font-size: 12px;
    margin:10px 0 0 14px;
    background: url("../images/layout/default/news_block_hr.png") right bottom no-repeat
  }
  #news_left .news_block .news_block_date
  {
    color: #c9cc76;
    font-style: italic 
  }
  #news_left .news_block .news_block_text
  {
    width: 180px;
    color: #8f9600;
    padding: 0 0 5px 0;
  } 
  #news_left .more_news
  {
   padding: 5px 0 0 120px;
   color: #8f9600;
  } 
  .new_projects
  {
  color:#8F9600;
  float:left;
  font-size:22px;
  margin:-55px 0 20px 14px !important;
  margin:-55px 0 20px 7px ;/* for IE5.x and IE6, scroll "bug" */
  position:relative;

  }
/* --- NEWS LEFT END ---*/        
/* PROJECTS LEFT */
  #new_project
  {             
    width: 230px;
    height: 470px; position: relative;
    margin: 0;
    background: url("../images/layout/default/new_project_left.png") no-repeat
  } 
  #new_project a
  {
    color: #8f9600
  }
  #new_project a:hover
  {  
    color: #494d00;
    text-decoration: none
  }  
  #new_project #new_project_1
  {
    width: 185px;
    height: 121px;
    margin: 0;
    padding:3px 0 0 17px;
      
  }
  #new_project #new_project_2
  {
    width: 185px;
    height: 121px;
    margin: 0;
    padding:35px 0 0 17px !important;
    padding:31px 0 0 17px  
  } 
  #new_project #new_project_3
  {
    width: 185px;
    height: 121px;
    margin: 0;
    padding:35px 0 0 17px !important;
    padding:31px 0 0 17px  
  } 
  #new_project .more_projects
  {
   padding: 39px 0 0 120px;
   color: #8f9600;
  }
/* --- PROJECTS LEFT END ---*/ 

  #left_down
  {
    width: 230px;
    height: 131px; 
    margin: 0;
    background: url("../images/layout/default/left_down.png") no-repeat
  } 

/* LEFT SUBMENU */
  #left_submenu
  {  
    background: url("../images/layout/default/left_submenu_bg.png") no-repeat;
    height:993px;
    margin:-1000px 0 0 230px !important;
    margin: -1041px 0 0 230px;
    width:250px;
    position: relative; 
    overflow: visible
  } 
  #left_submenu a
  {
    color: #8f9600
  }
  #left_submenu a:hover
  {  
    color: #494d00;
    text-decoration: none
  }
  #left_submenu .check_domain
  {
    width: 240px;
    margin:14px 0 0 21px !important;
    margin:14px 0 0 21px;

     position: absolute   
  }
  #left_submenu label
  {     
   margin:0;
   padding: 0;
  }
  #left_submenu .check_domain .input_check_domain
  { 
    background: #F8FACF url("../images/layout/default/input_search.png") no-repeat !important;
    background: #F8FACF url("../images/layout/default/input_search.png") no-repeat fixed;
    border: 1px solid #DADF60;
    border-left: 0;
    height: 20px;
    width: 184px;
    color: #63560f;
    font-size: 13px;
    padding:8px 0 0 9px;
  }
  #left_submenu .submit_check_domain 
  {
    margin: 0;
    border: 0;
    height: 18px;
    width: 22px;
    padding:3px 0 0 4px;
  }

  #left_submenu h2
  {
    font-size: 22px;
    color: #8f9600;
    padding: 60px 0 0 22px;
    margin: 0px
  }
    #left_submenu .submenu
    {
      height: 200px;
      width: 212px;
      position: absolute;
      margin: 9px 0 0 23px;
      list-style-type: none;
      padding: 0;
      font-size: 11px;
    }
    #left_submenu li
    { 
      background: url("../images/layout/default/left_submenu_li.png")  no-repeat right bottom;
      padding: 7px 0 5px 0;
      width: 203px
    }
    #left_submenu li.active
    {
      color: #494d00;
      background: url("../images/layout/default/left_submenu_li_hover.png")  no-repeat right bottom;
      padding: 7px 0 5px 0;
      width: 203px
    }

  #left_submenu_down
  {  
    background: url("../images/layout/default/left_submenu_bg_down.png") no-repeat;
    height: 12px;
    margin: -6px 0 0 230px !important;
    margin: 19px 0 -15px 230px;
    width: 250px;

  }
  
  .work
  {         
    font-weight: bold;
    font-size: 22px;
    color: #8F9600;
    padding: 213px 0 0 22px;    
  }
  
  .project_progress
  {
    width: 205px;
    height: 133px;
    margin: 0;
    padding:36px 0 0 24px;  
  }
  #project_progress_title
  {
   color: #494d00;
   font-size: 12px;
   font-weight: bold;
   padding:20px 0 0 24px !important;
   padding: 16px 0 0 24px;  
  }
  #project_progress_title a
  {
   color: #494d00
  }
  #project_progress_title a:hover
  {
   color: #8F9600;
  }
  .project_progress_article
  {
    padding:0 0 0 24px;
    color: #8f9600;
  }
  
  .newsletter
  {         
    font-weight: bold;
    font-size: 22px;
    color: #8F9600;
    padding: 45px 0 0 22px;
  }
  .newsletter_article
  {
    padding:10px 0 0 24px;
    color: #8f9600;  
  }
  .newsletter_article em
  {
   color: #494d00 
  }
  .input_newsletter
  { 
    background: #DCE0C5 url("../images/layout/default/input_newsletter.png") no-repeat !important;
    background: #DCE0C5 url("../images/layout/default/input_newsletter.png") no-repeat fixed;
    border: 0;
    height: 22px;
    width: 190px;
    padding:4px 0 0 2px;
    font-size: 13px;
    margin: 0 0 0 24px;
    color: #8f9600 
  }
  .submit_newsletter 
  {
    margin: 0;
    border: 0;
    height: 25px;
    width:25px;

  }

  .faq_box
  {
    font-weight: bold;
    font-size: 22px;
    color: #8F9600;
    padding: 20px 0 0 22px;
  }
  
  .faq_box_listing {
    padding:10px 0 0 24px;
    color: #8f9600;
  }
  
  .faq_box_listing p {
    padding-top: 5px;
    background: url("../images/layout/default/left_submenu_li.png")  no-repeat left bottom;
    padding-bottom: 5px;
  }
  
  .faq_more {
   padding: 10px 0 0 100px;
   color: #8f9600;
  }

                    
/* --- LEFTSUB MENU END ---*/  
/* CONTENT MENU */
  #content_menu
  {  
    background: url("../images/layout/default/content_menu1.png") no-repeat;
    height:39px;
    margin: -1000px 0 0 480px !important;
    margin: -1029px 0 0 480px;
    width:515px;       
  } 
  #content_menu a
  {
    color: #8f9600
  }
  #content_menu a:hover
  {  
    color: #494d00;
    text-decoration: none
  }
  
    #content_menu #menu
    {
      height: 20px;
      width: 500px;
      position: absolute;
      margin: 10px 0 0 40px;

      color: #738300;
      font-size: 12px;
      font-weight: bold;
    }
    #content_menu #menu ul
    {
      list-style-type: none;
      padding: 0;
      margin: 0;

      display: inline;
    }
    #content_menu #menu li
    { 

      float:left;
      display: inline;
      margin: 0 0 0 10px;
    }
    #content_menu li.active
    {
      color: #1f2301; 
    }      
/* --- CONTENT MENU END ---*/ 
/* CONTENT*/
  #content
  {  
    background: url("../images/layout/default/content_left_bg.png")  no-repeat left top;
    width:498px;
    height: 980px;
    margin: -21px 0 0 480px !important;
    margin: 0px 0 0 480px; 
      position: relative;   
  } 

  #content_menu a
  {
    color: #8f9600
  }
  #content_menu a:hover
  {  
    color: #494d00;
    text-decoration: none
  }
  #content #content_article
  {
    background: url("../images/layout/default/content_article.png")  no-repeat;
    width:499px;      
    height: 180px;   
    margin: 21px 0 0 11px  !important;
    margin: 0 0 0 11px;
    letter-spacing: 0.4px;
            
  }
  #content #content_article h3
  {
    color: #63560f;
    padding: 55px 0 0 30px;
    font-size: 19px;  
    font-weight: bold;  
    letter-spacing: 0.8px;
    margin: 0px;       
  }

  #content #content_article p
  {
    width:469px; 
    /*padding: 20px 0 0 20px; */    
    line-height: 15.5px;   
    position: relative;
    /*overflow: auto; */  
    margin: 0;                          
   
  }
/* PROJECTS */ 
  #content #content_article #article
  {
    width:469px;
    padding: 20px 0 0 20px;    
    margin: 0; 
       
  }

    #content #content_article li
  {
       background: url("../images/layout/default/left_submenu_li.png")  no-repeat left bottom;
      padding: 7px 0 5px 0;
      width: 380px;
      list-style: square;
       
  }
  #content #content_article #article p
  {
    padding: 0;
    margin: 0;     
  }
  #content #content_article #article h4
  { 
   color: #63560f;
   font-size:14px; 
   margin: 0;
   padding: 0; 
  }
/* PROJECTS END */     
  #content #content_article .article_
  {
    width:469px; 
    padding: 20px 0 0 20px;     
    height: 270px;

    /*overflow: auto; */
    margin: 0;     
        
  }
  
  
    #content #content_article label{
float: left;
width: 250px;
font-weight: bold;
}

#content_article input, textarea{

width: 210px;
margin-bottom: 5px;
    border: 1px solid #DADF60;
    background-color: #F8FACF;
    height: 20px;

    color: #63560f;
}
#content_article select{


margin-bottom: 5px;
    border: 1px solid #DADF60;
    background-color: #F8FACF;
    height: 20px;

    color: #63560f;
}
#content_article .textarea
{
width: 400px;
height: 200px;
}
#content_article .captcha
{
width: 18px;
}
#content_article .boxes{
width: 13px;
border: 0;
  background-color: #F3F5C5;

}

#content_article #submitbutton{
clear:both;
margin-top: 5px;
width: 185px;
height: 30px;

}
#content_article .button{
clear:both;
width: 400px;
height: 20px;

}
#content #content_article .margin
{
float:left;
width: 30px !important;
width: 35px;
}



   #content #content_article .img
  { 
  margin-right: 10px; 
  border: 2px solid #fff; float:left;
        
  }
   #content #content_article .img3
  { 
  margin-left: 50px; 
  border: 2px solid #fff; 
  
  }  
   #content #content_article .article_text
  { 
   float:left;
   margin: -260px 0 0 0 !important;#
   margin: 0;
   padding: 0;

  }


/*\*/
html>body*#content #content_article .article_text { 
   float:left;
   margin: 0 !important;
   padding: 0; 
}
/**/
  #content #content_article .new_article
  {
    float:left;
    width: 469px;
    margin: 20px 0 0 20px !important;
    margin: 20px 5px 0 10px;
    padding: 0;
  }
  
  #content #content_article .article_text h4
  {
   font-size: 15px;
  }
  
    #content #content_article .new_article_projects
  { 
         float:left;            
    width: 469px;
    margin: 0;
    padding: 0;
  } 
    #content #content_article .new_article_projects .hr
  { 
  width: 444px;
  border: 1px solid #B0B639;
  padding: 5px 0 5px 0;      
  margin: 5px 0 5px 0; 
  height: 170px;
  background-color: #F3F5C5;
  padding: 10px 10px 0 10px;    
  }
#content_article .new_article_projects .hr_registration
  { 
  width: 444px;
  padding: 5px 0 5px 0;

  height: 440px;
    background-color: #F3F5C5;
  border: 1px solid #B0B639;
  padding: 10px 10px 10px 10px;
  }
#content_article .new_article_projects .hr_registration a
  { 

  color: #000;
  text-decoration: underline

  }  
    
      #content #content_article .new_article_projects .hr p
  { 
  width: 455px;
         
  }  
  #content #content_article  h4
  {
   color: #63560f;
   font-size:14px; 
   margin: 0;
   padding:0; 
  }  

  #content #content_article .paginator
  {
  float:left;
  margin-left: 100px;
  margin-top: 10px; 
  }
  #content #content_article .other_news
  {
  float:right;
  position: relative;
  margin: -10px 10px 0 0px;

  }
  #content #content_article .hr
  { 
  
  border-top: 1px solid #B0B639;
  border-bottom: 1px solid #B0B639;
  padding: 0;
  margin: 0 0 5px 0; 
  } 
     
    #content #content_article .project_details
  {
    float:right;
    font-weight: bold;
    padding-right: 5px;
  }  
  #content #content_article .short_text
  {
  margin: 0;
  padding:0 0 0 10px;
  }  
  
  #content #headlines
  { 
  width: 480px; 
  margin: 200px 0 0 15px !important;
  margin: 11px 0 0 15px;  
  } 
  #content #headlines a
  {
    color: #8f9600
  }
  #content #headlines a:hover
  {  
    color: #494d00;
    text-decoration: none
  }

  #content #headlines .headlines_left
  {     
    background: url("../images/layout/default/content_article_bg.png")  no-repeat left top;
    float:left;
    width:240px;
    height: 230px;
  }

  #content #headlines h4
  {  
    height: 41px; 
    color: #63560f;
    font-size: 14px;
    font-weight: bold;
    padding: 16px 0 0 25px;
    letter-spacing: 0.8px;
    margin: 0;
  }
  #content #headlines .more
  {
   background: url("../images/layout/default/headlines_down.png")  no-repeat right top;
    width:185px;
    height: 40px;
    text-align: right;
    padding: 7px 0 0 23px;
    margin: 7px 0 0 0;

  }
  #content #headlines p
  {  
      width: 210px;
      margin: 0 0 0 17px;
      height: 176px !important;
       min-height: 176px;
      height: 176px;
      overflow: auto;
    
  }  
  #content #headlines .headlines_right
  { 
    float:right;
    background: url("../images/layout/default/content_article_bg.png")  no-repeat left top;
    width:240px;      
    height: 230px;   
  }
  
  
  
  #content #headlines_down
  {     
    float:left;
    width: 480px;
    margin: 50px 0 0 15px !important;
    margin: 0 0 0 10px;  
  } 
  #content #headlines_down a
  {
    color: #8f9600
  }
  #content #headlines_down a:hover
  {  
    color: #494d00;
    text-decoration: none
  }

  #content #headlines_down .headlines_left
  {     
    background: url("../images/layout/default/content_article_bg2.png")  no-repeat left top;
    float:left;
    width:240px;
    height: 230px;
  }

  #content #headlines_down h4
  {  
    height: 41px; 
    color: #63560f;
    font-size: 14px;
    font-weight: bold;
    padding: 16px 0 0 25px;
    letter-spacing: 0.8px;
    margin: 0
  }
  #content #headlines_down .more
  {
   background: url("../images/layout/default/headlines_down.png")  no-repeat right top;
    width:185px;
    height: 40px;
    text-align: right;
    padding: 7px 0 0 23px;
    margin: 7px 0 0 0;

  }
  #content #headlines_down p
  {  
      width: 210px;
      margin: 0 0 0 17px;
      height: 176px !important;
      min-height: 176px;
      height: 176px;
      overflow: auto;
    
  }  
  #content #headlines_down .headlines_right
  { 
    float:right;
    background: url("../images/layout/default/content_article_bg2.png")  no-repeat left top;
    width:240px;      
    height: 230px;   
  }             
         
/* --- CONTENT---*/   
/* FOOTER */
  #footer
  { 
    width: 990px;
    height: 66px;
    margin: -19px 0 0 0 !important;
    margin: 6px 0 0 0;                             
    background: url("../images/layout/default/footer.png") no-repeat  
  } 
  #footer a
  {
    color: #fff
  }
  #footer a:hover
  {  
    color: #f0f4dc;
    text-decoration: none
  }
  #footer .footer_cop
  {
   color: #fff;
   font-size: 12px;
   padding: 12px 0 0 376px;
   letter-spacing: 1px;
  }
  #footer .footer_sys
  {
   margin: 0 0 0 -12px;  
  }
  #footer .footer_sys_link
  {
   margin: 0 0 0 10px;  
  }    
/* --- FOOTER END ---*/ 
      
/*
--- MAIN DIVS + SUB CLASSES END ---
*/  
.ok
{
clear:both;
color: green;
}
.error
{
color: red;
}
/*
HTML TAGS
*/
  img
  {
    border: 0
  }
  form
  {
    margin: 0
  } 
  form em 
  {
    font-weight: bold;
    font-style: normal;
    color: #f00;
    cursor: pointer;
  }
  ul
  {
   clear:both;
  }
  p
  {
    margin: 0;
    padding: 0
  } 
}

