a
{
	color: white;
}

a img
{
	border: 0px;
}

form
{
	margin: 0px;
}

#doporucujeme, #doporucujeme a
{
  width: 650px;
  margin:auto;
    margin-top: 10px;
    color: #DCEDF9;
    text-align: center;
}

body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif; /* Psmo pro celou strnku */
    font-size: 70%;
	color: #397EF0;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #8CAED5;
}

#root
{
	width: 760px;
	height: auto;
	margin: auto;
	border: 1px solid #eae9fe;
}

#root_inner
{
	width: 724px;
	height: auto;
	margin: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #dcedf9;
	padding-left: 15px;
	padding-right: 15px;
}

#header
{
	height: 272px;
	background: url(../obrazky/header.jpg) no-repeat center;
	text-align: right;
	padding-right: 3px;
	padding-top: 10px;
	font-style: italic;
}

#header a
{
	font-size: 24px;
	text-decoration: none;
	color: #ea425e;
	font-weight: bold;
}

#content
{
	width: 100%;
	height: auto;
}

#left
{
	width: 528px;
	height: auto;
	float: left;
	padding-right: 10px;
}

#left a
{
	color: #397EF0; 
}

#left h1
{
	font-size: 150%;
	color: #397EF0;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 8px;
}

#left h1 span
{
	color: #ea425E;
}

#box
{
	width: 506px;
	border: 1px solid white;
	background: url(../obrazky/box.jpg) repeat-y;
	padding: 10px;
	margin-bottom: 10px;
}

#box #text
{
	width: 400px;
	margin-left: 10px;
	float: left;
	color: #ea425E;
	font-weight: bold;
	font-size: 105%;
}

#box #text span
{
	font-size: 115%;
}

.caption
{
	font-size: 110%;
	text-transform: uppercase;
	color: #ea425E;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 7px;
}

.ul
{
	list-style-image: url(../obrazky/ul.jpg);
	padding: 0px; margin: 0px;
	padding-left: 15px;
}

.ul li
{
	margin-bottom: 8px;
}

.ul li a
{
	color: #ea425E;
}

.table, .table td
{
	border: 1px solid white;
	border-collapse: collapse;
	font-weight: bold;
}

.table
{
	border-width: 2px;
	font-size: 105%;
	margin-bottom: 15px;
}

.table td
{
	padding: 2px 6px 2px 6px;
	background-color: #ccdef5;
}

.tmavsi
{
	background-color: #c3d8f6;
	color: #ea425E;
}

#right
{
	width: 186px;
	height: auto;
	float: right;
}

#kontakty
{
	width: 160px;
	height: auto;
	background: url(../obrazky/kontakty_bg.gif) repeat-x;
	border: 3px solid white;
	margin-top: 10px;
	padding: 10px;
	color: white;
}

#kontakty p
{
	margin: 0px;
	padding: 0px;
	margin-top: 7px;
}

#cap
{
	color: #eae9fe;
	text-transform: uppercase;
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 5px;
}

#subcap
{
	color: white;
	font-weight: bold;
	font-size: 105%;
}

#banner
{
	width: 180px;
	height: auto;
	border: 3px solid white;
	background: url(../obrazky/dekor2.jpg) no-repeat top #a7cae5;
	padding-top: 181px;
	margin-top: 8px;
	color: white;
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#banner .tel
{
	color: #ea425E;
	font-size: 190%;
	font-weight: bold;
}

#banner a
{
	display: block;
	padding-top: 10px;
	text-decoration: none;
}

#footer
{
	width: 724px;
	height: auto;
	border-top: 1px solid #79ACE3;
	padding-bottom: 5px;
	color: #79ACE3;
}

#footer a
{	
	color: #79ACE3;
}

#footer_left
{
	float: left;
	width: 50%;
}

#footer_right
{
	float: right;
	width: 50%;
	text-align: right;
}

.center
{
	width: 100%;
	text-align: center;
}

.clear {
  clear: both;
  margin: 0;               /* keep flush with adjacent containers */
  padding: 0;
  height: 0;
  overflow: hidden;
}

.left-float
{
	float: left;
}

.right-float
{
	float: right;
}
