* {  
  margin: 0;
  padding: 0;
  border: 0;
}

body  { 
  text-align: center;
  font: 80%/150% Arial, Helvetica, sans-serif;
  color: #333;
  background: #013953 url(../images/bg.jpg) top center;
}

html, body {
  height:100%;
}

span.cleaner  {
  width: 100%;
	clear: both;
	height: 0px;
	display: block;
	visibility: hidden;
}

input, textarea, select {
  font: 100%/150% Arial, Helvetica, sans-serif;
  color: #333;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.bold {
  font-weight: bold !important;
}

.red  {
  color: #a62828 !important;
}

.float-left  {
  float: left !important;
}

.float-right  {
  float: right !important;
}

.none {
  display: none;
}

.btn, a span {
  cursor: pointer;
  _cursor: hand;
}

a:hover {
  text-decoration: none;
}

hr  {
  display: none;
}

h1, h2, h3  {
  text-align: left;
  clear: both;
}

/*all*/

#all  {
  width: 950px;
  margin: 0 auto;
  text-align: justify;
  background: #fff url(../images/bg2.jpg) top;
  padding: 0 13px;
  position: relative;
}

#all div.all2 {
  padding: 0 10px;
  background: url(../images/bg3.jpg) top repeat-x;
  _background: none;
}

#header {
  width: 930px;
  height: 334px;
  position: relative;
  border-top: 5px solid #4b779b;
}

#header h1.logo, #header strong.logo {
  display: block;
  overflow: hidden;
}

#header h1.logo, #header strong.logo  {
  width: 930px;
  height: 274px;
  position: absolute;
  top: 0;
  left: 0;
}

#header h1.logo span, #header strong.logo span  {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#header h1.logo span, #header strong.logo span {
  background: url(../images/header.jpg);
}

ul#nav  {
  list-style: none;
  border-top: 5px solid #92c3eb;
  width: 930px;
  position: absolute;
  top: 279px;
  left: 23px;
  background: #4c7394;
}

ul#nav li {
  float: left;
  border-left: 1px solid #7899b3;
  position: relative;
}

ul#nav li.first {
  margin: 0;
  border: 0;
}

ul#nav li a, ul#nav li strong, ul#nav li a.active {
  display: block;
  width: 138px;
  height: 47px;
  background: url(../images/menu.jpg) top repeat-x;
  color: #a7bbcb;
  font-weight: bold;
  font-size: 100%;
  text-decoration: none;
  padding-left: 15px;
  padding-top: 8px;
  border-right: 1px solid #4b6b86;
  text-transform: uppercase;
  text-align: left;
}

ul#nav li.one a, ul#nav li.one strong {
  height: 37px;
  padding-top: 18px;
}

ul#nav li span  {
  display: block;
}

ul#nav li.first a, ul#nav li.first strong {
  width: 139px;
}

ul#nav li.last a, ul#nav li.last strong  {
  width: 139px;
  border: 0;
}

ul#nav li a:hover {
  color: #fff;
}

ul#nav li strong, ul#nav li a.active  {
  background: url(../images/menu.jpg) bottom repeat-x;
  color: #fff;
}

#nav li:hover ul li {
  border: 0;
}

#nav li:hover ul li a, #nav li ul li a  {
  height: 31px !important;
  width: 360px;
  padding: 9px 0 0 9px !important;
  text-transform: none;
  border: none;
}

#nav li ul { 
	position: absolute;
	left: -999em;
	width: 406px;
	list-style: none;
}

#nav li:hover ul, #nav li.sfhover ul { 
	left: auto;
	_left: 0;
}

#left {
  width: 610px;
  float: left;
  padding-bottom: 10px;
}

#left div.article {
  background: #f7f8f9;
  border-top: 5px solid #a62828;
  padding: 15px;
  margin-top: 10px;
}

#all.size-plus #left div.article p, #all.size-plus #left div.article ul, #all.size-plus #left div.article ol  {
  font-size: 120%;
}

div.article h1.nadpis, div.article h2.nadpis  {
  color: #013953;
  font-size: 180%;
  padding: 12px 0 0 0;
  line-height: 140%;
  font-weight: normal;
  margin: 0;
}

div.article h2  {
  color: #013953;
  padding: 15px 0 0 0;
  font-size: 120%;
  line-height: 140%;
  margin-bottom: -10px;
}

div.article h3  {
  color: #a62828;
  padding: 15px 0 0 0 !important;
  font-size: 100%;
  line-height: 140%;
  margin-bottom: -10px;
}

div.article h3.ciara  {
  border-top: 1px solid #ccc;
  padding-top: 17px !important;
}

span.article-info {
  display: block;
  color: #777;
  padding-top: 12px;
}

div.article span.article-info a {
  color: #777;
}

div.article a {
  color: #013953;
}

div.article a:hover {
  color: #548fad;
}

div.article p {
  line-height: 180%;
  margin: 15px 0;
}

div.article p img {
  border: 1px solid #ccc;
}

div.article a.more  {
  display: block;
  font-weight: bold;
  float: right;
  margin-top: -5px;
}

div.article ul {
  margin: 25px 15px 0 15px;
  list-style: none;
}

div.article ul li {
  min-height: 35px;
  _height: 35px;
  background: url(../images/check.jpg) 0 5px no-repeat;
  padding: 6px 0 6px 30px;
}


#right  {
  width: 310px;
  float: right;
  padding-bottom: 10px;
}

#right a.register, #right a.pokyny {
  display: block;
  background: #952524;
  margin-top: 10px;
  color: #deb0b0;
  font-size: 140%;
  padding: 11px 0;
  line-height: 140%;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

