
/*-- Png fix
--------------------------------------------------------*/

.css_png {

    position:relative;

    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",

        this.src = "/img/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),

        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",

        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)

    );

}

/*-- Block / Left part / Left menu 1
--------------------------------------------------------*/

.css_left_menu_1 li {
	width:189px;
	margin-bottom:0px;
}

.css_left_menu_1 li a{
	padding-bottom:7px;
}

/*-- Block / Left part / Left menu 2
--------------------------------------------------------*/

.css_left_menu_2 li {
	width:189px;
	margin-bottom:-3px;
}

/*-- Block / Right part / Content block 1
--------------------------------------------------------*/

.css_content_block_1 .css_cb_1_in {
	overflow:visible;
	height:419px;
}

.css_cb_1_header {
	overflow:visible;
	height:78px;
}


/*-- Block / Right part / Bottom bock 1
--------------------------------------------------------*/

.css_bottom_block_1 td h4{
	overflow:visible;
	height:39px;
}

/*-- Block / Right part / Form 1
--------------------------------------------------------*/

.css_form_1 .css_f_1_table_1 div {
	overflow:hidden;
}