/* ------------- zrušení přednastavených stylů prohlížečům ------------ */
* {padding: 0; margin: 0;}
h1, h2, h3, h4, h5, h6, pre, code {font-size: 1em;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
ul 		{list-style-type: none;}
a img {border: none;}
table {border-collapse:collapse;}

/* --------------------- OBECNÉ -------------------------- */
body {
	text-align: center;
	background: #efeee7 url(../images/bg-body.jpg) repeat-x;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 62.5%;
	line-height: 2.2em;
	color: black;
}
h1 {font-size: 15px; font-weight: bold;	background: url(../images/bg-h1.gif) no-repeat 0 8px;	padding-left: 18px; padding-bottom: 10px;	border-bottom: 1px solid #d7d4c5;}
h3 {color: #df5f26;	font-weight: bold;}
p {margin-bottom: 12px;}
a	{color: #968116; text-decoration: underline;}
a:visited {color: #615E4F;}
a:hover {text-decoration: none;	color: #968116;}

span.cleaner	{display: block; clear: both;}
.cleaner	{clear: both; font-size: 0; height: 1px; margin-top: -1px;}
.left		{text-align: left;}
.right	{text-align: right;}
.center	{text-align: center;}

/* -------------------- ZÁKLADNÍ ROZVRŽENÍ -------------------- */
#web {
	background: #fff;
	width: 820px;
	margin: 0 auto; margin-top: 12px;
	text-align: left;
}
#header {
	background: url(../images/header.jpg) no-repeat;
	height: 209px;
	position: relative;
	color: white;
	line-height: 2.3em;
}
	img#logo {position: absolute; left: 47px; top: 15px; display: block;}
	img#tel {position: absolute; left: 381px; top: 47px;}
	#header div {position: absolute; left: 54px; top: 113px; font-size: 1.2em; font-weight: bold;}
	#header p.radek-lampir {font-size: 2em;}

#levy {
	float: left;
	display: inline;
	width: 230px;
	margin: 18px 0 40px 5px;
	color: #2f2e33;
	font-size: 1.1em;
	line-height: 1.5em;
}
#pravy {
	float: right;
	display: inline;
	width: 555px;
	font-size: 1.2em;
	margin: 18px 20px 20px 0;
}
#footer {
	height: 43px;
	font-size: 1.1em;
	background: url(../images/footer.jpg) repeat-x left bottom;
	position: relative;
}
	#footer #copyright {position: absolute; left: 48px; top: 10px;}
	#footer a {color: #df5f26; text-decoration: none; font-weight: bold;}
	#footer a:hover {color: #df5f26; text-decoration: underline;}
	#footer a.ibis {background: url(../images/ikona-ibis.gif) no-repeat right center; padding-right: 15px; color: #41ff33;}
/* ----------------- MENU ------------------- */

ul#menu {
	margin: 0 auto;
	width: 810px; height: 34px;
	background: url(../images/bg-menu.gif) repeat-x;
	font-size: 1.1em;
}
ul#menu li {
	float: left; display: inline;
	background: url(../images/bg-li.gif) no-repeat right top;
}
ul#menu .no-margin-left {
	margin-left: 0;
}
ul#menu .no-margin-right {
	margin-right: 0;
}
ul#menu a, ul#menu span {
	display: block; _height: 1px;
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 5px 0px 9px 0px;
	margin-right: 2px; margin-left: 1px;
	background: url(../images/hover.jpg) repeat-x 0 -34px;
}
ul#menu a:hover, ul#menu span {
	color: white;
	background: url(../images/hover.jpg) repeat-x -1px 1px;
}

/* ----------------- elementy LEVÉ strany ------------------- */
#levy .levy-box {
	padding: 10px 10px 0 13px;
	background-color: #ededec;
	border: 1px solid #c9c8c4;
	width: 192px;
	margin-bottom: 4px;
}
#levy img {
	border: 3px solid white;
	vertical-align: middle;
	margin-left: 8px; margin-bottom: 10px;
}
#levy .nadpis-levy {
	vertical-align: middle;
}
/* ---------- elementy PRAVÉ strany ---------- */
.pravy-text {padding: 20px 0px 0px 18px;}

/* ----------- pravy box ------------*/
.pravy-box {
	padding: 10px 10px 0px 18px;
	border: 1px solid #e47645;
	background-color: #fdf4f0;
	margin-top: 10px;
	color: #3c3233;
}
.pravy-box img {
	float: right;
	border: 3px solid white;
	margin: 8px 10px 12px 15px;
}
.pravy-box .box-nadpis {
	color: #df5f26;
	font-weight: bold;
	margin-bottom: 0;
}

/* stránka kontakty */
#pravy .table-kontakt {
	margin-bottom: 10px;
	width: auto;
}
#pravy .table-kontakt th {
	padding-right: 12px;
}
#pravy img.firma {
	float: right; display: inline;
	margin-top: 10px;
	padding: 3px; border: 1px solid #d7d4c5;
}
#pravy img.sedy-ramecek {border: 1px solid #d7d4c5; margin-bottom: 2px;}