/* 	ABOUT:
	
	Date					2013/02/25
	Revision				1.1
___________________________________________________ */

/* 	COLOR SHEME:
	
	Page Background			#FFFFFF
	Text					#191919
	Note					#515151
	Heading					#CB006F
	Caption					dtto
	Legend					dtto
	Highlight				dtto	
	Anchor
		- Link				#CB006F
		- Visited			#515151
		- Active + Hover	#660038
	Border					#CCCCCC
	Background				#E6E6E6
___________________________________________________ */

/* 	OUTLINE:
	
	@fontface
		- Ubuntu (R/B/I/BI)
	@screen
		- Global (reset + generic elements)
		- Universal (wide use selectors)
		- Layout
		- MyStyles (clientâ&#8364;&#8482;s selectors)
	@queries
	    - <1024px
	@print
___________________________________________________ */

/* @fontface
=================================================== */

/* Ubuntu - R/B/I/BI
--------------------------------------------------- */

@font-face {
	font-family: 'Ubuntu';
	src: url('Ubuntu-R-webfont.eot?#iefix') format('embedded-opentype'),
	     url('Ubuntu-R-webfont.woff') format('woff'),
	     url('Ubuntu-R-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-B-webfont.eot?#iefix') format('embedded-opentype'),
         url('Ubuntu-B-webfont.woff') format('woff'),
         url('Ubuntu-B-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-RI-webfont.eot?#iefix') format('embedded-opentype'),
         url('Ubuntu-RI-webfont.woff') format('woff'),
         url('Ubuntu-RI-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Ubuntu';
    src: url('Ubuntu-BI-webfont.eot?#iefix') format('embedded-opentype'),
         url('Ubuntu-BI-webfont.woff') format('woff'),
         url('Ubuntu-BI-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

/* @media: Screen
=================================================== */

@media screen {

/* Global
--------------------------------------------------- */

/* Global > Reset
................................................... */

body,
h1, h2, h3, h4, h5, h6,
address, blockquote, div, hr, iframe, object, p,
dl, dt, dd, ul, ol, li,
table, caption, col, colgroup, thead, tfoot, tbody, tr, th, td,
form, fieldset, legend, label,
img,
a {
	border: none;
	margin: 0;
	padding: 0;
}
body, input, textarea, select {
	font-family: Ubuntu, sans-serif;
}

/* Global > Base
................................................... */

body {
	text-align: center;
	color: #191919;
	background-color: #F2F2F2;
	border: 9px solid white;
	min-width: 945px;
	font-size: 85%;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}


/* Global > Heading
................................................... */

h1 {
	font: normal 2.65em/1.125 Ubuntu, sans-serif;
	word-spacing: -1px;
	letter-spacing: -1px;
	color: #CB006F;
	margin: 3px 0 18px 0;
}
h2 {
	font: normal 1.8em/1.25 Ubuntu, sans-serif;
	word-spacing: -1px;
	color: #CB006F;
	margin: 36px 0 18px 0;
}
h3  {
	font: bold 1em Ubuntu, sans-serif;
	/* text-transform: uppercase; */
	color: #CB006F;
	margin: 36px 0 18px 0;
}
h4, h5, h6  {
	font: normal 1em Ubuntu, sans-serif;
	color: #CB006F;
	margin: 36px 0 18px 0;
}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
	margin-top: 18px;
}

/* Global > Block
................................................... */

p, address {
	margin: 0 0 18px 0;
}
blockquote {
	margin: 27px 0 27px 20px;
	border-left: 9px solid #C7006D;
	padding: 0 0 0 20px;
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.4;
}
blockquote p {
	margin-bottom: 9px;
}
hr {
	display: block;
	height: 0;
	overflow: hidden;
	border: solid #CCCCCC;
	border-width: 1px 0 0 0;
	margin: 27px 0;
}

/* Global > List
................................................... */

dl {
	margin: 0 0 18px 0;
}
dt {
	margin: 0 0 9px 0;
}
dd {
	margin: 0 0 9px 18px;
}
dd + dt {
	margin: 18px 0 9px 0;
}
ul {
	display: block;
	list-style: none;
	margin: 0 0 0 0;
}
ul li,
ol ul li {
	display: block;
	padding: 0 0 0 20px;
	margin: 0;
	background: url(../images/korupce/bullet.png) 0 .55em no-repeat;
}
ol {
	display: block;
	list-style: decimal;
	margin: 0 0 27px 2.5em;
}
ol li,
ul ol li {
	display: list-item;
	background: none;
	margin: 0;
}
ul ul, ul ol,
ol ol, ol ul {
	margin-top: 18px;
	margin-bottom: 18px;
}

/* Global > Table
................................................... */

table {
	border-top: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin: 27px 0;
}
caption {
	margin: 0 0 18px 0;
	text-align: left;
	color: #CB006F;
}
th {
	border: none;
	border-bottom: 1px solid #CCCCCC;
	background: none;
	padding: 9px 27px 9px 0;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}
td {
	border: none;
	border-bottom: 1px dashed #CCCCCC;
	background: none;
	padding: 9px 27px 9px 0;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

/* Global > Form
................................................... */

form {
	margin: 27px 0;
	background-color: #E6E6E6;
	padding: 9px 27px;
	border-bottom: 1px solid #C5006C;
	border-radius: 3px;
}
fieldset {
	border: 1px solid white;
	margin: 27px 0;
	padding: 19px;
	border-radius: 3px;
}
legend {
	padding: 0 15px;
	color: #CB006F;
}
input, textarea, select {
	font-size: 1em;
}
input[type="text"],
input[type="password"],
input[type="file"],
textarea {
	color: #515151;
}
input:focus[type="text"],
input:focus[type="password"],
input:focus[type="file"],
textarea:focus {
	color: #191919;
}

/* Global > Inline
................................................... */

abbr, acronym {
	border-bottom: 1px dotted;
	font-variant: small-caps;
	cursor: help;
}
dfn {
	border-bottom: 1px dotted;
	cursor: help;
}
cite, em, q, var {
	font-style: italic;
}
code, kbd, samp, pre, .monospace {
	font-family: "Lucida Console", "Andale Mono", monospace;
	word-spacing: -3px;
}
sub {
	font-size: smaller;
	text-decoration: none !important;
	vertical-align: sub;
}
sup {
	font-size: smaller;
	text-decoration: none !important;
	vertical-align: super;
}
del {
	text-decoration: line-through;
}
ins {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}

/* Global > Link
................................................... */

a:link {
	color: #CB006F;
}
a:visited {
	color: #CB006F; /*#515151;*/
}
a:hover, a:active {
	color: #660038;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #CB006F !important;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #660038 !important;
}

/* Universal
--------------------------------------------------- */

/* Universal > Display
................................................... */

.f-no-float,
.f-no-float-after:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
.f-float-left, .float-left {
	float: left;
	margin: 0 27px 18px 0;
}

.float-left img {
margin-top: 18px;
}

.f-float-right, .float-right {
	float: right;
	margin: 0 0 18px 27px;
}
.f-clear-both {
	clear: both;
}
.f-invisible {
	position: absolute;
	z-index: -1;
	top: auto;
	left: 0;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -5000px;
}
.f-no-screen,
.f-no-show {
	display: none;
}

/* Universal > Table
................................................... */

/* -- Table Row Strip */

.f-table-row-strip tr:nth-of-type(even) th,
.f-table-row-strip tr:nth-of-type(even) td {
	background-color: #E6E6E6;
}

/* -- Table Form */

.f-table-form {
	border-collapse: separate;
	border-spacing: 0;
	border: none;
	background: transparent none;
}
fieldset .f-table-form {
	margin-top: 0;
}
.f-table-form th {
	border: none;
	padding: 5px 10px 5px 0;
	vertical-align: middle;
	font-weight: normal;
	background: transparent none;
	color: #191919;
}
.f-table-form td {
	border: none;
	padding: 5px 10px 5px 0;
	vertical-align: middle;
	background: transparent none;
	color: #191919;
}

/* Universal > List
................................................... */

.f-no-list li {
	background: none;
	padding: 0;
}
.f-no-list dd {
	margin: 0;
}

/* Universal > Border
................................................... */

.f-no-border {
	border: none !important;
}

/* Universal > Background
................................................... */

.f-no-background {
	background: none !important;
}

/* Universal > Margin
................................................... */

.f-margin-0 {
	margin: 0 !important;
}
.f-margin-top-0 {
	margin-top: 0 !important;
}
.f-margin-top-1 {
	margin-top: 15px;
}
.f-margin-top-2 {
	margin-top: 30px;
}
.f-margin-bottom-0 {
	margin-bottom: 0 !important;
}
.f-margin-bottom-1 {
	margin-bottom: 15px;
}
.f-margin-bottom-2 {
	margin-bottom: 30px;
}
.f-margin-2 {
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Universal > Width
................................................... */

.f-width-auto {
	width: auto;
}
.f-width-25-pct {
	width: 25%;
}
.f-width-33-pct {
	width: 33%;
}
.f-width-50-pct {
	width: 50%;
}
.f-width-66-pct {
	width: 66%;
}
.f-width-75-pct {
	width: 75%;
}
.f-width-100-pct {
	width: 100%;
}

.f-width-216-px {
	width: 216px;
}
.f-width-297-px {
	width: 297px;
}

/* Universal > Align
................................................... */

.f-align-left {
	text-align: left !important;
}
.f-align-center {
	text-align: center !important;
}
.f-align-right {
	text-align: right !important;
}

/* Universal > Vertical align
................................................... */

.f-valign-middle,
.f-valign-middle th, .f-valign-middle td, th.f-valign-middle, td.f-valign-middle,
.f-valign-middle label, .f-valign-middle input, .f-valign-middle select, .f-valign-middle img {
	vertical-align: middle;
}
.f-valign-top,
.f-valign-top th, .f-valign-top td, th.f-valign-top, td.f-valign-top,
.f-valign-top label, .f-valign-top input, .f-valign-top select, .f-valign-top img {
	vertical-align: top;
}
.f-valign-bottom,
.f-valign-bottom th, .f-valign-bottom td, th.f-valign-bottom, td.f-valign-bottom,
.f-valign-bottom label, .f-valign-bottom input, .f-valign-bottom select, .f-valign-bottom img {
	vertical-align: bottom;
}

/* Universal > Text
................................................... */

.f-no-wrap {
	white-space: nowrap;
}
.f-text-bold {
	font-weight: bold;
}
.f-text-italic {
	font-style: italic;
}
.f-text-normal {
	font-weight: normal !important;
	font-style: normal !important;
}
.f-text-caps {
	font-variant: small-caps;
}
.f-text-uppercase {
	text-transform: uppercase;
}
.f-text-large {
	font-size: 1.35em;
	word-spacing: -1px;
	letter-spacing: -1px;
	line-height: 1.4;
}
.f-text-small {
	font-size: .85em;
	line-height: 1.4;
}
.f-text-highlight {
	color: #CB006F;
}
.f-text-note {
	color: #515151;
	font-size: .85em;
	line-height: 1.4;
	font-style: italic;
}
p.f-text-note {
	line-height: 1.4;
}

/* Universal > Gallery
................................................... */

.gallery {
	margin: 27px -27px 0 0;
	letter-spacing: -4px /* workaround */;
}
.gallery .item {
	display: inline-block;
	vertical-align: text-top;
	letter-spacing: 0;
	width: 216px;
	margin: 0 27px 27px 0;
	padding: 0;
	background: #191919 none;
	color: white;
}
.gallery img {
	background-color: white;
	display: block;
}
.gallery .label {
	display: block;
	padding: 10px 15px 20px 15px;
	min-height: 30px;
	line-height: 1.4;
	font-size: .85em;
	font-style: italic;
	word-spacing: -1px;
}
.gallery a {
	color: #FEC6E5;
}
.gallery a:hover {
	color: white;
}

/* Layout
--------------------------------------------------- */

/* Layout > Base
................................................... */

#case {
	width: 945px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

/* Layout > Header
................................................... */

#header {
	background-color: white;
	color: #191919;
}
#header-2 {
	width: 945px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	padding: 27px 0;
}

/* -- logo */

#logo {
	float: left;
	margin: 0;
}

/* -- accesslink */

#accesslink {
	position: absolute;
	z-index: -1;
	top: auto;
	left: 0;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -5000px;
}

/* -- search */

#searchForm {
	float: right;
	margin: 0;
	padding-top: 12px;
	background-color: transparent;
	border: none;
}
#searchForm fieldset {
	position: relative;
	width: 297px;
	height: 46px;
	margin: 0;
	border: none;
	padding: 0;
	background-color: #F2F2F2;
	border-radius: 3px;
}
#searchForm legend {
	position: absolute;
	z-index: -1;
	top: auto;
	left: 0;
	width: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	overflow: hidden;
	text-indent: -5000px;
}
#search-type {
	position: absolute;
	top: 14px;
	left: 15px;
	width: 215px;
	border: none;
	padding: 0;
	margin: 0;
	background: transparent none;
}
#search-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 47px;
	height: 46px;
	overflow: hidden;
}

