html{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #b5ced5;
	background-image: url("Background.jpg");
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 14px;
	background-attachment: fixed;
	background-size: cover;
} 
body{
	margin: 0;
	padding: 0;
	text-align: center; 
	/*background-image: url("kvet.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: fixed;*/
} 



 
#header{
	position: relative;
	height: 331px;
	/*background-color: #FFFFFF;*/
	background-image: url("logo.png");
	/*background-repeat: repeat-x;*/
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
   /*margin-top: 30px;*/
	/*border-bottom: 1px solid white;
	padding-left: 5px;
	padding-right: 5px;*/
} 
 
#headleft {
	position: relative;
	width: 200px;
	padding:4px;
	float:left;
}
#headright {
   /*background-image: url("kvapky.jpg");*/
	display: block;
	padding: 4px;
	text-align: right;
	color:white;
	font-size: 1.5em;
	width: 780px;
	float:left;
	height: 210px;
	margin-left:12px;
} 

#pagewidth{
	width: 1024px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
		 
	/*background-color: #FFFFFF;*/
	background-image: url("backcontent.png");
	background-repeat: repeat;
} 
 
#content{
 
 padding-left:10px;
 padding-right:10px;
 
} 
 
#leftcol{
 width:200px; 
 float:left; 
 position:relative;
 height:420px;
 padding-left:5px;
 padding-right:5px;
 padding-top:5px;
 /*background-color: #FFFFFF;
 vertical-align: middle;
 margin-top:2px;*/
 margin-bottom:5px;
 
}

#leftcol a{
	float: left;
	background-color: #b5c6dd;
	line-height: 30px;
	height: 30px;
	width: 189px;
	border-bottom: 2px solid #ffffff;
	border-right: 8px solid #006ad0;
	vertical-align: middle;
}

#leftcol a:hover {
	background-color: #178eff;
	width: 189px;
	height: 30px;
	text-decoration: none;
	color: white;
        vertical-align: middle;
}

#maincol{
	float: left; 
	width: 560px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:justify;
}

.article{
	/*background-color: Lime;*/
}
 
#rightcol{
	width: 192px;
	float: left;
	position: relative;
	height: 385px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #b5c6dd;
}
#rightcol a{
	font-size: 13px;
}
 
 
#footer{
	height: 72px;
	width: 1004px;
	/*background-color: #006ba1;*/
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-left: -10px;
/*	padding-right: 5px;*/
	padding-top: 10px;
	background-image: url("backfooter.png");
	background-repeat: repeat-x;
	text-align: center;
	/*border-top: 1px solid gray;*/
        font-size: 12px;
        color:gray;
} 

#footer a{
	font-size: 12px;
}
 
a {
font-weight : bold;
color: navy;
font-size : 14px;
}

a:link {
	color: navy;
	text-decoration: none;
}
a:visited {
color: navy;
text-decoration : none;
}

a:active {
color : black;
font-weight : bold;
text-decoration : none;
}

a:hover {
color: navy;
text-decoration : underline;
font-weight : bold;
}

ul {
padding-right : 2.3em;
}

h1, h2, h3, h4 {
   color: #0066cc ;
   font-weight: bold;  
}

h1{font-size:26px; text-align:center;   }
h2{font-size:22px; text-align:left;  }
h3{font-size:20px; text-align:left;  }
h4{font-size:18px; text-align:left;  }

/*p, hr {
margin-top : 2px;
margin-bottom : 2px;
}*/
 
/*ul#expandmenu {
width: 180px;
list-style-type: none;
/*border-top: solid 1px #b9a894;
margin: 0;
padding: 0;
}*/

/*ul#expandmenu ol {
display: none;
text-align: right;
list-style-type: none;
margin: 0;
padding-right: 2em;
padding-left: 2em;
}*/

/*ul#expandmenu li, 
ul#expandmenu a {
font-family: verdana, sans-serif;
font-size: 11px;
color: #FF0033;
}*/

/*ul#expandmenu li {
border-bottom: solid 1px #b9a894;
line-height: 15px;
}

ul#expandmenu ol li {
border-bottom: none;
}*/

/*ul#expandmenu ol li:before {
content: "-";
}*/

/*ul#expandmenu a {
text-decoration: none;
outline: none;
}

ul#expandmenu a:hover {
color: #539dbc;
}

ul#expandmenu a.active {
color: #be5028;
}*/

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 166px;
	height: 166px;
	text-align: center;
	
}
.gallery li:hover img {
	border-color: #000;
	background: #ddd;
}
.gallery img {
	background: #fff;
	border: solid 1px #888;
	padding: 5px;
}
.gallery em {
	background: #fff url(images/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
	background: #ffdb01 url(images/orange-gradient.gif) repeat-y;
	border-color: #006400;
}
.newversion {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: none;
	float: none;
}
.newversion a img {
	background-color: transparent;
	color: white;
	border: none;
	text-decoration: none;
}
.credits {
	border-bottom: solid 1px #ccc;
	padding-bottom: 5px;
	margin: 0 0 30px 0;
	font: 120% Garamond, Georgia, serif;
}
.credits em {
	color: #999;
}
.backlink a {
	font-size: 10px;
	text-decoration: none;
	color: navy;
}
.backlink a:hover,
.backlink a:visited:hover {
	color: navy;
}
img {
	border: none;
}
#page_nav {
	color: #999;
	clear:both;
	text-align: center;
}
#page_nav a:link, #page_nav a:visited, #page_nav a:hover, #page_nav a:visited:hover {
	text-decoration: none;
	color: blue;
}
#breadcrumb_nav {
	color: #999;
}
#breadcrumb_nav a:link, #breadcrumb_nav a:visited, #breadcrumb_nav a:hover, #breadcrumb_nav a:visited:hover {
	text-decoration: none;
	color: navy;
}
a {
	color: black;	
}
#container {
	overflow: auto;
	width: 100%;
	text-align: center;
}
.hidden {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: inline;
}