BODY	{
	text-align: center;
	margin: auto;
	background-color: #252a2d;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}
P {
    margin: 0;
    padding: 0;
}
TABLE.site	{
	margin: auto;
	width: 750px;
}
IMG, A IMG	{
	border: none;
}
DIV.logo        {
        width: 320px;
        height: 60px;
        float: left;
        background-image: url(../pics/logo.gif);
        margin: auto;
}
DIV.topnav        {
        width: 430px;
        height: 60px;
        float: left;
        font-size: 11px;
        padding-top: 32px;
        max-height: 28px;
        margin: auto;
        text-align: right;
}
.topnav A	{
	color: White;
}
.topnav A:hover	{
	text-decoration: none;
}
DIV.obr	{
	width: 750px;
	height: 180px;
	border: solid 1px;
	border-color: #cbb495;
	margin: auto;	
}
DIV.menu	{
	width: 750px;
	height: 34px;
	background-image: url(../pics/bg_menu.gif);
	border: solid;
	border-width: 3px 0px 1px 0px;
	border-color: #151918;
	min-width: 752px;
	color: #000;
	line-height: 31px;
	text-align: center;
}
.menu A	{
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	float: left;
	font-weight: bold;
	color: Black;
	padding-left: 11px;
	padding-right: 11px;
	text-decoration: none;
	border: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #D7DBDE;
}
.menu A:hover	{
	border: solid;
	border-width: 0px 0px 3px 0px;
	border-color: #D26411;	
}
.menu IMG	{
	float: left;
	margin-top: 12px;
	margin-left: 8px;
	margin-right: 7px;	
}
DIV.left	{
	width: 240px;
	overflow: auto;
	background-image: url(../pics/line_sep.gif);
	background-position: right;
	background-repeat: repeat-y;
	margin-top: 16px;
	padding-left: 8px;
	padding-right: 10px;
	max-width: 222px;
	float: left;
}
DIV.left P	{
	padding: 0;
	margin: 0;
}
DIV.left A	{
	color: White;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
DIV.left A:hover	{
	text-decoration: underline;
}
DIV.left IMG	{
	border: none;
}
P.vlozeno     {
    padding-top: 15px;
}

P.nadpis	 {
    padding-top: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #BFBFBF;
	border: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #54585b;
}
P.nadpis:first-letter	{
	color: #D26411;
}
DIV.main	{
	width: 510px;
	float: left;
	padding-left: 7px;
	padding-right: 10px;
	max-width: 493px;
	margin-top: 16px;	
}
DIV.main P	{
	padding: 0;
	margin: 0;
}
DIV.path    {
    width: 750px;
    height: 20px;
    line-height: 20px;
    background-color: Black;
    color: #F6EEE3;
    font-size: 11px;
    clear: both;
    text-align: center;
    margin-bottom: 10px;
}
DIV.path A {
    color: White;
}
.main A {
    color: White;
}
P.text, DIV.text    {
    padding-top: 10px;
    text-align: justify;
    line-height: 16px;
    font-size: 12px;
}
DIV.popis {
    text-align: justify;
    font-size: 12px;
    padding-bottom:3px;
    background-color: #333;
}
DIV.link {
    margin-top:10px;
    padding-top:3px;
    padding-bottom:3px;
    font-size: 12px;
    font-weight: bold;
    background-color: #222;
}
DIV.link A {
    color: White;
    text-decoration: none;
}
P.subnadpis	{
    padding-top: 10px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 48px;
}
P.jmeno{
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
P.email	{
	margin-left: 12px;
	font-size: 12px;
	font-weight: bold;	
}
P.datum	{
    padding-top: 5px;     
	font-weight: bold;
	color: #D2691E;
	font-size: 12px;
}
DIV.clr	{
	clear: both;
/*	display: none;*/
}
#modalBackground
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

	z-index: 9;
	background-color:#333333;
	display: none;
	opacity: 0.40;
	filter: alpha(opacity=40)
}
#modalWindow
{
    position: fixed;
    left: 0;
    top: 0;

	z-index: 10;
	background-color: #252a2d;
	display: none;
	width: 20em;
	height: 10em;
	border: 1px solid blue;
}
DIV.prvky	{
	width: 100%;
	text-align: right;
	background-color: Black;
	margin-bottom: 5px;
}
DIV.pocitadlo   {
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
}
DIV.prvky A	{
	border: none;
	margin: 4px;
	color: White;
	font-size: 12px;
}
DIV#formFoto
{
	display: none;
}
TABLE.galery_kom    {
    width: 100%;
}
DIV.left TABLE.galery_kom	{
	width: 160px;
}
.galery_kom TD  {
    font-size: 11px;
}
TD.img_kom{
    width: 120px;
    height: 120px;
    background-color: #767676;
    text-align: center;
    vertical-align: middle;
    border: solid 1px;
}
TD.sl_img_kom{
	width: 120px;
	height: 120px;
	background-color: #CF6412;
	text-align: center;
	vertical-align: middle;
	border: solid 1px;
	background-image: url(../pics/fldr.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
TABLE.nov_galery_kom	{
	margin-top: 10px;
}
TD.nov_img_kom	{
    width: 120px;
    height: 120px;
    background-color: #767676;
    text-align: center;
    vertical-align: middle;
    border: solid 1px;	
}
TD.img_kom IMG	{
	border: none;
}
TD.img_kom_title, TD.sl_img_kom_title    {
    width: 340px;
    vertical-align: top;
    padding-left:8px;
}
DIV.left TD.img_kom_title	{
	width: 100%;
	vertical-align: top;     
}
DIV.title_kom, DIV.name_kom, DIV.sl_title_kom, DIV.sl_name_kom {
    width: 340px;
    height: 20px;
    line-height: 20px;
    max-height: 322px;
    font-weight: bold;
    text-transform: uppercase;
    border: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #888888;
    margin-bottom: 1px;
}
DIV.left DIV.title_kom, DIV.left DIV.name_kom	 {
    width: 100px;
    height: 20px;
    line-height: 20px;
    max-height: 322px;
    font-weight: bold;
    text-transform: uppercase;
    border: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #888888;
    margin-bottom: 1px;
}
DIV.popis_kom, DIV.sl_popis_kom   {
    display: inline;
    width: 340px;
    height: 60px;
    line-height: 16px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    max-width: 332px;
    max-height: 44px;
}
DIV.diskuze_kom	{
	text-align: right;
}
.diskuze_kom A	{
	color: #D26411;
	margin-right: 12px;
}
.diskuze_kom A:hover	{
	text-decoration: none;
	color: White;
}

.left ul   {   margin-left: 0;   padding-left: 0px;  }
.left li   {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 24px;
	text-align: left;
	background-color: #222;
	}
.left li li   {
	margin: 0;
	padding: 0;
	padding-left: 12px;
	list-style: none;
	line-height: 24px;
	background-image: url(../pics/li.gif);
	background-repeat: no-repeat;
	text-align: left;
	background-color: #333;
	}
.left UL LI A	{
    font-size: 11px;
	display: inline;
	margin-left: 14px;
}
p.nadpis{
   clear:left;
}
div.text{
   width:670px;
   float:left;
   clear:both;
   margin-bottom:5px;
}
div.fotka{ 
   vertical-align:top;
   width:auto;
   float:right;
   position:relative;
}
.admin{
   font-style: italic;
}
SPAN.txt_upozroneni{
    font-style: italic;
    font-size: 11px;
}