/* Layout > Main
................................................... */

#main {
	background: url(../images/korupce/bg_case.png) repeat-y 50% 0;
}
#main-2 {
	width: 945px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	padding: 27px 0;
}

#main input[type=submit] {
	border: none;
	border-radius: 3px;
	background: #CB006F none;
	padding: 6px 15px;
	color: white;
	font-size: 1.35em;
}
#main input[type=button],
#main input[type=reset],
#main button {
	border: none;
	border-radius: 3px;
	background: #333333 none;
	padding: 6px 15px;
	color: white;
	font-size: 1.35em;
}

/* Layout > Crumbs
................................................... */

#crumbs {
	border-bottom: 1px solid #CCCCCC;
	font-size: .85em;
	padding-bottom: 27px;
	margin-bottom: 27px;
	line-height: 27px;
}

#crumbs-label {
	background: #F2F2F2;
	color: #737373;
	padding: 6px;
	border-radius: 3px;
	margin-right: 15px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#crumbs ol {
	margin: 0;
	display: inline;
	list-style: none;
}
#crumbs ol li {
	display: inline;
	margin: 0;
	padding: 5px 0;
}
#crumbs ol li + li {
	margin-left: 15px;
	background: url(../images/korupce/bullet_crumbs.png) no-repeat 0 50%;
	padding-left: 31px;
}
#crumbs ol li:first-child {
	/* font-weight: bold; */
	font-style: italic;
}

