* {
	border: 0px solid black;
	padding: 0px;
}

.bold {
	font-weight: bold;
}

a {
	/*text-decoration: none;*/
	color: #009900;
}

a:hover {

}

.link a {
	display: block;
	font-weight: bold;
	margin-top: 20px;
}

.menu a {
	display: list-item;
	list-style: url(images/n.gif);
	list-style-position: inside;
	text-decoration: none;
	color: #305103;
/*	background: #EAEAEA;
	background: bottom repeat-x url(images/abg.png);
	border-bottom: 1px solid;*/
	margin-bottom: 0px;
	/*padding-left: 18px;*/
	padding: 0px;
/*	padding-left: 8px;*/
/*	margin: 5px 10px 5px 10px;
	margin: 2px;*/
	font-weight: bold;
}

.menu a:hover {
		color: #009900;
		list-style: url(images/sun.gif);
		list-style-position: inside;
}

.menu a.subitem {
	padding-left: 20px;
}

.links a {
	text-decoration: none;
}

.content h2 {
	font-size: 17px;
}

.content h3 {
	font-size: 15px;
	margin-bottom: 3px;
}

#headerline, #pagecontent {
/*	background: #A5D144;*/
}
/*
#pagecontent .main .content {
	background: #D8E1F9;
}
*/
.win {
	background: #C1E277;
/*	background: #FFFFFF url(images/bg2.gif) repeat-y;*/
}
.calendar td, input, textarea {
	background: #DFEFBA;
	/* #729C14*/
}
.newsblock .news {
/*  background: #1CBE01;*/
}

.selected:hover {
  background: #1AB401;
}

input textarea {
	border: Black;
}

#pagecontent {
	border: 0px solid #C7D4B3;
}

/*#26F100*/

.newsblock h1 {
	margin-top: 70px;
}

body {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, sans;
	margin:10px 0 0 0;
	padding:0 0 0 0;
	background: #A5D144 url(images/zel-pre.gif) repeat-x;
	text-align: center;
}

table, td {
	font-size: 12px;
}

#page {
	margin: 0px auto;
	width: 850px;
	text-align: left;
}

body > #header {
	background: url(images/hlavicka4b.png) no-repeat;
 	margin: 0px auto;
	width: 900px;
	height: 330px;
}

/* pro IE */
/*
#header {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/hlavicka4b.png', sizingMethod='scale');
 	margin: 0px auto;
	width: 900px;
	height: 330px;
	margin-bottom: 20px;
}
*/
#header {
	background: url(images/hlavicka-ie.png) center no-repeat;
 	margin: 0px auto;
	width: 900px;
	height: 330px;
	margin-bottom: 20px;
}

#header .content {
	display: none;
	/*
	padding: 320px;
	width: 1000px;
	padding-left: 0px;
	font-size: 30px;
	color: #709912;
	*/
}


#headerline {
	text-align: right;
	/*
	border-left: 1px solid #C7D4B3;
	border-right: 1px solid #C7D4B3;
	border-top: 1px solid #C7D4B3;
	*/
}

#headerline .content {
	padding: 5px 20px 0px 0px;
}

#headerline .content a:hover {
	text-decoration: underline;
}

#headerline .tab {
	margin: 3px;
	border: 1px solid;
}

#headerline .tab_selected {
	margin: 3px;
	border: 1px solid;
	border-bottom: 1px solid;
}


#pagecontent {
	/*border: 1px solid;
	border-top: 1px solid #C7D4B3;*/
}

#pagecontent .content {
	margin: 10px;
	margin-top: 0px;
	border: 0px solid;
}

#footer .content {
	margin: 5px;
	margin-bottom: 20px;
	font-size: smaller;
}

#footer {
	text-align: center;
}

.column {
	width: 240px;
	float: left;
}

#pagecontent .main {
	width: 585px;
	float: right;
}

#pagecontent .main .content {
/*
	margin-left: 250px;
	margin-right: 10px;
	*/
	text-align: justify;
}

#pagecontent .main .content img.right {
	float: right;
	margin: 10px;
	margin-top: 0px;
}

ul {
	list-style-position: outside;
	margin-left: 20px;
}

ul.number, ul.number ul {
	list-style-type: decimal;
}


.divclear {clear:both;}


.calendar td {
	/*background: bottom repeat-x url(images/abg.png);*/
	border: 1px solid;
	text-align: right;
	padding: 1px 3px;
}

.calendar td:hover {
	border: 1px solid;
	cursor: pointer;
}

input {
	/*background: repeat-x url(images/abg.png);*/
	border: 1px solid;
}


td.title {
	font-weight: bolder;
}

.right {
	float: right;
	margin: 10px;
}

.border {
	padding: 5px;
	border: 1px solid;
}

.border td {
	text-align: right;
	padding: 0px 5px;
}
.border td:first-child {
	text-align: left;
}

td.underline {
	border-bottom: 1px solid;
}

td.topline {
	border-top: 1px solid;
}


.mainForm {
	display: block;
	width: 320px;
	border: 0px solid;
}

.mainForm span {
	float: left;
}

.mainForm input {
	float: right;
}

/*
form.main span {
	display: inline;
	width: 100px;
}

form.main input {
	width: 120px;
}
*/


div#message {
	color: Red;
/*	border: 1px solid #DCDCDC;*/
	margin: 10px 0px;
	padding: 5px;
}

input.price {
  width: 120px;
}

input.small {
  width: 80px;
}

input.big {
  width: 350px;
}


td {
  padding: 3px;
}


.month .other {
  color: #8A8A8A;
}

.month .today {
  color: #DF0000;
}


textarea {
	border: 1px solid;
}

.links {
	font-size: 10px;
}





.news h2 {
	font-size: 14px;
  border-bottom: 2px solid;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

.news .date {
  text-align: right;
  color: #727272;
}

.news .head {
  text-align: justify;
  margin-top: 2px;
  margin-bottom: 2px;
}

.news .link {
  text-align: right;
  margin-bottom: 10px;
  margin-top: 2px;
}


.win {
	border: none;
	padding: 10px;
}

.win h4 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.win.advert {
	border: none;
/*	padding-top: 20px;*/
	text-align: left;
}

.main .content .win {
/*	border-bottom: 1px solid white;*/
	border: none;
	background: #C1E277 url(images/bor-main-top.gif) no-repeat top;
}

.main .content .winBottom {
	border: none;
	background: #C1E277 url(images/bor-main-bottom.gif) no-repeat bottom;
	height: 20px;
}

.column .content .win {
/*	border-bottom: 1px solid white;*/
	border: none;
	background: #C1E277 url(images/bor-col-top.gif) no-repeat top;
}
.column .content .winBottom {
	border: none;
	background: #C1E277 url(images/bor-col-bottom.gif) no-repeat bottom;
	height: 20px;
	margin-bottom: 20px;
}

.fotogalerie  {
	display: block;
	text-align: center;
}

.fotogalerie a {
	width: 260px;
	padding: 5px;
	padding-bottom: 10px;
	text-align: center;
}

.fotogalerie a.nv {
	margin-left: 10px;
	margin-right: 10px;
}

.highlight {
	background: #B1D267;
}

