* {
	margin: 0;
	padding: 0;
}

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	_text-align: center; /* IE */
}


#maincontainer{
width: 990px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}


#topsection{
	height: 190px; /*Height of top section*/
	margin: 0px 0px 5px 0px; /* nastavení odsazení bloků pod hlavičkou, dá se řešit i jinak (např. přidáním dalšího "spaceru" pod div "header") */
	position:relative;
}

#zahlavi {
	height: 190px;
	background: url(/img/background.jpg) repeat-y white;
	text-align: left;
}

/* - - - - - - - - - - MENU ZAHLAVI - - - - - - - - - - */
#zahlavi .menu {
	position: absolute;
	left: 40px;
	top: 10px;
	float: right;
	padding-left: 15px;
	color: white;
	font-size: 12px;
}
#zahlavi .menu a{
	color: white;
	font-size: 12px;
	text-decoration: none;
}
#zahlavi .menu a:hover {
	text-decoration: underline;
}

/* - - - - - - - - - - LOGO ZAHLAVI - - - - - - - - - - */
#zahlavi .logo {
	position: absolute;
	left: 40px;
	top: 40px;
	float: left;
	padding-left: 10px;
}
#zahlavi .logo a{
	color: white;
	font-size: 48px;
	text-decoration: none;
}
#zahlavi .logo a:hover {
	text-decoration: underline;
}
#zahlavi .logo-text {
	color: #EFECE0;
	font-size: 19px;
	position: absolute;
	left: 40px;
	top: 110px;
	float: left;
	padding-left: 10px;
}

/* - - - - - - - - - - KONTAKT ZAHLAVI - - - - - - - - - - */
#zahlavi .kontakty {
  position: relative;
  float: right;
  top: 20px;
  width: 200px;
  padding-left: 10px;
  border-left: 1px solid #EFECE0;
  color: #EFECE0;
  font-size: 11px;
  text-align: left;
}
#zahlavi .kontakty span {
  display: block;
}
#zahlavi .kontakty a:link, #zahlavi .kontakty a:visited {
  text-decoration: none;
  color: #EFECE0;
}
#zahlavi .kontakty a:hover, #zahlavi .kontakty a:active {
  text-decoration: underline;
}
#zahlavi .kontakty img {
  margin-bottom: -3px;
}


/* - - - - - - - - - - PODMINKY PAGE - - - - - - - - - - */
#podminky-page {
	font: 1.2em/1.8em Tahoma, Arial, Helvetica, sans-serif;
	font-size:12pt;
	text-align:left;
}
#podminky-page h1 {
	color : black;
	font-size: 15pt;
	text-align: left;
}
#podminky-page a {
	font-size: 12pt;
	font-weight:bold;
	color: #6161FF;
	text-decoration: none;
}
#podminky-page a:hover {
	text-decoration: underline;
}


/* - - - - - - - - - - KONTAKT PAGE - - - - - - - - - - */
#kontakt-page {
	font: 1.2em/1.8em Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
}
#kontakt-page h1 {
	color : black;
	font-size: 15pt;
	text-align: left;
}
#kontakt-page img {
	margin:10px 10px 10px 0px;
	border: none;
	}
#kontakt-page a {
	font-size: 12pt;
	font-weight:bold;
	color: #6161FF;
	text-decoration: none;
}
#kontakt-page a:hover {
	text-decoration: underline;
}
#kontakt-page .fotky{
}

/* - - - - - - - - - - HLAVNI PAGE - - - - - - - - - - */
#hlavni-page {
	font: 1.0em/1.8em Tahoma, Arial, Helvetica, sans-serif;
	text-align:left;
}
#hlavni-page h2 {
	color : black;
	font-size: 14pt;
	text-align: left;
	display: inline;

}
#hlavni-page a {
	font-size: 12pt;
	font-weight:bold;
	color: #6161FF;
	text-decoration: none;
}
#hlavni-page a:hover {
	text-decoration: underline;
}
#hlavni-page .fotky{
	text-align:center;
}
#hlavni-page .fotky img {
	margin:0px 0px 0px 0px;
	border: none;
	}



#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 0 185px 0 225px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	text-align:left;
	background: white;
}
/*
#contentcolumn img {
	float: left;
	border: 0px;
	margin: 0em 0em 0em 0em;
}
*/

/* - - - - - - - - - - LEVY SLOUPEC - - - - - - - - - - */
#leftcolumn{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	width: 220px; /*Width of left column in pixel*/
	margin-left: -990px; /*Set margin to that of -(MainContainerWidth)*/
	text-align:left;
	padding-left: 0px;
	padding-top: 0px;
}


