
/* background etc. settings */
html, body {
  font-size: 100.1%;
}

html {
  background-image: url("pics/ukot.gif");
}

body {
  margin: 25px 2%;
}

/* divs */

div.pageWrapper {
  margin: 0;
  width: auto;
  min-width: 700px;
}

div.columnContainer {
  border-color: #fff;
  border-right-width: 0;
  border-left-width: 0em;
  border-left-style: solid;
  z-index: 1;
}

div.innerContainer {
  border: none;
  border-width: 0 1px;
  margin: 0 -1px;
  width: 100%;
  z-index: 2;
}

div.menuColumn, div.contentColumn {
  overflow: visible;
  position: relative;
}

div.menuColumn {
  float: left;
  margin: 0 1px 0 0em;
  width: 10%;
  z-index: 4;
}

div.contentColumn {
  float: right;
  margin: 0 0 0 -1px;
  width: 70%;
  z-index: 5;
}

div.content {
  padding: 0em 0em 2em 2em;
}

div.languageSelection {
  position: relative;
  left: 1em;
  text-align: center;
  padding: 0.2em;
  width: 10em;
  margin-left: auto;
  margin-right: auto;
  border-style: none;
  border-width: 0;
}

/* menu settings */
div.languageSelection img {
  border-style: none;
}

a.menuitem {
  position: relative;
  left: 1em;
  padding: 0.4em 0.2em 0.4em 0.2em;
  background-color: #c00000;
  border-style: outset;
  display: block;
  width: 10em;
  text-align: center;
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: bold;
  /* font-variant: small-caps; */
  text-decoration: none;
}

a.menuitem:link {
  color: #ffdb99;
  border-color: #c00000;
}

a.menuitem:visited {
  color: #ffdb99;
  border-color: #c00000;
}

a.menuitem:hover {
  background-color: #900000;
  color: #ffffa9
}

div.languageSelection img {
  text-align: center;
}

/* index page settings */

div.content img {
  text-align: center;
}

p.welcome, p.fun , span.homepage {
  color: #ae0061;
  text-align: center;
}

p.welcome {
  font-size: 280%;
  font-weight: bold;
}
p.fun {
  font-size: 200%;
}
span.homepage {
  font-size: 70%;
}

/* settings for lists */
li {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

h2 {
  text-decoration: underline;
}

h1, h2 {
  color: #900000;
}

img.ukot {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Slovakia */
img.slovakia_kuva {
  width: 300px;
  border-width: 0;
  float: right;
  padding-left: 1em;
}

/* galleria */

div.galleria img {
  border: solid black 1px;
}

div.galleria div {
  float: left;
  width: 140px;
  height: 140px;
  text-align: center;
  margin: 0 5px 5px 0;
}
  
