/*Main style*/
* {
	margin: 0px;
	padding: 0px;
  }
  
html, body {
  height: 100%;
  padding: 0;
  margin: 0; 

}

body {
  background: #051620;
  text-align: center;
  color:white;
  font-family: Verdana, "Geneva CE", lucida, sans-serif;
  font-size:0.8em;
}

a {
  color:white;
}

a:hover {
  color:#FF8C00;
}

h1 {
  font-size:1.5em;
  border-bottom:3px solid #384a55;
  color:white;
  margin-bottom:8px;
  padding-left:5px;
}

h2 {
  font-size:1.35em;
  border-bottom:2px solid #384a55;
  color:white;
  margin-bottom:8px;
  padding-left:5px;
}

h3 {
  padding-left:5px;
  
}

#page {
  left:50%;
  margin-left:-433px;
  position:absolute;
  width:867px;
  background:transparent url('../img/img_04.gif') repeat-y top left;
} 

#top-ban {
  width:867px;
  height:103px;
  background:transparent url('../img/img_00.gif');
}

#top-ban-text {
  font-weight:bold;
  left:120px;
  position:relative;
  text-align:left;
  top:42px;
  float:left;

}

#top-ban-text a {
  color:white; 
  text-decoration:none; 
  font-size:1.35em;
}


#top-ban-login {
  position:relative;
  float:right;
  right:15px;
  text-align:right;
  top:15px;
}

#top-ban-login input{
  color:white;
}

fieldset{
  border:none;
}

input {
 border:1px solid gray;
 background-color:#2c3c46;
 color:black;
 margin:1px;
 padding:2px;
}

textarea {
 border:1px solid gray;
 background-color:#2c3c46;
 color:white;
 margin:1px;
 padding:2px;

}

#main-ban-left {
  position:relative;
  float:left;
  width:383px;
  height:226px;
  background:transparent url('../img/img_01.gif');
}

#main-ban-right {
  position:relative;
  float:left;
  width:484px;
  height:226px;
  background:transparent url('../img/img_02.gif');
}

div#menu {
	height: 66px;
	background: #555F61;
	margin: 0;
	padding: 0;
	clear:both;
	position:relative;
}

div#menu ul.main-menu {
	list-style: none;
	color: White;
	margin: 0;
	padding: 0;
}

div#menu ul.main-menu li {
	float: left;
	text-align: center;
	line-height: 66px;
}

a.button {
	color: #DFE3E1;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 66px;
	cursor: pointer;
	overflow: hidden;
	float: left;
}

a.button span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	height: 66px;
	
}

a.head {
	color: #DFE3E1;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	height: 220px;
	cursor: pointer;
	overflow: hidden;
	float: left;
}

a.head span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
	height: 220px;
	
}

a.banner, a.banner span {
  width:383px;
  height: 220px;
	
}

a.banner2, a.banner2 span {
  width:484px;
  height: 220px;
}

a.begin, a.begin span {
  width: 97px;
	background: url(../img/buttons/begin.gif) no-repeat left top;
  text-decoration:none;
}

a.end, a.end span {
  width: 78px;
	background: url(../img/buttons/end.gif) no-repeat left top;
  text-decoration:none;
}



a.uvod, a.uvod span {
  width: 94px;
	background: url(../img/buttons/uvod.gif) no-repeat left top;
  text-decoration:none;
}

a.clenove, a.clenove span {
	background: url(../img/buttons/clenove.gif) no-repeat left top;
	width: 102px;
	text-decoration:none;
}

a.foto, a.foto span {
	background: url(../img/buttons/foto.gif) no-repeat left top;
	width: 103px;
	text-decoration:none;
}

a.srazy, a.srazy span {
	background: url(../img/buttons/srazy.gif) no-repeat left top;
	width: 93px;
	text-decoration:none;
}

a.pokec, a.pokec span {
	background: url(../img/buttons/pokec.gif) no-repeat left top;
	width: 98px;
	text-decoration:none;
}

a.kontakt, a.kontakt span {
	background: url(../img/buttons/kontakt.gif) no-repeat left top;
	width: 99px;
	text-decoration:none;
}

a.odkazy, a.odkazy span {
	background: url(../img/buttons/odkazy.gif) no-repeat left top;
	width: 103px;
	text-decoration:none;
}	

a.button:hover, a.button:hover span {
	background-position: 0 -66px;
	text-decoration:none;
}


#box-top {
  width:867px;
  background: transparent url('../img/img_03.gif');
  height:16px;
  position:relative;
  margin-bottom:-3px;
  
}

#box-main {
  width:867px;
  background:transparent url('../img/img_04.gif') repeat-y top left;
  position:relative;
    
}

#aktuality {
  position:relative;
  left:55px;
  float:left;  
  width:180px;
  text-align:left;
  padding:5px;
  
}

#obsah {
  position:relative;
  width:555px;
  float:right;
  right:45px;
  text-align:left;
  padding:5px;
}

#obsah p{
   padding:4px 5px 6px 7px;
}


#paticka {
  background:transparent url('../img/img_05.gif');
  height:75px;
  
  clear:both;

}

#wraper {
  position:relative;
  width:867px;

}


#copyrights {
  position:relative;
  top:23px;
  left:50px;
  font-size:0.75m;
  width:765px;
}


#aktuality h1 {
  border-bottom:3px solid #1f2d36;
  font-size:1.5em; 
  padding-left:5px;
}

#aktuality h2 {
  font-size:1em;
  border:none;
  padding-left:0px; 
}

.aktualita {
  font-size:0.85em; 
  margin-bottom:12px;
  border-bottom:1px solid white;
  padding:2px;
}

.date {
  font-size:0.7em;
  color:#2096e2;
}

div#obsah img {
  border:5px solid #2c3c46;
  margin:3px;
}

.upravy {
  background:#41545F;
  display:block;
  color:White;
   
}

.upravy_nadpis {
  background:#2c3c46;
  display:block;
  color:white;
  border-bottom:1px solid #0d5e8f;
  
}

.dtable {
  display:block;

}


.dtable dt {
  background-color:#41545F;
  padding:1px 1px 1px 4px;
  /*border-bottom:1px solid #ADC0D5;*/
  border-top:1px solid #ADC0D5;
  clear:left;
  float:left;
  font-weight:bold;
  width:220px;
}

.dtable dd {
  border-bottom:1px solid #ADC0D5;
  border-top:1px solid #ADC0D5;
  padding:1px 1px 1px 4px;
  text-align:left;
}

#clenove img {
  height:83px;
}

#clenove td {
  text-align:center;
}

#odkazy td {
width:160px;
text-align:left;
}

#warning {
  color:red;
}

#prodej {
font-size:15px;
font-weight:bolder;
color:red;
}

#vypis_clen {
  text-align:center; 
  width:540px;

}

/*******srazy******************/

#srazy p {
  padding-left:7px;

}

#srazy h2 {
  font-size:14px;
  text-align:right;
  padding-right:30px;
}

#srazy h3 {
  font-size:13px;
  background-color:#2C3C46;
  line-height:20px;
  
}

.date_sraz {
  font-size:0.9em;
  color:#2096e2;
  margin-top:20px;
  background-color:#27363F;
border-bottom:1px solid black;
}

#galerie {
	text-align:center;
}

