body {
	font-size: 10pt; 
}

#center-body {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#cleaner {
	height: auto;
}

a {
	color: black;
	text-decoration: none;
}

h2,
h3,
h4 {
	page-break-after: avoid;
} 

.toggleable {
	width: auto;
	display: block !important;
	visibility: visible !important;
	/* !important je nutne, jinak pouzije dynamicky ziskanou hodnotu z JS, ktera prepise CSS nastaveni */
}

/* @group LEFT */

#left {
	float:  none;
	width: 100%;
	text-align: right;
}

#logo {
	float: left;
}

.menu,
#nevnapok {
	display: none;
	visibility: hidden;
}
	
/* @end */

/* @group RIGHT */

#right {
	float: none;
	width:  100%;
}

#top,
#ticker-box,
#navibar {
	display: none;
	visibility: hidden;
}

/* @group content */

#content {
	clear: both;
}


#content img.toggleable {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	width: 100%;
	float: none;
}

.bt-nahoru {
	display: none;
	visibility: hidden;
}

/* @group stanovy */

#stanovy-nadpis,
.stanovy em {
	display: block;
	text-align: center;
}

h3.capt {
	margin: 2em 0 1em 0;
	text-align: center;
}

h3.capt a {
	color: black;
	text-decoration: none;
}

.capt span {
	display: block;
	font-weight: normal;
}

/* @end */

/* @group org.struktura */
/*
#org-struktura,
.level,
.gray,
.pink,
.solid {
	background: none;
}

#org-struktura img,
#org-struktura .cleaner {
	display: none;
	visibility: hidden;
}

.item {
	float: none;
	width: auto;
	margin:  1em 0;
}
*/

/* @end */
	
/* @end */
	
/* @end */

/* @group FOOTER */

#footer {
	position: static;
}

#footer img {
	display: none;
	visibility: hidden;
}
	
#footer div {
	background-color: transparent;
}

#footer div p {
	width:  100%;
	margin: 0;
	padding: 0;
}

/* @end */

#statistika {
	display: none;
	visibility: hidden;
}
