/****************/
/* OBECNE STYLY */
/****************/

html,body {height: 100%;}

body
{
    text-align:         center;
    font-family:        Georgia, 'New York CE', utopia, serif;
    background:         #1a1a1a url('../obrazky/header.png') repeat-x top;
    color:              #fff;
}

/******************/
/* LAYOUT STRANEK */
/******************/

#stranka
{
    text-align:         left;
    width:              960px;
    margin:             0 auto;
    
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;    
}

.footer, .push {
    height: 0px;
}

#obsah
{
    float:              left;
}

/************/
/* HLAVICKA */
/************/

#hlavicka 
{
    margin-top:         29px;
    margin-bottom:      20px;
    width:              100%;
    height:             130px;
    float: left;
}

a#logo
{
    display:            block;
    width:              217px;
    height:             130px;
    float:              left;
    background:         url('../obrazky/logo.png') top left no-repeat;
    text-indent:        -5000px;
    margin-left:        60px;
    margin-right:       55px;
}

a#logo:hover
{
    background:         url('../obrazky/logo.png') top right no-repeat;
}

/************/
/* NAVIGACE */
/************/

#navigace li
{
    display:            inline;
}

#navigace li a
{
    display:            block;
    height:             130px;
    text-indent:        -5000px;
    float:              left;
}

li a.n_info
{
    width:              150px;
    background:         url('../obrazky/info.png') top left no-repeat;
}

li a.n_info:hover, li.active a.n_info
{
    background:         url('../obrazky/info.png') top right no-repeat;
}

li a.n_pans
{
    width:              118px;
    background:         url('../obrazky/panske.png') top left no-repeat;
}

li a.n_pans:hover, li.active a.n_pans
{
    background:         url('../obrazky/panske.png') top right no-repeat;
}

li a.n_dams
{
    width:              128px;
    background:         url('../obrazky/damske.png') top left no-repeat;
}

li a.n_dams:hover, li.active a.n_dams
{
    background:         url('../obrazky/damske.png') top right no-repeat;
}

li a.n_obje
{
    width:              172px;
    background:         url('../obrazky/objednavka.png') top left no-repeat;
}

li a.n_obje:hover, li.active a.n_obje
{
    background:         url('../obrazky/objednavka.png') top right no-repeat;
}

/**************/
/* OBJEDNAVKA */
/**************/

form
{
    color: #ccc;
}

#sloupec
{
    width: 320px;
    float: left;
    font-size: 12px;
}

fieldset ul
{
    padding-bottom: 15px;
}

fieldset fieldset
{
    padding-bottom: 10px;
}

fieldset legend
{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 18px;
    padding-top: 8px;
}

fieldset fieldset legend
{
    font-size: 14px;
    padding-bottom: 14px;
    padding-top: 4px;
}

label
{
    width: 120px;
    display: inline-block;
}

select
{
    width: 150px;
}

.buttons
{
    text-align: center;
}

.buttons input
{
    width: 280px;
    margin-right: 40px;
    margin-top: 20px;
    height: 30px;
    font-weight: bold;
    font-size: 15px;
}

/**********/
/* ZBYTEK */
/**********/

a:link, a:visited, a:hover, a:active
{
    color: #222;
    font-weight: bold;
}

.ramecek p.note
{
    clear: both;
    font-size: 11px;
    line-height: 14px;
}

#nacitam
{
	position: absolute;
	top: 0px;
	right: 0px;
	background: #f00;
	color: #fff;
	padding: 3px;
	display: none;
}

#kaz, #ppl, #cp
{
    display: none;
}

#obsah a
{
    color: #fff;
}

#obsah h2
{
    margin-top: 20px;
    margin-bottom: 20px;
}

#obsah h2+p
{
    line-height: 20px;
}

.nazev
{
    font-size: 30px;
    clear: both;
    margin: 20px 0 20px 30px;
    padding-top: 20px;
}

.tricko, .barvy
{
    border: 3px solid #ff5d00;
    margin: 3px;
    float: left;
}

.box
{
    float: left;
}

.box img
{
    margin-bottom: 20px;
    float: left;
}

.box *
{
    margin-left: 30px;
    line-height: 25px;
}

.cena
{
    clear: left;
}


.box label
{
    font-weight: bold;
    margin-left: 60px;
}

.box select, .box input
{
    margin-left: 0px;
}

.box input
{
    height: 15px;
    line-height: 15px;
}

.box .buttons input
{
    height: 30px;
    width: 200px;
    float: left;
    margin-left: 30px;
}

#warning
{
    text-align: center;
    margin-top: 20px;
}

#obsah #sloupec h2
{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 18px;
    padding-top: 8px;
    margin-top: 0px;
}

table {
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	/*width: 960px;*/
	margin-bottom: 60px;
	}

th {
	padding: 0 0.5em;
	text-align: left;
	background: #999;
	color: #000;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

td {
	border-bottom: 1px solid #999;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 0 0.5em;
	}
	
tr.last td
{
    border: 0px;
}

#zoom th, #zoom td {border: 0px;}
#zoom {color: #000;}

.strong
{font-weight: bold;}

#success, #notsuccess
{
    width: 500px;
    margin: 20px 0;
    border: 3px solid #ff5d00;
    background-color: #f44;
    color: #000;
    text-align: center;
    padding: 20px;
    font-weight: bold;
}

#success
{
    border-color: #005d00;
    background-color: #4f4;
}

.kontakt p
{
    line-height: 20px;
}

/***********/
/* PLACHTY */
/***********/

#zoom_table {text-align: left;}
#zoom_table h2, #zoom_table h3 {font-size: 20px; padding-bottom: 15px;}
#zoom_table ul {list-style-type: disc; margin-left: 30px;}
#zoom_table li {font-weight: bold;}
#zoom_table span
{
    display: block;
    float: left;
    width: 75px;
    background: #222;
    border: 3px solid #555;
    font-weight: bold;
    text-align: center;
    margin: 5px;
}
#zoom_table span a
{    
    color: #fff;
}

#obsah .plachta
{
    display: block;
    float: left;
    width: 423px;
    margin: 10px 21px;
    height: 225px;
    line-height: 210px;
    background-image: url('../obrazky/plachta.png');
    text-align: center;
}

#obsah .plachta a
{    
    color: #000;
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
}

#obsah .plachta a:hover
{
    font-size: 42px;
    text-decoration: underline;
}