/* - - - - - - - - - - MENU KATALOG - - - - - - - - - - */
#leftcolumn .katalog-border {
	margin-top:0px;
	padding-top:0px; 
	width:220px;    
}
#leftcolumn .katalog-title {
	color:black;
	background: url(/img/title_background.jpg) repeat-y white;
	font-size: 14px;
	font-weight: bold;
	height:23px;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 4px;
}
#leftcolumn .katalog {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-color: #f2e488;
	background: url(/img/window_background.jpg) repeat-y white;
}
.katalog-menu {
	margin-left:28px; 
	margin-right:0px; 
	margin-top:0px; 
	margin-bottom:0px; 
	padding:0;
	list-style-type: square;
	line-height:1.5em;
}
.katalog-menu a{
	font-size: 9pt;
	font-weight:bold;
	color: darkblue;
	text-decoration: none;
	margin-left: 1px;
}
.katalog-menu a:hover {
	text-decoration: underline;
}






/* - - - - - - - - - - MENU DOPORUCUJEME - - - - - - - - - - */
#leftcolumn .doporucujeme-border {
	margin-top:30px;
}
#leftcolumn .doporucujeme-title {
	color: black;
	font-size: 14px;
	font-weight: bold;
	height:23px;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 4px;
	background: url(/img/title_background.jpg) repeat-y white;
}              	
#leftcolumn .doporucujeme {
	padding-left: 15px;
	padding-top: 0px;
	background: white;
	padding-bottom: 0px;
	background: url(/img/title_background.jpg) repeat-y white;
}
#leftcolumn .doporucujeme-product-title {
	color: black;
	background: white;
	margin-top:0px;
}
#leftcolumn .doporucujeme-product-title a{
	padding: 1px 0;
	margin: 0;
	text-align: left;
	font-size: 9px;
	color: darkblue;
	text-decoration: none;
	display: block;
}
#leftcolumn .doporucujeme-product-title a:hover {
	text-decoration: underline;
}
#leftcolumn .doporucujeme-product-price {
	font-size: 9px;
	color: black;
	background: white;
	margin-bottom:20px;
	text-align:left;
}

#leftcolumn .doporucujeme-foto {
	padding-top: 0px;
	background: white;
	padding-bottom: 0px;
}
#leftcolumn .doporucujeme-foto img{
	border: 0px;
	margin: 0em 0em 0em 0em;
}
#leftcolumn .doporucujeme-foto a{
	font-size: 10pt;
	font-weight:bold;
	color: darkblue;
	text-decoration: none;
	margin-left: 1px;
	display: block;
}

/* - - - - - - - - - - MAILING SLOUPEC - - - - - - - - - - */
#leftcolumn .mailing-border {
	margin-top:0px;
	margin-bottom:50px;
	background: #C8FC98;
}
#leftcolumn .mailing-title {
	color:black;
	background: url(/img/title_background.jpg) repeat-y white;
	font-size: 14px;
	font-weight: bold;
	height:23px;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 4px;
}
#leftcolumn .mailing {
	padding-top: 0px;
	padding-left: 12px;
	padding-bottom: 10px;
	background-color: #f2e488;
	background: url(/img/window_background.jpg) repeat-y white;
}
#leftcolumn .mailing p {
	font: 0.8em/1.6em Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}





h1 {
color:black;
font-weight:bold;
font-size:15pt;
text-align:left;
margin-top:0px;
position:relative;
top:0px;
}






/* - - - - - - - - - - PRAVY SLOUPEC - - - - - - - - - - */
#rightcolumn{
	float: left;
	width: 180px; /*Width of right column*/
	margin-left: -180px; /*Set left margin to -(RightColumnWidth)*/
	background: white;
	text-align: left;
}

/* - - - - - - - - - - KOS - - - - - - - - - - */
#rightcolumn .kos-border {
	margin-top:0px;
	margin-bottom:30px;
}
#rightcolumn .kos-title {
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}
#rightcolumn .kos {
	min-height: 40px;
	_height: 40px; /* pro Internet Explorer 6, který to chápe jako min-height*/
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 0px;
	background: #ff7575;
}

/* - - - - - - - - - - AUKRO - - - - - - - - - - */
#rightcolumn .aukro-border {
	padding-top: 0px;
	margin-top:0px;
	margin-bottom:50px;
}
#rightcolumn .aukro-title {
	color:black;
	margin-bottom: 0px;
	font-size: 10pt;
	text-align:left;
}
#rightcolumn .aukro {
	background: green;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	font-size: 12pt;
	font-weight:bold;
	color:white;
	text-align:center;
}
#rightcolumn .aukro a {
	font-size: 10pt;
	font-weight:bold;
	color: white;
	text-decoration: none;
	margin-left: 0px;
}
#rightcolumn .aukro a:hover {
	text-decoration: underline;
}

