a
{
	color: #3f61ab;
	text-decoration: none;
}

a img
{
	border: 0px;
}

h3
{
    margin:0px;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 145%;
    color: #3C5BA5;
}

form
{
	margin: 0px;
}

body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif; /* Psmo pro celou strnku */
    font-size: 70%;
	background-color: #ffeec3;
	padding-bottom: 15px;
}

#root
{
	width: 990px;
	height: auto;
	margin: auto;
}

#header
{
	width: 990px;
	height: 250px;
	background: url(../obrazky/header.jpg) no-repeat;
}

#header .left-float
{
	width: 190px;
	padding-left: 10px;
	padding-top: 4px;
	font-weight: bold;
}

#header .right-float
{
	width: 780px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: right;
}

#content
{
	width: 100%;
	height: auto;
}

#left
{
	width: 222px;
	height: auto;
	float: left;
}

#left #menu
{
	padding-left: 20px;
}

#left #menu .link
{
	display: block;
	width: 152px;
	height: 32px;
	background: url(../obrazky/link-bg.jpg) no-repeat;
	color: white;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;

}

#left #menu .link a
{
	display: block;
	width: 142px;
	height: 27px;
	color: white;
	padding-top: 5px;	
	padding-left: 10px;
}

#komunikace
{
	/*background: url(../obrazky/dalnice.png) no-repeat 117px 0px;*/
}

#verejne-osvetleni
{
	/*background: url(../obrazky/svetlo.png) no-repeat 117px 0px;*/
}

#zelen
{
	/*background: url(../obrazky/zelen.png) no-repeat 117px 0px;*/
}

#technicka-sprava
{
	/*background: url(../obrazky/technika.png) no-repeat 117px 0px;*/
}

#left #submenu
{
	color: white;
	padding-left: 20px;
	margin-bottom: 10px;
}

#left #submenu #caption
{
	width: 139px;
	height: 26px;
	font-size: 110%;
	background: url(../obrazky/submenu_cap.gif) no-repeat;
	font-weight: bold;
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 10px;
}

#left #submenu #body
{
	width: 129px;
	min-height: 280px;
	height: auto !important;
 	height: 280px;
	background: url(../obrazky/submenu_body.gif) no-repeat #4165AE;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#left #submenu #body ul
{
	margin: 0px;
	padding: 0px;
}

#left #submenu #body ul li
{
	list-style-type: none;
	margin-bottom: 2px;
}

#left #submenu #body ul li a
{
	color: white;
}

#left #submenu #body ul li a:hover
{
	text-decoration: underline;
}

#left #submenu #bottom
{
	width: 149px;
	height: 12px;
	background: url(../obrazky/submenu_bottom.gif) no-repeat;
}

#right
{
	width: 753px;
	height: auto;
	float: right;
	padding-right: 15px;
}

#right #navigace
{
	font-size: 90%;
	padding-top: 5px;
	margin-bottom: 15px;
}

#right #content-inner
{
	color: #1a476c;
	padding-bottom: 10px;
}

#right #content-inner a
{
	color: #cd0404;
	text-decoration: underline;
}

#right #content-inner h1
{
	color: #3c5ba5;
	font-size: 140%;
}

#right #content-inner h2
{
	font-size: 110%;
}

#right #content-inner .list
{
	list-style-image: url(../obrazky/li.gif);
	margin: 0px;
	padding: 0px;
	margin-left: 35px;
}

#right #content-inner .list li
{
	margin-bottom: 10px;
}

#right #content-inner .border
{
	border: 1px solid #3a58a2;
}

#right #content-inner #infobox
{
	width: 400px;
	margin: auto;
	text-align: center;
	padding: 8px;
	font-weight: bold;
	font-size: 110%;
	color: #3f61ab;
	border: 1px solid #3a58a2;
	margin-bottom: 10px;
	background-color: white;
}

#right #content-inner .imagebox
{
	float: left;
	margin-bottom: 10px;
	text-align: center;
}

#right #content-inner .imagebox2
{
	float: left;
	margin-bottom: 15px;
	width: 49%;
	text-align: center;
}

#right #content-inner .imagebox2 img
{
	border: 1px solid #3a58a2;
}

#footer
{
	width: 970px;
	height: 42px;
	background-color: #1f3c7e;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#footer .left-float
{
	width: 45%;
}

#footer .right-float
{
	width: 55%;
}

#footer a
{
	color: white;
}

#doporucujeme
{
	text-align: center;
	color: #c3c3c3;
	margin-top: 10px;
}

#doporucujeme a 
{
	color: #c3c3c3;
}

.table, .table td, .table th
{
	border: 1px solid #3a58a2;
	border-collapse: collapse;
}

.table td, .table th
{
	padding: 3px 5px 3px 5px;
}

.center
{
	width: 100%;
	text-align: center;
}

.clear {
  clear: both;
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;
  height: 0;
  overflow: hidden;
}

.left-align
{
	text-align: left;
}

.right-align
{
	text-align: right;
}

.center-align
{
	text-align: center;
}

.left-float
{
	float: left;
}

.left-float-img
{
	float: left;
	margin-right: 10px;
}

.right-float-img
{
	float: right;
	margin-left: 10px;
}

.right-float
{
	float: right;
}

.no-top
{
	margin-top: 0px;
	padding-top: 0px;
}

.no-bottom
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.bold
{
	font-weight: bold;
}