/* www.pacovsky.eu, CSS styly pro zobrazeni */

/* zakladni nastaveni */

body {
	background: #f2f2f2;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

a img, a:link img {
	border: none;
}

p {
	margin: 0em;
	padding-top: 0px;
	padding-bottom: 25px;
}

h1 {
	font-family: Georgia, "New York CE", utopia, serif;
	font-size: 1.4em;
	color: #0059a9;
	margin: 0em;
	margin-bottom: 15px;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-left: 9px;
	border-top: 2px solid #0059a9;
	border-bottom: 2px solid #0059a9;
}

h2 {
	font-family: Georgia, "New York CE", utopia, serif;
	font-size: 1.1em;
	color: #0059a9;
	margin: 0em;
	padding-top: 7px;
	padding-bottom: 8px;
}

h3 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h4 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h5 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

h6 {
	font-size: 1em;
	margin: 0em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

em {
	font-style: normal;
	color: #0059a9;
}

strong {
	font-weight: bold;
	font-style: normal;
	color: #0059a9;
}

ul li {
	list-style-type: square;
}

sub {
	font-size: 85%;
}

sup {
	font-size: 85%;
}

a {
	color: #0059a9;
}

a:hover {
	color: #000000;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 0.3em;
}

legend {
	border: 1px dotted #cccccc;
	padding: 0.3em;
}

label {
	float: left;
}

input.text {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
}

input.checkbox {
	width: 12px;
	height: 12px;
}

input.radio {
	width: 12px;
	height: 12px;
}

input.submit, input.reset, input.button {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	border: 2px solid #999999;
}

input.file {
	width: 200px;
	height: 21px;
}

input.image {
	padding: 0px;
	border: none;
}

textarea {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
}

select {
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
}

hr {
	color: #cccccc;
	height: 1px;
	border: none;
	background-color: #cccccc;
}

table {
	font-size: 1em;
}

table th, table td {
	padding-left: 5px;
	padding-right: 5px;
}

table.standard {
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

table.standard td {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

table.standard th {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

table.colored {
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

table.colored td {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

table.colored th {
	background-color: #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

/* stranka */

div.page {
	font-size: 0.7em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 954px;
}

div.wrap {
	clear: both;
}

/* vrstva pro tisk */

div.print-header {
	display: none;
}

/* presun na obsah */

div.shift-to-content {
	position: absolute;
	left: -10000px;
}

/* hlavicka */

div.header {
	background: url(header.gif) no-repeat left 13px;
	height: 275px;
	position: relative;
}

/* vyber jazyka */

div.langmenu {
	float: right;
	margin-right: 104px;
	font-family: Georgia, "New York CE", utopia, serif;
	font-size: 0.9em;
	font-weight: bold;
}

div.langmenu h2 {
	position: absolute;
	left: -10000px;
}

div.langmenu ul {
	margin: 0em;
	padding: 0em;
}

div.langmenu li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	padding-right: 6px;
	margin-right: 5px;
	background: url(langmenu-divider.gif) no-repeat top right;
	padding-top: 8px;
}

div.langmenu li.cs a {
	background: url(cs.gif) no-repeat;
	padding-left: 20px;
}

div.langmenu li.en a {
	background: url(en.gif) no-repeat;
	padding-left: 20px;
}

div.langmenu li.de a {
	background: url(de.gif) no-repeat;
	padding-left: 20px;
}

div.langmenu li.ru a {
	background: url(ru.gif) no-repeat;
	padding-left: 20px;
}

div.langmenu li.last {
	padding-right: 0px;
	margin-right: 0px;
	background: none;
}

div.langmenu a {
	color: #000000;
	text-decoration: none;
}

div.langmenu a:hover, div.langmenu a.active {
	color: #0059a9;
	text-decoration: none;
}

/* logo */

div.logo {
	overflow: hidden;
	position: absolute;
	left: 130px;
	top: 72px;
	z-index: 3;
}

body.cs div.logo, body.cs div.logo p {
	width: 216px;
	height: 17px;
}

body.en div.logo, body.en div.logo p {
	width: 199px;
	height: 17px;
}

body.de div.logo, body.de div.logo p {
	width: 276px;
	height: 17px;
}

body.ru div.logo, body.ru div.logo p {
	width: 244px;
	height: 17px;
}

div.logo p {
	overflow: hidden;
	position: relative;
}

div.logo span {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background: url(advokatni-kancelar-pacovsky.gif);
}

body.cs div.logo span {
	width: 216px;
	height: 17px;
}

body.en div.logo span {
	width: 199px;
	height: 17px;
	background-position: 0px -40px;
}

body.de div.logo span {
	width: 276px;
	height: 17px;
	background-position: 0px -20px;
}

body.ru div.logo span {
	width: 244px;
	height: 17px;
	background-position: 0px -60px;
}

div.logo a span {
	cursor: pointer;
}

/* foto + pruhy */

div.photo {
	width: 502px;
	height: 168px;
	position: absolute;
	bottom: 4px;
	right: 163px;
}

div.pacovsky {
	background: url(pacovsky.jpg);
}

span.stripe {
	display: block;
	height: 168px;
	position: absolute;
	top: 0px;
	background: #ffffff;
}

span.stripe.first {
	width: 4px;
	left: 221px;
}

span.stripe.second {
	width: 6px;
	left: 388px;
}

span.stripe.third {
	width: 17px;
	left: 457px;
}

/* motto */

div.motto {
	width: 875px;
	height: 217px;
	background: url(motto.gif);
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 20px;
}

/* obsah */


div.content {
	background: url(content.gif) repeat-y left top;
	position: relative;
	width: 954px;
	padding-bottom: 20px;
}

/* sloupce */

div.columns {
	margin-left: 131px;
	margin-right: 163px;
	border-bottom: 2px solid #0059a9;
	min-height: 600px;
}

* html div.columns {
	height: 600px;
}

div.columns div.left {
	width: 158px;
	float: left;
	position: relative;
}

div.columns div.right {
	width: 502px;
	float: right;
}

/* levy sloupec */

div.hollow {
	width: 22px;
	height: 21px;
	background: url(hollow.gif);
	position: absolute;
	left: -56px;
}

div.hollow.top {
	top: 103px;
}

div.hollow.bottom {
	top: 302px;
}

/* hlavni menu */

div.mainmenu {
	padding-bottom: 11px;
	padding-top: 3px;
	border-bottom: 2px solid #0059a9;
	margin-bottom: 200px;
	width: 158px;
	font-family: Georgia, "New York CE", utopia, serif;
}

div.mainmenu h2 {
	position: absolute;
	left: -10000px;
}

div.mainmenu ul {
	margin: 0em;
	padding: 0em;
}

div.mainmenu li {
	list-style-type: none;
	list-style-image: none;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5em;
	padding-right: 10px;
}

div.mainmenu li ul {
	margin-left: 10px;
}

div.mainmenu li ul li {
	font-size: 0.85em;
}

div.mainmenu a {
	color: #000000;
	text-decoration: none;
}

div.mainmenu a:hover, div.mainmenu a.active {
	color: #0059a9;
	text-decoration: none;
}

/* partners */

div.partners {
	position: absolute;
	left: 131px;
	bottom: 22px;
	width: 158px;
	display: inline;
}

div.partners p {
	border-top: 2px solid #0059a9;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline-block;
}

/* pravy sloupec */

div.text {
	padding-top: 50px;
	line-height: 1.5em;
	/*border-bottom: 2px solid #0059a9;*/
	margin-bottom: 28px;
}

div.container {
	margin-left: 9px;
}

ul.pagemenu {
	margin: 0em;
	padding: 0em;
	font-family: Georgia, "New York CE", utopia, serif;
}

ul.pagemenu li {
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
}


p.welcome {
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 9px;
	border-top: 2px solid #0059a9;
	border-bottom: 2px solid #0059a9;
	margin-bottom: 11px;
}

p.notice {
	font-size: 0.9em;
	font-style: italic;
}

p.motto {
	font-family: Georgia, "New York CE", utopia, serif;
	font-style: italic;
}

p.portrait {
	clear: both;
	width: 100%;
	display: table;
	font-family: Georgia, "New York CE", utopia, serif;
}

p.portrait strong {
	font-size: 1.2em;
}

p.portrait strong, p.portrait em {
	color: #0059a9;
}

p.portrait img {
	border-top: 2px solid #0059a9;
	border-bottom: 2px solid #0059a9;
	float: left;
	margin-right: 20px;
}

/* pata */

div.footer {
	font-family: Georgia, "New York CE", utopia, serif;
	font-size: 0.9em;
	width: 100%;
	display: table;
	background: url(footer.gif) no-repeat left top;
	padding-top: 15px;
}

div.copyright {
	float: left;
	display: inline;
	margin-left: 93px;
	padding-top: 7px;
	margin-right: 10px;
	padding-right: 10px;
	background: url(footer-divider.gif) no-repeat top right;
}

div.credits {
	float: left;
	padding-top: 7px;
}

div.footer a {
	color: #0059a9;
}

div.footer a:hover {
	color: #000000;
}
