/* LAYOUT */


html {
    background: #f0f3e0 url(../images/page_top_bg4.jpg) repeat-x top left;
}


/*==============================================================================
    PAGE WRAPPERS
==============================================================================*/
#page {
    position: relative;
    width: 900px;
    margin-left: auto;
	margin-right: auto;
}

/*
#container-shade {
    position: relative;
    top: 0;
    left: 0;
    width: 874px;
    height: 100%;
    margin: 0 auto;

    background: url(../images/bg_side.png) repeat-y center;

}
*/

#site-wrapper {
    position: relative;
    width: 790px;
    margin-left: auto;
	margin-right: auto;
    background: #fff;
}

/*==============================================================================
    HEADER and TOP SECTION
==============================================================================*/
#header-wrapper {
	width: 790px;
	height: 260px;
}

#search-wrapper {
    position: absolute;
    top: 0px;
    right: 4px;
}

/*==============================================================================
    SIDEBAR and CONTENT WRAPPERS
==============================================================================*/
#sidebar-wrapper {
    float: left;
    width: 240px;
    /*border: 1px solid black;*/
}

#sidebar-content {
    margin: 35px 0px 100px 40px; /* zo spodu 100 aby sa to nikdy neprekryvalo s autom */
    width: 200px; /* 200 + 0 (margin-right) + 40 (margin-left) = 240 (#sidebar-wrapper) */

    text-align: left;
    /*border: 1px solid black;*/
}

#sides-delimiter {
    float: left;
    width: 5px;
    height: 100%;
    border: none;
    padding: 20px 0 40px 0;
}

#content-wrapper {
    float: right;
    width: 500px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    /*border: 1px solid black;*/
}

/*==============================================================================
    FOOTER
==============================================================================*/
#footer {
    clear: both;
    height: 25px;
    line-height: 25px;
	background: #a0c91a;
    color: #fff;
    text-align: center;

    padding: 1px;
    margin: 4px 0px;
}

#footer #nakladneAuto {
    /*background: url(../images/dodavka_s_logom.png) no-repeat bottom left;*/
    background: url(../images/footer_car.jpg) no-repeat bottom left;
    width: 180px;
    height: 100px;

    position: absolute;
    bottom: 0px;
    left: 30px;
}



/*****************
 * N O V I N K Y *
 *****************/
 
#novinky {
	position: relative;
	width: 350px; height: 500px;
	float: left;
}
#novinky .sprava {
    width: 350px;
    margin:3px 0 10px;
}
#novinky .sprava .obsah {
    max-height: 460px;
    overflow: auto;	
}

#novinky-scroll {
	position: absolute;
	top: 3px; right: -160px;
	margin: 0;
    width: 150px;  height: 500px;
    overflow: hidden;
}

#novinky-scroll .novinka-scroll {
	width: 144px;
	padding: 2px; margin: 0  0 12px;
    border: 1px solid #A0C91A;
    text-align: center;
}
#novinky-scroll .novinka-scroll .nadpis {
	margin: -2px -2px 2px; padding: 0 2px;
    background:#A0C91A;/* url(../images/aktuality_1.jpg) repeat-x;*/
    color: #fff;
}
