/*
--------------------------------------------------------------------------------------------
1. DEFAULT ELEMENTI - HTML, BODY, H1, H2, P...
--------------------------------------------------------------------------------------------
*/
html, div, form, textarea, input, img, label, table, tr, td, p, h1, h2{ 
  margin: 0;
  padding: 0;
  border: none;
}

body{
  color: #000;
  background-color: #fff;
  margin: 0px;
  font: 13px 'Trebuchet MS', Georgia, Verdana, 'Times New Roman', Arial;
}

h1{
  font-size: 1.6em;
  font-weight: normal;
  margin-bottom: 12px;
}
h2{
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 4px;
}

p{padding-bottom:25px;line-height:1.5}

img{
  margin-right: 10px;
  border: none;
}

a{
  color: #000;
  text-decoration: underline;
}

.clear{clear:left}


/*
-------------------------------------------------------------------------------------------
2. HEADER STRANICE
-------------------------------------------------------------------------------------------
*/
#wrapper_header{
  display: none;
}


/*
-------------------------------------------------------------------------------------------
3. STUPAC STRANICE
-------------------------------------------------------------------------------------------
*/
#container_main #column{
  width: 280px;
}
#container_main #column a img{
  float: right;
  margin-right: 30px;
}


/*
-------------------------------------------------------------------------------------------
4. FOOTER STRANICE
-------------------------------------------------------------------------------------------
*/
#container_footer #links{
  display: none;
}
