*{      
	margin:0px;
	padding:0px;
	font-family: Tahoma, "Times New Roman", Times, serif;
	color:white;
	border:none;

	}
h1{
	display:none;
	position:absolute;
	left:-1000px;
	}
h2{
	font-size:1em;
	margin-bottom:3px;
	}
p{
	margin:2px 0px 2px 0px;
	}
ul, ol{
	list-style-type:none;
	}
body{
	background-image:url("./pix/foto_bgpage.jpg");
	background-repeat:repeat;
	text-align:center;
	}

a {
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}

#obal{
	position:relative;
	width:976px;
	margin: 0px auto 0px auto;
	background-image:url("./pix/foto_hlavicka.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	text-align:left;
	border:1px solid #949fa5;

}
#telo{
	margin:342px 8px 0px 168px;
	border:2px solid #CCCCCC;
	background-color:black;
	border-top:none;
	background-image:url("./pix/foto_lodka.jpg");
	background-position:100% 100%;
	background-repeat:no-repeat;

}
#ram{
	border:1px solid black;
}
.prispevek{
	font-size:0.8em;
	margin:5px;
	padding:10px;
	text-align:justify;
	}
.images{
	float:left;
	}
.images li{
	float:left;
	border-left:1px solid white;
	border-right:1px solid white;
	padding:0px 5px 0px 5px;
	margin:1px;
	}
.text{
	float:left;
	margin-left:10px;
	width:450px;
	}
.popis{
	margin-top:5px;
	color:#CCCCCC !important;
	font-size:0.7em;

	}
.cl{
	clear:both;
	height:1px;
	}
#tmenu {
	/*_display:none !important;*/
        position:absolute;
        right:0px;
        width:350px;
        list-style-type:none;
        padding-right:20px;
	}

#tmenu li{
	float:left;
	}
#tmenu a{
        display:block;
	width:50px;
	height:20px;
	margin:0px 5px 0px 5px;
	padding:5px 10px 5px 10px;
	text-align:center;
	background-color:white;
	color:black;
	font-size:0.6em;
	border:1px solid black;
        border-top:none !important;
        }
#tmenu a:hover{
	color:white;
	background-color:black;
	border:1px solid white;
        border-top:none !important;
}
.home{
	background-image:url("./ico/home.png");
	background-position:5px 5px;
	background-repeat:no-repeat;

}
.home:hover{
	background-image:url("./ico/homei.png");
}
.hledat{
	background-image:url("./ico/search.png");
	background-position:5px 5px;
	background-repeat:no-repeat;

}
.hledat:hover{
	background-image:url("./ico/searchi.png");
}
.admin{
	background-image:url("./ico/admin.png");
	background-position:5px 5px;
	background-repeat:no-repeat;

}
.admin:hover{
	background-image:url("./ico/admini.png");
}
.archiv{
	background-image:url("./ico/archiv.png");
	background-position:5px 5px;
	background-repeat:no-repeat;

}
.archiv:hover{
	background-image:url("./ico/archivi.png");
}


#nav{
	margin:20px;
	font-size:0.7em;
	}
#nav img{
	vertical-align:middle;
	}
.koment, .pridatprispevek, .poznamka	{
	font-size:0.7em;
	margin:20px;
	}	
.koment {
	padding:10px;
	text-align:justify;
	background-color:#252424;
	}
.gravatar{
	float:left;
	margin:0px 5px 5px 0px;
	padding:5px;
	border:1px solid #333333;

	}
.pridatprispevek{
	width:570px;
	}
.pridatprispevek input, .pridatprispevek textarea{
	margin:2px;
	padding:2px;
	
}

.poznamka{
	width:550px;
	text-align:justify;
	}
.full{
	margin-top:100px;
	}
#zpet{
	margin-top:20px;
	text-align:center;
	}
#paticka{
	padding-left:100px;
	}