/*
===============================================
kvitapawlita.cz: výchozí styl pro obrazovky
          autor: Bohdan Ganický
                 bohdan.ganicky@engine2.net
=============================================== */

* {
	margin: 0;
	padding: 0;
}

/* <<<1 GLOBAL SETTINGS
=============================================== */
body {
	font-family: Arial, "Arial CE", "Helvetica CE", helvetica, sans-serif;
	background-color: #e9d9c0;
	color: #333;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, form {
	margin: 1em 5% 0;
}
li, dd {
	margin-left: 5%;
}
fieldset {
	padding: 0.5em;
}
h1, h2, h3, h4, h5, h6 {
	color: #4a639c;
	border-left: 0.3em solid #4a639c;
	border-left: 0.4em solid #e1e1e1;
	padding-left: 0.4em;
	line-height: 1.8em;
}
h1 {
	font-size: 1.4em;
	letter-spacing: 0;
}
h1 small {
	display: block;
	text-indent: 2em;
	font-size: smaller;
	font-style: oblique;
}
h2 {
	font-size: 1.1em;
}
p, dd {
	line-height: 1.6em;
}
a:link, a:visited {
	color: #4a639c;
}
a:focus, a:hover, a:active {
	color: #5b9841;
}
a abbr {
	border: none;
}
abbr {
	cursor: help;
}
address {
	padding: 1em;
	line-height: 1.6em;
}


/* <<<1 COMMON STRUCTURE SETTINGS
=============================================== */
#container {
	width: 760px;
	margin: 0 auto;
	padding-right: 1px;
	padding-left: 1px;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background-color: #eee;
}

/* <<<2 HEADER
====================== */
#header {
	height: 150px;
	background: url("../img/header_bg.jpg") no-repeat;
	position: relative;
	border-bottom: 1px solid #e1e1e1;
}
#header img {
	margin: 25px 0 0 25px;
}
#header a.lang {
	display: block;
	position: absolute;
	bottom: -17px; left: 740px;
	padding: 10px 0 0 0;
	overflow: hidden;
	background: url("../img/ico_lang_uk.png") no-repeat;
	height: 0px;
	height: /**/: 10px;
}

/* <<<2 BODY
====================== */
#bodyWrap {
}
#content {
	border-top: 1px solid #e1e1e1;
}

/* <<<2 FOOTER
====================== */
#footer {
	border-top: 1px solid #e1e1e1;
	margin-top: 1em;
	background-color: #e1e1e1;
}
#footer ul {
	list-style-type: none;
	text-align: center;
	font-size: 0.8em;
	margin: 0;
	line-height: 1.8em;
}
#footer ul li {
	display: inline;
	margin: 0;
	color: #4a639c;
	border-right: 1px solid #fff;
	padding: 0 5px;
}
#footer ul li.lastLI {
	border: none;
}
#footer ul li a {
}



/* <<<2 navigacni lista
======================= */
#nav {
	background: #e1e1e1 url("../img/menu_bg.gif") repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	list-style-type: none;
	margin: 0;
}
#nav:after {
	content:".";
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
}
* html #nav {
	height: 1%;
}
#nav li {
	float: left;
	margin: 0;
}
#nav li.first {
	padding-left: 35px;
}
#nav li.first a {
	border-left: 1px solid #fff;
}
#nav li a:link, #nav li a:visited {
	color: #4a639c;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
	border-right: 1px solid #fff;
	min-height: 16px;
	line-height: 16px;
	font-size: 0.8em;
	font-weight: bold;
}
ul#nav li a:focus, ul#nav li a:hover, ul#nav li a:active, #bodyWrap ul#nav li a.active:hover {
	background: #e1e1e1;
	color: #5b9841;
}
#bodyWrap ul#nav li a.active {
	background-color: #f8f8f8;
	color: #5b9841;
}

