@import url("reset.css");
@import url("layout.css");
@import url("menu.css");
@import url("formulare.css");
@import url("shopmenu.css");

body{
	text-align: center;
	background: #8eab40 url(../images/bg.html.gif) top repeat-x;
	color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

h1,h2,h3,h4,h5{
	color: white;
	font-weight:bold;
}
h1 {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 1em;
}

h2{
	font-size: 16px;
}

h3{
	font-size: 14px;
}

h4{
	font-size: 12px;
}

h5{
	font-size: 11px;
}

h1 small,h2 small{
	font-size: 60%;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#body ul{
	list-style: disc;
	list-style-position: outside;
	margin-left: 1em;
}

#body li{
	margin-top: 0.5em;
}

#body td{
	padding: 3px;
}
strong,b{
	font-weight: bold;
}

em,i{
	font-style: italic;
}

a{
	text-decoration: none;
	color: #A6CE39;
}

a:hover{
	text-decoration: underline;
}
caption{
	text-align: left;
}

#lang a{
	font-size: 11px;
	font-weight: bold;
}

#lang a.aktual{
	border-bottom: 2px solid black;
}

p{
	padding:1em 0;
}


p.foto{
	float: left;
	text-align: center;
	margin-right:40px;
}

p.foto small{
	display: block;
	text-align: left;
}
p a img, td a img,p.image img{
	border: 1px solid #A6CE39;
}

p a:hover img,.fotoRadek a:hover img{
	border: 1px solid white;
}

table.tableBorder,table.tableBorder td{
	border: 1px solid #A6CE39;
}
.cleaner {
	clear: both;
	height: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 1px;
	line-height: 1px;
}


img.left{
	float:left;
	clear: left;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
}
img.right{
	float:right;
	clear: right;
	margin-bottom:0.5em;
	margin-left:0.5em;
	margin-top: 0.5em;
}

.clr{
	clear: both;
}

.header{
	background: #2E2E2E;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.justify{
	text-align: justify;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}

.right{
	text-align: right;
}


.fleft{
	float: left;
}

.fright{
	float: right;
}

.noborder{
	border: none;
}

.hidden,.pda,noPrint{
	position: absolute;
	top: -100em;
}
.noshow{
	display: none;
}

.width_100{
	width: 100%;
}
.width_50{
	width: 50%;
}

#hlavicka img{
	margin: 0px;
}
.cIn{
	padding: 0.2em;
}
.cenaAkce{
	color:Yellow;
}

.cenaOld{
	color:#A6CE39;
	
}
.cenaOld small{
	text-decoration: line-through;
}
.cena big,.cenaAkce big{
	font-weight: bold;
}

#produktLeft table{
	margin-top: 1em;
} 


#produktLeft table td{
	vertical-align: top;
}

#produktLeft table td strong{
	white-space: nowrap;
}



.kosik td,.kosik th{
	font-size: 11px;
	vertical-align: top;
	padding: 2px;
}
.kosik input{
	font-size: 11px;
}
.kosik img{
	margin-right: 0.2em;
}
.kosik .odd{
	background: #4C6110;
} 