body {
	margin: 0;
	padding: 0;
	background: #fc8;
	color: #445;
	text-align: left;
	background: url('../img/bg-bot.gif') -251px 0px repeat-y;
	font: normal 95%/160% Cambria, Georgia, Gentium, serif
}

#wrap { 
  background: transparent url('../img/bg-left2.png') no-repeat scroll bottom left;
}














/* HLAVICKA */

#header {
	width: 100%;
	background: #68c url('../img/bg-top.gif') -251px 0px repeat-y;
	height: 7.6em;
	min-height: 111px;
	margin: 0;
	padding: 0;
}

#header a {
	margin: 0;
	display: block;
	width: 251px;
	height: 100%;
	float: left;
	background: transparent url(../img/logo.gif) no-repeat scroll 96px bottom;
}

#header h1 {
	font-size: 2.2em;
	line-height: 110%;
	position: relative;
	padding: 0;
	margin: 0 0 0 270px;
	font-weight: bold;
	color: #fc8;
	height: 1px;
	top: 50%;
	background: transparent;
}

#header h1 .main {
	position: absolute;
	top: -0.4em;
}

.hide {
	display: none;
}

#header h1 .sub {
	font-size: 0.5em;
	position: absolute;
	font-weight: normal;
	left: 0;
	top: 0.9em;
}

/* KONTEJNER */

#content {
	width: 100%;
	margin: 0 auto;
	padding: 45px 0 0 0;
	text-align:left;
	background: url('../img/bg-mid.gif') -251px 0px no-repeat;
	float: left;
}

/*sidebar expand*/
#expand {
  min-height:162px;
  height:162px;
}
div[id] #expand {
   height:auto;
}

/* SIDEBAR */

#sidebar p a,
#sidebar p a:active,
#sidebar p a:visited {
	color: #fff;
	text-decoration: underline;
}

#sidebar p a:hover {
	color: #68c;
	background: #fff;
	text-decoration: underline;
	
}

#sidebar li {
	border: 1px solid #68c;
}
	
#sidebar {
	float: left;
	width: 251px;
	margin:0; padding:0;
	color: #fc8;
}

#sidebar h2 {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	padding: 0;
	margin: 0 9% 0.7em 5%;
}

#sidebar p {
	padding: 0;
	margin: 0 9% 1em 5%;
	line-height: 110%;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul#menu {
	margin: 0 9% 1em -5%;
	width: 96%;
	padding: 0;
	line-height: 130%;
}

#menu a,
#menu a:visited,
#menu a:active {
	text-decoration: none;
	color: #fc8;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .here {
	color: #fff;
	font-weight: bold;
}

#sidebar ul li {
	font-weight: bold;
}

#sidebar ul ul li {
	font-weight: normal;
}

#sidebar ul ul ul li {
	font-style: italic;
}

#sidebar li {
	margin: 0;
	padding: 0 0 0 10%;
	display: block;
}

/* OBSAH */

#main {
	margin: 0 0 0 272px; padding:0;
	background: #fc8;
}

#main h2 {
	width: 25em;
	color: #445;
	font-size: 1.6em;
	border-bottom: 0.03em solid #68c;
	font-weight: bold;
	padding: 0;
	margin: 0.4em 0 0.8em;
}

#main h3 {
	width: 40em;
	color: #68c;
	font-size: 1.35em;
	font-weight: bold;
	padding: 0;
	margin: 0.3em 0 0.6em;
}

#main h4 {
	width: 25em;
	color: #68c;
	font-size: 1.1em;
	font-weight: bold;
	font-variant: small-caps;
	padding: 0;
	margin: 0.2em 0 0.4em;
}

#main a,
#main a:active,
#main a:visited {
	color: #68c;
	text-decoration: underline;
}

#main a:hover {
	color: #fc8;
	background: #68c;
	text-decoration: underline;
	
}

#main p {
	width: 40em;
	text-align: justify;
	color: #445;
	padding: 0;
	margin: 0 0 1.2em;
}

#main ul,
#main ol {
	margin-top: 0;
	margin-bottom: 1.2em;
}

#main p#footer {
	width: 50em;
	font-size: 0.8em;
	margin: 3em 0 0.7em;
	padding: 0.4em 0 0.6em;
	border-top: 0.3em double #68c;
  clear:both;
}

#main div {
	width: 40em;
	margin: 1em 0 1.2em;
	padding: 0;
}

table {
	margin: 1em 0 1.2em;
	padding: 0;
}

table,
table th,
table td {
	border: 0.07em solid #445; 
	border-collapse: collapse;
	background: #fff;
}

table th,
table td {
	padding: 0.3em 0.7em;
	margin: 0;
	vertical-align: middle;
	text-align: left;
}

table th {
	font-weight: normal;
	background: #68c;
	color: #fc8;
}

table thead th {
	color: #fff;
	font-weight: bold;
}

table td.p10,
table th.p10 {
	width: 10%;
}


table td.p20,
table th.p20 {
	width: 20%;
}


table td.p25,
table th.p25 {
	width: 25%;
}

table td.p33,
table th.p33 {
	width: 33%;
}

table td.p50,
table th.p50 {
	width: 50%;
}

table td.p66,
table th.p66 {
	width: 66%;
}

table td.p75,
table th.p75 {
	width: 75%;
}

table td.center,
table th.center {
	text-align: center;
}

table td.right,
table th.right {
	text-align: right;
}

table.center {
	margin: 0 auto;
}

table.p50 {
	width: 20em;
}

table.p66 {
	width: 25em;
}

table.p100 {
	width: 37.8em;
}

p .left {
	float: left;
	margin: 0.4em 1em 0.4em 0;
}

p .right {
	float: right;
	margin: 0.4em 0 0.4em 1em;
}

img {
	border: 0;
}

hr.cleaner {
  clear:both;
  height:1px;
  margin: -1px 0 0 0; padding:0;
  border:none;
  visibility: hidden;
}

