/**
 * Screen & projection stylesheet
 *
 * @version SVN:$Id$
 * @author mishal
 *
 */

/* reset all */

* {
  margin: 0;
  padding: 0;
}

/* clear */
.clear {
  clear: both;
}

.empty_clear {
    clear:both;
    line-height: 0.1;
    font-size:1px;
}
.hidden {
  display: none;
}

a img {
  border: 0;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}


/* LAYOUT */

#wrapper {
    width: 980px;
    margin: 0px auto;
    text-align:left;
}

#header {
    display: none;
}

#site_header {
    height: 120px;
}

#language_switch {
    position: relative;
    top: 10px;
    left: 10px;
}

#clusterpoint_logo {
    display:block;
    width: 270px;
    height: 55px;
    background-image: url('images/clusterpoint_logo.gif'); /* rozmer obrazku je 265 x 55 px */
    background-position:right;
    background-repeat: no-repeat;
    position: absolute;
    top: 45px;
    text-decoration:none;
}

#clusterpoint_logo span {
  display: none;
}

#wrapper_full_banner {
    width: 468px;
    position: relative;
    left: 470px;
    top: 10px;
}

#banner_468x60 {
    height: 60px;
    overflow: hidden;
    position: absolute;
}

#column_left, #footer_left_column {
    margin: 1%;
    width: 25%;
    float: left;
  margin-right: 0;
}

#content, #footer_middle_column {
    margin: 1%;
    width: 49%;
    float: left;
}

#column_right, #footer_right_column {
  margin: 1%;
  width: 20%;
  float: left;
  margin-right: 0;
}



.project_image {
    width: 30%;
    float: left;
}
.project_info {
    width: 69.5%;
    float: left;
}

/* menu */
#wrapper_top_menu {     /* slouzi k zapozicovani menu v hlavicce */
  padding-top: 70px;
  padding-left: 350px;
}

#menu {
  position: absolute;
}

#menu a {
  text-decoration: none;
  font-weight: bold;
  color: #000100;
  display: block;
  padding: 7px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
}
#menu .top_submenu a {
  width: 158px;
  z-index: 9;
}

#menu a:hover {
    background-color: #FFE1A8;
}

.top_menu, .top_submenu {
    list-style-type: none;
}

.top_menu .top_menu_item {
    float: left;
    border-top: 2px solid #F1F1F1;
    border-left: 2px solid #F1F1F1;
    border-right: 2px solid #F1F1F1;
    background-color: #FFF2D5;
}

/*.top_menu .top_menu_item:hover,*/
.top_menu .top_menu_selected {
    background-color: #FFE1A8;
}

.top_menu_item .top_submenu {
    display: none;
}

.top_menu_item:hover .top_submenu {
    display: block;
    position: absolute;
    background-color: #FFF2D5;
    border: 1px solid #FECC99;
}

#menu .top_menu .top_menu_item .top_submenu .top_submenu_item {
/*   width: 180px;*/
}

/* konec menu */

ul.menu_left {
    list-style-type:none;
    margin-top: 10px;
}
ul.menu_left li {
    border-bottom: 1px solid #C2C1C6;
    vertical-align: middle;
}

ul.menu_left li a {
    font-weight: bold;
    text-decoration: none;
    color: #303030;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
}

ul.menu_left li a:hover {
    background-color: #FFF2D5;
}

ul.menu_left li a img {
    vertical-align: middle;
}

ul#footer_menu {
    list-style-type: none;
}
ul#footer_menu li {
    display: inline;
}

#control_links {
  font-size: 8pt;
  color: #FF6503;
  text-align:left;

}

#control_links a {
  text-decoration: none;
}
#control_links a:hover {
  text-decoration: underline;
}

#site_footer {
    background-color: #D0E6D1;
}
#site_footer_menu, #site_copyright {
    text-align: center;
    padding: 10px;
}

#site_footer_menu a {
    color: #303030;
}

#site_copyright {
    font-size: 9pt;
}

#site_content {
    background-image: url('images/top_bg.gif');
    background-repeat: repeat-x;
}
#wrapper_site_content_helper {
    background-image: url('images/content_bg.gif');
    background-repeat: no-repeat;
    background-position: bottom;
}

#current_action {
    background-image: url('images/right_box_bg.gif');
    border: 1px solid #FECC99;
    padding: 10px;
    margin-bottom:10px;
}

#recomended {
    background-image: url('images/right_box_bg.gif');
    border: 1px solid #FECC99;
    padding: 10px;
    margin-bottom:10px;
}
#current_action h3, #recomended h3 {
    color: #FF6500;
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 5px;
}

