/* LAYOUT */


html {
    background: #e7e7e7 url(../images/bg_repeat_x.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;
    margin-bottom: 20px;
    background: #fff;/*#f1ffff*/
}

/*==============================================================================
    HEADER and TOP SECTION
==============================================================================*/
#right-side-wrapper {
    float: right;
    display: inline;
	width: 583px;
    padding: 0;
    margin: 0;
}

#left-side-wrapper {
    float: left;
    display: inline;
    width: 207px;
    padding: 0;
    margin: 0;
    /*border: 1px solid black;*/
}

#search-wrapper {
    float: right;
    margin-right: 2px;
    /*
    position: absolute;
    top: 0px;
    right: 4px;
    */
}

/*==============================================================================
    SIDEBAR and CONTENT WRAPPERS
==============================================================================*/
#body-wrapper {
    float: left;
    width: 207px;
}

#sidebar-content {
    margin: 40px 0px 100px 20px; /* zo spodu 100 aby sa to nikdy neprekryvalo s autom */
    width: 185px; /* 185 + 0 (margin-right) + 20 (margin-left) <= 207 (#left-side-wrapper) */

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

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

/*==============================================================================
    FOOTER
==============================================================================*/

/* place inside content-wrapper */
#above-footer {
    position: relative;
    width: 1px;
    height: 30px;
}

#footer {
    /*clear: both;*/
    height: 20px;
    width: 562px;
    line-height: 20px;
	background: #48464b;
    color: #fff;
    text-align: right;

    padding: 1px 15px 1px 1px;
    margin: 3px;

    position: absolute;
    bottom: 0px;
    right: 0px;
}


/*****************
 * 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 #d92b1a;
    text-align: center;
}
#novinky-scroll .novinka-scroll .nadpis {
	margin: -2px -2px 2px; padding: 0 2px;
    background:#d92b1a;/* url(../images/aktuality_1.jpg) repeat-x;*/
    color: #fff;
}

