body {
	background-color:#F5F5F5;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
}
img {
	border: 0;
}

a {
	color: #9293A5;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h2 {
	color: #A098A9;
	font-size: 14pt;
	font-weight: 700;
}

/* uklad strony */
#page {
	width: 100%;
}
#page-content {
	width: 950px;
}

/* góra */
#top {
	width: 950px;
	height: 100px;
	background-image: url("/images/top.png");
}
#top img {
	position: relative;
	float: left;
	left: 42px;
	top: 26px;
}
#top-menu {
	float: right;
	position: relative;
	right: 32px;
	top: 48px;
}
#top-menu a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#top-menu a:hover {
	font-weight: bold;
}
#top-menu div {
	float: right;
	text-indent: 24px;
}

#top-bar-menu {
	width: 950px;
	height: 29px;
	background-image: url("/images/bar.png");
	text-align: center;
}
#home-btn {
	float: none;
	position: relative;
	left: -358px;
}
#frame-l {
	width: 16px;
	height: 100%;
	background-image: url("/images/edge_l.png");
}
#frame-r {
	width: 16px;
	height: 100%;
	background-image: url("/images/edge_r.png");
}
#frame-center {
	padding: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;	
}
#main {
	background-color: #FFFFFF;
}
#content-left {
	width: 200px;
	height: auto;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	font-weight: bold;
}
#content-left a {
	color: #605;
}
.content-left-selected {
	color: #666;
}
.content-left-item {
	text-indent: 16px;
}
.content-left-item-selected {
	color: #666;
	text-indent: 16px;
}
#content-right {
	float: right;
	height: auto;
	overflow:auto;
	width: 680px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
}
#content-right-notes {
	color: #3366FF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#bottom {
	height: 33px;
	background-image: url("/images/bottom.png");
}
