* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	text-align: center;
	background-color: #ABABAB;
	min-width: 1000px;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat;
	background-position: left top;
}
#obsah {
	background-image: url(../images/bg_obsah.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/*elements*/
h1, h2 {
	font-size: 0.8em;
	background-color: #210202;
	color: #FFFFFF;
	padding: 7px 7px 7px 10px;
}
h1 span, h2 span {
	color: #7b0808;
}
.o_vine_detail h2 {
	font-size: 0.9em;
	color: #210202;
	margin-top: 25px;
	padding: 0 0 2px 0;
	background-color: #ABABAB;	
	border-bottom: 1px solid #210202;
	border-top: 0 none;
}	
h2 a {
	color: #FFFFFF;
}
h3 {
	color: #545949;
	font-size: 0.9em;
}
h4 {
	background-color: #7b0808;
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 0 10px 0 10px;
	line-height: 32px;
}	
h4#first {
	border-top: 1px solid #FFFFFF;
}	
h5 {
	background-color: #62624f;
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 0 10px 0 20px;
	line-height: 47px;
}	

p { 
	/*color: #363636;*/
	color: #000000;
	font-size: 0.8em; 
	text-align: justify; 
	margin: 0.7em 0; 
	padding: 0; 
}
a { color: #7b0808; }
a:hover { color: #666666; }
a:focus { outline:none; }

img, a img {
	padding: 1px;
	background-color: #FFFFFF;
	border: 1px solid #210202;
}
a:hover img {
	border: 1px solid #C70808;
}

ul, ol { 
	font-size: 80%; 
	color: #363636;
}
ul { margin: 10px 0 10px 19px; padding-left: 0; }
ol { margin-left: 19px; }

ul li {
	padding-left: 17px;
	margin-bottom: 4px;
	list-style-type: none;
	background-image: url(../images/li.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	list-style-position: outside;
}

ul li ul li { font-size: 110%; }
table {
	width: 754px;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}
th { color: #FFFFFF; background-color: #C70808; }
th, td { padding: 2px 10px; border: 1px solid #E1DDD6; }
form { margin: 0; padding: 0; }
fieldset {
	margin-bottom: 10px;
	padding: 15px;
	background-color: #EBEBEB;
	border: 0 none;
}
fieldset h2 {
	margin-top: 0;
}
label {
	float: left;
	width: 130px;
}
hr { display: none; }

/*division*/
#content {
	width: 1000px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
}
#main {
	background-image: url(../images/bg_main.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 10px;
}
#main_in, #main_in_uvod {
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%;
}
#main_in {
	background-image: url(../images/bg_main_in.gif);
}
#main_in_uvod {
	background-image: url(../images/bg_main_in_uvod.gif);
}

#header {
	position: absolute;
	top: 0;
	left: 10px;
	width: 980px;
	height: 235px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	left: 0;
	top: 9px;		
}
#logo, #logo span {
	width: 440px; 
	height: 165px;
	overflow: hidden;
}
#logo span {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
	display: block;			
}	

#top {
	position: absolute;
	top: 28px;
	/*left: 428px;*/
	left: 469px;
	font-size: 0.75em;
	margin: 0;
}	
#top a {
	color: #d8ba87;
	background-image: url(../images/top_delic.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 12px;
	margin-right: 9px;
}
#top a:hover {
	color: #FFFFFF;
}	
#flags {
	position: absolute;
	left: 685px;
	top: 30px;
	background-image: url(../images/top_delic.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 7px;
	margin-right: 9px;
}
#flags a img, #flags a:hover img {
	margin-right: 4px;
	padding: 0;
	border: 0 none;
}		
#find {
	position: absolute;
	top: 21px;
	right: 12px;
	height: 23px;
	display: block;
}
#find p {
	margin: 5px 0 0 0;
	float: left;
}	
#find input.find_inp {
	color: #baae9a;
	font-size: 1em;
	width: 107px;
	height: 19px;
	border: 1px solid #450404;
	margin: 0 5px 0 0;
	padding: 2px 0 0 5px;
	vertical-align: bottom;
	background-image: url(../images/find_inp_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#find input.find_but {
	width: 55px;
	height: 23px;
	background-image: url(../images/find_but.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0 none;
	cursor: pointer;
}	


#left, #right {
	display: inline;
}
#left {
	width: 200px; 
	float: left; 
	margin: 235px 0 0 -980px;
	
}
#left p { 
	text-align: left;
	color: #414c40;
}
#left a {
	color: #333333;
}
#left a:hover {
	color: #7b0808;
}	
#right { 
	width: 780px; 
	float: left; 
	margin: 235px 0 0 200px;
}
#right_in {
	margin: 0 1px 40px 1px;
	border-top: 1px solid #FFFFFF;
}
	
