/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #365f93;  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
  /*background-image:url(tap.gif);*/ 
	color:white;
}

p
{
font-size: 10px;
}

#stranka_obal {
	width: 1000px;
	/*background-color:red;*/
	margin: 0px auto;

}
#hlavicka {
	width: 100%;
	height: 326px;
	background-color: white;/*#365f93; */
}
#menu {
  width: 100%;
	height: 50px;
	/*background-color:black;*/
	background-image:url(menu.jpg);
  /*background-color: #365f93;*/
  /*padding-top:20px;*/
  font-size:14px;
  font-weight:bold;
}

#menu a{
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
}

#menu a:hover{ 
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
  color:red;
  text-transform:uppercase;
}


#menu1{
	float: left;
	width: 173px;
	color:white;
  margin-left:95px;
  padding-right:5px;
  border:2px dotted white;
  border-top:none;
  border-bottom:none;
  border-left:none;
  /*background-image:url(right.gif);
  */
}

#obsah
{
	text-align: center;
	color:white;
	background-image:url(text.jpg);
	
	height: expression( this.scrollHeight < 901 ? "900px" : "auto" );
	min-height:700px;
}

#text {
	padding: 5px 100px 5px 282px;
}

#clanok
{
  min-height:90px;
  padding-bottom:20px;
}

#reset
{
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
#paticka {
	width: 100%;
	height: 30px;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	/*background-color: #365f93;*/
}

#paticka h2{
	text-align:center;
	color:white;
}

.decay
{
	/*background-color: #365DDD; */
	background-image:url(nadpis.gif);
	height:41px;
	width:613px;
	text-align:left;
	
}


.decay a:hover
{
color:black;
text-decoration:none;
	
}

a {
color:white;
text-decoration:none;
}


a:hover {
color:red;
text-decoration:none;
}

h1{
font-size:14px;
text-align: center;
}

h2{
font-size:12px;
text-align: left;
}

h3{
font-size:12px;
text-align: center;
color:red;
}

#center {
padding: 5px 100px 5px 140px;
}
#center p
{
font-size:10px;
}

.flt-lft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	/*max-height:150px;
	max-width:150px; */
}

td a:hover{ 
  background-image:url(images/anim.gif);}
img {
border:none;
}

img a{
border:none;
}

h4{
font-size:11px;
}

#left{
 text-align:left;
 width:300px;
}

#sklo
{
	float:left;
  text-align: left;
	color:white;
	background-color:black;
  width:70%;

  display: block;
  clear:left;
}

#chat{
 margin: 0px auto;
 text-align:left;
 width:800px;

}

#slo_right{
 float:right;
 text-align:center;
 width:29%;
 border-left:1px solid;
 display: block;
   border-top:none;
  border-bottom:none;
  border-right:none;
}

#mini_img{
	height: expression( this.scrollHeight < 151 ? "150px" : "auto" );
	width: expression( this.scrollWidth < 151 ? "150px" : "auto" );
}