body {
	font-family: "Lucida Sans", Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-image: url(images/top_border.png);
	background-repeat:repeat-x;
	background-color: #d2e1a3;
}
body#aplikacje a#link01 {
   background: url(images/hover_top_menu.png) no-repeat;
   font-weight: bold;
}

body.link02 a#link02 {
   font-weight: bold;
   background: url("images/menu2_hover.png") no-repeat 5px 50%;
}

#wrapper { 
	margin-right: auto;
	margin-left: auto;
	width: 920px;
}
#header {
	color: #FFFFFF;
	width: 920px;
	float: left;
	height: 80px;
	margin: 0px 0px 0px;
}
#logo {
	height: 65px;
	margin: 7px 10px 0;
	width: 250px;
	float: left;
}
#navigation {
	float: right;
	width: 650px;
	margin: 44px 0px 0px;
 }

#menu {
	list-style: none;
	margin: 1px;
	padding: 0;
}
#menu li {
   display: inline;
}
#menu li a {
   float: left;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background: url(images/top_menu.png) no-repeat;
	height: 25px;
	width: 105px;
	margin: 0px 1px;
	padding-top: 10px;
}
#menu a:hover {
	color: #FFFFFF;
	background: url(images/hover_top_menu.png) no-repeat;
}
#top {
	background: url(images/top.jpg) no-repeat;
	background-color: #D0D0D0;
	color: #FFFFFF;
	width: 920px;
	float: left;
	height: 300px;
	margin: 0px 0px 0px;
}
#wrappercontent {
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	float: left;
   background: url(images/offset.png) repeat;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 195px;
 float: left;
}

#menu2 {
   margin: 5px 15px 45px 10px;
   padding: 0;
   list-style: none;
   width: 165px;
   border-bottom: none;   
}

#menu2 a {
	color: #000;
	font-size: 1.1em;
	text-transform: capitalize;
	text-decoration: none;
	border: none;
	border-bottom: none;
	padding: 7px 5px 7px 30px;
	display: block;
	background-color: #E7E7E7;
	background: url("images/menu2_hover.png") no-repeat 5px 50%;
}
#menu2 a:hover {
   text-decoration: underline;
   font-weight: bold;
}

#leftcolumn img {
   padding-left:15px;
}

#content { 
 float: left;
 color: #333;
 margin-left:2px;
 padding: 10px;
 width: 683px;
 display: inline;

}
#content li {
   background: url("images/li.gif") no-repeat 0% 80%;
	list-style: none;
	padding:2px 0 0 20px;
}

#rightcolumn {
 color: #333;
 background: url(images/offset.png) repeat;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 195px;
 float: left;
}

#footer { 
 width: 900px;
 clear: both;
 color: #000000;
 background-color: #D0D0D0;
 margin: 0px 0px 10px 0px;
 padding: 10px 10px;
}
#footer  p { 
 margin: 0px 0px 3px 0px;
 padding: 1px 3px;
 text-align: right;
}

#baner { 
 width: 900px;
 clear: both;
 margin: 0px 0px 0px 0px;
 padding: 0px 10px;
 text-align: center;
}

a {
   color: #000000;
   text-decoration: underline;
}

a:hover {
   color: #4C6E17;
   text-decoration: underline;
}

img
{
        border: 0px;

}