#footer {
	width: 1000px;
	height: 255px;
	margin: 0 auto;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}	
#copy { 
	padding: 10px 10px 0 0;
}	
#copy p {
	color: #FFFFFF;
	font-size: 0.75em;
	margin: 0;
	text-align: center;
}	
#copy p a {
	color: #fff;
}
#copy p a:hover {
	color: #7B0808;
}	
#copy img {
	position: absolute;
	top: 16px;
	left: 110px;	
}
#copy a:hover img {
	border: 0 none;
}
p.nahoru {
	margin: 0;	
}
p.nahoru a {
	background-image: url(../images/nahoru.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 71px;
	height: 30px;
	line-height: 30px;	
	margin: 0;
	position: absolute;
	padding-left: 7px;
	top: -30px;
	right: 3px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
p.nahoru a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}	


/*navigace*/
#left_nav {
	margin: 0 0 1px 0;
	background-image: none;
	background-color: #210202;
	border: 1px solid #140000;
	border-top: 0 none;
}	
#left_nav li {
	padding: 0;
	margin: 0;
	font-weight: bold;
	list-style-type: none;
	background-image: none;
}
#left_nav li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	padding: 0 5px 0 10px;
	border-top: 1px solid #140000;
	border-bottom: 1px solid #3f0404;
}
#left_nav li a span {
	background-image: url(../images/left_nav_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#left_nav li a.sel span {
	background-image: url(../images/left_nav_li_sel.gif);
}
#left_nav li a.sel, #left_nav li a:hover.sel {
	color: #c70808; 
	background-image: url(../images/left_nav_hover.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}
#left_nav li a:hover {
	color: #FFFFFF;
	background-image: url(../images/left_nav_hover.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}	


