#block_1
	{
	float: left;
	width: 598px;
	margin-left: 160px;
	}
* html #block_1
	{
	display: inline;
	}
#block_2
	{
	float: left;
	width: 150px;
	background: url("../gfx/menu_left.jpg") repeat-y top left; 
	margin-left: -760px;
	}
#block_3
	{
	float: left;
	width: 122px;
	background: url("../gfx/menu_right.jpg") repeat-y top left; 
	}
/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
@media all and (min-width: 0px) {
#block_1, #block_2, #block_3
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
#block_1:before, #block_2:before, #block_3:before
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}
/* End Mac IE5 filter */
/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.verticalalign
	{
	position: absolute;
	bottom: 0;
	}
#block_1 .verticalalign
	{
	width: 598px;
	}
#block_2 .verticalalign
	{
	width: 150px;
	}
#block_3 .verticalalign
	{
	width: 122px;
	}
/* hack for Opera 7+ */
@media all and (min-width: 0px){
.verticalalign
	{
	width: 100% !important;
	}
/* But Opera 9 does it right, so CSS3 hax to the max */
div[id^="wrapper"] #block_1 .verticalalign
	{
	width: 598px !important;
	}
div[id^="wrapper"] #block_2 .verticalalign
	{
	width: 150px !important;
	}
div[id^="wrapper"] #block_3 .verticalalign
	{
	width: 122px !important;
	}
}
/* hack for IEs of all persuasions before IE7 */
* html .verticalalign
	{
	width: 100% !important;
	}
.verticalalign p
	{
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background: #996666;
	}
#wrapper_extra
	{
	position: relative;
	}
* html #wrapper
	{
	position: relative;
	}
#wrapper
	{
	width: 880px;
	text-align:left;
    margin: 0 auto 0 auto;
	font:11px arial;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	}
/* we need this for IE 5.01 - otherwise the columns vanish */
* html #wrapper_extra
	{
	float: left;
	width: 100%;
	}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper
	{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
	}
/* easy clearing */
#wrapper:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#wrapper
	{
	display: inline-block;
	}
/*\*/
#wrapper
	{
	display: block;
	}
/* end easy clearing */
#footer
	{
	clear: both;
	padding:0px;
	color:#3d0005;
	font-size:11px;
	}
#header
	{
	background: url("../gfx/top.jpg") no-repeat top left; 
	clear: both;
	border:none;
	height:165px;
	}
#header, #footer
	{
	width: 880px;
	}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output
	{
	position: relative;
	z-index: 1000;
	}















/* The following CSS is only for the demo */

    #mainContainer{
        width:150px;
    }

    #leftColumn{
        width:150px;
    }

    #dhtmlgoodies_listMenu a{ /* Main menu items */
        background: url("../gfx/menu.jpg") no-repeat top left; 
        height:17px;
    }


    #dhtmlgoodies_listMenu li a:hover {
        font-weight:normal;
        background: url("../gfx/menu.jpg") no-repeat top left; 
        text-decoration:none;
        color:darkblue;
        display:block;
        padding:4px;
    }

    #dhtmlgoodies_listMenu li a{	/* Sub menu */
        font-weight:normal;
        text-decoration:none;
        color:#033716;
        display:block;
        padding:4px;
        }


    #dhtmlgoodies_listMenu ul li a{	/* Sub menu */
        background: none;
        text-decoration:underline;

    }

	#dhtmlgoodies_listMenu .activeMenuLink{	/* Styling of active menu item */
		color:blue;
	}

	/*
	No bullets
	*/	
	#dhtmlgoodies_listMenu li{
		list-style-type:none;
	}

	/*
	No margin and padding
	*/
	#dhtmlgoodies_listMenu, #dhtmlgoodies_listMenu ul{
		margin:0px;
		padding:0px;
	}

	/* Margin of sub menu items */
	#dhtmlgoodies_listMenu ul {
		display:none;
		margin-bottom:10px;
	}
	#dhtmlgoodies_listMenu ul li a{
        padding-left:15px;
        display:block;
	}

	#dhtmlgoodies_listMenu .n {
        display:none;
	}

	#dhtmlgoodies_listMenu ul li a:hover{
        font-weight:normal;
        background: none; 
        text-decoration:underline;
        color:darkblue;
        padding-left:15px;
    }

	#dhtmlgoodies_listMenu ul li ul li a{
        padding-left:25px;
	}

	#dhtmlgoodies_listMenu ul li ul li a:hover{
        font-weight:normal;
        background: none; 
        text-decoration:underline;
        color:darkblue;
        display:block;
        padding-left:25px;
    }

/* tresc */


div.tresc {
    padding:3px;
    font-size:12px;
}

div.tresc a{
    color:green;
}

div.tresc a:hover {
    color:darkred;
}

div.tresc h1 {
    padding-left:28px;
    background: url("../gfx/header.gif") no-repeat top left; 
    FONT-SIZE:18px;
    color:#3d0005;
    margin-bottom:2px;
}

div.tresc h2 {
    FONT-SIZE:15px;
}

div.tresc div.podmenu {
    color:#3d0005;
    font-size:12px;
    padding-left:2px;
    margin-top: 4px;
    font-weight:normal;
}

div.tresc div.podmenu a{
    color:darkblue;
    /* border:1px solid darkblue; */
    display:block;
    padding-left:10px;
    padding-right:10px;
    text-decoration:none;
}

div.tresc div.podmenu a:hover {
    color:darkred;
    background-color:#e2d87b;
}

div.tresc img { margin-right:1px; margin-bottom:1px;}

div.tresc div.informacje {
    border-top:1px solid #5fab7a;
    padding:5px;
    padding-bottom:6px;
    font-size:11px;
    margin-top:10px;
    margin-bottom:10px;
    background-color:#7fcb9a;
    text-align:right;
    color:#19482a;
}

#footer a
    {
    color:#3d0005;
    }

#footer a:hover
    {
    color:#ad0005;
    }

.err { border:1px solid red; padding:5px; color:red; }

    .style1 { padding:3px; background-color:#fffbbb; font:11px arial;  }

    input[type=text] { border:1px solid #ddd333; padding:4px; background-color:#fffeee; font:11px arial; width:98%;}
    input[type=text]:focus { border:1px solid #888000; padding:4px; background-color:#ffffff; width:98%;}

    #files_list { border:1px solid #ddd333; padding:4px; background-color:#fffeee; font:11px arial; width:98%; text-align:right}
    #files_list input { border:1px solid #ddd333; padding:3px; background-color:#fffeee; margin-left:10px; font:10px arial; margin-top:1px; margin-bottom:1px; }

    input[type=submit] { border:1px solid darkblue; color:darkblue; padding:5px; background-color:#e1e1e1; font:11px arial; width:150px;}

    textarea {  border:1px solid #ddd333; padding:4px; background-color:#fffeee; font:11px arial; width:98%;height:100px;}
    textarea:focus { border:1px solid #888000; padding:4px; background-color:#ffffff; width:98%; height:100px;}

body
    {
    margin-top:0px;
    }