/* ÚVODNÍ STRANA
=============================================== */
#bodyWrap {
	background: transparent url("../img/body_bg_ie.gif") no-repeat top right;
}
#info #content {
	padding-right: 100px;
}
#info h2 {
	margin-top: 1em;
}
#info dl {
	width: 530px;
	background: #d9ebf9;
	margin-top: 0;
	border-bottom: 1px solid #e1e1e1;
}
#info dl dt {
	text-align: right;
	font-weight: bold;
	padding: 0.2em 0.4em 0.2em 0;
	color: #5b9841;
	font-size: 0.8em;
	background-color: #eee;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 0.4em solid #e1e1e1;
}
#info dl dd {
	padding: 1em 1em 1em 130px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 15px 1.4em;
	min-height: 110px;
	_height: 110px;
	background-image: url("../img/partners.jpg");
	border-left: 0.4em solid #e1e1e1;
	font-size: 0.9em;
}

/* OSTATNÍ
=============================================== */
#sluzby #content div, #sl, #reference dl, #dokumenty #content div, address {
	border: 1px solid #e1e1e1;
	border-width: 1px 1px 1px 0;
	background: url("../img/list_bg.jpg") repeat-y left top;
	margin: 0 5% 0;
	padding-bottom: 1em;
}

#sluzby #content ul, #sluzby #content ol {
	list-style: none;
}
#sluzby #content ul li, #sluzby #content ol li, #sluzby #content dl dd, #reference dl dd {
	margin-bottom: 0.3em;
}
#sluzby h2 {
	margin-top: 0;
}
#sluzby dl dt, #reference dl dt {
	margin-top: 1em;
	font-weight: bold;
	padding-left: 23px;
	color: #5b9841;
	background: url("../img/money_bag_16.gif") no-repeat 0 50%;
}
#reference dl dt a {
	color: #5b9841;
}
#sluzby dl dd, #reference dl dd {
	background: url("../img/arrow_small.gif") no-repeat 0 0.65em;
	padding-left: 8px;
}
#reference dl dd {
	border-bottom: 1px dotted #e1e1e1;
}
#content ul#sl {
	padding-top: 1em;
	border-width: 2px 2px 2px 0;
}
#sl li {
	background: url("../img/arrow.gif") no-repeat 0 50%;
	padding-left: 10px;
}
#listsl2 li {
	padding-left: 23px;
	background: url("../img/coin_gold_16.gif") no-repeat 0 50%;
}
#listsl4 li {
	padding-left: 23px;
	background: url("../img/coin_silver_16.gif") no-repeat 0 50%;
}
#listsl5 li {
	padding-left: 23px;
	background: url("../img/coin_copper_16.gif") no-repeat 0 50%;
}
#listsl6 li {
	padding-left: 23px;
	background: url("../img/symbol_euro_16.gif") no-repeat 0 50%;
}
#dokumenty #content {
	min-height: 500px;
	_height: 500px;
}
#dokumenty #content img {
	margin: 1em;
	float: left;
}
#dokumenty #content a img {
	border: 1px solid #4a639c;
}
#dokumenty #content a:hover img {
	border: 1px solid #5b9841;
}
#dokumenty #content div:after {
	content: ".";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}
* html #dokumenty #content div {
	height: 1%;
}
address em, address strong {
	display: block;
	margin-top: 1em;
	font-style: normal;
	font-weight: bold;
}
address em {
	background-color: #d9ebf9;
	color: #4a639c;
}
address span {
	font-family: "Courier New", "Courier New CE", "Courier CE", courier, monospace;
}
address strong {
	color: #5b9841;
	margin-top: 0.5em;
}
.tel, .cell, .mail {
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.tel {
	background-image: url("../img/phone_16.gif");
}
.cell {
	background-image: url("../img/cell_phone_16.gif");
}
.mail {
	background-image: url("../img/mouse_16.gif");
}

/* KONTAKTNÍ FORMulář
=============================================== */
input, select, label {
	vertical-align: middle;
}
label {
	float: left;
	width: 20%;
	text-align: right;
	margin-right: 0.5em;
	font-size: 0.9em;
}
form {
	border: 1px solid #e1e1e1;
	background-color: #d9ebf9;
}
html > body form {
	border: none;
	background-color: transparent;
}
html > body form fieldset {
	border: 1px solid #e1e1e1;
	background-color: #d9ebf9;
}
form div {
	margin-bottom: 0.5em;
}
fieldset {
	border: none;
	padding: 1em;
}
legend {
	color: #4a639c;
	font-weight: bold;
	margin-bottom: 1em;
}
html > body form legend {
	margin-bottom: 0;
}
.button {
	margin-left: 21%;
}