/*zbozi_karta*/
.zbozi_obal {
	margin: 5px 4px 0 4px;
}
.zbozi_karta {
	background-image: url(../images/zbozi_karta1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 265px;
	height: 100%;
	position: relative;
}
.zbozi_karta .in {
	padding: 6px 9px 0 9px;
}
.zbozi_nadpis {
	background-image: url(../images/zbozi_nadpis.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 246px;
	min-height: 36px;
	/*line-height: 40px;*/
	color: #FFFFFF;
	background-color: #3f0404;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	text-align: left;
	padding: 11px 0;
	
}
.zbozi_nadpis a {
	color: #FFFFFF;
	display: block;
	width: 195px;
	/*height: 40px;*/
	/*padding-left: 11px;*/
	padding: 0 40px 0 11px;
	text-decoration: none;
}
.zbozi_nadpis a:hover {
	text-decoration: underline;
}
.zbozi_subkat {
	text-align: center;
	margin: 0 2px 0 0;
}
.zbozi_left {
	position: relative;
	float: left;
	width: 80px;
	padding-bottom: 30px;
}
.zbozi_left img {
	z-index: 1;
}	
.zbozi_subkat a img, .zbozi_left a img, .zbozi_left a:hover img {
	padding: 10px 0 0 0;
	border: 0 none;
}	
.zbozi_right {
	float: left;
	width: 167px;
}
.zbozi_right p {
	color: #210202;
}
.zbozi_popisky {
	min-height: 135px;
	_height: 148px;
}
p.zbozi_skladem {

	margin:0;
	padding:0;
}
.zbozi_popisky p {
	text-align: left;
}	
.zbozi_hodnoceni {
	margin-bottom: 0;
}		
.zbozi_cena {
	background-color: #ebebeb;
	margin: 5px 1px 1px 0;
	padding: 8px;
}
.zbozi_cena strong {
	font-size: 1.1em;
}	
.zbozi_objednavka {
	background-color: #7b0808;
	margin: 0 1px 1px 0;
	padding: 8px;
}
.zbozi_objednavka p {
	color: #FFFFFF;
	margin: 0;
}


.obj_inp {
	width: 18px;
	height: 20px;
	padding-left: 2px;
	vertical-align: bottom;
	background-color: #FFFFFF;
	background-image: url(../images/obj_inp.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #FFFFFF;
}
.zbozi_zoom {
	background-image: url(../images/zbozi_zoom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 31px;
	bottom: 1px;	
}
.zbozi_zoom a {
	width: 40px;
	height: 40px;
	display: block;
}	
.zbozi_zoom a span {
	display: none;
}	
.zbozi_karta_foot { 
	background-image: url(../images/zbozi_karta_foot1.gif); 
	background-repeat: no-repeat; 
	height: 10px;
	float: none;
	clear: both;
	overflow: hidden;
}


	
/*classes*/
.center { text-align: center; }
.left { text-align:left;}
.right { text-align:right;}
.mensi {
	font-size: 80%;
}	
.inner {
	margin: 11px;
}
.inner2 {
	margin: 5px 10px;
}	
.inner2 ul {
	margin-left: 1px;
}
.uvod_col1, .uvod_col2 {
	float: left;
	border-top: 1px solid #FFFFFF;
}	
.uvod_col1 {
	width: 538px;
	padding: 0 1px;
}
.uvod_col1 h1 {
	margin-bottom: 10px;	
}
.uvod_col2 {
	width: 240px;
	padding-bottom: 35px;
}
.uvod_col2 p {
	text-align: left;
}	
.uvod_col2 img {
	padding: 0;
	margin: 0 0 -3px 0;
	border: 0 none;
	border-bottom: 1px solid #FFFFFF;
}
.uvod_col2 a {
	color: #333333;
}
.uvod_col2 a:hover {
	color: #7b0808;
}
.uvod_col2 .in, .uvod_col2 .in_vlozeno {
	padding: 5px 10px;
}
.uvod_col2 .in ul {
	margin-left: 1px;
}	
.vypis_blogu_vse p {
	margin: 0;
}	
.vypis_blogu_vse p.vypis_blogu_datum {
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 3px;
	color: #898989;
}
.vypis_blogu_vse p.vypis_blogu_odkaz {
	margin-bottom: 3px;
}	
.vypis_blogu_vse p.vypis_blogu_odkaz a {
	color: #111111;
}
.vypis_blogu_vse p.vypis_blogu_pokracovat {
	margin-top: 5px;
}
.clanek_seznam {
	margin-bottom: 20px;
}	
.clanek_seznam p {
	margin: 0;
}

#main_popis {
	width: 780px;
	min-height: 200px;
	background-image: url(../images/main_popis.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#main_popis .in {
	padding: 6px 12px;
}
/* \*/
* html #main_popis .in { overflow: hidden; o\verflow: visible; he\ight: 1%; }
/* */	
#main_popis .in p {
	color: #000000;
	font-size: 0.9em;
	margin: 4px 0;
	font-weight: bold;
	text-align: left;
}	
#main_popis .in h1 {
	color: #000000;
	background-color: transparent;
	font-size: 1.4em;
	line-height: 1.3em;
	margin-bottom: 15px;
	padding: 0;
}
#main_popis .in h1 span {
	color: #7b0808;
}


.kosik_small {
	background-color: #e1d419;
	background-image: url(../images/bg_kosik.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 0 0 40px;
	margin: -3px 0 0 0;
	height: 40px;
	border-bottom: 1px solid #FFFFFF;
}
.kosik_vypis {
	background-color: #e1d419;
	background-image: url(../images/bg_kosik.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 4px 4px 20px;
	margin: 0;
	height: 173px;
}
.kosik_small p, .kosik_vypis p {
	margin: 0;
	font-weight: bold;
}	
.kosik_vypis p {
	margin-left: 20px;
}	
.kosik_small a, .kosik_vypis a {
	color: #363636;
}	
.kosik_small a:hover, .kosik_vypis a:hover {
	color: #FFFFFF;
}
.kosik_vypis ul {
	margin-left: 0;	
}	
.kosik_vypis ul li {
	padding: 0 0 0 20px;
	background-image: url(../images/kosik_li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.d2 {
	float: left;
	width: 549px;
	margin-right: 10px;
}
.d3	{
	float: left;
	width:373px;
}
.block_size { width: 40px; float:left;}
.block_size1 { width: 300px; float:left;}

.cleaner { height: 1px; line-height: 1px; float: none; clear: both; }
.fl_left { float: left; margin-right: 10px; margin-bottom: 10px; }
.fl_right { float: right; margin-bottom: 10px; margin-left: 10px; }

.nobr {
	padding: 0;
	border: 0 none;
}	
.noscreen { display: none; }
.pdf { 
	background-image: url(../images/icon_pdf.gif); 
	background-repeat: no-repeat; 
	background-position: left top;
	padding-left: 25px; 
}
.redfont {
	color: #790000;
}	
.out {
	background-image: url(../images/out.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
}
.drobky {
	margin: 0 10px 10px 10px;
	padding: 0 15px 3px 15px;
	background-image: url(../images/drobky_right.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	border-bottom: 1px solid #CCCCCC;
}
	
.detail_col1 {
	float: left;
	width: 265px;
	margin-right: 13px;
}
.detail_col2 {
	float: left;
	width: 260px;
	margin-top: 4px;
}
.detail_col2 h2 {
	margin: 0;
}
.detail_popis {
	margin-right: 10px;
}
.detail_popis p {
	text-align: left;
}	

.left_foto {
	text-align: center;
}
.left_foto p {
	color: #898989;
	font-size: 0.7em;
	margin: 0.3em 0 0.4em 13px;
}	
.arrow {
	background-image: url(../images/arrow_red.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 0 0 8px 15px;
	border-bottom: 1px solid #F3F3F3
}

/*box*/
.box {
	background-image: url(../images/box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 265px;
	margin: 0 0 10px 0;
	position: relative;
	text-align: center;
}
.box_in {
	padding: 10px;
}
.box_in a img, .box_in a:hover img {
	padding: 0;
	border: 0 none;
}
.box_in p {
	text-align: center;
	margin: 0 10px 5px 10px;
	padding-bottom: 3px;
	font-size: 0.7em;
	border-bottom: 1px solid #e1ddd6;
}		
.box_foot { 
	background-image: url(../images/box_foot.gif); 
	background-repeat: no-repeat; 
	height: 10px; 
	overflow: hidden;
}

#zbozi_objednavka {
	margin: 0;
}
#zbozi_objednavka table {
	border: 0 none;
	width: 260px;
	margin: 0;
}
#zbozi_objednavka table td {
	border: 0 none;
	padding: 3px 0;
}
#zbozi_objednavka table td.nazev {
	padding: 0 3px 0 10px;
}	
#zbozi_objednavka table .obj_inp {
	width: 40px;
	margin-right: 5px;
	border: 1px solid #000000;
}	
.pridat {
	margin: 5px 0;
}	

.objednavka_in {
	/*padding: 10px 10px 1px 10px;*/
}	

/*registrace*/
ul#kosik_nav { font-size: 105%; text-align: left; margin: 25px 13px; }
ul#kosik_nav li { margin-right: 15px; padding-top: 23px; padding-bottom: 25px; list-style-type: none; display: inline; }
.kosik_one_light { background-image: url(../images/kosik_one_light.gif); }
.kosik_one_dark { background-image: url(../images/kosik_one_dark.gif); }
.kosik_two_light { background-image: url(../images/kosik_two_light.gif); }
.kosik_two_dark { background-image: url(../images/kosik_two_dark.gif); }
.kosik_three_light { background-image: url(../images/kosik_three_light.gif); }
.kosik_three_dark { background-image: url(../images/kosik_three_dark.gif); }
.kosik_one_light, 
.kosik_one_dark, 
.kosik_two_light, 
.kosik_two_dark, 
.kosik_three_light, 
.kosik_three_dark { background-repeat: no-repeat; background-position: left center; padding-left: 50px; }

#prih label {
	width: 200px;
	text-align: right;
	padding-right: 5px;
}

#reg label {
	width: 200px;
	text-align: right;
	padding-right: 5px;
}
#reg table {
	width: auto;
	font-size: 90%;
}	
#prih h3 {
	margin-bottom: 15px;
}	
#reg table h3{
	margin-top: 10px;
	margin-bottom: 15px;
}	
#reg table td {
	border: 0 none;
}
#reg table.dodani {
	width: 674px;
	border-top: 1px solid #E6E6E6;
}	
#reg table.dodani tr.radek_doprava td {
	padding-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;
}

