﻿body {
    background: #F8FBFE url('/img/sosvesnicky.cz/bg-body.png') 0 0 repeat-x;
	color: #1f1d1d;
}

#canvas {
	padding-top: 19px;
    background: url('/img/sosvesnicky.cz/bg-canvas.png') 50% 0 no-repeat;
}


/*** Hlavní obalovací elementy ***/
#page-wrapper {
	width: 830px;						   /* sirka stranky (vcetne odsazeni) */
    background: url('/img/sosvesnicky.cz/bg-page.png') 43px 0 no-repeat;
}
    #page {
    	padding: 300px 0 250px 270px;	   /* vyska hlavicky/paticky, odsazení zprava/zleva */
    }

/*** HLAVIČKA ***/
#header {
	top: 52px; left: 308px;
    width: 459px;
    height: 248px;
	background: url('/img/sosvesnicky.cz/alt-header-slideshow.jpg') 0 0 no-repeat;
}
    #logo {
    	top: 63px; left: 81px;
    	width: 172px;
    	height: 134px;
    }

/*** JAZYKOVÉ MUTACE ***/
#lang {
	top: 10px; right: 20px;
}
    #lang a {
        margin-left: 5px;
    	color: #fff;
    }

/*** NAVIGÁTOR ***/
#navigator {
    font-size: .92em;
}
    #navigator a {}
    
    /* Separátor */
    #navigator span {}
    /* Poslední položka - aktuální stránka */    
    #navigator strong {}

/*** VYHLEDÁVÁNÍ ***/
#search {
	top: 35px; right: 10px;
	width: 210px;
}
    #search input {
        width: 130px;
        border: 1px solid #F4F4F4;
        background: #D5D5D5;
    }

    #search .button {
        padding: 1px 2px 0 2px;
        font-size: .92em;
    }


/*** ROZVRŽENÍ ***/
#arrangement {
    margin-top: 10px;   /* odsazeni obsahu od drobečkové navigace */
}

    /** POZICE OBSAHU - různé varianty layoutu **/
        /* OBSAH, LEVÝ i PRAVÝ sloupec zapnuty */
        #ar-main {
    		width: 440px;
    		margin-left: -660px;			       /* šířka #ar-main + šířka #ar-left + odsazení */
    	}
    	
    	/* OBSAH a LEVÝ sloupec */
    	.is-left-col #ar-main {width: 660px;}
    	/* OBSAH a PRAVÝ sloupec */
    	.is-right-col #ar-main {width: 660px;}
	
	/** LEVÝ SLOUPEC **/
	#ar-left {width: 200px;}
	/** PRAVÝ SLOUPEC **/
	#ar-right {
		width: 200px;
		margin-left: -200px; 					/* odsazeni od praveho okraje #arrangement */
	}

/*** VLASTNÍ OBSAH ***/
#content-wrapper {
	min-height: 200px;	
}

#content-wrapper .content {
	margin: 0 19px 0 44px;
}

/*** PATIČKA ***/
#footer {
	margin: 0;
}
	#footer a {
		text-decoration: none;
	}

	#footer .content {
		padding: 0;
	}

	#footer .separator {
        margin: 0 10px;
    }

	#footer .company-contact {}

	#footer .menu {padding: 5px 0;}

	#footer .links {}

		#footer .links a {}
    
		#footer .links .links-aditional {float: left;}
		#footer .links .links-imagic {float: right;}

    /* Nastvení barev textů v jednotlivých řádcích */
    #footer .company-contact {}
    #footer .company-contact a {}
	#footer .company-contact .separator {}

    #footer .menu {}
    #footer .menu a {}
    #footer .menu .separator {}

	#footer .links {font-size: .92em;}
    #footer .links a {}
	#footer .links .separator {}


#footer.wide-footer {
	width: 100%;
	margin: 0;
	text-align: left;
	background: url('/img/sosvesnicky.cz/bg-footer.png') 0 96px repeat-x;
}

	#footer .footer-background {
		width: 100%;
		background: url('/img/sosvesnicky.cz/bg-footer-content.png') 50% 0 no-repeat;	
	}

	#footer.wide-footer .content {
		width: 830px;
		height: 230px;
		margin: 0 auto;
	}


#footer .oetker {
	padding: 162px 0 0 310px;
	font-size: 18px;
	color: #fff;
}
	#footer .oetker a {
		color: #fff;	
	}

#footer .right {
	font-size: 16px;
	padding: 5px 0 11px 640px;
	color: #919191;
}

/* * * DEFINICE OBECNÝCH ELEMENTŮ * * */

/*** VÝPIS POLOŽEK ***/
.list {}

    .list .list-item {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #D5D5D5;
    }

    /* Poslední položka */
    .list .last {
        margin-bottom: 0;
        padding-bottom: 0;
        border: 0;
        background: none;
    }

/* * * TEXTOVÉ ELEMENTY * * */

h1 {
	position: relative;
    margin-bottom: 15px;
	padding: 22px 85px 25px 43px;
	font-size: 30px;
	color: #fff;
	background: url('/img/sosvesnicky.cz/bg-h1.png') 0 100% no-repeat;
}
	h1 .overlay {
		position: absolute;
		top: 0; left: 0;
		display: block;
		width: 519px;
		height: 12px;
		background: url('/img/sosvesnicky.cz/bg-h1-overlay.png') 0 0 no-repeat;
	}


/*** Odkazy ***/
a,
a:visited {
    color: #E3000F;
}

a:hover,
a:focus,
a:active {
    color: #009EE3;
}
