body
{
	background-color: #202020;
	background-image: url(images/bg.gif);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	border-left: 12px solid #666666;
	border-right: 12px solid #666666;
}

#nav
{
	width: 780px;
	height: 25px;
	border-bottom: 1px solid white;
	color: white;
	background-color: #202020;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	
	position: fixed;
	top: 0px;
	margin-left: -390px;
	left: 50%;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;

	_position: absolute;
	_top: expression((dummy = document.documentElement.scrollTop) + "px");
}

#nav li
{
	display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
	line-height: 25px;
}

#nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#nav li a:hover
{
	background-color: #666666;
}

#main
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

#hero
{
	margin: 0px;
	border-bottom: 1px solid white;
	width: 780px;
	height: 126px;
	background-image: url(../images/hero.jpg);
}

#header
{
	background-image: url(images/header_bg.gif);
	height: 79px;
	padding-top: 1px;
	position: relative;
}

.gear
{
	width: 57px;
	height: 56px;
	margin-top: 16px;
	margin-left: 12px;
	background-image: url(images/gear.png);
	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='style/images/gear.html');
}

#header h1
{
	position: absolute;
	left: 102px;
	top: 8px;
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

#header h1.shad
{
	left: 104px;
	top: 10px;
	color: black;
	text-align: center;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

#header em
{
	font-style: normal;
	font-size: 30px;
	color: black;
	text-decoration: underline;
}

#body
{
	padding-top: 1px;
	background-color: white;
	position: relative;
	border-right: 200px solid #eeeeee;
}

#sidebar
{
	
	width: 180px;
	
	position: absolute;
	right: -200px;
	_right: 0px;
	top: 0px;
	padding: 10px;
}

#sidebar h3
{
	font-size: 13px;
	border-bottom: 1px solid black;
	margin-bottom: 4px;
	margin-top: 16px;
	clear: both;
}

#sidebar ul
{
	margin-left: 1em;
	padding-left: 0px;
}

#sidebar p
{
	margin-bottom: 8px;
}
#sidebar lang
{
	text-align: center;	
        width: 70%;
}

#content
{
	padding: 20px;
	border-right: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
	color: #333333;
}

#content h2
{
	font-size: 18px;
	/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	border-bottom: 1px solid black;	
}
#content h2.blue
{
	font-size: 18px;
	color: rgb(0, 0, 153);
/* 18px is the default minimum font size for which anti-aliasing will occur. */
	margin: 0px;
	border-bottom: 1px solid black;	
}

#content h2.red
{
        font-size: 18px;
        color: rgb(204, 0, 0);
        margin: 25px;
	border-bottom: none;
}
#content h3
{
	position: relative;
        left: 55px;
        font-size: 12px;
        margin: 15px;
}
#content .red
{
	font-weight: bold;
	color: rgb(204, 0, 0);
}
#content .green
{
	font-size: 13px;
	font-weight: bold;
	color: green;
}
#content .date
{
	float: right;
}

#content .postedBy
{
	float: left;
}

#content .meta
{
	height: 1em;
}

#content p
{
	text-align: justify;
	text-indent: 0em;
	line-height: 1.3em;
}

#content table
{
	text-align: center;
	table-layout:auto;
	margin-left: auto;
	margin-right: auto;
	border="0";
	cellpadding="2";
	cellspacing="2";
}
#content th
{
	font-weight: bold;
	background-color: rgb(180, 222, 255);
}
#content .prva_tab
{
	text-align: center;	
        width: 70%;
	background-color: rgb(102, 102, 102);
}
#content .prva_td
{
	height: 30px;
	background-color: rgb(180, 222, 255);
}
#content .prva_fstcol
{
	width: 102px;
}
#content .prva_sndcol
{
	width: 237px;
}
#content .prva_trdcol
{
	width: 236px;
}
#content .druha_tab
{
	text-align: center;	
        width: 80%;
	background-color: rgb(102, 102, 102);
}
#content .druha_td
{
	height: 23px;
	background-color: rgb(180, 222, 255);
}
#content .druha_fstcol
{
	width: 172px;
}
#content .druha_sndcol
{
	width: 233px;
}
#content .druha_trdcol
{
	width: 170px;
}
#content .tretia_tab
{
	text-align: center;
	width: 85%;
	background-color: rgb(102, 102, 102);
}
#content .tretia_fstcol
{
	width: 183px;
}
#content .tretia_sndcol
{
	width: 236px;
}
#content .tretia_trdcol
{
	width: 156px;
}
#content .stvrta_td
{
	height: 40px;
	background-color: rgb(180, 222, 255);
}
#content .stvrta_fstcol
{
	width: 105px;
}
#content .stvrta_sndcol
{
	width: 236px;
}
#content .stvrta_trdcol
{
	width: 234px;
}
#content .piata_trdcol
{
	width: 222px;
}
#content .siesta_fstcol
{
	width: 199px;
}
#content .siesta_sndcol
{
	width: 218px;
}
#content .doprava
{	
        width: 90%;
	background-color: rgb(255, 255, 255);
}
#content .doprava_td
{
	background-color: rgb(255, 255, 255);
	height: 40px;
}
#content .doprava_fstcol
{
	width: 80px;
}
#content .doprava_sndcol
{
	width: 300px;
	font-weight: bold;
}
#content .eokna
{	
        width: 90%;
	background-color: rgb(238, 238, 238);
	cellspacing="1";
}
#content .eoknath
{	
	background-color: rgb(238, 238, 238);
}
.comments
{
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	padding: 4px;
	text-align: right;
	color: #004080;
	font-weight: bold;
	margin-bottom: 2em;
	background-image: url(images/comment_edit.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
.comments_pg
{
	text-align: right;
        font-size: 11px;
	color: #666666;
	font-weight: bold;
}
a
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	background-color: rgb(220, 220, 220);
}
.pullout
{
	background-color: #eeeeee;
	padding: 5px;
	float: right;
	margin: 8px;
}



.flickr-thumbnail, .flickr-pullout {
	float: center;
		background: url('images/flickr_shadow.gif') no-repeat bottom right;
	margin: 5px 0px 0px 6px;
 	padding: 0px 0px 0px 0px;

	width: auto;
	_position: relative;
	}

.flickr-thumbnail img, .flickr-pullout img {
		 background-color: #fff;
	 border: 1px solid #a9a9a9;

	 margin: -5px 5px 5px -5px;
	 padding: 4px;
	 position: relative;
	}

.flickr-thumbnail img:hover, .flickr-thumbnail:hover img, .flickr-pullout:hover img {
	background-color: #ccd;
}

.flickr-pullout
{
	margin: 13px 3px 3px 14px;
	background-image: url(images/flickr_shadow_white.gif);
	
}

#footer
{
	width: 778px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #b0b0b0;
	background-color: #eeeeee;
	color: #b0b0b0;

}

.left
{
	float: left;
}

.right
{
	float: right;
}

.csskeyword
{
	color: blue;
}

.cssvalue
{
	color: red;
}

p.caption
{
	text-align: center;
}

small.super
{
	vertical-align: top;
	font-size: 0.75em;
	line-height: 1.3em;
}

.nodisplay
{
	display: none;
}






