html, body {
    height: 100%;
}

body {
  margin: 0 auto;
  width: 100%;
  color:#333333;
  font-size: 13px;
  line-height: 18px !important;
  padding-left:  0;
  font-family: Arial, Helvetica, sans-serif;
  background: #dededa;
  background-position: center top;
  text-align: left; 
  background-image: url('images/bg-page.jpg');
  background-repeat: repeat-x;
}

#main {
  color: #333333;
  height: 100%;
  margin: 0 auto;
  *min-height: 900px;
  min-width: 1200px;
  position: relative;
  text-align: left;
  width: 100%;
}

body > #main {
  height: auto;
}

html[xmlns*=""] #main {
  display: table;
  height: 100%;
}

#body-center {
  position: relative;
  margin:auto;
  text-align: center;
}   

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-weight: normal;
}

h2 {
  border-left: 8px solid #0c5276;
  color: #0c5276;
  font-size: 15px;
  height: auto;
  font-weight: bold;
  padding-left: 6px;
  text-transform: uppercase;
}

h3 {
  color: #0c5276;
  font-size: 16px;
  height: auto;
  font-weight: bold;
  padding-left: 10px;
  text-transform: uppercase;
}

/* header */

#hearder-wrapper {
  width: 100%;
  *min-width: 1766px;
  height: 450px;
  margin: 0 auto;
  padding: 0;
  color:#fff;
  background-image: url('images/bg-header.jpg');
  background-repeat: no-repeat;
  background-position: center top;
}

.header-content {
  width: 1200px;
  margin: 0 auto;
}

#top-pan {
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
}

.top-pan1 {
  width: 9%;
  float: left;
  margin-top: 25px;
  margin-left: 4%; 
}

.top-pan2 {
  width: 30%;
  float: left;
  text-align: left;
  margin-top: 28px; 
}

.top-pan3 {
  width: 16%;
  float: left;
  text-align: center;  
  margin-top: 16px;   
}

.top-pan4 {
  width: 37%;
  float: left;
  text-align: right;  
  margin-top: 28px;
  margin-right: 4%;   
}

.top-pan4 .text {
  color:#fff; 
  float: right;
}

.iconFb {
    float: right;
    margin-left: 10px;
    margin-top:-5px;
}

 /* main body */
#mainBody-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  background-image: url('images/bg-main-body.png');
  background-repeat: no-repeat;
  background-position: top center;
}


#itemRok {
  display: inline-block;
  height: auto;
  width: 100%;
  padding:5px 0;  
}

.jpjRok {
  color: #0c5276;
  font-size: 16px;
  height: auto;
  margin: 4px 0;
  font-weight: normal;
  text-transform: uppercase;
  float: left;  
}

.selectRok {
  margin: 6px 0 0 36px;
  display: inline-block; 
}

#main-body a, #main-body a:active, #main-body a:visited {
  text-decoration: none;
  color: #0181c3;
  font-weight: normal;
}

#main-body a:hover {       
  color: #0181c3;
  font-weight: normal;
  text-decoration: underline; 
}

#mainBody-content {
  width: 1200px;
  margin: 0 auto;
}

#mainBody-content h1 {
  color: #0181c3;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 8px 0 6px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.body-pan1 {
  width: 220px;
  height: auto;
  float: left;
  margin-bottom: 25px;
}

/* menu */
#menu {
	float: left;
}

