a
{
	color: #20213C;
}

a.oranz
{
	color: #FF8C00;
}

a img
{
	border: 0px;
}

form
{
	margin: 0px;
}

body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif; /* Psmo pro celou strnku */
    font-size: 70%;
	margin-bottom: 5px;
	margin-top: 5px;
}

#root
{
	width: 990px;
	height: auto;
	margin: auto;
	background-color: #E6DFC2;
}

#header
{
	width: 160px;
	height: 110px;
	background: url(../obrazky/logo.jpg) no-repeat;
	color: #0B6095;
	padding-left: 830px;
	padding-top: 44px;
}

#menu
{
	width: 100%;
	height: 26px;
	background: url(../obrazky/menu.jpg) no-repeat;
}

#menu a
{
	display: block;
	float: left;
	height: 26px;
}

#content
{
	width: 100%;
	height: auto;
	color: #20213C;
	clear: both;
	background: url(../obrazky/content_bg.jpg) bottom no-repeat #3C84BA;
}

#left
{
	width: 200px;
	min-height: 578px;
	height: 578px;
	float: left;
	background: url(../obrazky/menu_bg.jpg) top no-repeat;
	padding-top: 60px;
	padding-left: 10px;
	padding-bottom: 45px;
}

#left p
{
	margin: 0px; padding: 0px;
	margin-bottom: 5px;
}

.textbox
{
	font-size: 100%;
	width: 120px;
}

.button
{
	font-size: 90%;
}

#menu_cap
{
	font-size: 140%;
	font-weight: bold;
	margin-top: 10px;
}

div[id] #left
{
	height: auto;
}

/*#left a
{
	display: block;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 15px;
}
*/
.menuli
{
	margin: 0px; padding: 0px;
	margin-left: 10px;
}
.menuli li
{
	list-style: none;
	margin: 0px; padding: 0px;
	background: url(../obrazky/li.gif) left no-repeat;
	padding-left: 35px;
	line-height: 24px;
}

#left-gloria
{
	padding-top: 50px;
	margin-left: 40px;
}

#right
{
	width: 750px;
	min-height: 578px;
	height: 578px;
	float: right;
	background: url(../obrazky/main_bg.jpg) no-repeat top;
	padding: 45px 15px 0px 15px;
}

div[id] #right
{
	height: auto;
}

#right h1
{
	font-size: 130%;
}

#right p.line
{
	line-height: 170%;
}

#right h2
{
	font-size: 120%;
}

#right h3
{
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 110%;
}

#ukazky
{
	text-align: center;
	margin-bottom: 50px;
}

#footer
{
	width: 970px;
	height: 22px;
	padding: 10px;
	background: url(../obrazky/footer.jpg) no-repeat right #004168 top;
	color: white;
}

#footer-left
{
	width: 50%;
	float: left;
	font-size: 90%;
}

#footer-left a
{
	color: white;
}

#footer-right
{
	width: 50%;
	float: right;
	text-align: right;
	padding-top: 12px;
}

#footer-right a 
{
	text-decoration: none;
	color: white;
}

#doporuceni
{
	color: #7FC4EE;
	width: 100%;
	text-align: center;
	margin-top: 4px;
}

#doporuceni a
{
	text-decoration: none;
	color: #7FC4EE;
}

#navigace
{
	font-weight: bold;
}

#navigace a
{
	color: black;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 5px;
}

.ul li
{
	list-style: none;
	margin: 0px; padding: 0px;
	background: url(../obrazky/li.gif) left no-repeat;
	padding-left: 40px;
	line-height: 24px;
}

.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;
}

.right-float
{
	float: right;
}

.img-float-right
{
	float: right;
	margin-left: 15px;
}

.img-center-align
{
	display: block;
	margin: auto;
	text-align: center;
}

.ramecek
{
	border: 5px solid white;
}