/*
 * styles for my page
 *
 * most of the original styles taken from www.freebsd.org
 * 
 * Vladimir Kotal <vlada@devnull.cz>, 2005
 */

body {
  margin: 0;
  padding: 0;
  font-family: verdana, sans-serif;
  font-size: 69%;
  color: #000;
  /* background: #fff url("../images/hdr_fill.png") */
  /* repeat-x;  */
}

p {
  font-size: 1.0em;
  line-height: 1.2em;
  margin: 1.2em 0em 1.2em 0em;
}

h3 {
  font-weight: bold; color: #e24628; font-size: 1em;
}

#CONTAINER, #container {
  margin: 0em auto;
  width: 765px;
  padding: 0;
  padding-top: 0px;
  padding-bottom: 15px;
  /* text-align: left; */ /* Win IE5 */
}

a:link		{color: #e24628}
a:visited	{color: #e24628}
a:hover		{color: #4e4e4e}

/* Footer */

#FOOTERCONTAINER, #footercontainer {
  padding-bottom: 2px;
}

#FOOTER, #footer {
  background: #ffffff; 
  top: 15px;
  position: relative;
  height: 76px;
  margin: 0;
  padding: 0;
  clear: both;
}

#FOOTERLEFT, #footerleft {
  position: relative;
  border: 0px;
  padding: 0px;
  top: 19px; 
  margin: 0px;
  float: left;
}

#FOOTERLEFT img, #footerleft img { 
  border: 0px; 
}

#FOOTERRIGHT, #footerright {
  position: relative;
  border: 0px;
  padding: 0px;
  text-align: right;
  margin: 0px;
  float: right;
}

#FOOTERRIGHT img, #footerright img {
  border: 0px;
}

#FOOTERRIGHT tt, #footerright tt {
  font-family: monospace;
  font-size: 1.2em;
}

#FOOTERLEFT tt, #footerleft tt {
  font-family: monospace;
  font-size: 1.2em;
}

/* Top */

#TOPCONTAINER, #topcontainer {
  padding-bottom: 2px;
}

#TOP, #top {
  background: #ffffff; 
/*  top: 15px; */
  position: relative;
  height: 100px;
  margin: 0;
  padding: 0;
  clear: both;
}

.topleft {
  width: 450px;
  position: relative;
  border: 0px;
  padding: 0px;
/*  top: 19px;  */
  margin: 0px;
  float: left;
}

.topright {
  width: 300px;
  position: relative;
  border: 0px;
  padding: 0px;
  text-align: right;
  margin: 0px;
  float: right;
}

/* Global settings */

pre {
  font-family: monospace;
  font-size: 1.4em;
}

tt {
  font-family: monospace;
  font-size: 1.4em;
}

img {
  border: 0;
}

/* Front */

#FRONTCONTAINER, #frontcontainer {
  padding-bottom: 2px;
}

.fcol {
  float: left;
  position: relative;
  /* background-color: #f4f4f4; */
  /* width: 190px; */
}

.fcol strong {
  font-size: 1.3em;
}

.fcol li {
  list-style: none; /* nechci puntiky */
  font-size: 1.0em;
  line-height: 1.1em;
  margin-top: 0.6em;
  margin-bottom: 0.3em; 
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
}
