/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px;
}
body {
	min-width: 45em;
	margin: 0 auto;
}
img {
	border: 0px;
}
/* hlavny div */
#hlavny {
	width: 830px;
	margin: 0 auto;
	text-align: center;
}
/* menu */
#menu {
	width: 800px;
	text-align: center;
	margin-top: 15px;
	margin-left: 15px;
	padding-top: 20px;
}
/* hlavicka */
#hlavicka {
	width: 800px;
	height: 200px;
	text-align: center;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 0px;
	background: url('../images/stred.jpg');
	background-repeat: no-repeat;
}
/* lavy div */
#lavy {
	width: 71%;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 1.3em;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px dotted #000000;
	min-height: 200px;
}
#lavy li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 13px;
	margin-bottom: 0px;
}
#pravy {
	width: 20%;
	position: relative;
	float: right;
	line-height: 1.3em;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#pravy a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #696969;
	color: #696969;
}
#pravy li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 13px;
	margin-bottom: 0px;
}
/* paticka */
#pata {
	width: 776px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	clear: both;
	font-size: 10px;
	color: #696969;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 26px;
	text-align: left;
	line-height: 30px;
	border-top: 1px dotted #000000;
}
.credits {
	padding-left: 0px;
}
a {
	color: #3356A8;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	text-decoration: underline;
	border-bottom: 0px;
	color: #696969;
}
a:active {
	color: #999999;
}
#pozadie-hore {
	background:  url('../images/pozadie_hore.jpg');
	background-repeat: no-repeat;
}
#pozadie-stred {
	background:  url('../images/pozadie_stred.jpg');
	background-repeat: repeat-y;
}
#pozadie-dole {
	background:  url('../images/pozadie_dole.jpg');
	background-repeat: no-repeat;
	height: 16px;
}
.kontakt-button {
	margin-right: 10px;
	vertical-align: middle;
}
.img-zavinac {
	vertical-align: middle;
}
#fakturacne-udaje {
	float: right;
	width: 200px;
}
#ukazky {
	text-align: center;
}
div#ukazky table {
	text-align: center;
}
div#ukazky img {
	margin: 30px 30px 0px 30px;
	border: 4px solid #3356A8;
	padding: 2px;
}
div#ukazky a:hover img {
	border: 4px solid #CCCCCC;
	padding: 2px;
}
.obrazok-home {
	float: right;
	margin: 0px 10px 10px 20px;
}