/* Layout > Content
................................................... */

#content {
	float: right;
	width: 702px;
	overflow: hidden;
}

#content a:visited {
	color: #515151;
}

#content .linklist a:visited {
	color: #CB006F;
}

#content .nextlink a:visited,
#content .label a:visited {
	color: white;
}

/* -- common */

.separator {
	color: #CB006F;
	font-weight: bold;
	margin: 0 5px;
}
.keyword {
	background-color: #FFDF55;
	padding: 0 2px;
	border-radius: 3px;
}

#content h2 {
	background: url(../images/korupce/bg_h-sub.png) no-repeat 0 0;
	border-bottom: 1px solid #CCCCCC;
	padding: 18px 0 9px 0;
}

p.nextlink {
	margin: 27px 0;
}
a.nextlink {
	background-color: #CB006F;
	color: white;
	border-radius: 3px;
	padding: 6px 15px;
	font-size: .85em;
	text-transform: uppercase;
	text-decoration: none;
}
a:hover.nextlink {
	background-color: #660038;
}

.imagebox {
	background-color: #191919;
	color: white;
}
.imagebox .label {
	display: block;
	padding: 9px 15px 15px 15px;
	font-size: .85em;
	font-style: italic;
}

.tag {
	background-color: #191919;
	color: #CCCCCC;
	border-radius: 3px;
	padding: 6px 15px;
	font-size: .85em;
}
.tag.date {
	background: #191919 url(../images/korupce/ico_release.png) no-repeat 15px 50%;
	padding-left: 38px;
}

