@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: Candara;
    src: url(Candara.ttf);
}

body {
	font-family: Candara, Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #FFF;
	background-color: #333;
	position: relative;
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 26pt;	
}

h2 {
	font-size: 18pt;	
}

h3 {
	font-size: 	16pt;
	margin-bottom: 10px;
}

h4 {
  font-size: 100%;
  text-decoration: underline;
  margin-bottom: 4px   
}

ul {
	padding-left: 0;
	list-style-type: disc;
	list-style-position: inside;
}
ul h3 {
	margin-bottom: 0;
	margin-top: 15px;
	padding-right: 5px;
}
li {
	padding-left: 15px;
	padding-right: 5px;	
}
ul li ul {
	padding-inline-start: revert;
	list-style-type: circle;
	list-style-position: outside;
}

p {
	margin: 0;
	margin-bottom: 15pt;
}

a {
	text-decoration: underline;
	font-style: italic;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
	font-style: normal;
	color: #FFF;	
}

#page {
	position: relative;
	margin: 0 auto;
	width: 800px;
	min-height: 100%;
	background-color: #339966;
	background-image: url(right-shadow.png);
	background-position: right;
	background-repeat: repeat-y;
	overflow: auto;
}

#welcome-page {
	position: absolute;
	z-index: 2;
	background-color: #339966;
	width: inherit;
	height: 100%;
	top: 0;
	left: 0;
}

#uvitani {
	color: #333;
	font-size: 17pt;
	position: absolute;
	top: 60px;
	left: 30px;
}

#mate {
	color: #FFF;
	font-size: 140pt;
	position: absolute;
	top: 20px;
	left: 140px;
}

#vokate {
	color: #FFF;
	font-size: 105pt;
	position: absolute;
	top: 180px;
	left: 144px;
}

#menu-welcome {
	position: absolute;
	top: 86px;
	left: 540px;
}
#menu-welcome ul {
	margin: 20px;
	padding-left: 30px;	
}

#menu-welcome li {
	font-size: 18pt;
	display: block;
	height: 46px;
	color: #333;
	list-style: square outside none;
	padding-left: 20px;
	background-image:url(menu-item.png);
	background-position: 0 11px;
	background-repeat:no-repeat;
}

#menu-welcome a {
	color: inherit;
	text-decoration: none;
	font-style: normal;
}

#menu-welcome a:hover {
	color: #FFF;
	text-decoration: underline;
	font-style: normal;
}

#menu-top {
	margin: 0;
	height: 80px;
	float: left;
}

#menu-top ul {
	margin: 0;
	padding-top: 54px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 30px;
	text-align: left;
	font-size: 16pt;
	
}

#menu-top li {
	display: inline-block;
	padding-left: 20px;
	padding-right: 12px;
	margin: 0;
	list-style: square outside none;
	color: #333;
	background-image:url(menu-item.png);
	background-position: 0 8px;
	background-repeat:no-repeat;
}

#menu-top li.selected {
	color: #FFF;
	background-image: url(menu-item-selected.png);
}

#menu-top a {
	color: inherit;
	text-decoration: none;
	font-style: normal;
}

#menu-top a:hover {
	color: #FFF;
	text-decoration: underline;
	font-style: normal;
}

#logo {
	float: right;
	margin-right: 15px;
}
#logo img, a {
	border: none;	
}

#content {
	margin: 0 15px 130px 30px;	/*spodní margin velikosti alespoň výška patičky*/
	float: left;
}

img.profil {
	margin: 5px;
	float: right;
	position: relative;
	top: -30px;
	border: 1px solid white;
}

#footer {
	position: fixed;
	bottom: 0;
	height: 120px;
	width: 800px;
	overflow: hidden;
	padding: 0;
	margin-top: 400px;
	background-color: #999;
	z-index: 3;
}
#footer p {
	text-align: center;
	margin-top: 60px;
	width: inherit;
	position: fixed;
}

#footfoto {
	position: relative;
	height: inherit; /*IE nepodporuje*/
	white-space: nowrap;
	display: inline-block;
}
#footfoto img {
	height: inherit; /*IE nepodporuje*/
	margin: 0px;
	padding: 0px;
	border: none;	
}

#kontakty {
	margin-left: 120px;
}
#kontakty table {
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}
#kontakty td {
	padding-left: 10px;	
}
#kontakty .funkce {
	text-align:right;
	font-size: 16pt;	
}
#kontakty .jmeno {
	text-align: left;
	font-size: 16pt;	
}
#kontakty .popisek {
	text-align: right;	
}

.sloupce-kontejner {
	width: 100%;
	float: left;	
}

.sloupce3 {
	float: left;
	/*padding-right: 15px;*/
	width: 33%;
}

.notfound {
	text-align: left;
	margin-right: 100px;
	margin-left: 100px;
}

.odsazeni_zleva {
  	margin: 0 0 0 1em;                
}
