html, body {
  margin: 0;
  padding: 0;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

h1, h2, h3, h4 {
  color: #000000;
}

a {
  color: #95af0c;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

body {
  background-color: #FFFFFF;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  min-height: 660px;
  background-image: url('img/bg_body.jpg');
  background-position: center 20px;
  background-repeat: no-repeat;
  color: #343434;
  position: relative;
}

#proFirmy {
	background-image: url('img/header1.jpg');
	background-position: center 100px;
	min-height: 100%;
}

#proSkupiny {
	background-image: url('img/header2.jpg');
	background-position: center 100px;
	min-height: 100%;
}

#proKolekce {
	background-image: url('img/header3.jpg');
	background-position: center 100px;
	min-height: 100%;
}

#proKontakt{
	background-image: url('img/header4.png');
	background-position: center 100px;
	min-height: 100%;
}

.block {
  display: block;
}

.red {
  color: #D81F07;
}
.click {
	cursor: pointer;
}
.nowrap {
  white-space: nowrap;
}

.right {
  float: right;
}

.left {
  float: left;
}

.clear {
  height: 0;
  clear: both;
}

.setter {
	height: 1px;
	width: 100%;
	display: block;
	overflow: hidden;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.textLeft {
  text-align: left;
}

.just {
  text-align: justify;
}

.center {
  margin: 0 auto;
}

.hidden {
  display: none;
}

.error {
  width: 450px;
  background-color: #FD7E7E;
  border: 3px solid #FF0000;
  color: #FF0000;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
}

.ok, .good {
  width: 450px;
  background-color: #72F758;
  border: 3px solid #009900;
  color: #009900;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
}

.relative {
	position: relative;
}

.hint {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
/*---------koniec vseobecnych stylov----------------*/

header {
	width: 720px;
	height: 250px;
	margin: 0 auto;
	background-image: url('img/enjoy.png');
	background-position: 375px 85px;
	background-repeat: no-repeat;
	position: relative;
}

#proFirmy header,
#proSkupiny header,
#proKontakt header,
#proKolekce header {
	background-image: none;
}

header h1 {
	width: 174px;
	height: 193px;
	background-image: url('img/logo.png');
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

header h1 a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
header h1 a span {
	display: none;
}
#menuHome {
	display: block;
	width: 720px;
	margin: 0 auto;
	margin-top: -50px;
}
#proFirmy #menuHome,
#proKolekce #menuHome,
#proKontakt #menuHome,
#proSkupiny #menuHome {
	display: block;
	width: 530px;
	margin: 0 auto;
	position: relative;
	top: -205px;
	padding-left: 185px;
}
#menuHome li {
	display: block;
	float: left;
	width: 216px;
	height: 204px;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
#proFirmy #menuHome li,
#proKolekce #menuHome li,
#proKontakt #menuHome li,
#proSkupiny #menuHome li {
	width: 122px;
	height: 45px;
	margin: 0 5px;
}
#menuHome li.fa { background-image: url('img/pro_firmy_uvod.png'); }
#proFirmy #menuHome li.fa,
#proKolekce #menuHome li.fa,
#proKontakt #menuHome li.fa,
#proSkupiny #menuHome li.fa {
	background-image: url('img/pro_firmy.png');
}
#proFirmy #menuHome li.fa:hover,
#proKolekce #menuHome li.fa:hover,
#proKontakt #menuHome li.fa:hover,
#proSkupiny #menuHome li.fa:hover {
	background-image: url('img/pro_firmy_hover.png');
}

#menuHome li.sa { background-image: url('img/pro_skupiny_uvod.png'); margin: 0 30px;}
#proFirmy #menuHome li.sa,
#proKolekce #menuHome li.sa,
#proKontakt #menuHome li.sa,
#proSkupiny #menuHome li.sa {
	background-image: url('img/pro_skupiny.png');
}
#proFirmy #menuHome li.sa:hover,
#proKolekce #menuHome li.sa:hover,
#proKontakt #menuHome li.sa:hover,
#proSkupiny #menuHome li.sa:hover {
	background-image: url('img/pro_skupiny_hover.png');
}

