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;
}

#wrapper { 
	margin-right: auto;
	margin-left: auto;
	width: 320px;
}
#header {
	color: #FFFFFF;
	width: 320px;
	float: left;
	margin: 0px 0px 0px;
	background-color: #D0D0D0;
}
#logo {
	height: 65px;
	margin: 2px;
	width: 316px;
	float: none;
}
#logo img {
   border: 0px;
   margin-left: 40px;
}

#navigation {
	float: right;
	width: 320px;
	margin: 5px;
 }

#menu {
   margin: 0px 0px 0px 10px;
   padding: 0;
   list-style: none;
   width: 316px;
   border-bottom: none;
}

#menu a {
	color: #000;
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	border-bottom: none;
	padding: 0px 0px 0px 25px;
	display: block;
	background-color: #E7E7E7;
	background: url("images/arr-a.png") no-repeat 5px 50%;
}
#menu a:hover {
   text-decoration: underline;
   font-weight: bold;
}
body#aplikacje a#link01 {
   font-weight: bold;
}

#top {
	background-color: #4C6E17;
	color: #FFFFFF;
	width: 320px;
	float: left;
	height: 2px;
	margin: 2px;
}
#wrappercontent {
	margin-right: auto;
	margin-left: auto;
	width: 320px;
	float: left;
   background: url(images/offset.png) repeat;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 2px;
 width: 316px;
 float: left;
}

#menu2 {
   margin: 0px 0px 0px 20px;
   padding: 0;
   list-style: none;
   width: 290px;
   border-bottom: none;   
}

#menu2 a {
	color: #000;
	font-size: 1.1em;
	text-transform: capitalize;
	text-decoration: none;
	border: none;
	border-bottom: none;
	padding: 0px 0px 0px 20px;
	display: block;
	background-color: #E7E7E7;
	background: url("images/li-wbg.png") no-repeat 5px 50%;
}
#menu2 a:hover {
   text-decoration: underline;
   font-weight: bold;
}
body.link02 a#link02 {
   font-weight: bold;
}

#leftcolumn img {
   padding-left:15px;
}

#content { 
 float: left;
 color: #333;
 margin-left:2px;
 padding: 2px;
 width: 312px;
 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: 50px;
 width: 195px;
 float: left;
}

#footer { 
 width: 310px;
 clear: both;
 color: #000000;
 background-color: #D0D0D0;
 margin: 0px 0px 10px 0px;
 padding: 5px 5px;
}
#footer  p { 
 margin: 0px;
 padding: 1px 1px;
 text-align: right;
}

#baner { 
 width: 300px;
 clear: both;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 text-align: center;
}

a {
   color: #000000;
   text-decoration: underline;
}

a:hover {
   color: #4C6E17;
   text-decoration: underline;
}

img
{
   border: 0px;
}

#formularze

form, input, select, textarea {
	margin: 0;
	padding: 0;
	color: #000000;
}
div.box {
	margin: 0 auto;
	width: 300px;
	background: #D0D0D0;
	position: relative;
	top: 0px;
	border-bottom: 1px double #4C6E17;
	border-top: 1px double #4C6E17;
	border-left:1px double #4C6E17;
	border-right:2px double #4C6E17;
}
div.box h1 {
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0px 0 5px 5px;
	border-bottom: 1px solid #4C6E17;
}
		div.box label {
			width: 100%;
			display: block;
			background:#D0D0D0;
			border-bottom: 1px solid #4C6E17;
			padding: 2px 0 2px 0;
		}
		div.box label span {
			display: block;
			color: #000000;
			font-size: 12px;
			float: left;
			width: 50px;
			text-align: right;
			padding: 5px 40px 0 0;
		}
		div.box .text {
			padding:2px 2px;
			width:300px;
			background:#d2e1a3;
			border-bottom: 1px double #4C6E17;
			border-top: 1px double #4C6E17;
			border-left:1px double #4C6E17;
			border-right:1px double #4C6E17;
		}
		div.box .area {
			padding:2px 2px;
			width: 300px;
			background:#d2e1a3;
			border-bottom: 1px double #4C6E17;
			border-top: 1px double #4C6E17;
			border-left:1px double #4C6E17;
			border-right:1px double #4C6E17;
			overflow :auto;
			height:150px;
		}
		div.box .button	{
			color: #FFFFFF;
			margin:0 0 15px 0;
			padding: 6px 6px;
			background: url("images/button_top.png") no-repeat 0% 0%;
			border-bottom: none;
			position: relative;
			top: 10px;
			left: 55px;
			width:131px;
			border: none;
		}
