/*
 *  screen, projection
 *	khaac, 2008
 *  ver: 1.0
 *  
 *  > Main
 */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MAIN MOTHER ELEMENT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#mother {
	width: 60em; /* 980px */
	background: transparent;
	overflow: visible;
	text-align: left;
	margin: 0pt auto;
	border: 0px solid #ff0000;
	position: relative;
    z-index: 3;
    overflow: visible;
    min-height: 100% !important;  
}

/* IE bugfix - ??? */
* html #mother{
  height: 100%; 
}

#mother-border{
	width: 60em;
 	height: 100%;
	padding: 0px 1em;
	margin: 0px auto;
	border: 0;
	position: relative;	
}

/* IE bugfix - ??? */
* html #mother-border{
	height: 100%;
 /* height: 100%; */
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Lines */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#line-left2{
  background: transparent;
  height: 100%;
  left:0pt;
  margin-left:0em;
  position:absolute;
  top:0pt;
  border-right: 1px solid #BFBFBF;  
  width: 31em;
  z-index:1;
}
#line-right2{
    background:transparent;
    height: 100%;
    position:absolute;
    right:0pt;
    top:0pt;
    width:15em;
  	border-left: 1px solid #BFBFBF;  
    z-index:2;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* HEADER CONSTRUCTION*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#header {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 4.875em; /* 91px */
	position:relative;
}

#header h1{
	color:#ff0000;
	font-family:georgia;
	font-size:1.5em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin:0;
	padding:1em 0 0 0;
	text-align:center;	
}

#header h1 a{
	text-decoration: none;
}

#header h1 a:hover{
	color: #000000;
}
#header h1 span{
	font-size: 0.8em !important;
	color: #000000 !important;
}


#header #logoimage{
	height:78px !important; 
	width:800px !important;
	border: 0;
	cursor:pointer !important;
	display:block !important;
	top:0px !important; 
	left:0 !important;
	position:absolute !important;	
	background: transparent url("../img/header.gif") left top no-repeat !important;

}

/* force transparency */
#header a:hover{
	background-color: transparent !important;
}

/* Logo */
#logo{
	float: left;
	border: 0px;
	margin: 0px;
	padding: 2em 0 0 0;
	display:block;
	background-color:transparent;
}
#logo a{

}


#info {
	border: 0px solid #000000;
	padding-top: 0.3em;
	float: right;
	overflow:hidden;
	background: transparent;
}

#info p{
	margin: 0;
	padding: 0;
	font-size: 0.6em;
	color: #5E5E5E;
}

#info a{
	color: #000000;
	text-decoration: none;
}

#info a:hover{
	color: #ffffff;
	background: #000000 !important;
}


#search {
	border: 1px solid #BFBFBF;
	float: right;
	width: 11.21em;
	height: 2.55em;
	overflow:hidden;
	margin:0;
	background: transparent;/*#E5E5E5;*/
}

#col-float-wrapper{
	margin: 0.5em 1.7em 0 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENT
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#content{
	/*height: 100%;*/ /* IE strange */
	width: 100%;
	border: 0px solid #000000;
	padding: 0 0 8px 0;
	margin: 0;
	float:left;
	background-color: transparent;
}


#content .image-center{
	text-align: center !important;
	margin-bottom: 0.5em;
}
#content .image-center img{
	float: none;
	clear: both !important;
}

#content img{
	margin: 0.3em 1em 1em 0em;
	border: 1px solid #000000;
}


#content-end {
	clear: both;
	padding: 0;
	border: 0em solid #CDB780;
}
* html body div#content {
/*	height: 320px; /* nastavi vysku pro IE/Win */
}

html>body #content { 
/*	height: auto; /* vrati pravidlo */
/*	min-height: 320px;*/
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SPECIAL HEADING FOR CONTENT */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#content h3 {
	font-size: 1.7em;
	font-family: georgia;
	font-size-adjust: none;
	font-stretch: normal;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 0.5em;
}

#content h3 a{
	color: #000000;
	text-decoration: none;
}

#content h3 a:hover{
	background: transparent !important;
	color: #ff0000;
}


#content h4 {	

	font-size: 1em;
	font-size-adjust: none;
	font-stretch: normal;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	margin-bottom: 0.5em;
/*	border-bottom: 1px dotted #BFBFBF;*/
}

#content h5 {
	color: #5B5B5B;
	font-size: 0.8em;
	margin-bottom:0.5em;
}


#content h6 {
	font-size:0.7em;
	color: #000000 !important;/* Special classes */
	margin-bottom: 0.5em;
}

#content ul li, #content ol li{
  font-size: 0.75em;
} 	


#content ul li li, #content ol li li{
  font-size: 1em;
} 	



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* HISTORY
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#history {
	padding: 1.5em 0;
  font-size:0.65em;
  position: relative;
  top: 0em;
	background: transparent;
}
#history a {color: #5B5B5B;}

#history a:hover, #history .selected {
	color: #ffffff!important;
	text-decoration: none !important;
	background-color: #5B5B5B !important;
} 



 /* Values changed here - CSS hack - bottom margin for delimiting line */
* html p {
	margin-bottom: 1em;
}

/* Print icon */

#page-print{
	color: #6D533B;
	font-size: 0.65em;
    display: block;
    background: transparent url("img/print.gif") top left no-repeat;
    padding: 0px;
    text-decoration: underline;
    vertical-align: top;
    cursor: pointer;

}

#page-print:hover {
	color: #000000;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	border-top: 0em solid #5097FF;
	margin: 0px;
	padding: 0;
	/*clear: both;*/
	width: auto;
    height: auto;
	position: relative;
	background: #E5E5E5;
	
}

#footer a{
	font-weight: bold;
	text-align: left;
	font-size: 0.8em;
	text-decoration: none;
}

#footer a:hover{
	background: transparent !important;
	text-decoration: underline;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* EXTRAS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BACK-TO-TOP */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* back-to-top section */
.back-to-top{
	margin: 1em 0 1em 0;
	border: 0px solid #000000;
	background: transparent url("../img/back_to_top.gif") 0% 50% no-repeat;
	font-size: 0.65em;
	float: right;
}
.back-to-top a{
	margin-left: 1.5em;
}

.back-to-top a,  #disclaimer a, #toolbox a{
	color: #5B5B5B !important;
}

.back-to-top a:hover, #disclaimer a:hover, #toolbox a:hover{
	color: #ffffff !important;
	background: #5B5B5B !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SITEMAP */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#sitemap ul li{
	list-style-type: square;
	list-style-image: url("../img/sitemap_item.gif");
	font-size: 1em !important;
}
#sitemap ul li.folder{
	list-style-type: circle !important;
	list-style-image: url("../img/sitemap_folder.gif");
}

#sitemap ul li a{
	text-decoration: none;
	font-size: 0.7em !important;
	position: relative;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SEARCH FORM */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.FSF_searchResults .FSF_pages{
	border-right: 1px solid #D3D0E6;
	border-bottom: 1px solid #D3D0E6;
	background-color: #EEEDED;
	padding: 0.8em;
	margin: 0.8em 0.8em 0.8em 0;
	display: block;
}
.FSF_searchResults .FSF_resultLink, .FSF_searchResults .FSF_resultDescription{
	font-size: 0.8em;
	display: block;
	padding-left: 1em;
}
.FSF_searchResults .FSF_resultLink{
    margin-right: 0.8em; 	
}


.FSF_searchResults .FSF_resultLink a:hover{
  	background-color: #ff0000;
	color: #ffffff;
	text-decoration: none;
}

.red{
	color: #ff0000 !important;
}