/* - - - - - - - - - - ODKAZY - - - - - - - - - - */
#rightcolumn .odkazy {
	font-size: 7pt;
	color: gray;
}
#rightcolumn .odkazy ul {
	padding-left:15px;
}

#rightcolumn .odkazy a {
	font-size: 7pt;
	color: gray;
	text-decoration: none;
	margin-left: 0px;
}
#rightcolumn .odkazy a:hover {
	text-decoration: underline;
}

#rightcolumn .odkazy table {
	font-size: 7pt;
	color: gray;
}




#spacer {
    margin: 0px;
    padding: 0px;
    clear: both;
    width: 990px;
    height: 10px;
    line-height: 0px;
    font-size: 0px;
}
/* alternativa min-width pro IE, line-height a font-size jsou nastavene na nulu kvuli IE, 
který nerespektuje "příliš malé" hodnoty pro height a roztahuje div podle line-height a font-size */


#footer{
	font-size: 9pt;
	font-weight:bold;
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
	background: #901a1a;
	color: white;
}

#footer a{
	font-size: 9pt;
	font-weight:bold;
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* - - - - - - - - - - CATEGORY - - - - - - - - - - */
#category-page {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#category-page .kategorie {
	margin:0 0 0 0; 
	padding-bottom:20px;
	border-bottom : 1px solid #000000;
}
#category-page .kategorie h1 {
	color: black;
	font-size: 16pt;  
	text-align: left;
}
#category-page .kategorie h2 {
	color: black;
	font-size: 14pt;  
	text-align: left;
	display: inline;
}
#category-page .kategorie p {
	font: 0.9em/1.6em Tahoma, Arial, Helvetica, sans-serif;
}
#category-page .kategorie .z1 {
	font: 0.9em/1.6em Tahoma, Arial, Helvetica, sans-serif;
}




#category-page .produkty {
	margin:0px 0 0 10px; padding-bottom:10px; padding-top:10px;
}
#category-page .produkty-tab table {
	padding: 5px 0;
	border-bottom: 1px dashed black;
}
#category-page .produkty-tab tr {
	font-size: 10pt; 
	color: black;
}
#category-page .produkty-tab td {
}
#category-page .produkty-tab td.s1 {
	width:155px;
	text-align: left;
}
#category-page .produkty-tab td.s2 {
	text-align: left;
	vertical-align : top;
	width:285px;
}
#category-page .produkty-tab td.s2 p {
	font: 1.0em/1.6em Tahoma, Arial, Helvetica, sans-serif;
}
#category-page .produkty-tab td.s3 {
	width:140px;
	text-align: right;
	vertical-align : middle;
	background-color:#DDDDBB;
	font-size: 18pt; 
	font-weight:bold;
}
#category-page .produkty-tab a {
	font-size: 14pt;
	font-weight:bold;
	color: #6161FF;
	text-decoration: none;
}
#category-page .produkty-tab a:hover {
	text-decoration: underline;
}



#podkategorie {
	margin:20px 0 0 10px; padding:0;
}
#podkategorie .polozka {
	margin:0 0 0 0; 
	padding-top:20px;
	padding-bottom:20px; 
	border-bottom : 1px dashed #000000;
}
#podkategorie .sidebar {
	float: left;
	width : 160px;
	margin:0; padding:0;
}

#podkategorie .sidebar-content {
	margin:0;
	padding: 0em 0em 0em;
}
#podkategorie .main {
	margin:0 0 0 160px; padding:0;
	border-left : 1px solid #ededed;
}
#podkategorie .main-content {
	margin:0; padding: 0em 0.5em 1em;
	font-size:12px;
}


#podkategorie .main-content h2 a {
	color: #6161FF;
	font-weight : bold;
	font-size: 18pt;  
	text-decoration: none;  
	text-align: left;
}
#podkategorie .main-content h2 a:hover {
	text-decoration: underline;  
}

#podkategorie .main-content p {
	font: 1.2em/1.8em Tahoma, Arial, Helvetica, sans-serif;
}



/* - - - - - - - - - - ITEM - - - - - - - - - - */
#item-page {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#item-page h1 {
	color : black;
	font-size: 15pt;
	text-align: left;
	margin-bottom: 10px;
}

#item-page p {
	font: 1.2em/1.8em Tahoma, Arial, Helvetica, sans-serif;
}
.item-page-ul {
	font: 1.2em/1.8em Tahoma, Arial, Helvetica, sans-serif;
}


