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

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTAINERS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#col-container {
	border: 0;
	margin: 0em 0em 0em 0em;
	padding: 0em;
	width: 100%;
	height: auto;
	position: relative;
	/* Background for 3-col layout */
	background: transparent;
}

#heading{
	/*border-bottom: 1px solid #BFBFBF;*/
	margin: auto auto;
	padding: 1em 0;
	background: #ffffff;
}

#heading h2{
	font-family: georgia;
	font-size: 3em;
	text-align: center;
	color: #000000;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	padding: 0;
	margin: 0;
}


#col-left{
	width: 30em;
	border: 0px solid #ff0000 !important;
	padding: 0;
	margin: 0;
	float: left;
	overflow: visible;
	height: auto;
	text-align: left;
	background: #transparent;
	position: relative;
}

#col-right{
	width: 29em; 
	padding: 0;
	float:right;
	border: 0;
	background: transparent !important;;
}


* html body div#col-right {
	height: 320px; /* nastavi vysku pro IE/Win */
}

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


* html body div#col-left {
	height: 320px; /* nastavi vysku pro IE/Win */
}

html>body #col-left { 
	height: auto; /* vrati pravidlo */
	min-height: 320px;
}
/* COL-FLOAT */

/* floating panel on the right  */
#col-float{	
    width: 11.21em;
	height: auto;
	padding: 1em 0 0 0;
	margin: 0;
	float:right;
	overflow: hidden;
	background: transparent;
}

#col-float h2, #col-float h3{
/*    border-bottom: 1px dotted #BFBFBF;*/
	font-size: 1.125em !important;
	background: transparent !important;
	text-align: left !important;
	padding: 1em 0 0 0!important;
	margin: 0 !important;
}
#col-float h2 a, #col-news h2 a, #col-float h3 a, #col-news h3 a{
	text-decoration: none;
	display: block;
	color: #000000;
}

#col-float h2 .order, #col-float h3 .order{
	display: block;
	width: 7em;
	background: transparent url("../img/order.gif") right 2px no-repeat !important;	
}

#col-float h2 a:hover, #col-news h2 a:hover, #col-float h3 a:hover, #col-news h3 a:hover{
	background: #E5E5E5 !important;
}

#col-float img{
	float: left;
}


#col-float hr{
	color: #EEEDED;
}
/* Summary for the page */
#col-float #summary ul{
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 1.5em;
	/*left: -20px;
	position: relative;*/
	border: 0;
}
/* floating panel paragraph */
#col-float p{
	padding-left: 1em;
}


#col-float h4 {
	color: #23569C !important;
	border: 0 !important;
	padding-left: 1em !important;
	font-size:0.9em !important;
	margin-bottom:5px !important;
}

#col-float h5 {
	font-size:0.8em;
}

/* Col-float specific fonts*/

#col-float #floatnews{
	margin-bottom: 1em;
}

#col-float #floatnews img{
	display: block !important;
	position: relative;
	clear: all;
	float: none;
}

#col-float #floatnews em, #col-float #relatednews em{
	margin-left: 1em;
	font-size: 0.8em;
}


#col-float img{
	margin-left: 1em;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* COL-NEWS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#col-news{
	width: 14em;
	border: 0;
	float: left;
	height: auto;
}

#col-news h2, #col-news h3, #col-float h2, #col-float h3{
	font-family: Arial;
	font-weight: normal;
	background: transparent;/*#FFE1E1;*/
	color: #000000;
	margin: 0.5em;
	padding: 0.3em 0.3em 0.3em 0;
	text-align: left;	
	font-size: 1.125em !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* HELPERS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* layers in footer */

#disclaimer {
	height: auto;
	width: auto;
	display: block;
	font-size: 0.8em;
	padding: 1em 0 0em 0.8em;
	background: #ffffff;
}

#disclaimer p{
	padding: 0;
	border: 0;
	margin: 0;
	text-align: left;
}

#helper {
	border: 0px solid #ff0000;
	font-size: 0.75em;
	display: block;
	position: relative;
	width: 100%;
	margin: 0.5em 0 0 0;
	text-align: left;
	height: 1.916em;
}
#helper a{
	color: #000000;
}

#helper a:hover{
	text-decoration: underline;
	color: #ff0000;
}

#helper ul{
	padding: 0.4em 0 0 0 !important; /* center: 35em */ 
	list-style-type: none;
	height: 100%; 
	background: transparent;
	border: 0px solid #00ffff;
	width: 12em;
	margin: 0;
	display: block;
}


#helper ul li{
	border-right: 1px solid #773800;
	font-size: 0.8em !important;
	padding: 0em 1em;
	display:block;
	height:auto;
	white-space:nowrap;
	margin: 0px;
	float: left;
}

#helper ul li.last{
	border: 0 !important;
}


/* print, url etc. */

#toolbox{
	font-size: 0.65em;
	width: 100%;
	border-top: 1px dotted #C6C6C6;
	padding: 1em 0;
	margin: 0;
	float:left;
	background-color: transparent;
}

#toolbox p{
  font-size: 1em;
  color: #929292;
  left: 0em;
  position: absolute;
}

#toolbox ul{
	padding: 0px 0px; /* top-bottom left-right*/
	margin: 0 !important;
	list-style-type: none;
	height: auto; 
	background: transparent;
	float: right;
}
#toolbox ul li{
	border-right: 0px solid #D3D0E6;
	font-size: 1em !important;
	display:block;
	height:1.3em;
	margin: 0 0 0 11px;
	white-space:nowrap;
	float: left;
	padding: 0em 0em 0em 2em !important;
}


/*Flasg for assets*/
#toolbox ul li.email-flag{
	background: transparent url("../img/icons/email.gif") left top no-repeat !important;
}
#toolbox ul li.print-flag{
	background: transparent url("../img/icons/print.gif") left top no-repeat !important;
}
#toolbox ul li.bookmark-flag{
	background: transparent url("../img/icons/bookmark.gif") left top no-repeat !important;
}
#toolbox ul li.permalink-flag{
	background: transparent url("../img/icons/permalink.gif") left top no-repeat !important;
}

