body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: url(../img/bg_page.gif) repeat-y top center #D8DCDC;
	text-align: center;
	line-height: 1.5em;
}

* {
	margin: 0;
	padding: 0;
	}
	
p {margin-bottom: 20px;}
a {color: #13A0D9;}
a:hover {color: #73BE44;}
#text ul, #text ol, #text li {margin: 0 0 0 15px;}

h1, h2, h3, h4, h5, h6 {color: #344079; margin-bottom: 10px;}
h1 {font-size: 1.8em; line-height: 1.1em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.4em;}
h4, h5, h6 {font-size: 1.2em;}

hr {
	border: 0;
   	color: #579133;
	background-color: #579133;
	height: 1px;
}

.first, .second, .third {
	padding: 3px 0 6px 45px;
	font-size: 1em;
	margin-bottom: 3px;
	}
	.first {background: url(../img/but_1.gif) no-repeat 0 0;}
	.second {background: url(../img/but_2.gif) no-repeat 0 0;}
	.third{background: url(../img/but_3.gif) no-repeat 0 0;}
	
	.first a, .second a, .third a {color: #000;}
	
.clr {clear:both; position: relative;}
	
#page {
	width: 741px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	left: 0px;
	}
	
#head {
	color: #13A0D9;
	background: #FFF !important;
	position: relative;
	}
	#head img {
		position: relative;		
		margin: 20px 0;
		}
		#head p {
			position: absolute;
			top: 45px;
			right: 0;
					
			}
		#head a {
			/*color: #579133;*/
			}
	
#main {
	border-top: 6px solid #397A6E;
	position: relative;
	_height: 750px;
	min-height: 750px;
	
	}
	
#menu {
	background: url(../img/bg_menu.jpg) no-repeat;
	height: 249px;
	position: relative;
	}
	#menu div {
		padding: 35px 20px 0 0;
		float: right;
		}
	#menu h2 {
		font-size: 2.1em;
		font-weight: normal;
		color: #FFF;
		margin-bottom: 30px;
		}
	#menu ul { 
		position: relative;
		list-style-type: none;
		margin-left: 43px;
			 }
		#menu ul li {
			margin-bottom: 3px;
			position: relative;			
			}
		#menu ul li a {
			background: url(../img/m_button.gif) no-repeat #73BE44;
			display: block;
			width: 161px;
			height: 27px;
			position: relative;
			color: #fff;
			text-decoration: none;
			text-align: right;
			}
			#menu ul li a span {
				margin-right: 6px;
				top: 3px;
				position: relative;
				}
			#menu ul li a.home {
				background: url(../img/m_button_home.gif) no-repeat #579133;
				}
	
#content {float: left; width: 515px;}
#text {margin: 20px 25px;}
#text p {text-align: justify;}

#underrightcolumn{
	position: relative;
	text-align: center;
	height: 410px;
	background: #73BE44;
}
#rightcolumn {
	position: relative;
	width: 219px;
	float: right;
	background: #579133;
	color: #FFF;
	font-size: 0.85em;
	line-height: 1.4em;
	border-top: 15px solid #73BE44;
	}
	#rightcolumn table {font-size: 1em;  color: #FFF;}
	#rightcolumn h3 {
		background: url(../img/zarovka.gif) no-repeat 162px 5px #FDC321;
		padding: 13px 15px;
		font-size: 1.4em;
		color: #4A7E2C;
		line-height: 1.1em;
		margin-bottom: 0;	
		}
	#rightcolumn h4 {
		font-size: 1.6em;
		margin-bottom: 10px;
		color: #FFF;
		}
	
	#rightcolumn div {
		padding: 15px;
		border-top: 1px solid #73BE44;

		margin-top: 1px;
		}
		.celyrecept {margin-bottom: 0;}	
		.celyrecept a {
			display: block;
			padding: 7px 10px 10px 10px;
			background: url(../img/bg_celyrecept.gif) no-repeat;
			position: relative;
			color: #000;
			width: 76px;			
			}
		
	#rightcolumn .dalsirecepty {
		background: #397A6E;
		padding-top: 1px;
		display: block;
		margin-bottom: 0;
		border-top: 1px solid #529C8F;
		}
		.dalsirecepty a {
			color: #FFF;
			padding: 10px 15px;
			display: block;			
			position: relative;
			top: 0;
			}
	
.info {
	position: relative;
	width: 219px;
	border-top: 1px solid #5F9F37;
	float: right;
	margin-top: -55px;
	color: #FFF;
	font-size: 0.85em;
	line-height: 1.2em;
	}
	.info p {
		margin: 10px 15px;
		}
	.info a {color: #FFF;}
	.info a:hover {color: #FFF;}

#footer {
	background: #fff;
	background: url(../img/bg_footer.gif) no-repeat #FFF;
	height: 80px;
	position: relative;
	clear: both;
	font-size: 0.85em;
	text-align: right;
	}
	#footer p {
		padding-top: 25px;
		margin-bottom: 0;
		}
	#footer .rozcestnik{
		margin: 0;
		padding: 0;
		}
		#footer .rozcestnik li{
			display: inline;
			padding: 3px;
			}

