body {
	color: #000;
	font-size: small;
	text-align: center;
	background: #fff url("../images/design/bg.png") repeat-x;
	font-family: Arial, Verdana, sans-serif;
}
* {
	padding: 0;
	margin: 0;
}
a, a:active, a:visited {
	text-decoration: none;
	color: #c9391b;
}
a:hover {
	text-decoration: none;
	color: #6f8109;
}
a.button, a.button:active, a.button:visited {
	color: #fff;
}
h1, h2, h3, h4 {
	font-family: Georgia, Verdana, sans-serif;
	padding-bottom: 1ex;
}
h1 {
	font-size: 200%;
	color: #c9391b;
}
h2 {
	font-size: 150%;
	padding-top: 1ex;
	color: #d4a30c;
}
h3 {
	font-size: 125%;
	padding-top: 1ex;
}
h4 {
	font-size: 100%;
}
ul {
	list-style-type: none;
}
hr {
	height: 1px;
	background-color: #e0e0e0;
	border: 0px;
	margin: 1ex 0 2ex 0;
}
#content p {
	padding-bottom: 1ex;
}
#page {
	margin: 0px auto;
	/*width: 59em;*/
	width: 98%;
	max-width: 80em;
	text-align: left;
	position: relative;
}
#content {
	position: relative;
}
#header {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 1em;
}
#header p.title {
	font-family: Georgia, Verdana, sans-serif;
	font-size: 275%;
	font-variant: small-caps;
	color: #9b1f06;
	margin-left: 136px;
}
#header p.slogan {
	padding-top: 1ex;
	font-family: Georgia, Verdana, sans-serif;
	font-size: 125%;
	margin-right: 115px;
	font-variant: small-caps;
	color: #d4a30c;
	text-align: right;
}
#koleso {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 128px;
	height: 128px;
	z-index: 10;
}
#koleso a {
	display: block;
	width: 100%;
	height: 128px;
	background: url("../images/design/koleso.png");
}
#deticky-fotky {
	position: absolute;
	top: 3px;
	right: 10px;
	z-index: 10;
}
#deticky-fotky img {
	border: 1px solid #ccc;
}
#deticky-fotky a {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}
#deticky-fotky a:hover {
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}
#deticky-popis {
	position: absolute;
	top: 48px;
	right: 10px;
	z-index: 10;
	font-family: Georgia, Verdana, sans-serif;
	font-size: 90%;
	font-variant: small-caps;
	color: #d4a30c;
}
#left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20em;
}
#right {
	margin-left: 20em;
}
.cpad {
	padding: 5px;
}
#left .cpad {
	padding-top: 100px;
}
#right .cpad {
	min-height: 800px;
}
h1:first-letter, #right h2:first-letter {
	font-size: 150%;
}
#right ul {
	list-style-type: disc;
	padding-left: 2.5ex;
	padding-bottom: 1ex;
}
#right ol {
	padding-left: 4ex;
}
#footer {
	margin-top: 15px;
	position: relative;
	height: 90px;
}
#footer p {
	padding-top: 5px;
	padding-left: 125px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 50px;
	background: url("../images/design/footer_bg.png") repeat-x;
	color: #6f8109;
	font-variant: small-caps;
	font-size: 150%;
}
#footer div.bocian {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10px;
	display: block;
	width: 90px;
	height: 115px;
}
#footer div.platon {
	position: absolute;
	top: 20px;
	right: 10px;
}

