/* CSS Document */

/* basic settings */

html, body, p, h1, h2, h3, table, div, span, strong, ul, li,img {
  margin: 0;padding: 0;border: 0;
}
 
/*------------------------------------------------------*/

/* main elements */

body {
  text-align: left;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
}

#box {
  width: auto;
  height: auto;
  margin: 30px auto;
}


#header {
  width: auto;
  height: 100px;
  border-bottom: 1px solid #999;
}

#header h1 { display: block; }

#content {
  width: auto;
  height: auto;
}


#footer {
  border-top: 1px solid #999;
  width: auto;
  height: auto;
  color: #000;
  padding: 5px 0;
  font-size: 0.9em;
}
#footer span {
  padding: 0 20px;
}
#footer a {
  color: #000;
  text-decoration: none;
}

/*------------------------------------------------------*/

/* content elements */

img#pictogram {
  display: none;
}

ul#menu {
  display: none;
}

#inner-page {
  width: auto;
  height: auto;
  padding: 15px 31px;
  font-size: 0.8em;
}
/*------------------------------------------------------*/

/* main page 'UVOD' */

img#headtitle {
  
}

#inner-page h1 { font-size: 1.7em; padding: 5px 0; }

#inner-page h2 { font-size: 1.2em; padding: 5px 0; }

#inner-page p { font-size: 0.9em; padding: 0 0 15px 0; text-align: justify; }

#inner-page ul { list-style-type: square; margin: 10px 20px; padding: 0 0 15px 0; font-size: 0.9em;}

#inner-page li { padding: 2px 0; }

#inner-page strong { padding: 10px 0; }

#inner-page span { font-size: 0.9em; display: block; }

#inner-page a { color: #C96; }
#inner-page a:hover { color: #000; }



