body, ul, li, h1, h2, h3, p, table, tr, td  {
	margin: 0;
	padding: 0;
}

body {
	background: #ccc url("../img/design/bg.gif") top left repeat-x;
	color: #333;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: medium;
	padding: 40px 0 0 0;
	text-align: center;
}

#page {
	margin: auto;
	padding: 10px 0 0 0;
	position: relative;
	text-align: left;
	width: 960px;
}

#head {
	position: relative;
	margin: 0 5px 0 5px;
	width: 950px;
	height: 310px;
}

#head h1 {
	font-size: 150%;
	overflow: hidden;
	padding: 10px 0 0 10px;
}

#head h1 span {
	background: url("../img/design/head.gif") top left no-repeat;
	cursor: pointer;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 950px;
	height: 310px;
}

#head #fotka {
	background: url("../img/design/strom.jpg") top right no-repeat;
	border: 2px solid #069;
	cursor: pointer;
	display: block;
	margin: 16px 0 0 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 369px;
	height: 270px;
}

#head a {
	color: #333;
	line-height: 150%;
	text-decoration: none;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
	display: block;
}

#page-content {
	background: #fff url("../img/design/content.gif") top repeat-y;
	width: 960px;
}

#page-content #top {
	background: #fff url("../img/design/content-top.gif") top no-repeat;
	display: block;
	width: 960px;
	height: 6px;
}

#left {
	float: left;
	margin: 11px 10px 10px 16px;
}

#left h2 {
	background: url("../img/design/menu-h.gif") top left no-repeat;
	border-top: 1px solid #ccc;
	font-size: 120%;
	font-weight: normal;
	height: 35px;
	width: 150px;
	padding: 10px 10px 0 40px;
}

#menu {
	list-style: none;
	width: 200px;
}

#menu li a {
	background: #069 url("../img/design/menu.gif") top left no-repeat;
	color: #fff;
	display: block;
	font-size: 90%;
	text-decoration: none;
	margin: 1px 0 0 0;
	padding: 9px 10px 9px 40px;
}

#menu li a:hover {
	background: #690 url("../img/design/menu.gif") bottom left no-repeat;
}

#content {
	font-size: 90%;
	line-height: 150%;
	text-align: justify;
	margin: 16px 16px 0 226px;
	padding: 0 5px 10px 5px;
}

#content h2 {
	border-bottom: 1px solid #ccc;
	color: #360;
	font-size: 150%;
	font-weight: normal;
	margin: 5px 0 10px 0;
	padding: 0 0 10px 0;
}

#content h3 {
	color: #360;
	font-size: 120%;
	margin: 20px 0 -5px 0;
}

#content h4 {
	color: #000;
	font-size: 100%;
	margin: 15px 0 -5px 0;
}

#content p {
	margin: 7px 0 7px 0;
}

#content a {
	color: #690;
}

#content a:hover {
	color: #069;
}

#content strong {
	color: #069;
}

#content ul {
	margin: 5px 0 10px 20px;
	list-style: square;
}

img {
	border: 3px solid #360;
}

a:hover img {
	border: 3px solid #ccc;
}

.img-left {
	float: left;
	margin: 0 10px 10px 0;
}

.img-right {
	float: right;
	margin: 0 0 10px 10px;
}

.center {
	padding: 10px 0 10px 0;
	text-align: center;
}

.cu {
	color: #069;
	font-size: 150%;
}

.vs {
	color: #690;
	font-size: 130%;
}

table {
	border-collapse: collapse;
}

table td {
	padding: 2px 5px 2px 0;
}

#content hr {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #333;
	border-bottom: 0;
	height: 1px;
	margin: 10px 0 10px 0;
}

#foot {
	background-color: #333;
	clear: both;
	color: #fff;
	font-size: 80%;
	line-height: 150%;
	text-align: center;
	padding: 10px 16px 10px 0;
}

#foot-margin {
	text-align: right;
	margin: auto;
	width: 960px;
}

#foot a {
	color: #fff;
}

#foot a:hover {
	color: #ccc;
}
