html
{
overflow: scroll;
}

body,html {
   margin: 0;
	padding: 0;
	background-color: white;
	/*font-family: Verdana, 'Geneva CE', lucida, sans-serif;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
		}
	
#stranka
{
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}

#top2
{

background-image: url(../img/top2.jpg);
height: 59px;
}

h1
{
	margin: 0;
	padding: 0;
	font-size: 31px;
}

.hlavni
{
	position: relative;
	top:3px;
	left: 65px;
}

#menu
{

background-image: url(../img/top3.jpg);
height: 57px;
}

#odkazy
{
padding-left: 105px;
padding-top: 8px;
}

a:link, a:visited
{
color: white;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
font-size: 13px;
}

a:hover
{
text-decoration: underline;
}

#plocha
{
background-image: url(../img/plocha.jpg);
background-repeat: no-repeat;

height: 400px;
width: 1010px;
padding-left: 60px;
}

.produkt
{
float: left;
width: 305px;
height: 190px;
margin: 5px;

}

h2
{
margin: 0;
padding: 0;
}

.tlacitko
{
background-image: url(../img/koupit.jpg);
background-repeat: no-repeat;
padding-bottom: 4px;
padding-top: 5px;
padding-left: 5px;
padding-right: 22px;

}

p
{
padding-right: 3px;
}

#paticka
{
background-image: url(../img/paticka.jpg);
background-repeat: no-repeat;
height: 20px;
}

#plocha2
{
background-image: url(../img/plocha2.jpg);
}

#moznosti
{
	float: left;
	width: 245px;
	margin-left: 60px;
	border-right: solid grey 1px;
}

#nadpis
{
text-align: center;
float: left;
width: 690px;
}

#obrazek
{
float: left;
width: 340px;
}


#formular
{
float: left;
margin-left: 25px;
}

#obal
{
	width: 920px;
	margin-left: 60px;
}

.chyba
{
color: red;
font-weight: bold;
font-size: 12px;
}

.mensi
{
	font-size: 24px;
}

table,tr,td
{
font-size: 12px;
line-height: 18px;
}

.vetsi
{
font-size: 12px;
font-weight: bold;

}

a.odkaz:link, a.odkaz:visited
{
color: black;
text-decoration: none;
font-size: 14px;
}

a.odkaz:hover
{
text-decoration: underline;
}

.popisek
{
font-size: 12px;
margin-left: 5px;
}

form
{
font-size: 12px;
}


