/*Stylesheet by Ondøej Doktor*/
/* BASIC CONSTRUCTION */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#head_row {
	width: 100%;
	background-image: url('head_t.gif');
	background-repeat: repeat-x;
}
#head {
	width: 704px;
	height: 318px; 
	background-image: url('head.gif');
	background-repeat: no-repeat;
	background-position: center;
}
#overall{
    background-color: #FAF5D3;
}
#container{
    width: 704px;
}
#bottom_row{
	width: 100%;
	background-image: url('bottom_t.gif');
	background-repeat: repeat-x;
}
#bottom {
	width: 703px;
	height: 144px;
	background-image: url('bottom.gif');
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 9px;
}
/* CONTENT */
#menu {
	float: left;
	width: 200px;
	height: 100%;
	text-align: left;
	font-weight: 900;
	font-size: smaller;
}
#menu_ul{
    margin-left: 50px;
}
#page {
	width: 470px;
   	margin-left: 220px; /*equal to menu width + menu margin-left*/
}
/* ELEMENTS */
.list{
  list-style-type: square;
}
li {
    margin-top: 1.2em;
}
#first {
    margin: 0;
}
.left{
  text-align: left;
}
h1 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}
h2 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
}
h3{
	font-size: medium;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
h4{
  font-weight: bold;
  font-size: .8em; 
}
p{
	font-size: .8em;	
}
.tab{
  margin-left: 2em;
}
.navigace{
    text-decoration: none;
}
a {
  color: Black;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a:active {
  font-weight: bold;
  text-decoration: underline;
}
.panel{
    width: 150px;
}

