﻿* {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}

body {
	background-color: #FFFFFF;
	background-image: url("gfx/back.jpg");
	width: inherit;
	height: auto;
	position: relative;
	vertical-align: middle;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #303030;
}
div#tresc {
	width: 600px;
	margin: 0 auto;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background-image: url("gfx/znak.png");
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 600px;
	min-width: 300px;
	min-height: 300px;
	max-height: 500px;
	position: relative;
	vertical-align: middle;
	text-align: center;
}
div#tresc h2{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #174b7f;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
	position: relative;
}
div#tresc hr {
	color: #174b7f;
	width: 460px;
	height: 1px;
	background-image: url("gfx/lin3.png");
	border: 0;
	margin: 0 auto;
	margin-bottom:15px;
}
div#tresc p {
	width: 600px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	text-indent: 30px;
	font-size: 11px;
	color: #303030;
	line-height: 20px;
	text-align: justify;
	margin: 10px 0px 15px 0px;
}

li {
	text-align: left;
	color: #303030;
	margin-left: 40px;
	line-height: 20px;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 15px;
}

ol {
 list-style-type: lower-alpha;
}