/*cart*/
.cartcol_left {
	float: left;
	width: 300px;
	margin-right: 104px;
}
.cartcol_right {
	float: right;
	width: 300px;
}
.btn_obj, .btn_zbo {
	background-color: #FFFFFF;
	border: 2px solid #ed2024;
	width: 300px;
	text-align: center;
	padding: 25px 0;
}	
.btn_zbo {
	border: 2px solid #c4df9b;
}
table#cart_table td {
	background-color: #FFFFFF;
}	
table#cart_table td.celkova_cena_obal {
	padding: 14px 6px 6px 6px;
	text-align: right;
}	
table#cart_table a img, table#cart_table a:hover img {
	padding: 0;
	border: 0 none;
}	
.celkova_cena {
	color: #ED2024;
	font-weight: bold;
	font-size: 2.2em;
	font-family: "Impact", "URW Gothic L", "Arial", "Helvetica", sans-serif;
}	

.trideni {
	margin-top: 11px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
}
.trideni p {
	margin: 0.3em 0;
}	
.vyrobce_left, .subkategorie_left {
	float: left;
	width: 40px;
}
.vyrobce_right, .subkategorie_right {
	float: left;
}
.strankovani_left { 
	float: left;
}
.strankovani_right { 
	float:right;
}
p.strankovani_right a {
	color: #8c8c8c;
	margin-right: 2px;
	padding: 2px;
}
p.strankovani_right span.larger {
	color: #FFFFFF;
	background-color: #710707;
	padding: 0px 4px;
	text-decoration: none;
}
p.strankovani_right a:hover {
	color: #7b0808;
	padding: 2px;
}
.tr_vybrano {
	color: #FFFFFF;
	background-color: #710707;
	padding: 2px;
}