/* -- cols */

.cols {
	clear: both;
	width: 100%;
	margin: 36px 0;
}
.cols .col-left {
	float: left;
	width: 48%;
	overflow: hidden;
}
.cols .col-right {
	float: right;
	width: 48%;
	overflow: hidden;
}
.cols.cols-5v4 .col-left {
	width: 378px;
}
.cols.cols-5v4 .col-right {
	width: 297px;
}

div.col-left h1:first-child, div.col-right h1:first-child,
div.col-left h2:first-child, div.col-right h2:first-child,
div.col-left h3:first-child, div.col-right h3:first-child,
div.col-left h4:first-child, div.col-right h4:first-child,
div.col-left h5:first-child, div.col-right h5:first-child,
div.col-left h6:first-child, div.col-right h6:first-child {
	margin-top: 0;
}

/* perex */

.perex {
	margin: 36px 0;
	background-color: #F2F2F2;
	border-left: 9px solid #C7006D;
	border-radius: 3px;
	padding: 18px 81px 18px 18px;
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.4;
}
.perex p {
	margin-bottom: 9px;
}

/* newslist */

.newslist {
	margin: 36px 0;
}
.newslist .item {
	margin: 27px 0;
}
.newslist .item + .item {
	border-top: 1px solid #CCCCCC;
	padding-top: 27px;
}
.newslist .item:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
#content .newslist .item h2 {
	font-size: 1em;
	font-weight: bold;
	/* text-transform: uppercase; */
	background: none;
	border: none;
	padding: 0;
}
.newslist .item .info + .h,
#content .newslist .item .info + .h,
#content .newslist .item .f-float-right + .h {
	margin-top: 0;
}
.newslist .item p:last-child {
	margin-bottom: 0;
}

