body,html{
	font-family: Tahoma;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 11px;
	margin: 0px;
	background-color: #fff;
	color: #3c3836;
}

#main{
	width: 980px;
	margin: 0px auto 10px auto;
	text-align: left;
}

#header{
	width: 980px;
	height: 199px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	position: relative;
}

#menu{
	width: 980px;
	height: 44px;
	background-image: url(../images/menu_bg.png);
}

#navbar{
	height: 23px;
	background-color: #ece9e4;
	margin-bottom: 9px;
	padding-left: 12px;
	padding-top: 14px;
	color: #3c2e2e;
	position: relative;
}

#navbar .rozsirene{
	position: absolute;
	top: 0px;
	right: 15px;
}

/* střed a a kraje -> definice sloupců */

#content{
	width: 980px;
	margin-left: 0px;
	background-color: #fff;
	text-align: left;
}

#sloupec_left{
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	background-image: url(../images/side_bg.png);
	background-repeat: repeat-y;
}

#sloupec_stred{
	width: 550px;
	margin: auto 15px auto 15px;
	float: left;
	clear: right;
}

#sloupec_right{
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	background-image: url(../images/side_bg.png);
	background-repeat: repeat-y;
}

.side_bottom{
	height: 10px;
	background-image: url(../images/side_bottom.png);
	background-repeat: no-repeat;
}

.side_polozka{
	height: 18px;
	background-image: url(../images/side_polozka.png);
	padding-top: 8px;
	padding-left: 5px;
	color: #3c2e2e;
	text-decoration: none;
	clear: both;
}

.side_box{
	background-image: url(../images/side_dark.png);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 15px;
	padding: 5px 10px;
}

.side_box a{
	display: block;
	color: #c53c2e;
	font-weight: bold;
	text-decoration: underline;
}

.side_box a:hover{
	color: red;
	text-decoration: none;
}

.side_box img, .side_box a img{
	border: 2px solid #b6b1a8;
	margin: 5px 3px;
	float: left;
}

.tlacitka_podsebou{
	float: right;
}

#footer{
	width: 945px;
	height: 53px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	clear: both;
	margin-top: 17px;
	margin-bottom: 3px;
	color: #f9ebd6;
	padding: 0px 20px 0px 15px;
}

#footer p{
	margin-top: 22px;
	background-color: transparent;
	padding: 0px;
}

.left{
	float: left;
}

.right{
	float: right;
}

/* menu top */
#menu .separator{
	width: 10px;
	height: 44px;
	background-image: url(../images/menu_separator.png);
	background-position: center;
	background-repeat: no-repeat;
}

#menu .menu_start{
	width: 10px;
	height: 44px;
	background-image: url(../images/menu_left.png);
	background-repeat: no-repeat;
}

#menu .menu_end{
	width: 10px;
	height: 44px;
	background-image: url(../images/menu_right.png);
	background-repeat: no-repeat;
}

#menu a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 29px;
	padding-top: 15px;
}

#menu a#active{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	height: 29px;
	padding-top: 15px;
	background-image: url(../images/menu_bg_hover.png);
	background-repeat: no-repeat;
}

#menu a:hover{
	background-image: url(../images/menu_bg_hover.png);
	background-repeat: no-repeat;
	
}

#menu .hledej{
	width: 190px;
	background-image: url(../images/menu_search.png);
	padding-left: 60px;
}

#menu .hledej input.nice{
	margin-top: 7px;
	margin-bottom: 2px;
}

#menu .hledej input.btn_hledej{
	border: 0px;
	width: 57px;
	height: 23px;
	background-image: url(../images/btn_hledej.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin-top: 9px;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
}

#menu .hledej input.btn_hledej:hover{
	background-position: -57px 0px;	
}

/* prihlaseni */

#prihlaseni{
	position: absolute;
	right: 25px;
	bottom: 30px;
	width: 190px;
	height: 96px;
}

