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 {margin: 0 0 20px 15px;}

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

.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 {
	position: relative;
	margin: 0 auto;
	text-align: left;
	}
	
#head {
	color: #13A0D9;
	background: #FFF;
	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;

	}
	
#menu {
	display: none;
	}

	
#content { width: auto;}
#text { margin-top: 20px;}
#text p {text-align: left;}
#underrightcolumn{
	display: none;
}
#rightcolumn {
	display: none;
	}

	
.info {
	display: none;
	}

#footer {
	background: url(../img/bg_footer.gif) no-repeat #FFF;
	height: 57px;
	position: relative;
	clear: both;
	font-size: 0.85em;
	}
	#footer p {
		padding-top: 25px;
		margin-bottom: 0;
		}

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;
	position: relative;
	border: 2px solid #FFF
}

.floatleft{
	float: left;
	padding: 0 10px 10px 0;
	position: relative;
	border: 2px solid #FFF;
}

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

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

.print {display: none;}

.Icon img {border: none; margin-right: 5px;}
.DocumentAttachments {display: none;}