@charset "windows-1250";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#slideshow {
	float:right;
	border: 1px solid #CCCCCC;
    margin: 2px;
    padding: 5px;
	}
.logo {
	margin:0 0;
	position:relative;
	text-align:left;
	width:250px;
	height:159px;
	display:block;
	font-family:arial, sans-serif;
	font-size:0.8em;
}
.logo span {
	display:block;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
	cursor:pointer;
}
.bglogo {
	background-image:url('img/nastenne-dekorace-natalia-gayets.png');
}
.content #container {
	width: 580px;

	margin: 0 auto;

	text-align: left;
	margin-top: 20px;
	color: #FFF;
	background-repeat: repeat-y;
	min-height: 535px;
	padding-bottom: 20px;
}
.content #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.content #mainColumn {
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainColumn div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainColumn p {
	margin:0 20px 1em;
}
a {
	color:#7196ca;
}

a:hover {
	color:#A4BCDD;
}
a img {
	border:1px solid #CCCCCC;
	margin:2px;
	padding:5px;
}
a img:hover {
	border-color:#0066CC;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 450px;
	margin: 0 auto;
	text-align: right;
	color: #FFF;
	font-size: 0.8em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.viktor { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;

	font-size:1.8em;
	line-height:1.1em;
	
	font-weight:normal;
	margin-bottom:7px;
	color: #aba99c;

}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background:url(img/marker2.gif) no-repeat left 5px;
	font-size:1.12em;
	line-height:1.1em;
	padding:4px 0 0 23px;
	font-weight:normal;
	margin-bottom:7px;
	color: #aba99c;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#7196ca;
	font-size:1.22em;
	line-height:1.1em;
	font-weight:normal;
	margin-top:26px;
	margin-bottom:6px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.22em;
	line-height:1.1em;
	font-weight:normal;
	margin-bottom:8px;
}
#navpanel {
	height: 30px;
	width: 600px;
	float:right;
	margin-right: 20px;
}
#nav-top {
	float: right;
	width: 550px;
	font-size: 93%;
	line-height: normal;
	font-family: 'Lucida Grande', 'Lucida Snas Unicode', Helvetica, sans-serif;
	font-size: 12px
	
}
#nav-top ul {
	margin: 0;
	padding: 0 0 0 10px !important;
	list-style: none
}
#nav-top li {
	display: inline;
	margin: 0;
	font-weight: 500;
	padding: 0
}
#nav-top a {
	float: right;
	background: url("img/bgmenu1b.gif") no-repeat left top;
	background-position: 0% 20px;
	margin: 0 2px;
	padding: 0 0 0 4px;
	text-decoration: none
}
#nav-top a span {
	float: left;
	display: block;
	background: url("img/bgmenu2b.gif") no-repeat right top;
	background-position: 0% 20px;
	padding: 10px 10px 9px 7px;
	color: #999;
	text-transform: uppercase;
}
#nav-top a span {
	float: none
}
#nav-top a:hover span {
	color: #fff;
	background-position: 100% -19px
}
#nav-top a:hover {
	background-position: 0% -19px
}
div#nav-top li.current a {
	background-position: 0% -19px !important;
}
div#nav-top li.current span {
	background: url("img/bgmenu2b.gif") no-repeat right top !important;
	background-position: 100% -19px !important;
	color: #fff
}
.sm {
	font-size:75%;
}

#maintext {clear:both;
padding-top: 15px;}