.menuDivParent {
	width: 100%;
	position: relative;
}
.menuDiv {
	font-size: 90%;
	/* background: url("../images/design/heart_gold.png") top right no-repeat; */
}
#left h2 {
	font-size: 100%;
	padding: 1ex;
}
.menuDivParent h2 {
	color: #fff;
	background: #c59e00 url("../images/design/titlebar.png") repeat-x;
}
.menuDiv a {
	display: block;
	padding: 0.75ex;
	text-decoration: none;
	border-left: 5px solid #db5a41;
}
.menuDiv ul {
	padding-top: 1px;
}
.menuDiv ul ul {
	padding-top: 0px;
}
.menuDiv li {
	padding-top: 1px;
}
.menuDiv li:first-child {
}
.menuDiv a, .menuDiv a:active, .menuDiv a:visited {
	color: #000;
}
.menuDiv li ul a, .menuDiv li ul a:active, .menuDiv li ul a:visited {
	border-left: 5px solid #d2d2d2;
	/*background: #face46 url("../images/design/bg_menu.png") repeat-y;*/
	background: #f2f2f2;
	color: #000;
}
.menuDiv a:hover, .menuDiv li ul a:hover {
	border-left: 5px solid #db5a41;
	background: #db5a41;
	color: #fff;
}
.menuDiv li ul {
	display: none;
	background-color: #fff;
}
.menuDiv li.level1:hover ul.level2 {
	display: block;
}
.menuDiv li.level2:hover ul.level3 {
	display: block;
}
.menuDiv li.level1, .menuDiv li.level2 {
	position: relative;
}
.menuDiv ul.level2 {
	position: absolute;
	top: 0px;
	left: 100%;
	z-index: 9;
}
.menuDiv ul.level2 a {
	width: 15em;
}
.menuDiv ul.level3 {
	position: absolute;
	top: 0px;
	left: 21ex;
	z-index: 10;
}
.menuDiv ul.level2 li {
	border-left: 1px solid #fff;
}

#more_info {
	margin: 20px 0;
}
#more_info h2 {
}
#more_info div {
	border-bottom: 1px dotted #cea60a;
	margin-top: 1px;
	padding: 5px 0;
}
#more_info div:last-child {
	border-bottom: 0px;
}
#more_info h3 {
	color: #c9391b;
	font-family: Georgia;
	padding-left: 35px;
}
#more_info p {
	padding-left: 35px;
	letter-spacing: 1px;
}
#more_info ul {
	padding-left: 35px;
	list-style-type: none;
}
h3.person {
	background: url("../images/design/person.png") center left no-repeat;
}
h3.money {
	background: url("../images/design/money.png") center left no-repeat;
}
h3.pomoc {
	background: url("../images/design/pomoc.png") center left no-repeat;
}
h3.video {
	background: url("../images/design/video.png") center left no-repeat;
}

.nav a, .nav a:active, .nav a:visited {
	color: #6f8109;
}
img.niki {
	float: right;
	border: 1px solid #ccc;
	margin-left: 0px;
	margin-bottom: 30px;
}

#right ul.poskytovatel {
	list-style-type: none;
	padding-left: 0px;
}
.poskytovatel li {
	padding: 3px 0px;
	padding-left: 28px;
	min-height: 24px;
	padding-top: 4px;
	border-bottom: 1px dotted #cea60a;
	width: 50%;
}
h3.poskytovatel {
	padding-left: 28px;
}
.poskytovatel li:last-child {
	border-bottom: 0px;
}
.poskytovatel li.home {
	background: url("../images/design/home.png") center left no-repeat;
}
.poskytovatel li.phone {
	background: url("../images/design/phone.png") center left no-repeat;
}
.poskytovatel li.mail {
	background: url("../images/design/mail.png") center left no-repeat;
}
.poskytovatel li.internet {
	background: url("../images/design/internet.png") center left no-repeat;
}

.posk_prij {
	padding-top: 4px;
	min-height: 28px;
	padding-left: 36px;
	font-weight: bold;
}
.pribeh h3, .odkaz h3, .poskytnuta_pomoc h3 {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 0em;
	margin-bottom: 0.5em;
}
.pribeh {
	padding: 5px;
	margin: 5px;
	padding-left: 48px;
	background: url("../images/design/helpcenter.png") left 1em no-repeat;
}
.odkaz, .poskytnuta_pomoc {
	padding: 5px;
	margin: 5px;
	padding-left: 48px;
	padding-bottom: 1em;
}
ol.kodex li {
	padding-bottom: 2ex;
}

div.osobnost {
	clear: left;
	margin-bottom: 25px;
}
img.osobnost {
	float: left;
	border: 1px solid #cccccc;
	margin-right: 20px;
	margin-bottom: 45px; 
}
div.osobnost p {
	margin-bottom: 1ex;
}