#menuHome li.kv { background-image: url('img/pro_kolekce_uvod.png'); }
#proFirmy #menuHome li.kv,
#proKolekce #menuHome li.kv,
#proKontakt #menuHome li.kv,
#proSkupiny #menuHome li.kv {
	background-image: url('img/pro_kolekce.png');
}

#proFirmy #menuHome li.kv:hover,
#proKolekce #menuHome li.kv:hover,
#proKontakt #menuHome li.kv:hover,
#proSkupiny #menuHome li.kv:hover {
	background-image: url('img/pro_kolekce_hover.png');
}

#menuHome li.ko { display: none; }
#proFirmy #menuHome li.ko,
#proKolekce #menuHome li.ko,
#proKontakt #menuHome li.ko,
#proSkupiny #menuHome li.ko {
	display: block;
	background-image: url('img/pro_kontakt.png');
	margin: 0 0 0 5px;
}

#proFirmy #menuHome li.ko:hover,
#proKolekce #menuHome li.ko:hover,
#proKontakt #menuHome li.ko:hover,
#proSkupiny #menuHome li.ko:hover {
	background-image: url('img/pro_kontakt_hover.png');
	margin: 0 0 0 5px;
}

#menuHome li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#menuHome li a strong {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	font-size: 100%;
	line-height: 30px;
	color: #FFFFFF;
	padding: 0 20px;
}
#proFirmy #menuHome li a strong,
#proKolekce #menuHome li a strong,
#proKontakt #menuHome li a strong,
#proSkupiny #menuHome li a strong {
	font-size: 80%;
	white-space: nowrap;
	bottom: 0;
	line-height: 45px;
	padding: 0 5px;
}
#content {
	width: 720px;
	margin: 0 auto;
	margin-top: 80px;
	position: relative;
	background-image: url('img/content1.png');
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}
#proSkupiny #content {
	background-image: url('img/content2.png');
}
#proKolekce #content {
	background-image: url('img/content3.png');
}
#proKontakt #content {
	background-image: url('img/content4.png');
}
#content .inside {
	margin: 0 10px 0 35px;
	min-height: 300px;
}
#content h2 {
	margin: 0;
	padding: 0;
	line-height: 65px;
	height: 65px;
	color: #FFFFFF;
	font-size: 150%;
	margin: 0 10px;
	margin-bottom: 20px;
}
#content .contentMenu {
	display: block;
	float: right;
	width: 135px;
	margin-left: 10px;
}
#content .contentMenu li {
	width: 125px;
	height: 110px;
	margin: 5px auto;
	background-image: url('img/konference.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}
#content .contentMenu li a {
	width: 100%;
	height: 100%;
	display: inline-block;
	text-decoration: none;
}
#content .contentMenu li a strong {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 125px;
	height: 20px;
	line-height: 20px;
	background-image: url('img/pro_firmy_submenu.png');
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	white-space: nowrap;
	font-size: 70%;
}
#proSkupiny #content .contentMenu li a strong {
	background-image: url('img/pro_skupiny_submenu.png');
}
#proKolekce #content .contentMenu li a strong {
	background-image: url('img/pro_kolekce_submenu.png');
}
#content .contentMenu li a:hover strong {
	background-image: url('img/pro_firmy_submenu_hover.png');
}
#proSkupiny #content .contentMenu li a:hover strong {
	background-image: url('img/pro_skupiny_submenu_hover.png');
}
#proKolekce #content .contentMenu li a:hover strong {
	background-image: url('img/pro_kolekce_submenu_hover.png');
}
footer {
	height: 92px;
	width: 100%;
	background-image: url('img/bg_footer.png');
	background-position: left top;
	background-repeat: repeat-x;
	position: absolute;
	left: 0;
	bottom: 0;
}
#content .adminfoto,
#content .fotobox {
	width: 195px;
	text-align: center;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}