#right a.pokyny {
  background: #4f7696;
  color: #b9c8d5;
}

#right a.register:hover, #right a.pokyny:hover {
  color: #fff;
}

#right h3 {
  color: #fff;
  height: 26px;
  background: #4f7696;
  margin-top: 10px;
  font-size: 100%;
  padding: 9px 16px 0 16px;
  position: relative;
}

ul.star-list  {
  list-style: none;
  text-align: left;
  margin-top: -1px;
}

ul.star-list li {
  border-top: 1px solid #e3e3e3;
  background: #f6f7f8;
}

ul.star-list li a {
  display: block;
  height: 43px;
  padding: 7px 10px 0 37px;
  text-decoration: none;
  color: #8d8d8d;
  font-size: 90%;
  background: url(../images/star-list.jpg) 8px top no-repeat;
}

ul.star-list li a:hover {
  color: #424242;
  background: url(../images/star-list.jpg) 8px bottom no-repeat;
}

ul.star-list li a strong  {
  display: block;
}

#right div.info, #right div.info2 {
  margin-top: 10px;
  border-top: 5px solid #4f7696;
  background: #f6f7f8;
  padding: 0 15px 15px 15px;
  font-size: 90%;
  _padding-bottom: 0;
}

#right div.info2  {
  border: 0;
  margin: 0;
  padding-top: 10px;
}

#right div.info hr  {
  display: block;
  height: 0px;
  clear: both;
  padding-top: 15px;
  border-bottom: 1px solid #dadbdc;
  =margin-bottom: -10px;
  _margin-bottom: -10px;
}

div.info h2, div.info2 h2 {
  color: #999;
  font-size: 150%;
  padding-top: 15px;
  clear: both;
}

div.info img, div.info2 img, div.info img, div.info2 div.partneri  {
  border: 1px solid #ccc;
  margin-top: 8px;
  width: 278px;
  padding: 0;
}

div.info img, div.info2 div.partneri a  {
  display: block;
  height: 100%;
  padding: 0;
}

div.info img, div.info2 div.partneri a span {
  display: none;
}

div.info p, div.info2 p  {
  padding: 3px 0;
}

div.info a.more, div.info2 a.more {
  font-weight: bold;
  display: block;
  color: #999;
  float: right;
}

div.info a.more:hover, div.info2 a.more:hover {
  color: #4f7696;
}

#footer {
  width: 900px;
  height: 30px;
  border-top: 8px solid #4e4e4e;
  background: #2b2b2b url(../images/footer.jpg) top repeat-x;
  color: #666;
  padding: 18px 15px 0 15px;
  font-size: 90% !important;
  text-align: right;
}

#footer strong, #footer a {
  color: #999;
  font-weight: bold;
}

#footer p {
  text-align: left;
  float: left;
}

table {
  border-collapse: collapse;
}

form  {
  background: #f3f5f6;
  border: 5px solid #e8e9ea;
  padding: 15px;
  margin-top: 10px;
}

table td, table th  {
  text-align: left;
  padding: 3px 10px;
}

table input, table textarea, table select {
  border: 1px solid #ccc;
  padding: 2px 5px;
  background: #fcfdfd;
  width: 200px;
}

table select  {
  padding-right: 2px;
  width: 212px;
}

table select option {
  padding: 0 8px;
}

table textarea  {
  width: 418px;
}

input.btn {
  float: right;
  font-weight: bold;
  width: auto;
  padding: 5px 15px;
  background: #518eaa;
  color: #fff;
}

input.btn:hover {
  background: #a62828;
}

div.error {  
  background: #a62828;
  padding: 5px 10px;
  margin-bottom: 18px;
}

div.article div.error p {
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #fff;
}

table.kontakt {
  margin: 0 -9px;
  width: 100%;
}

div.partneri2 {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  color: #4a4a4a;
  font-size: 85%;
}

div.partneri2 strong  {
  display: block;
  height: 30px;
  padding: 15px 5px 0 14px;
  float: left;
  margin-top: 5px;
}

div.partneri2 a {
  display: block;
  float: left;
  margin: 5px 0 0 15px;
}

div.partneri2 a img {
  height: 45px;
}

a.partner-pavilon {
  display: block;
  float: left;
  width: 150px;
  margin-right: 25px;
  margin-left: 18px;
  _margin-left: 12px;
  text-align: center;
  text-decoration: none;
  margin-top: 15px;
  padding-bottom: 15px;
  font-size: 90%;
  height: 85px;
}

table.partneri {
  border-collapse: 0;
  margin-top: 15px;
}

table.partneri td {
  padding: 0;
  text-align: center;
  vertical-align: top;
}

table.partneri td ul {
  margin: 0;
  padding: 0;
}

table.partneri td ul li {
  padding: 0;
  margin: 0;
  background: none;
  font-size: 90%;
}

table.partneri td ul li a {
  display: block;
  padding: 5px 0;
}

table.partneri a.partner-pavilon {
  float: none !important;
  padding-bottom: 5px;
}

a.partner-pavilon strong  {
  display: block;
}

a.partner-pavilon strong span {
  font-size: 150%;
  display: block;
  padding-top: 5px;
  color: #a62828;
}

a.partner-pavilon img {
  height: 40px;
  border: 0 !important;
}

a.foto  {
  float: left;
  display: block;  
  width: 125px;
  height: 94px;
  border: 1px solid #ccc;
  margin: 18px 8px 0 10px;
  _margin: 17px 12px 0 5px;
}

a.foto img  {
  display: block;
  width: 125px;
  height: 94px;
  border: 0 !important;
}

a.foto:hover  {
  border: 1px solid #4f7696;
}
