/* global */
html{height: 100%;}

body
{
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.68em;
	font-weight: bolder;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: arial, sans-serif;
  font-size: 108%;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
}

h3
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 111%;
}

a{outline: none;}

/* image positioning - left, right and center */
.left
{
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}
/* block quote */
blockquote
{
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
	border-right: 8px solid;
	border-bottom: 4px solid;
	border-top: 4px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 780px;}

/* links above the logo / footer */
#links, #footer
{
	width: 780px;
	height: 20px;
	font-size: 88%;
	text-transform: uppercase;
	background-color: #0033FF;
}

#links{text-align: right;}

#footer
{ text-align: center; 
  border-top: 2px solid;
}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ width: 766px;
  height: 125px;
  border-top: 2px solid;
  border-bottom: 5px solid;
}

#logo h1, #logo h2
{ margin: 0px;
  letter-spacing: .2em;
}

#logo h1
{
	font-size: 250%;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#logo h2
{
	font-family: arial, sans-serif;
	padding: 5px 0px 0px 40px;
	font-size: 108%;
}

/* navigation menu */
#menu
{ height: 30px;
  width: 766px;
  margin-top: -30px;
  position: relative;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px 5px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

#menu li a 
{
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	border: 1px solid;
	text-transform: uppercase;
	font-size: 88%;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
} 

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ height: 20px;
  padding: 7px 20px 2px 20px;
  border: 0px;
} 

/* main content */
#content
{ width: 766px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{ width: 194px;
  margin: 20px 0px 0px 0px;
  float: right;
  padding: 18px 18px 14px 18px;
}

.sidebaritem
{
	text-align: left;
	width: 158px;
	float: left;
	border: 1px solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 23px;
	margin-left: 0px;
	padding-top: 14px;
	padding-right: 8px;
	padding-bottom: 14px;
	padding-left: 19px;
}

.sidebaritem h1
{ margin: 0px; 
  font-weight: normal;
  padding: 0px 0px 16px 0px;
  text-transform: uppercase;
}

.sidebaritem p
{ line-height: 16px; 
  padding: 0px 0px 8px 0px;
}

.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 2px 19px;
  text-decoration: none;
}

.sbilinks{padding: 0px}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{
	margin: 0px;
	float: left;
	list-style: none;
	font-weight: bold;
} 

.sbilinks li a , .sbilinks li a:hover
{
	float: left;
	height: 16px;
	text-decoration: none;
	width: 139px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 19px;
} 

.sidebarimag
{
	text-align: center;
	width: 185px;
	float: none;
	border: 3px solid #FF9C27;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 23px;
	margin-left: 0px;
	background-color: #545454;
	padding: 0px;
}
/* column 2 - page content */
#column2
{ text-align: justify;
  width: 508px;
  float: left;
  padding: 2px 3px 15px 19px;
}

#column2 h1
{
	font-family: arial, sans-serif;
	padding: 16px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#column2 a, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: none;
  border-bottom: 1px dashed;
}

#column2 a:hover{border-bottom: 1px solid;}

/* obsah pro rodokmen na celou sirku stranky */

#column3
{ width: 694px;
  margin: 20px 20px 20px 20px;
  float: inherit;
  padding: 18px 18px 14px 18px;
}

/* tabulka rodokmen */
#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #443333;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #FFC177;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #FFFEEF;
	color: inherit;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 6;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 6;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #FF9900;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 70px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* orange */ 
body
{ background: #FFF url(back.png) repeat;
  color: #D5D2D6;
}

blockquote{border-color: #FF9C27;}

#main
{ background: #414141 url(main.png) repeat-y;
  color: #FFFFFF;
}

#links, #footer, #links a, #footer a, #links a:hover, #footer a:hover
{
	color: #000000;
	border-color: #FF9C27;
	background-color: #FF9C27;
}

#logo
{
	background: #FFF url(logo.jpg) no-repeat;
	color: #F0F0F0;
	border-color: #FF9C27;
	font-size: 130%;
}

h1, #column1 h1, #column2 h1, h3
{
	background: transparent;
	color: #FF9C27;
	border-color: #FF9C27;
	font-weight: bold;
}

#menu
{ background: transparent;
  color: #D5D2D6;
}

#menu li a, .sidebaritem
{
	background: #545454;
	color: #D5D2D6;
	border-color: #FF9900;
	border-width: 2px;
}

#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{ background: #FF9C27;
  color: #FFF;
} 

#content, #column2, #column2 a
{
	background: #f0f0f0;
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#column2 a:hover
{ background: #f0f0f0;
  color: #FF9C27;
  border-color: #FF9C27;
}

.sbilinks li a, .sidebaritem a
{ background: #545454 url(cog.png) no-repeat left center;
  color: #D5D2D6;
} 

.sbilinks li a:hover, .sidebaritem a:hover
{ background: #545454 url(orange_cog.png) no-repeat left center;
  color: #FF9C27;
} 

.menu img 
{
	border:  0px;
	float: right;
}

.content img 
{
	border:  3px;
	}
.duraz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC6600;
}
 
 .aktualita {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0,68em;
	font-style: normal;
	font-weight: bold;
	color: #FF9C27;
}
 