div.error {
	color: #F00;
	font-size: 11px;
	margin-bottom: 4px;
	border: 1px solid #F00;
	padding: 4px;
}

/* ***** FORMULAR ****** */

#formular table td {
	padding-bottom: 10px;
	}
	
#formular table input, #formular table textarea {
	border: 1px solid #397A6E;
	margin-right: 10px;
	}
	
#formular table input{
	width: 150px;
}	

#formular .button {
	border: 3px solid #397A6E;
	background: #73BE44;
	padding: 1px 3px;
	color: #FFF;
	cursor: pointer;
	}
	
#formular h4 {
	margin-bottom: 0;
	}
	
#formular h3 {
	margin-bottom: 5px;
	}
	
/* ****** seznam receptu ****** */
	
.Document h2 {
		font-size: 1em;
		margin: 0 0 10px 0;
		font-weight: normal;
		}
		.Document h2 a {color: #4B5374;}
		.Document h2 a:hover {color: #65AB3A;}
		
/* ****** submenu v obsahu ****** */

	#text ul.subItemsList {
		list-style: none;
		margin: 0;
		position: relative;
		margin-top: -15px;
		margin-left: -15px;
		}

		#text ul.subItemsList li {
			display: inline;
			float: left;
			margin: 0;
			}
			
			#text ul.subItemsList h2 {font-size: 1em; }

			#text ul.subItemsList li a {
				display: block;
				
				text-align: center;
				padding: 5px 10px;
				text-decoration: none;
				margin: 0 10px 10px 0;
				background: #579133;
				color: #FFF;
				}

			#text ul.subItemsList li a:hover {
				color: #FDC321;
				}
		
/*#text ul.subItemsList {list-style-type: none; margin: 0;  background: #73BF45;    }
	ul.subItemsList li {
		display: inline;
		position: relative;		
		}
	ul.subItemsList li h2 {font-size: 1em; padding: 3px 8px; margin: 0;}
	ul.subItemsList li h2 a {text-decoration: none; color: #FFF;}*/
	
.floatright {
	float: right;
	padding: 0 0 10px 10px;
}

.floatleft{
	float: left;
	padding: 0 10px 10px 0;
}

#content img.floatleft{
	margin-right: 4px;
}

#content img.floatleft{
	margin-left: 4px;
}

.Icon img {border: none; margin-right: 5px;}
.print a {margin-left: 10px; vertical-align: middle;}

/* s hypote*/

.adb table td {
padding: 2px;  color: #000; text-align: right;
}
.adb table {margin: 0; }

#underrightcolumn .adb a {
			display: block;
			padding: 6px 10px 10px 7px;
			background: url(../img/but_spocitejte.gif) no-repeat;
			position: relative;
			color: #000;
			width: 76px;
			text-decoration: none;
			text-align: left;
			margin: 8px auto 0 auto;
}

#underrightcolumn .adb {
	padding: 0;
	width: 185px;
	color:#000;
	text-align: left;
	background-color: #ADD993;
	margin-bottom: 150px;
}

#underrightcolumn .adb div {padding: 10px;}

#underrightcolumn .adb form {
	margin:0px;
	padding:0px;
}

#underrightcolumn  {
	text-align: left;
	}

#underrightcolumn .adb h2 {
	text-align: left;
	font-size: 12px;
	margin:0 0 5px 0;
}

#malakalkulacka1 {
margin-bottom: 15px;
}

table {font-size: 1em;}


#underrightcolumn .adb a img.posun {
		vertical-align: middle;
	}

img.posun {
	border: 0px;
	position: relative;
	top: 3px;
}

#underrightcolumn .adb input  {
	color: #505050;
	border-color: #B6C2AD;
	background-color: #FFFFFF; 
	border-style: solid; 
	border-width: 1px;
	font-size: 11px;
	height: 15px;
	margin: 0 2px 0 0;
	width: 40px;
}
#underrightcolumn .adb input.inp {
	width: 63px;
	}

#underrightcolumn div.banner {
	padding: 0px;
	margin: 0px;
	background: #73BE44;
	padding-top: 10px;
}

#search {
	padding-bottom: 5px;
	padding-top: 5px;
	width: 260px;
	height: 88px;
	float: right;
	text-align:right;
	background: #fff;
	}

	.searchfield {
		vertical-align: middle;
		border: 1px solid #1B7200;
		width: 121px;
		height: 17px;
		}

	.searchbutton {
		vertical-align: middle;
		width: 77px;
		height: 22px;
		border: none;
		background: none;
		}
	
#searchForm{
	margin-bottom: 30px;
	}