/* ------------------------------------------------------------------ */
/* layout.css                                                         */
/* copyright - ILIKETHIS! www.ilikethis.cz                            */
/* ------------------------------------------------------------------ */
@media screen {
    /* ----- nastaveni pro body */
		html {
            height: 100%;
        }
        body {
            font-size: 76%;
            font-family: Arial, Helvetica, sans-serif;
            line-height: 1.4em;
            margin: 0; padding: 0;
            background-color: #dbdbdb;
            text-align: center;
			xbackground-image: url(/img/bg/body-bg.png) !important;
			background-repeat: repeat-y !important;
			background-position: center 0 !important;
			position: relative;
			_height: 100%;
			min-height: 100%;
        }
        #page {
            width: 980px;
            text-align: left;
            margin: 0 auto;
            background-color: #FFFFFF;
            padding: 0 10px 30px 10px;
        }
    /* end. nastaveni pro body */

        .topPage {
            background: #df3f3e url(/img/_admin/bg/top.gif) repeat-x bottom;
        }
        .topPage .pageRightBg {
            background: none;
        }
        .topPage .pageText {
            background: none;
        }
        .content {
			margin: 0;
			min-height: 500px;
		}
    /* ----- footer */
		.footer {
			background-color: #DBDBDB;
			text-align: center;
			width: 100%;
		}
		.footerMain {
			width: 980px;
            color: #636363;
            font-size: 90%;
			margin: 0 auto;
		}
        .footer a {
            color: #636363 !important;
            text-decoration: none;
        }
        .footer .fright a {
            text-transform: uppercase;
			font-size: 9px;
        }
        .footer  a.rss {
            background-image: url(../img/icons/rss.gif);
            background-repeat: no-repeat;
            background-position: 0 0;
            padding: 0 0 0 22px;
        }
    /* end. footer */
    
    /* ----- odkazy */
        a:link {
			color: #3c82cd;
			text-decoration: none;
		}
        a:visited {
			color: #265484;
			text-decoration: none;
		}
        a:hover {
			background-color: #e6f1fc;
			text-decoration: underline;
		}
    /* end. odkazy */


    /* ----- Action No Link */
        p.actionNoLink {
			color: #3c82cd;
			text-decoration: none;
		}

        p.actionExpired {
			color: #ee0000;
			text-decoration: none;
            font-size: 12px;
            text-align: left;
            font-weight:bold;
		}
    /* end. Action No link */
}
