/* rectangle green */

body {
	font: 12px verdana, arial;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/*
 * Container surrounding all content on the page
 */
 
.container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 760px;
	border: 0 ;
	background: transparent url('../images/bg.gif') repeat-y top left;
}


.container2 {
	position: relative;
	margin: 0px auto;
	padding: 0;
	width: 100%;
	border: 0 ;
	background: #C1E0B8;
}

.textem {
	position: relative;
	margin: 0 auto;
	padding: 0;
	border: 0 ;
	align: center;
}

.posun {
	position: relative;
	margin: 15px 0px 50px 0px auto;
	padding: 0;
	width: 100%;
	border: 0 ;
	background: #C1E0B8;
}

a,
a:visited {
	color: #008301;
	text-decoration: none;
}


a:hover,
a:visited:hover {
	color: #008301;
	text-decoration: underline;
}

code,pre {
	font-size:12px
}

fieldset {
	margin:1em 0;
	padding:1em;
	border:1px solid #CCC
}

legend {
	color:#000;
	font-weight:bold;
}

label {
	cursor:pointer
}


/*
 * Container surrounding Site Title, Small Title, Logo, and home-link
 */
.head {
	height: 166px;
	margin: 0;
	border: 0;
	position: relative;
	background: transparent url('../images/bg-head.gif') repeat-x bottom left;
}

/*
 * Site Title
 */
.head h1 {
	font: bold 24px georgia;
	letter-spacing: -1px;
	color: #fff; 
	background: #000;
	border: 0;
	margin: 0px;
	padding: 6px 15px 6px 15px;
	display: inline;
	position: absolute;
	top: 15px;
	left: 0px;
	z-index: 10;
	height: 29px;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity:.7;
}

/*
 * Site Small Title
 */
.head h3 {
	font: normal 14px georgia;
	color: #fff; 
	background: #000;
	border: 0;
	margin: 0px;
	padding: 4px 15px 4px 15px;
	display: inline;
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 10;
	height: 17px;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity:.7;
}

/*
 *site time and date
 */
 
 .head h5 {
	font: normal 12px arial;
	color: #008301; 
	border: 0;
	margin: 0px;
	padding: 4px 15px 4px 15px;
	display: inline;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
	height: 17px;
	width: 100px;
	filter:alpha(opacity=70);
	opacity: .7;
	-moz-opacity:.7;
}



.logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 162px;
	z-index: 5;
	overflow: hidden;
	font-size: 0px;
}


.home-link {
	width:0px;
	height:0px;
	display:none;
}

hr {
	display:none;
}

/*
 * NavBar
 * UL containing all the NavBar links
 */
 
.nav-menu {
	padding: 20px 0px 20px 0px;
	margin: 0px;
	font: bold 12px arial;
	color: #000;
	float: right;
	width: 190px;
	overflow:hidden;
}


.nav-menu ul {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style: none;
	text-align: left;
	cursor: default;
}

/*
 * Individual NavBar LI's
 */
 
.nav-menu li {
	margin: 0px 0px 4px 0px;
	display: block;
	clear:both;
	height: 26px;
	padding: 0px 0px 1px 0px;
}

* html .nav-menu li {
	padding-bottom: 0px;
	padding-top: 4px;
	margin-bottom: -1px;
}


/*
 * Individual NavBar links
 */
.nav-menu a,
.nav-menu a:visited {
	margin: 0px;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
	color: #000;
	border: 0px;
	background: #e1f2dc;
	border-bottom: solid 1px #aad69e;
	border-right: solid 4px #aad69e;
	height: 25px;
	white-space: nowrap;
} 


.nav-menu a:hover,
.nav-menu a:visited:hover {
	color: #008301;
	text-decoration: none;
	padding-left: 12px;
}


/*nove menu..................................................................
*/
.nav-menu2 {
	padding: 20px 0px 20px 0px;
	margin: 0px;
	font: bold 12px arial;
	color: #000;
	float: left;
	width: 560px;
	overflow:hidden;
	
}


.nav-menu2 ul {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style: none;
	text-align: left;
	cursor: default;
}

/*
 * Individual NavBar LI's
 */
 
.nav-menu2 li {
	margin: 0px 0px 4px 0px;
	display: block;
	clear:both;
	height: 26px;
	padding: 0px 0px 1px 0px;
}

