body {
	margin: 0px;
	padding: 0px;
	background-color: #4594D9;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	color: #000000;
}

div#top {
	background-image: url("img/top.jpg");
	width: 777px;
	height: 202px;
}

table#main {
	width: 777px;
	background-color: #FFFFFF;
}

table#main td#menu {
	width: 167px;
}

table#main td#content {
	width: 448px;
}

table#main td#right {
	width: 161px;
}

table#main td#spacer {
	width: 1px;
	background-color: #BECEDD;
}

div#bottom {
	width: 777px;
	height: 8px;
	background-color: #185A92;
}

td {
	vertical-align: top;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	font-weight: normal;
	color: #000000;	
	text-align: left;
}

div#title {
	background-color: #4A84B5;
	width: 100%;
	height: 19px;
	padding-left: 10px;
	padding-top: 4px;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;	
	text-align: left;
	
}

div#menu {
	padding-top: 25px;
	padding-left: 7px;
	padding-bottom: 50px;
	text-align: left;
}

table#menutable {
	border-top: 1px solid #C0D1DF;
}

table#menutable td {
	border-bottom: 1px solid #C0D1DF;	
	width: 152px;
	padding-top: 1px;
	padding-bottom: 1px;
}

table#menutable td a {
	text-decoration: none;
	color: #Ba0000;
	width: 148px;
	height: 17px;	
	padding-left: 5px;
	padding-top: 1px;
	height: 16px;		
	display: block;
	background-color: #FFFFFF;	
}

table#menutable td a:hover {
	text-decoration: none;
	color: #Ba0000;
	width: 148px;
	padding-left: 5px;
	padding-top: 1px;
	height: 16px;	
	display: block;
	background-color: #C0D1DF;
}

div#stopka {
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 10px;
	width: 777px;
	text-align: center;
	color: #FFFFFF;
}

div#stopka a {
	text-decoration: none;
	color: #FFFFFF;
}

div#stopka a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

div#text {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	line-height: 18px;
	color: #303030;
	text-align: justify;
}

h1 {
	font-size: 20px;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: normal;
	line-height: 25px;
	text-align: left;
}

li {
	text-align: left;
}

div#newstitle {
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #808080;
	background-color: #f7f7f7;
	text-align: left;
	padding-left: 10px;
	padding-top: 4px;
}

div#newscontent {
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 8px;
	text-align: justify;
}

div#galery_list {
	width: 400px;
	text-align: left;
	display: table-cell;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed #808080;
	cursor: pointer;
}

div#galery_list:hover {
	width: 400px;
	text-align: left;
	display: table-cell;
	background-color: #f7f7f7;
	padding-top: 8px;
	padding-bottom: 8px;	
	border-bottom: 1px dashed #808080;	
	cursor: pointer;	
}

div#galery_list img, div#galery_list:hover img {
	border: 1px solid #606060;
	margin-left: 5px;
	margin-right: 20px;
}

div#desc {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #808080;
}