body{
	background: #fff url('img/bg-html.gif');
	font-family: arial, helvetica, sans-serif;
}

body,html{
	padding: 0px;margin: 0px;
	color: #2B5939;
	font-weight: bold;
	font-size: 12px;
}

.bigger{font-size: 14px;}

a{
	color: #2B5939;
	text-decoration: underline;
}



#root{
margin: 0px auto;
}

h1{
	position: relative;
	padding: 20px;
	width: 621px;
	height: 256px;
	margin: 0px 0px 0px 14px;
	overflow: hidden;
	background: #628E02;
	color: #fff;
}

h1 a{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 661px;
	height: 296px;
	overflow: hidden;
	background: transparent url('img/head.jpg') top no-repeat;
}

h2{
	font-size: 12px;
	font-weight: bold;
	color: #F9CF3F;
	text-transform: uppercase;
}

.hr, #footer{
	padding: 6px 0px 0px 20px;
	width: 641px;
	height: 26px;
	margin: 0px 0px 0px 14px;
	background: #2B5939 url('img/bg-hr.gif') bottom no-repeat;
	font-size: 10px;
	color: #fff;
}

#footer a{color: #fff}

#page{
	margin-left: 14px;
	width: 661px;
	background: #fff url('img/bg-body.gif') top no-repeat;
}

#menu ul{
	margin: 0px;
	padding: 0px;
}

#menu{
	float: left;
	margin:  40px 0px 0px 90px;
	padding: 0px;
	width: 180px;
	text-transform: uppercase;
}

#menu li{
	margin: 10px 0px;
}

#menu ul{
	list-style: none;
}

#menu a{
	color: #2B5939;
	text-decoration: none;
}

#menu .active a{
	color: #F9CF3F;
}

#obsah{
	min-height: 300px;
	height: auto;
	width: 300px;
	margin:  40px 0px 0px 40px;
	float: left;	

}

#root{
	width: 688px;
	background: transparent url('img/bg-shadow.gif') no-repeat;
}

#footer{
	width: 643px;
	height: 88px;
	background: #fff url('img/bg-hr.gif') top no-repeat;
	margin: 0px auto;
	position: relative;
}

#f_info{
	position: absolute;
	bottom: 13px;
}

.clear{clear: both}