* html .nav-menu2 li {
	padding-bottom: 0px;
	padding-top: 4px;
	margin-bottom: -1px;
}


/*
 * Individual NavBar links
 */
.nav-menu2 a,
.nav-menu2 a:visited {
	margin: 0px;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
	color: #000;
	border: 0px;
	background: #e1f2dc;
	border-bottom: solid 1px #aad69e;
	border-right: solid 4px #aad69e;
	height: 25px;
	white-space: nowrap;
} 


.nav-menu2 a:hover,
.nav-menu2 a:visited:hover {
	color: #008301;
	text-decoration: none;
	padding-right: 10px;
	border-right: solid 2px #aad69e;
	border-bottom: solid 0px #aad69e;


}
/*konec noveho menu...................................................................................
*/



/*
 * This is the container that holds the main content (paragraphs) of the page.
 */
.with-mini {
	float: left;
	width: 570px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	overflow: hidden;
	text-align: left;
}

/*
 * The no-mini class is applied to the content DIV
 *     when there are no mini-paragraphs on the page.
 * This statement must remain in the css even if there are mini paragraphs.
 * If there are mini paragraphs on the page, this will be ignored.
 */
.content {
}

.content h2 {
	font: bold 20px georgia;
	color: #008301;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: transparent url('../images/bg-h2.gif') no-repeat bottom left;
}

.content h4 {
	font: bold 19px georgia;
	color: #008301;
	letter-spacing: -1px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: transparent url('../images/bg-h2.gif') no-repeat bottom left;
}

h2 a {
	padding: 0px;
}

.paragraph {
	padding: 20px 15px 20px 15px;
	overflow: hidden;
	clear: both;
}

/*novy paragraf pro menu.......background: #C1E0B8;.................................................
*/
.paragraph2 {
	padding: 0px 10px 10px 10px;
	overflow: hidden;
	clear: both;
}
/*konec noveho paragrafu pro menu...............................................
*/

.text {
	font: normal 12px verdana;
	color: #008301; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	height: 100%;
}

.content ul,.content ol,.content dd {
	margin-left:2em;
}

.mini-pars {
	float:right;
	width:30%;
}

.mini-pars dt {
	color:#000;
	font-weight:bold;
	margin-top:1em;
	border-bottom:.3em solid #EEE;
}

.mini-pars dd {
	margin-top:.2em;
	color:#333;
}

.footer {
	font-size: 10px;
	font-family: verdana, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 20px;
	clear: both;
	color: #666666;
	text-align: left;
}

.footer p {
	padding: 0px;
	margin: 0px
}

.tracker {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 20px;
	font-size: 10px;
	font-family: verdana, sans-serif;
	clear: both;
	color: #666666;
	text-align: left;
}

/* forms 
*/
label,button,input[type="submit"] {
	cursor:pointer;
}

input,textarea {
	padding:.1em;

}

textarea {
	font:1em verdana,arial,sans-serif;
}

.formSpan {
	display:block;
	margin:1em 0 0
}



/* The following styles are for the blog.
* Remember, if a CSS property is already defined in blog.css,
* you must use the !important rule.
*/

/* 
* blog entry container 
*/
.BlogEntryDisplay {
	border-bottom: 0 !important;
	margin: 0px !important;
	margin-bottom: 30px !important;
	padding: 0px !important;
}

/* 
* blog entry title
*/
.BlogEntryTitle {
	font: bold 20px georgia !important;
	color: #008301 !important;
	letter-spacing: -1px !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px !important;
	padding-top: 15px !important;
	background: transparent url('../images/bg-h2.gif') no-repeat bottom left;
}

/* 
* blog entry date
*/
.BlogEntryDate {
	margin: 0px 0px 0px 0px !important;
	padding: 0px !important;
	font-size: 11px !important;
	font-family: verdana !important;
	color: #666 !important;
}

.BlogEntryDate BR {
	display: none;
}

/* 
* blog entry body
*/
.BlogEntryBody {
	border-bottom: solid 4px #edf8ea !important; 
}

/* 
* blog comments
*/
.BlogCommentContainer{
	border: solid 0px #9ebdd6 !important;
	border-top: solid 2px #aad69e !important;
	border-bottom: solid 2px #aad69e !important;
	padding: 10px !important;
	margin: 10px 0px 0px 0px !important;
	background-color: #e1f2dc !important;
}