/* -- linklist */

.linklist {
	margin: 36px 0;
}
.linklist dt {
	background: url(../images/korupce/bg_h-links.png) no-repeat 0 .1em;
	padding: 5px 0 5px 36px;
	font-weight: bold;
	margin: 0;
}
.linklist dt + dt {
	margin-top: 18px;
}
.linklist dd {
	font-size: .85em;
	margin: 0 0 18px 0;
}

/* pager */

.pager {
	margin: 36px 0;
	font-size: .85em;
	color: #515151;
}
.pager li {
	display: inline;
	background: none;
	padding: 0;
	margin: 0;
}
.pager li + li {
	margin-left: 15px;
}
.pager strong {
	padding: 6px 15px;
	background: #191919 none;
	color: white;
	font-weight: normal;
	border-radius: 3px;
}
.newslist + .pager {
	border-top: 1px solid #CCCCCC;
	padding-top: 27px;
}

/* downloads */

.downloads {
	border-top: none;
	width: 100%;
}
.downloads th, .downloads td {
	border-bottom: none;
	padding: 3px 27px 3px 0;
}
.filetype {
	width: 81px;
}
.filesize {
	width: 81px;
	font-size: .85em;
	color: #515151;
}

/* sitemap */

#sitemap {
	margin: 36px 0;
	font-size: 1.8em;
}
#sitemap li {
	margin: 27px 0;
	padding: 27px;
	background: #F2F2F2 none;
	border-radius: 3px;
}

#sitemap a {
	text-decoration: none;
}
#sitemap a:hover {
	text-decoration: underline;
}

#sitemap ul {
	font-size: .75em;
	background-color: #D9D9D9;
	border-radius: 3px;
	margin: 9px 0 0 0;
	padding: 9px 27px;
}
#sitemap ul li {
	margin: 18px 0;
	padding: 0;
	background: transparent none;
}
#sitemap ul li + li {
	border-top: 1px solid #E6E6E6;
	padding-top: 18px;
}

#sitemap ul ul {
	font-size: .75em;
	padding: 0;
	margin: 9px 0 18px 27px;
}
#sitemap ul ul li {
	margin: 9px 0;
	background: url(../images/korupce/bullet.png) no-repeat 0 .55em;
	padding-left: 20px;
}
#sitemap ul ul li + li {
	border-top: none;
	padding-top: 0;
}

#sitemap ul ul ul {
	font-size: 1em;
	font-style: italic;
}

#sitemap .selected {
	font-size: .75em;
	font-style: italic;
	font-weight: normal;
	color: #515151;
}

/* search-key */

