*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.waterbody {
	background:#CCCCCC url(bg_body.gif) repeat-x left top;
	margin:0;
	color:#333333;
	}
	

div, td, p {
	font-size:12px;
	line-height:18px;
	color:#333333;
}

a, a:link, a:active, a:visited {
	text-decoration:underline;
	color:#000000;
}

a:hover {
	text-decoration:underline;
	color:#3973AC;
}

#container {
	width:1000px;
	margin: 10px auto;
	padding:0;
	text-align: left;
}

#containertop {
	width: 1000px;
	height: 49;
}


#containerbg {
	position:relative;
	width: 1000px;
	background:transparent url(bg_inside.jpg) repeat-y left top;
	float:left;
	top:0;
	left:0;
}

#outerleft {
	position:relative;
	float:left;
	clear:left;
	width:830px;
	
}
#outerright {
	position:relative;
	width:170px;
	float:right;
	clear:right;
	height: 500 px;
}

#logo {
	position:relative;
	float:left;
	clear:left;
	width:170px;
	top:0;	
}

#logo_po_prawej {
	height: 100%;
	position:relative;
	width:830px;
	float:right;
	clear:right;
	background:#FFFFFF url(bg_header.jpg) no-repeat left top;
	height: 49px;
}

#topmenu {
	position:relative;
	float:left;
	clear:left;
	background-color:#000000;
	width: 100%;
	height: 25px;
}

#leftcol {
	position:relative;
	float:left;
	clear:left;
	width:172px;
	background:transparent url(bg_leftcol.jpg) repeat-y left top;
}

#leftcolmenu {
	position:relative;
	background:transparent url(bg_leftcol.jpg) repeat-y left top;
	overflow:auto;
}

/** div container for mainbody **/
#content_main {
	position:relative;
	float:left;
	width:620px;
	margin:15px 0 20px 20px;
	background-color:#FFFFFF;
}

td.menu_niepa{
	width: 100%;
	border: 0 solid Black;
	font-size: 13px;
	background: #F3EEFF;
}

table.maintable,
#leftcol table,
#rightcol table {
	width:100%;
	float:left;
	clear:left;
	}

table.maintable td{
	font-size:10px;
	height:10px;
}

table.maintable th,
table.maintable-bgimg th,
table.maintable-right th {
	border: 1px solid #000000;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	background-color: #085693;
	height: 25px;
	text-align: left;
	padding-left: 15px;
	font-weight: normal;
}





table.moduletable,
#leftcol table,
#rightcol table {
	width:100%;
	float:left;
	clear:left;
}



table.moduletable th,
table.moduletable-bgimg th,
table.moduletable-right th {
	border: 1px solid #3A0307;
	color: Black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	background-color: #073F6C;
	height: 25px;
	text-align: left;
	padding-left: 15px;
	font-weight: normal;
}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}
/** unordered list item for top menu **/
ul#mainlevel-nav li
{
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	width: auto !important;
	font-size: 11px;
	line-height: 23px;
	white-space: nowrap;
}

/** unordered list item link for top menu **/
ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}

/** unordered list item link for top menu for firefox only **/
#topmenu>ul#mainlevel-nav li a {
	width: auto;
}

/** unordered list item for top menu for firefox only **/
ul#mainlevel-nav li a:hover {
	background: #535353;
	text-decoration:none;
}

/** generic menu item **/
.mainlevel  {
	display:block;
	height:15px;
	line-height:15px;
	padding-left:10px;
	background:transparent url(bg_mainlevel.gif) repeat-x center top;
	font-weight:bold;
	text-decoration:none;
}
/** generic menu item link **/
a.sublevel:link,
a.sublevel:active,
a.sublevel:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	line-height: 16px;
}

a.mainlevel:link,
a.mainlevel:active,
a.mainlevel:visited
{
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	line-height: 16px;
}


a.thmainlevel:link,
a.thmainlevel:active,
a.thmainlevel:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-size:14px;
	line-height: 25px;
	font-weight: bold;
}
a.thmainlevel:hover {
text-decoration: underline;
	}


/** generic menu item link on mouseover **/
/**a.mainlevel:hover,
#leftcol a.mainlevel:hover {
	background-color:#484848;
	color:#FFFFFF!important;
	text-decoration:none!important;
}**/
