/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: white;
	padding: 10;
	font-family: 'Times new roman';
	font-size: 14px;
	text-align: center;
}
div.main {
	width: 1000px;
	margin-top: 10px;
	position: relative;
	text-align: center;
	margin: auto;
}
div.top {
text-align: left;
	background-image: url(top.png);
	width: 1000px;
	height: 108px;
}
div.stred {
	width: 1000px;
	background-image: url(stred.png);
	/*height: 400px;
*/
}
div.dole {
	width: 1000px;
	background-image: url(dole.png);
	height: 400px;
}
h1 {
	font-weight: normal;
	font-size: 24px;
	margin: 30px 0px 15px 0px;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	margin: 30px 0px 0px 0px;
}
a {
	text-decoration: none;
	color: black;
	font-weight: bolder;
}
div.text_a {
	color: #3a063e;
	text-align: left;
	position: relative;
	left: 130px;
	width: 435px;
	float: left;
}
div.text_b {
	color: #3a063e;
	text-align: left;
	position: relative;
	right: 80px;
	width: 300px;
	float: right;
}
div.text_c {
	color: white;
	text-align: left;
	position: relative;
	left: 170px;
	width: 320px;
	height: 200px;
	float: left;
}
div.text_d {
	color: white;
	text-align: left;
	position: relative;
	right: 170px;
	width: 320px;
	height: 200px;
	float: right;
}
div.menu {
text-align: center;
	padding-top: 4px;
	background-color: white;
	position: relative;
	left: 697px;
	top: 83px;
	width: 268px;
	height: 21px;
}
div.uklid {
	clear: both;
}
img{
	margin-left: 20px;
	margin-right: 0px;
}
p{
	text-align: justify;
}
}