#search-key {
	background-color: #191919;
	color: white;
	padding: 27px;
	border-radius: 3px;
	margin: 36px 0;
	font-size: 1.35em;
	font-style: italic;
}
#search-key dt {
	display: inline;
	margin: 0 27px 0 0;
}
#search-key dd {
	display: inline;
	margin: 0;
	padding: 6px 15px;
	background-color: #FFDF55;
	border-radius: 3px;
	color: #191919;
}

/* search-new */

#search-new {
	margin: 36px 0;
	padding: 27px;
}
#search-new fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#search-new-type {
	border: none;
	border-radius: 3px;
	background: white none;
	padding: 9px 15px;
	color: #515151;
	font-size: 1.35em;
	width: 390px;
	margin-right: 9px;
}
#content #search-new-submit {
	padding: 9px 15px;
}

/* search-echo */

#search-echo {
	margin: 36px 0;
	padding: 27px;
	background-color: #F2F2F2;
	border-radius: 3px;
}
#search-echo h2 {
	margin-top: 0;
	padding: 0;
	background: none;
	border-bottom: none;
}
#search-echo .item {
	margin: 27px 0;
	padding-top: 27px;
	border-top: 1px solid #D9D9D9;
}
#search-echo .item h3 {
	margin-top: 0;
}
#search-echo .link {
	font-size: .85em;
	color: #515151;
}
#search-echo p + .link {
	margin-top: -9px;
}
#search-echo .pager {
	margin: 27px 0;
	padding-top: 27px;
	border-top: 1px solid #D9D9D9;
}

#faqlist {
	margin: 36px 0;
}
#faqlist .item {
	background-color: #F2F2F2;
	border-radius: 3px;
	margin: 27px 0;
	padding: 27px;
}
#faqlist dt {
	margin: 0 0 18px 0;
}
#faqlist .faq-q {
	display: block;
	margin: 0;
	color: #CB006F;
	font-size: 1.35em;
	font-weight: normal;
	background: url(../images/korupce/ico_faq-q.png) no-repeat 0 50%;
	padding: 0 0 5px 36px;
}
#faqlist .faq-from {
	display: block;
	color: #515151;
	font-size: .85em;
	margin-left: 45px;
	margin-top: -18px;
	border-left: 1px solid #CCCCCC;
	padding-left: 18px;
}
#faqlist .faq-a {
	margin: 0;
	background: #E6E6E6 url(../images/korupce/ico_faq-a.png) no-repeat 100% 0;
	border-radius: 3px;
	padding: 27px 74px 27px 27px;
	font-style: italic;
}
#faqlist .faq-a p {
	margin-bottom: 9px;
}
#faqlist .faq-a p:last-child {
	margin-bottom: 0;
}

/* Layout > Sidebar
................................................... */

#sidebar {
	float: left;
	width: 216px;
	overflow: hidden;
}

/* nav */

#nav {
	width: 216px;
	overflow: hidden;
	line-height: 1.2;
}
#nav a {
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav strong {
	font-weight: normal;
}

#nav li {
	background: #F2F2F2 none;
	color: white;
	padding: 0;
	margin: 1px 0;
}
#nav > li:first-child {
	border-radius: 3px 3px 0px 0px;
}
#nav > li:last-child {
	border-radius: 0px 0px 3px 3px;
}
#nav li.selected {
	background: #191919 none;
	color: #CCCCCC;
}
.level-1 {
	display: block;
	padding: 15px 15px;
}
#nav li.selected .level-1 {
	color: #CCCCCC;
}
#nav li.selected .level-1.selected {
	color: #FEC6E5;
}
#nav li a:hover.level-1 {
	background-color: #CB006F;
	color: white;
	text-decoration: none;
}

#nav li ul {
	display: none;
	margin: 0;
	padding: 10px 15px;
	background: #333333 url(../images/korupce/bg_nav-sub.png) no-repeat 50% 0;
}
#nav li.selected ul {
	display: block;
}
#nav li ul li {
	background-color: #333333;
	margin: 5px 0;
}

#nav li ul a {
	color: white;
}

#nav li ul ul {
	display: block;
	margin: 5px 0 0 15px;
	padding: 0;
	background: transparent none;
}