#item-page .koupit {text-align: center; font-size: 14pt; font-weight: bold; font-family : Verdana, Tahoma, Arial}
#item-page .koupit {text-align: center; font-size: 14pt; font-weight: bold; font-family : Verdana, Tahoma, Arial; color:#FFFFFF; background-color: red; neNN}

#item-page .sidebar {
	float: left;
	width : 360px;
	margin:0; padding:0;
}

#item-page .sidebar-content {
	margin:0; padding: 0em 0em 0em;
	font-size: 70%;
}

#item-page .main {
	margin:0 0 0 360px; padding:0;
	border-left : 1px solid #ededed;
}

#item-page .main-content {
	margin:0; padding: 5em 0.5em 1em;
	font-size: 14px;
}

#item-page .main-content .z1 {
	padding: 0px 0;
	margin: 0;
	font-size: 11px;
	text-align: left;
}

hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; padding:0;
	border:none;
	visibility: hidden;
}








.tab2 table
{
border: 0px;
border-spacing: 0px;
border-collapse: collapse;
border-style: none none none none;
background-color: white;
}

.tab2 th, .tab2 td
{
vertical-align : top;
}


.tab3 table
{
border: solid black 2px;
background: #79b;
width: 31em;
border-collapse: collapse;
}

.tab3 tr
{
background: #ffffdd;
font-size: 10pt; 
color: black;
}

.tab3 th, .tab3 td
{
border: solid black 1px;
}

.tab3 th
{
border: solid black 1px;
background: #6161FF;
border: solid #666 1px;
FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #DBEDFF;
} 

.tab3 th a
{
border: solid black 1px;
background: #6161FF;
border: solid #666 1px;
FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #DBEDFF;
} 
.tab3 th a:hover {
text-decoration: underline;
}


.tab3 tr.sudy *
{
background: #ddddbb;
} 

.tab3 a {
FONT-SIZE: 9pt;
color: black;
text-decoration: none;
}  

.tab3 a:hover {
text-decoration: underline;
}

.rightcol {
    text-align: right;
    width: 4em;
}

.leftcol {
    text-align: left;
}

.c2 {
text-align: right;
}


.tab5 table
{
border: solid black 0px;
background: white;
width: 36em;
border-collapse: collapse;
}

.tab5 tr
{
background: #ffffdd;
font-size: 9pt; 
color: black;
}

.tab5 th
{
border: solid black 1px;
height:25px;
}

.tab5 td
{
border: solid black 1px;
height:40px;
}


.tab5 td.aa
{
border: solid black 0px;
}

.tab5 th
{
border: solid black 1px;
background: #6161FF;
FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #DBEDFF;
} 

.tab5 th a
{
background: #6161FF;
FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #DBEDFF;
} 
.tab5 th a:hover {
text-decoration: underline;
}


.tab5 tr.sudy
{
background: #ddddbb;
} 

.tab5 tr.white
{
background: white;
vertical-align:top;
} 

.tab5 a {
FONT-SIZE: 9pt;
color: black;
text-decoration: none;
}  

.tab5 a:hover {
text-decoration: underline;
}

.nazev {
    text-align: center;
}

.mnozstvi {

    text-align: center;
    width: 6em;
}

.cena {
    text-align: center;
    width: 9em;
}


.tab6 table
{
border: solid black 0px;
width: 36em;
border-collapse: collapse;
}

.tab6 tr
{
background: #ffffdd;
font-size: 8pt; 
color: black;
}

.tab6 th, .tab6 td
{
border: solid black 1px;
height:25px;
}

.tab6 th
{
border: solid black 1px;
background: #6161FF;
FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #DBEDFF;
} 

.t62 {
    text-align: center;
    width: 9em;
}

.t63 {
    text-align: center;
    width: 16em;
}


.tab7 table
{
background: white;
border: solid black 0px;
width: 36em;
border-collapse: collapse;
}

.tab7 tr
{
font-size: 9pt; 
color: black;
}

.tab7 td
{
border: solid black 0px;
text-align:center;
}

.tab7 th
{
text-align:center;
height:25px;
border: solid black 0px;
background: #6161FF;
FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #DBEDFF;
} 


.tab7 td.left
{
text-align:left;
}

.tab7 td.right
{
text-align:right;
}


.INPB {text-align: right; font-size: 12pt; font-weight: bold; font-family : Verdana, Tahoma, Arial}
.INPBO {text-align: center; font-size: 14pt; font-weight: bold; font-family : Verdana, Tahoma, Arial}
.INPBO {text-align: center; font-size: 14pt; font-weight: bold; font-family : Verdana, Tahoma, Arial; color:#FFFFFF; background-color: red; neNN}
