html,body {
	margin: 0px;
	padding: 0px;
	color: #9d0a0e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

h1 {
	font-size: 1.0em;
	font-weight: bold;
	text-align: right;
	color: #CCC;
	border-bottom: 1px dashed #CCC;
}

h2 {
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	color: black;
}

h2 a:link  {
	color: black;
	text-decoration: underline;
}

h2 a:visited  {
	color: black;
}

p {
	text-align: justify;
	font-size: 0.8em;
}

a:link {
	text-decoration: underline;
	color: #9d0a0e;
}

a:visited {
	color: #9d0a0e;
}

a:hover {
	color: black;
}

img {
	border: none;
}

/*div {
	border: 1px solid #000000;
}*/

#container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 560px;
}

#image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 260px;
	height: 560px;
}

#header {
	position: absolute;
	top: 0px;
	left: 260px;
	width: 500px;
	height: 131px;
}

#main {
	position: absolute;
	top: 131px;
	left: 260px;
	width: 491px;
	height: 389px;
	overflow: auto;
}

#main2 {
	padding: 5px;
}

#right {
	position: absolute;
	top: 131px;
	left: 751px;
	width: 9px;
	height: 389px;
}

#bottom1 {
	position: absolute;
	top: 520px;
	left: 260px;
	width: 500px;
	height: 10px;
}

#bottom2 {
	position: absolute;
	top: 530px;
	left: 260px;
	width: 500px;
	height: 15px;
	background-color: black;
}

#bottom3 {
	position: absolute;
	top: 545px;
	left: 260px;
	width: 500px;
	height: 15px;
}

.referenciak {
	width: 450px;
	font-size: 0.6em;
}

.referenciak th {
	font-weight: bold;
}

.referenciak td {
	text-align: left;
}

.kep {
	text-align: center;
	padding: 10px;
}