*
{
	margin: 0;
	padding: 0;
}
body
{
	text-align: center;
	font-size: 90.01%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #b5dfec;
}
img
{
	border: 0px;	
}
h1
{
	font-size: 130%;
}
h2
{
	font-size: 120%;
	margin: 10px;
}
h3
{
	font-size: 110%;
}
a
{
	color: #0000ff;
	text-decoration: underline;
}
a:hover
{
	color: #000;
}
a:visited
{
	color: #0000ff;
}
.bold
{
	font-weight: bold;
}
.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.smaller
{
	font-size: 80%;	
}
.bigger
{
	font-size: 110%;
}
.big
{
	font-size: 120%;
}
.underline
{
	text-decoration: underline;	
}


div#wrapper
{
	width: 800px;
	margin: 0px auto;
}
div#wrapper div#header 
{
	height: 100px;
	text-align: left;
}
div#wrapper div#header h1 a
{
	line-height: 100px;
	text-decoration: none;
	height: 100px;
}
div#wrapper div#content
{
	margin-top: 15px;
	clear: both;
}
div#wrapper div#content
{
	width: 800px;
	padding: 4px;
}
div#wrapper div#content div.list_opisy
{
	
}
div#wrapper div#content div.list_opisy p
{
	border: 1px solid #7C98A1;
	background-color: #99BCC7;
	padding: 4px;
	margin: 4px;
}
div#wrapper div#footer
{
	padding: 10px;
	font-size: 80%;
}

div#top_menu
{

}
div#top_menu ul
{
	list-style-type: none;
}
div#top_menu ul li
{
	margin: 1px;
	float: left;
}
div#top_menu ul li h3
{
	font-weight: normal;
	font-weight: 90%;
}
div#top_menu ul li h3 a
{
	display: block;
	font-size: 90%;
	color: #000;
	border: 1px solid #000;
	background-color: #EDD6B7;
	padding: 4px;
	font-weight: bold;
}
div#top_menu ul li h3 a:hover
{
	background-color: #C7AB99;
	color: #fff;
}
div#top_menu ul li h3 a:visited
{
	text-decoration: line-through;
}
table.opis
{
	width: 100%;
	margin: auto;	
}
table.opis td, th
{
	width: 25%;
	padding: 2px;
	border: 1px solid #7C98A1;
	background-color: #99BCC7;
}
div.breadcsrumbs
{
	margin-top: 15px;
}