/* sloupec - left */
#sloupec_left .polozka{
	display: block;
	height: 20px;
	background-image: url(../images/menu_list.png);
	padding-top: 10px;
	padding-left: 26px;
	color: #3c2e2e;
	text-decoration: none;
	font-weight: bold;
}

#sloupec_left .polozka:hover, #sloupec_left .podmenu:hover{
	color: maroon;
}

#sloupec_left .podmenu{
	display: block;
	height: 20px;
	padding-top: 6px;
	padding-left: 43px;
	color: #3c2e2e;
	text-decoration: none;
	border-bottom: 1px dashed #ccc;
	margin: 0px 3px;
}

/* center - zbozi box */
.box{
	width: 158px;
	height: 226px;
	position: relative;
	background-image: url(../images/box.png);
	background-repeat: no-repeat;
	margin: 8px 6px;
	float: left;
	padding: 10px 6px 8px 6px;
}

.box a{
	display: block;
	text-align: center;
	color: #c53c2e;
	text-decoration: underline;
}

.box a:hover{
	color: red;
	text-decoration: none;
}

.box a img{
	border: none;
	margin-top: 10px;
	display: block;
	text-align: center;
}

.box .tlacitka{
	position: absolute;
	bottom: 8px;
	left: 6px;
	width: 158px;
}

/* tagy */
h1{
	color: #fff;
	background-image: url(../images/nadpis.png);
	background-repeat: no-repeat;
	height: 22px;
	padding-top: 12px;
	font-size: 12px;
	padding-left: 50px;
	margin: 0px auto 10px auto;
}

h4{
	font-size: 11px;
	text-align: center;
	margin: 0px auto 10px auto;
}

#main p{
	line-height: 1.5;
	text-indent: 7px;
	margin: 0px 0px 10px 0px;
	padding: 15px;
}

input.nice{
	border: 1px solid #dcdddf;
	background-image: url(../images/input_text.png);
	color: #818181;
	padding: 0px 1px;
	width: 122px;
	font-weight: normal;
}

input.prihlasit{
	border: 0px;
	width: 68px;
	height: 23px;
	background-image: url(../images/btn_prihlasit.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
	color: #fff;
	font-size: 11px;
}

input.prihlasit:hover{
	background-image: url(../images/btn_prihlasit.png);
	background-position: -68px 0px;
}

a{
	color: #3c2e2e;
	text-decoration: underline;
}

a:hover{
	color: red;
	text-decoration: none;
}

form{
	margin: 0px;
	padding: 0px;
}

.cena{
	color: #c53c2e;
	font-weight: bold;
}

#strankovani{
	clear: left;
	width: 100%;
	margin: 5px auto;
	text-align: center;
}

#strankovani a{
	display: block;
	padding-top: 6px;
	width: 25px;
	height: 19px;
	background-color: #ddd;
	float: left;
	margin: 2px;
	text-decoration: none;
	font-weight: bold;
}

#strankovani a:hover{
	background-color: #882D2D;
	color: #fff;
}

#strankovani a.active{
	display: block;
	padding-top: 6px;
	width: 25px;
	height: 19px;
	background-color: #882D2D;
	color: #fff;
	float: left;
	margin: 2px;
	text-decoration: none;
	font-weight: bold;
}

/* tlačítka */
.btn_do_kosiku_prejit{
	display: block;
	width: 97px;
	height: 23px;
	background-image: url(../images/btn_do_kosiku_prejit.png);
	background-repeat: no-repeat;
	float: right;
	margin: 3px 4px 3px auto;
}

.btn_do_kosiku_prejit:hover{
	background-position: -97px 0px;
}

.btn_detaily{
	display: block;
	width: 77px;
	height: 23px;
	background-image: url(../images/btn_detaily.png);
	background-repeat: no-repeat;
	float: left;
}

.btn_detaily:hover{
	background-position: -77px 0px;
}

.btn_do_kosiku{
	display: block;
	width: 77px;
	height: 23px;
	background-image: url(../images/btn_do_kosiku.png);
	background-repeat: no-repeat;
	float: right;
}

.btn_do_kosiku:hover{
	background-position: -77px 0px;
}
