body {
	background: white;
	color: #666;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	overflow-y: scroll;
	width: 100%;
	text-align: center;
}

h1 { /* Tytuły */
	font-size: 16pt;
	color: #6d6d6d;
	margin-top: 15px;
}

h2 { /* Pogrubienia */
	display: inline;
	font-size: 10pt;
}

h3 { /* Słowa kluczowe */
	display: inline;
	font-size: 10pt;
	font-weight: normal;
}

a {
	color: #aaa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.inline {
	display: inline;
}


p, li {
	text-align: justify;
	font-size: 10pt;
}

ul {
	padding-left: 15px;
	margin-left: 3px;
}

li {
	list-style-type: square;
	line-height: 14pt;
}

li ul li {
	margin-left: 10px;
	list-style-type: disc;
	line-height: 14pt;
	margin-bottom: 0px;
}

img {
	border: none;
}

#top {
	background: url('img/top_bg.gif') repeat-x;
	height: 200px;
	text-align: center;
}

#top_title {
	height: 200px;
	width: 802px;
	margin-left: auto;
	margin-right: auto;
}

#top_title *, #top_title h1, #top_title img,#menu_contents *, #menu_contents h1, #menu_contents a, #menu_contents img {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 1px;
	line-height: 1px;
}

#menu_bar {
	height: 51px;
	background: url('img/menu_bg.gif') repeat-x;
	text-align: center;
}

#menu_contents {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#menu_contents h1, #menu_contents img {
	float: left;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#footer {
	height: 57px;
	font-size: 7pt;
	line-height: 10pt;
	background: #dddfde;
	padding-top: 3px;
	padding-bottom: 0px;
	margin-top: 30px;
}

#footer a {
	color: #888;
}

#footer_content {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#footer_left {
	float: left;
	text-align: left;
}

#footer_right {
	float: right;
	text-align: right;
}

.content {
	padding-left: 5px;
	padding-right: 25px;
	text-align: justify;
}

.content_left {
	float: left;
	width: 525px;
}

#sidebar {
	float: right;
	width: 205px;
	min-height: 350px;
	height: 650px;
	background: #d8dad9 url('img/sidebar_bg.gif') bottom repeat-x;
	text-align: center;
	font-size: 7pt;
	color: #65666;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

#sidebar p {
	font-size: 7pt;
	color: #65666;
	margin-top: 5px;
	margin-bottom: 5px;
}

img.zdjecie {
	/*
	width: 200px;
	height: 150px;
	*/
	margin-top: 20px;
	border: 1px solid #727272;
}

.gallery {
	text-align: left;
	padding-left: 30px;
}

.gallery img {
	margin: 20px;
}

.showText, .hideText {
	font-size: 8pt;
}

.showText:hover, .hideText:hover {
	text-decoration: none;
	color: #666;
}

.showHideIcon {
	color: #1E7EB7;
	font-weight: bold;
}

#links {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
}

.centered p {
	text-align: center;
}

.courses {
	padding-left: 25px;
}

.courses li {
	line-height: 30px;
}