html,body {
	margin:0px;
	width:98%;
	padding:0px;
	color:#003868;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	scrollbar-face-color: #ddd;
	scrollbar-track-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #000;
	scrollbar-darkshadow-color: #000;
	scrollbar-highlight-color: #000;
	font-size: 12px;
	background-color: #fff;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	text-align:center;
	}
A {
	text-decoration:none;
	color:#313131;
	font-weight:bold;
	font-size: 12px;
}
a:hover {
	text-decoration:none;
	color:#FF8C00;
	font-weight:bold;
	font-size: 12px;
}
.header1 {
	background-image: url(images/header1.jpg);
	background-repeat: no-repeat;
	height:123px;
	margin:0px;
	padding:0px;
}
.header2 {
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	height:23px;
	margin:0px;
	padding:0px;
}
.header3 {
	height:10px;
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
}
.main {
	padding:0px;
	margin:0px;
	background-color: #fff;
	background-image: url(images/body_left.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left;
	text-align:center;
}
.footer {
	padding-right:10px;
	margin:0px;
	border-style:none;
	background-color: #000;
	height:15px;
	text-align:right;
	font-size:12px;
	color:#ccc;

}
.god {
	padding:0px;
	border:1px solid black;
	width:945px;
	margin:0px;
	overflow: hidden;
	position:relative;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}
.menu {
	position:absolute;
	right:23px;
}
.main_left {
	padding:0px;

}
.main_right {
	padding:0px;
	width:202px;
	border-left:1px solid #000;
	background-image: url(images/body_right.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom center;
}
.nadpis {
	position:relative;
	text-align:left;
	left:20px;
	top:15px;
}
.nadpis2 {
	position:relative;
	left:10px;
	top:5px;
}
.layout_table {
	width:100%;
	height:100%;
}
.inner_text {
	text-align: justify;
	padding:40px;
	padding-left:80px;
	padding-right:80px;
}
.img_right {
	margin:15px;
	padding:0px;
	position:relative;
	top:-15px;
	border:1px solid #000;
}
.td_left {
	text-align:right;
	padding:5px;
}
.td_right {
	text-align:left;
	padding:5px;
	border-left:1px solid #999;
}
.subnadpis {
	text-align: center;
}
.news {
	text-align: justify;
	padding:10px;
	color:black;
}