.body-pan1-title {
  width: 196px;
  text-align: left;
	*background: transparent url(images/sky/title-background.png);
	color: #fff;
  font-size: 17px;
  text-transform: uppercase;
	padding: 15px 12px;
  border-bottom: 1px solid #fff;
  background: #0c5276; /* Old browsers */
  background: -moz-linear-gradient(left, #0c5276 0%, #066a9d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0c5276), color-stop(100%,#066a9d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #0c5276 0%,#066a9d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0c5276 0%,#066a9d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0c5276 0%,#066a9d 100%); /* IE10+ */
  background: linear-gradient(to right, #0c5276 0%,#066a9d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5276', endColorstr='#066a9d',GradientType=1 ); /* IE6-9 */  
}

.body-pan3-title {
  width: 136px;
  text-align: left;
	*background: transparent url(images/sky/title-background.png);
	color: #fff;
  font-size: 17px;
  text-transform: uppercase;
	padding: 15px 12px;
  border-bottom: 1px solid #fff;
  background: #0c5276; /* Old browsers */
  background: -moz-linear-gradient(left, #0c5276 0%, #066a9d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0c5276), color-stop(100%,#066a9d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #0c5276 0%,#066a9d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0c5276 0%,#066a9d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0c5276 0%,#066a9d 100%); /* IE10+ */
  background: linear-gradient(to right, #0c5276 0%,#066a9d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c5276', endColorstr='#066a9d',GradientType=1 ); /* IE6-9 */  
}

.window {
  width: 220px;
	background: #0181c3; /* Old browsers */
  background: -moz-linear-gradient(left, #0181c3 0%, #066ca1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0181c3), color-stop(100%,#066ca1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #0181c3 0%,#066ca1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #0181c3 0%,#066ca1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #0181c3 0%,#066ca1 100%); /* IE10+ */
  background: linear-gradient(to right, #0181c3 0%,#066ca1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0181c3', endColorstr='#066ca1',GradientType=1 ); /* IE6-9 */
}

.window-footer {
  width: 196px;
  text-align: center;
	background: transparent url(images/sky/window-footer-background.png) no-repeat;
	color: #fff;
	margin-bottom: 10px;
	height: auto;
  padding: 8px 12px;
}

ul#menuitems {
	margin:  0;
	padding: 0;
 	text-align: left;
  font-size: 13px;
}

ul#menuitems li {
  padding: 8px 12px;
  list-style-image: url('images/li-menu.png') !important;
  list-style-position: inside;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #299fdb;
}

ul#menuitems li a, ul#menuitems li a.link {
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #fff;
}

ul#menuitems li a:hover, ul#menuitems li a.active {
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #e5e5e5;
}

ul#menuitem  a:hover {
	color: #fff;
}


.body-pan2 {
  width: 760px;
  height: auto;
  float: left;
  margin: 0 30px 25px;
}

.chat-content {
  width: 220px;
  padding: 0;
  margin: 0;
  background: #ecece4; /* Old browsers */
  background: -moz-linear-gradient(left, #ecece4 0%, #d2d2d1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ecece4), color-stop(100%,#d2d2d1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ecece4 0%,#d2d2d1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ecece4 0%,#d2d2d1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ecece4 0%,#d2d2d1 100%); /* IE10+ */
  background: linear-gradient(to right, #ecece4 0%,#d2d2d1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecece4', endColorstr='#d2d2d1',GradientType=1 ); /* IE6-9 */ 
}

.chat-article {
  padding: 5px 10px;
  border-bottom: 1px dotted #999;
}

.chat-article:last-child {
  border-bottom: none;
}

.chat-name {
   color: #0181c3;
   font-size: 13px;
   font-weight: bold;
   float: left;
   width: 60%;
}

.chat-time {
   color: #0c5276;
   font-size: 11px;
   text-align: right;
   float: right;
   width: 40%;
}

.chat-text {
  font-size: 11px;
  line-height: 15px;
  margin: 0;
}

.chat-bottom {
 background: #777;
 padding: 8px 12px;
 width: 196px;
 font-size: 12px;
 color: #fff;
 text-align: right;
}

.chat-bottom a, .chat-bottom a.link {
 color: #fff !important;
}

.chat-bottom a:hover {
 color: #dedede !important;
}

.body-pan3-content {
  width: 140px;
  padding: 0 10px 5px;
  margin-bottom: 20px;
  background: #ecece4; 
}

.sponzor img {
  padding: 10px;
}

.cam img {
  margin: 5px 0;
}   

.body-pan3 {
  width: 160px;
  height: auto;
  float: left;
}

#footer-wrapper {
	height:auto;
	margin: 30px 0 0 0;
  width:100%;
	font-size: 12px;
  font-weight:normal;
	color:#fff;
  bottom: 0;
  text-align: left;
  padding: 30px 0;
  border-top: 3px solid #0081c3;
  background:#0c5377;
  position: absolute;  
}

.footer-content {
  width: 1200px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #0c5276;
  font-weight: bold;
}

a:active {
  text-decoration: none;
  color: #666666;
  font-weight: bold;
}

a:visited {
  text-decoration: none;
  color: #666666;
  font-weight: bold;
}
a:hover {       
  color: #0181c3;
  font-weight: bold;
  text-decoration: none; 
}

#flash1 {
  position: relative;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
}

.newName {
  color: #0181c3;
  font-size: 15px;
  float: left;
  text-align: left;
  width: 50%;
  
}

.newDate {
  float: right;
  text-align: right;
  width: 50%;
  font-size: 12px;
  color: #0c5276;
}

hr {
  border-top: none;
  border-left: none;
  border-bottom: 1px dotted #999;
}

input[type="text"], input[type="edit"], input[type="password"], textarea {
    border-radius: 3px;
    color: #666;
    display: inline-block;
    font-size: 12px;
    height: auto;
    line-height: 20px;
    margin-bottom: 0;
    padding: 3px 6px;
    vertical-align: middle;
    border: 1px solid #ccc;
    outline: 0 none;
}

select {
    margin-bottom: 4px;
    border-radius: 3px;
    color: #666;
    display: inline-block;
    font-size: 12px;
    height: 26px;
    line-height: 20px;
    padding: 5px 6px;
    vertical-align: middle;
    border: 1px solid #ccc;
    outline: 0 none;
    min-width: 75px;
    font-family: Arial,Helvetica,sans-serif;
}

option {
    line-height: 20px;
    padding: 1px 6px;
}

.table-igc {
  width: auto;
  margin: 0;
}

.table-igc td {
  padding: 2px 10px 10px 0;
}

.souborIGC {
  float: left;
  width: 181px;
  padding-left:2px;
}

.souborIGCnahrat {
  float: left;
  width: 300px;
}


.table-registrace {
  width: 100%;
  margin: 0;
}

.table-registrace input[type="text"], input[type="edit"] {
  width: auto !important;
}

.table-registrace td {
  *vertical-align: middle;
}

.table-soutezniDny {
  width: 100%;
  margin: 0;
}

.aktuality_dne {
  width: 100%;
  margin: 0;
}

table {
  font-size: 12px;
}

table td {
  padding: 2px 0px;
}

.table-dokumenty {
}

.table-dokumenty td {
  padding: 2px 6px 2px 0px;
}

.table-startovniListina {
  width: 100%;  
}

.table-startovniListina td {
  padding: 4px 6px;
}

.table-startovniListina th {
  background-color: #777;
  border-bottom: 1px solid #ffffff;
  color: #fff;
  padding: 7px 6px;
} 

img {
  border: none !important;
}  

.table-dalsiChat {
  width: 100%;
} 

.table-dalsiChat input[type="text"], input[type="edit"], textarea {
    border-radius: 3px;
    color: #666;
    display: inline-block;
    font-size: 12px;
    height: auto;
    line-height: 20px;
    margin-bottom: 0;
    padding: 3px 6px;
    vertical-align: middle;
    border: 1px solid #ccc;
    outline: 0 none;
    width: 100%;
    max-width: 500px;
    font-family: Arial, Helvetica, sans-serif;
}

.table-dalsiChat th {
   vertical-align: top;
   padding-top: 7px;
   text-align: left;
   width: 112px;
}

.table-dalsiChat img {
   vertical-align: top;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 2px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 4px;
    width: auto;
}

.btn-sendChat {
    background-color: #777 !important;
    color: #fff;
    margin-left: 119px;
    width: 499px;
    height: 30px;
}

.btn-sendPrihlaska {
    background-color: #777 !important;
    color: #fff;
    width: 100%;
    height: 30px;
}

.btn-send:hover, .btn-sendPrihlaska:hover {
    background-color: #0c5276!important;
    color: #fff;
}

.spamControl {
  font-size: 11px;
  color: #777;
}

#skyFooter {
    background: url("images/footer.png") repeat-x scroll center bottom;
    bottom: 0;
    clear: both;
    height: 155px;
    margin-top: 30px;
    width: 100%;
    *border-top: 5px solid #0c5276;
}

input[type="submit"] {
     -moz-user-select: none;
    background-color: #777 !important;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 2px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-top: 4px;
    width: auto;
    color: #fff;
}

input[type="submit"]:hover {
    background-color: #0c5276!important;
    color: #fff;
}




