html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background: #fff;
	background-image: url(images/pozadi.png);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Tahoma;
	color: #202020;
	font-size: 12px;
	min-width: 790px;
}

#top
{
	width: 790px;
	height: 56px;
	text-align: left;
}

#logo{
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 145px;
	height: 39px;
	position: relative;
	top: 5;
	left: 18;
	float: left;
}

#topodkazy{
	background-image: url(images/podmenutop.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 540px;
	height: 25px;
	position: relative;
	top: 31;
	left: -14;
	float: right;
	text-align: right;
}

#topmenu{
	padding-top: 6px;
	padding-right: 5px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #404040;
}

#obrazek{
	width: 790px;
	height: 113px;
	text-align: left;
	background-image: url(images/obrazek.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#topmenu a:link, #topmenu a:visited
{
	text-decoration: none;
	color: #404040;
}

#topmenu a:link.active, #topmenu a:visited.active, #topmenu a:hover
{
	text-decoration: none;
	color: #ffffff;
}

#hlavni{
	width: 762px;
	height: 100;
	text-align: left;
	background-image: url(images/hlavniroh.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#menu{
	width: 175px;
	text-align: right;
	background-image: url(images/levemenu.png);
	background-repeat: repeat-y;
	background-position: top left;
	float: left;
}

#text{
	width: 586px;
	text-align: left;
	float: right;
}

.odkaz{
	width: 160px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 6px;
	margin-right: 9px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #404040;
	text-decoration: none;
	background-image: url(images/menulinka.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.odkazspodek{
	width: 160px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 6px;
	margin-right: 9px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	display: block;
	color: #404040;
	text-decoration: none;
}

#menu a:link, #menu a:visited
{
	text-decoration: none;
	color: #404040;
}

#menu a:link.active, #menu a:visited.active, #menu a:hover
{
	text-decoration: none;
	color: #ffffff;
}

a:link, a:visited
{
	text-decoration: underline;
	color: #404040;
}

a:link.active, a:visited.active, a:hover
{
	text-decoration: none;
	color: #404040;
}

#nadpis
{
	margin-top: 25px;
	margin-bottom: 25px;
	background-image: url(images/podnadpis.png);
	background-repeat: no-repeat;
	background-position: left;
	width: 361px;
	height: 27px;
}

#nadpistext{
	padding-left: 5px;
	padding-top: 5px;
	font-weight: bold;
}

#telo{
	padding-left: 10px;
	width: 570px;
}

#spodek{
	width: 762px;
	text-align: left;
}

#banner{
	margin-left: 115px;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 468px;
}

#paticka{
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 5px;
	width: 762px;
	height: 10px;

	background-image: url(images/paticka.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.border{
	border: solid #282D53 1px;
}

#cleaner
{
width: 100%;
clear:both;
}

.odskok{
	padding-left: 15px;
}

.bold{
	font-weight: bold;
}

.line{
	display: inline;
}

.under{
	text-decoration: underline;
}

.red{
	color: red;
}

table{
	font-family: Tahoma;
	color: #202020;
	font-size: 12px;
}

table.order{
	font-family: Tahoma;
	color: #202020;
	font-size: 11px;
	width: 500px;
}

tr.order{
	background-color: #FFDEAD;
	height: 24px;
}

input.kolonka{
	width: 200px;
}

textarea.kolonkavelka{
	width: 500px;
}