#nav ul a.selected,
#nav ul strong.selected {
	padding: 0 0 0 20px;
	background: url(../images/korupce/bullet.png) 0 .3em no-repeat;
	color: #FEC6E5;
}

/* Global > Tools
................................................... */

#tools {
	background-color: white;
	color: #191919;
}
#tools-2 {
	width: 945px;
	margin: 0 auto;
	text-align: left;
	padding: 27px 0;
	font-size: .85em;
}

#tools img {
	vertical-align: middle;
}

#tools-top {
	background: url(../images/korupce/ico_tools-top.png) no-repeat 0 50%;
	padding: 5px 0 5px 36px;
	margin-right: 27px;
}
#tools-print {
	background: url(../images/korupce/ico_tools-print.png) no-repeat 0 50%;
	padding: 5px 0 5px 36px;
	margin-right: 27px;
}
#tools-sitemap {
	background: url(../images/korupce/ico_tools-sitemap.png) no-repeat 0 50%;
	padding: 5px 0 5px 36px;
	margin-right: 27px;
}
#sharing {
	border-left: 1px solid #D9D9D9;
	padding: 5px 0 5px 27px;
	display: inline;
}
#sharing-label {
	background: url(../images/korupce/ico_tools-sharing.png) no-repeat 0 50%;
	padding: 5px 0 5px 36px;
	margin-right: 15px;
}
#sharing * {
	vertical-align: middle!important;
}

/* Global > Footer
................................................... */

#footer {
	background-color: #191919;
	color: #CCCCCC;
}
#footer-2 {
	margin: 0 auto;
	width: 945px;
	text-align: left;
	padding: 27px 0;
}

#footer a {
	color: #FFC6E6;
}
#footer a:hover {
	color: white;
}

/* -- footlinks */

#footlinks {
	width: 945px;
	overflow: hidden;
}

#footnav {
	float: left;
	margin: 0;
	padding-top: 6px;
}
#footnav:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
#footnav li {
	float: left;
	background: none;
	padding: 0;
	margin: 0;
}
#footnav li + li {
	margin-left: 15px;
}
#footnav li a {
	padding: 9px 0;
}
#footnav li a:hover {
	color: white;
}
#footnav li strong,
#footnav li .selected {
	padding: 9px 15px;
	background-color: #595959;
	border-radius: 3px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

#socialmedia {
	float: right;
	margin: 0;
}
#socialmedia:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
#socialmedia li {
	float: left;
	background: none;
	padding: 0;
	margin: 0;
}
#socialmedia li + li {
	margin-left: 15px;
}

/* -- footdata */

#footdata {
	border-top: 1px solid #333333;
	margin-top: 21px;
	padding-top: 27px;
	background: url(../images/korupce/bg_footer.png) no-repeat 100% 27px;
	min-height: 115px;
}

#footcontacts {
	margin-right: 135px;
}
#footcontacts:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
}
#footcontacts .col {
	float: left;
	width: 297px;
	overflow: hidden;
}
#footcontacts address {
	font-style: normal;
}
#footcontacts strong {
	color: white;
}

#disclaimer {
	font-size: .85em;
	font-style: italic;
	margin-top: 9px;
}

/* MyStyles
--------------------------------------------------- */

/* -- here */

} /* <-- end-media-screen */

/* @media: Queries
=================================================== */

/* <1024px
--------------------------------------------------- */

@media (max-width: 1024px) {
	body {
		border: none;
	}
} /* <-- end-media-queries */

/* @media: Print
=================================================== */

@media print {

body {
	font-family: georgia, serif;
}
table {
	border-collapse: collapse;
	border: none;
	margin-bottom: 10pt;
}
th, td {
	border: 1px solid;
}
.f-no-print, .f-no-show, .f-no-float,
#accesslink, #searchForm, #crumbs, #sidebar, #tools, #footlinks,
.nextlink, .pager {
	display: none;
}
a, img {
	border:  none;
}
.gallery .item {
	display: inline-block;
	list-style: none;
	padding: 0 0 10pt 0;
	margin: 0;
	text-align: center;
	vertical-align: text-top;
	width: 200px;
}
.gallery .item span {
	display: block;
}

} /* <-- end-media-print */