/* CSS Document */
/* basic of all basics */
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
/* fix height to 100% for IE */
	max-height: 100%;
/* fix height for other browsers */
}
body {
	background: #ffc url(images/bg.jpg) repeat center top;
	color: #666;
	overflow: auto;
}
hr {
	display: none;
}
/* Typography */
body {
	text-align: center;
	font-size: 78%;
	font-family: Verdana, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 1.8em;
}
#header, #footer {
	text-align: center;
}
#menu li {
  font-size: .8em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 2.8em;
  _line-height: 1.8em;   /* For IE 6.0 and older */
}
#menu li em {
  font-style: normal;
  font-size: 1.4em;
}
h1, h2 {
	line-height: 2em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}


#footer {
  font-size: .9em;
  line-height: 3em;
}
#footer a:link, #footer a:visited, #footer a:hover  {
  color: #ffc;
}
/* Basic Layout Construction */

#container {
	width: 814px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#header {
	width: 800px;
	height: auto;
	margin-left: 7px;
	margin-bottom: 1em;
}
#content {
	float: right;
	width: 535px;
	padding-right: 22px;
	padding-left: 15px;
}
#navigation {
	float: left;
	width: 220px;
	padding-left: 22px;
}
#extra {
	float: left;
	clear: left;
	width: 220px;
	padding-left: 22px;
}
#footer {
	clear: both;
	width: 800px;
	height: 35px;
	margin-left: 7px;
}

/* Basic Colors */

#container {
	background: url(images/bg2.gif) repeat-y center top;
	color: #666;
}
#header h1 {
	background: url(images/header.jpg) no-repeat;
	border-bottom: 1px #ffc solid;
}
#menu {
  background: url(images/menu2.jpg) no-repeat;
}
#header h2, #menu, #footer {
	background-color: #300;
	color: #ffc;
}
#content, #navigation, #extra {
	background-color: transparent;
	color: #666
}
a, a:link, a:visited, a:active {
	background-color: transparent;
	color: #666;
	text-decoration: underline;
}
a:hover, a.select {
	text-decoration: none;
}
/*
#navigation {
	background: red;
}
#extra {
	background: green;
}
*/

/* Logo a slogan - Aj pri vypnutých obrázkoch sú k dispozícii textové informácie */

#container {
	position: relative;
}
#header h1 a em, #header h2 {
	position: absolute;
	z-index: -1;
}
#header h1 {
	width: 800px;
	height: 169px;
}
#header h2 {
	width: 800px;
	height: 35px;
	top: 10px;
	left: 0px;
	margin-left: 7px;
}
#header h1 a em {
	display: block;
	width: 180px;
	height: 75px;
	top: 60px;
	left: 25px;

}
#header h1 a span {
  position: absolute;
	display: block;
	width: 180px;
	height: 75px;
	top: 60px;
	left: 25px;
	cursor: hand;
}

/* Menu Construction */

#menutop {
  background: url(images/menu1.jpg) no-repeat;
  width: 800px;
  height: 2px;
  border-bottom: 1px #ffc solid;
  line-height: 1px;
  font-size: 1px;
}
#shadow {
  background: #999 url(images/shadow.gif) repeat-x;
  width: 800px;
  height: 5px;
  border-top: 1px #ffc solid;
  line-height: 1px;
  font-size: 1px;
}
#menu {
  width: 800px;
  height: 26px;
}
#menu li {
	display: block;
	float: left;
  padding-left: 55px;
}
#menu a {
  display: block;
  float: left;
  margin-top: -3px;
  _margin-top: 3px;   /* For IE 6.0 and older */
}
#menu a, #menu a:link, #menu a:visited {
	color: #ffc; 
	text-decoration: none;
}
*
#menu li a:hover, #menu li a.select {
  border-top: 3px #ffc solid; 
  margin-top: -6px;
  _margin-top: 0px;   /* For IE 6.0 and older */
}

/* Panel jazykov */
#lang {
  font-size: .9em;
  text-align: justify;
  line-height: 2em;
  word-spacing: .1em;
}
#lang a {
  padding-right: 1px;
}
#lang {
  width: 750px;
  height: auto;
  background-color: #ccc;
  margin: 10px auto 0px auto;
  padding: 1em;
}

/* Ľavý navigačný zoznam */

#navigation li {
  list-style: disc outside;
  margin-left: 15px;
  height: 2.4em;
  line-height: 2em;
}
#navigation a, #navigation a:link, #navigation a:visited {
  text-decoration: none;
  display: block;
  border: 1px #e2e2e2 solid;
  width: 16em;
  height: 2em;
}
#navigation a:hover, #navigation a.select {
 /* background-color: #ffc;
  border: 1px #666 solid;*/
  font-weight: bold;
  text-indent: 15px;
}

/* Osobná karta */

#card {
  width: 500px;
  background-color: #ffc;
  border: 1px #666 solid;
  padding: 15px;
  margin: 15px 0 15px 0;
}

/* Obsah */

#content li {
  margin-left: 15px;
}