#chyba {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 100%;
	background-color: #C70808;
	padding: 10px;
}
#chyba a {
	color: #FFFFFF;
}	
/*BTNS*/
.btn, .btn_zbozi { 
	position: relative; 
	background: #aaa; 
	padding: 5px; 
	color: #210202; 
	text-decoration: none; 
	cursor: pointer;	
}
.btn_zbozi {
	padding: 0;
	width: 104px;
	height: 22px;
	font-size: 80%;
}
.btn_find {
	padding: 0;
	height: 22px;
	font-size: 80%;
}
	
.btn * { 
	font-style: normal; 
	background-image: url(../images/btn.png); 
	background-repeat: no-repeat; 
	display: block; 
	position: relative; 
}
.btn i { 
	background-position: top left; 
	position: absolute; 
	margin-bottom: -5px;  
	top: 0; 
	left: 0; 
	width: 5px; 
	height: 5px; 
}
.btn span { 
	background-position: bottom left; 
	left: -5px; 
	padding: 0 0 5px 10px; 
	margin-bottom: -5px; 
}
.btn span i { 
	background-position: bottom right; 
	margin-bottom: 0; 
	position: absolute; 
	left: 100%; 
	width: 10px; 
	height: 100%; 
	top: 0; 
}
.btn span span { 
	background-position: top right; 
	position: absolute; 
	right: -10px; 
	margin-left: 10px; 
	top: -5px; 
	height: 0; 
}
/*
* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
*/

.btn.grey { background: #FFFFFF; }
.btn.red { background: #c70808; color:#FFFFFF; }
.btn:hover { background-color: #8b7d62; color: #FFFFFF; }
.btn[class] {  background-image: url(../images/shade.png); background-position: bottom; }

.btn_zbozi.grey { background: #f9f9f9; color: #210202; font-weight: bold; }
.btn_zbozi:hover { background-color: #CCCCCC; }
.btn_zbozi[class] {  background-image: url(../images/shade.png); background-position: bottom; }

.btn_find.brown { background: #450404; color: #FFFFFF; font-weight: bold; }
.btn_find:hover { background-color: #CCCCCC; }
.btn_find[class] {  background-image: url(../images/shade.png); background-position: bottom; }
/*
* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn:hover { border-color: #a00; }
*/


/*fotogalerie*/
.foto_seznam_obal, .foto_seznam_obal2 {
	float: left;
	margin-right: 10px;
}
.foto_seznam_obal p, .foto_seznam_obal2 p {
	text-align: center;
}	
.foto_seznam_obal2 {
	margin-right: 0;
}
.medajle {
	position: absolute;
	left: -15px;
	top: -10px;
}	
.medajle, .medajle span {
	height: 50px;
	width: 50px;
	z-index: 5;
	display: block;	 
	overflow: hidden; 
}
.medajle span {
	background: url(../images/medal.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	cursor: pointer;
	width: 50px;
	height: 50px;
}	
	
#tooltip {
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	z-index: 6;
	width: 220px;
	text-align: left;
}

.partner h2 {
	margin: 5px 0 10px 0;
}	
.partner img {
	float: left;
	margin: 0;
}
.partner_text {
	margin-left: 154px;
}
.partner_text p {
	margin-left: 10px;
}
.partner_delic {
	background-image: url(../images/aktualita_delic.gif);
	background-repeat: repeat-x;
	background-position: left center;
	float: none;
	clear: both;
}
