

/* cast v levem menu pro obrazky */
#sub_left_menu {	
width:150px;
margin-top:20px !important;
border:none;
}

#sub_left_menu a {
/*width:165px;*/
/*border:1px solid green;*/

}

#sub_left_menu div {
margin-bottom:25px;
text-align:center;
/*border:1px solid green;*/
width:145px !important;
overflow:hidden !important;
}

#sub_left_menu div, #sub_left_menu p, #sub_left_menu a {
    text-align:center !important;
}

/* stredni hlavni cast */
.paragraph_right {
/*	border:1px solid blue;*/
text-align:justify;
overflow:hidden;
padding-right:5px;
border-left:1px #C4B9A2 solid;
float:right;
width:295px !important;
_width:300px !important;
}

.paragraph_right p {
text-align:justify;
/*border:1px solid red;*/
}

.paragraph_right p {
	border:none !important;
	padding:none !important;
	margin:none !important;
}

a         { color: #0000CC; font: 11px Tahoma, Arial, bold; text-decoration: none     ; }
a:visited { color: #000000; font: 11px Tahoma, Arial, bold; text-decoration: none     ; }
a:hover   { color: #000000; font: 11px Tahoma, Arial, bold; text-decoration: none     ; }
a:active  { color: #FF8000; font: 11px Tahoma, Arial, bold; text-decoration: none     ; }

#footer_baner {

	/* standard way */
	position: fixed;
	left: 0;
	bottom: 0;
  background-color: #F2EEE6;
	/* formating */
	
	color: #fff;
	width: 100%;
	text-align: center;

	/* IE hack */
	position: expression("absolute");
	top: expression(document.body.clientHeight + document.body.scrollTop - this.offsetHeight);
	width: expression(document.body.clientWidth);

}