.current_action_date {
    color: #FF6500;
    font-size: 9pt;
}

.current_action_message, .recomended_message {
    margin-bottom: 10px;
    font-size: 9pt;
}

#news_container, #messages_container {
    padding:15px;

    background-image: url('images/news_bg.gif');
    background-position: bottom left;
    background-repeat:no-repeat;

    font-size: 9pt;
}
#news_container h3, #messages_container h3 {
    font-size: 10pt;
    color: #339830;
    font-weight: bold;
    margin-bottom: 5px;
}

.news_message {
    margin-bottom: 10px;
}

.news_date {
    color:#339830
}

#messages_container ol {
    margin-bottom: 0px;
    padding: 7px;
    padding-left: 10px;
}

#messages_container li {
    margin-top: 5px;
    margin-left: 10px;
}

#infoservice_form {
    margin-bottom: 10px;
}
#infoservice_label, #problem_info {
    display: block;
    color: #303030;
    font-size: 9pt;
}

#mail_adress {
    background-color: white;
    border: 1px solid #349949;

    margin: 0px;
    width: 150px;

    position: relative;
    top: -8px;
}

#register_bt {
    margin: 0px;
    position: relative;
    top: -2px;
    width: 35px;
    height: 24px;
}

#search_input {
    border: 1px solid #C1C2C6;
    width: 150px;
    background-color: white;
    position: relative;
    top: 15px;
}

#search_bt {
  position: absolute;
  width: 61px;
  height: 52px;
  z-index: 1;
}

#search_info {
  font-weight: bold;
  font-size: 9pt;
  letter-spacing: 0.3em;
}

#search_form {
    border: 1px solid #FECC99;
    padding: 10px;
    height: 50px;
    background-color: #FFF2D5;
    margin-bottom: 5px;
  z-index: 0;
}

#footer_logos {
    text-align:left;
}
/* TYPO */

body {
  font-family: Arial, Helvetica, sans;
  font-size: 10pt;
  background-color: white;
  text-align:center;
  color: #666666;
}

a {
    color: #FF6503;
}

#content p {
  line-height: 140%;
}

#content h2, #content h3, #content h4, #content h5 {
    color: #339933;
    margin-bottom: 8px;
}
#footer_middle_column h2, #footer_middle_column h3, #footer_middle_column h4, #footer_middle_column h5 {
    color: #339933;
}

/* TABLES */

table {
  font: normal 80%/140% arial, verdana, helvetica, sans-serif;
}

/* shitty hacks */
.shitty_hack01 {
    font-size: 1px;
    height:8px;
}

.article_item {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

.breadcrumbs {
  margin-bottom: 1em;
}

  /* RSS */
  a.rss {
    background: url("images/rss_icon.gif") center left no-repeat;
    padding-left: 17px;
    margin-left: 5px;
    text-decoration: none !important; 
  }

  a.rss_small {
    background: url("images/rss_icon_small.gif") center left no-repeat;
    padding-left: 17px;
    margin-left: 5px;
    text-decoration: none !important; 
  }  

  a.rss span {
    display: none;
  }

table {
border-collapse: collapse;
border-spacing: 1px;
}

td, th {
padding:6px 6px;
border-bottom:solid 1px #eee;
vertical-align:top;
}

table caption{
background: #efefef;
color: #333;
text-align: center;
font-size: 1.2em;
line-height:3em;
}

thead th {
background: #eee;
border-bottom:solid 1px #ddd;
border-top:solid 1px #fff;
text-align:left;
}

tfoot td, tfoot th{
background: #eee;
border-bottom:solid 1px #fff;
border-top:solid 1px #ccc;
}

tr.odd td, tr.odd th {
background:#edf3fe;
}

/* links */

td a, td a:visited {
padding-top:6px;
padding-bottom:6px;
margin-top:-6px;
margin-bottom:-6px;
}

td a {
color:#333;
}

td a:visited {
color:#999;
}

tbody th a {
  padding-left:20px;
  color:#333;
}
.news_item
{
  margin-bottom: 0.5em;
  padding-bottom: 0.25em;
}

#column_right ul, #column_right ol {
  margin-left: 1em;
  list-style-type: inside;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 0.9em;
}

#content a:hover, #column_left a:hover, #column_right a:hover, #site_footer_menu a:hover {
  text-decoration: none;
}

#content ul, #content ol {
  list-style-type: inside;
  margin-left: 2em;
}




