body.page {
	background-color: #EAEAEA;
	background-image: url(../img/back_body.gif);
	background-position: center;
	background-repeat: repeat-y;
}
#center {
	position : relative;
	height : expression("100%");
	min-height : 100%;
	text-align: center;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 979px;
	text-align: left;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	position: relative;
}
html>body #content {
	width: 977px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}
#header1 {
	width: 977px;
	height: 84px;
	background-color: #FFFFFF;
}

H1 {
	font-size: 160%;
	color: #ACD428;
	font-style: normal;
	font-weight: normal;
	margin-left: 17px;
	margin-right: 9px;
	margin-top:20px;
	padding-bottom: 10px;
}
div.zalomeni {
	margin-left: 17px;
	margin-right: 9px;
	position: relative;
	border-bottom:1px solid #E5E5E5;
	position:relative;
	margin-bottom: 8px;
}
div.zalomeni img {
	position:absolute;
	left:-14px;
	
}

/* navigator*/
#navigator, #image{
	position: relative;
}
#image {
	width: 754px;
	height: 55px;
	overflow:hidden;
   background-color: #D6EA94;   
}
#navigator {
	width:754px;
	background-image: url(../img/back_header2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height:22px;
	padding-left:15px;
	padding-top:4px;
	font-size:70%;
	color:#275F10;
}
html>body #navigator {
	height:18px;
	width:739px;
}


#navigator a {
	color:#275F10;
	text-decoration:underline;
}
#navigator a:hover {
	color:#275F10;
	text-decoration:none;
}
/* end navigator*/

.mwd-form
{
	width: 100%;
	margin: 10px 0px 20px 0px;
}



#footer {
	width : 100%;
	text-align: center;
	/*background-color : #FFFFFF;*/
	padding-bottom: 5px;
}
#footer-content {
	margin-left:auto;
	margin-right:auto;
	width: 979px;
	border-top: 1px solid #426B00;
	background-color : #FFFFFF;
}