/* ----------------------------------- OGOLNE */

body {
	margin: 0px;
	padding: 0px;
	background:#000 url(gfx/bg-tile.gif);
	text-align: center; /* for IE */
}
.main_bkg {
	background:url(gfx/bg-top.gif) top repeat-x;
	margin:0;
	padding:0;
}

#main_container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 760px;
}

.main_table {
	margin-top: 12px;
}

body,td,input,textarea,th {
	color:#000;
	font-family:  Georgia, Times Roman, serif;
	font-size: 12px;
}

a, a:visited, a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #009;
}
a:hover {
	text-decoration: underline;
	color: #900;
}

/* ----------------------------------- Menu Główne */

#header {
	width: 519px;
	height: 32px;
	background: url(gfx/header1.jpg) no-repeat;
	position:relative;
}
#header a, #header a:visited {
	color: #310100;
}
#header a:hover {
	color: #910300;
	text-decoration: underline;
}
#header .current a, #header .current a:visited {
	color: #910300;
	text-decoration: underline;
}
#header .current a:hover {
	color: #910300;
	text-decoration: underline;
}

#header .menu1 {
	position: absolute; top: 9px; left: 41px;
}
#header .menu2 {
	position: absolute; top: 9px; left: 90px;
}
#header .menu3 {
	position: absolute; top: 9px; left: 148px;
}
#header .menu4 {
	position: absolute; top: 9px; left: 226px;
}

#header .menu5 {
	position: absolute; top: 9px; left: 318px;
}

#header .menu6 {
	position: absolute; top: 9px; left: 368px;
}

#header .menu7 {
	position: absolute; top: 9px; left: 439px;
}

/* -----------------------------------  CZESC GLOWNA */

.border_img {
    padding: 6px;
    background: #FBF2D5;
    border: 1px solid #9D8970;
}


#main-td {
	background: url(gfx/bkg-main.jpg) repeat-y 9px 0px;
}

#main {
  color: #310100;
	margin-left: 9px;
	/*background: url(gfx/bkg-main.jpg) repeat-y;*/
	padding: 15px 30px 20px 25px;
	min-height:685px;
	height:auto; /* !important; */
	/*height:685px;*/
	line-height: 150%;
	text-align: justify;
}

#main a,
#main a:visited {
	color: #000;
	text-decoration: underline;
}

#main a:hover {
	color: #910300;
	text-decoration: underline;
}


#main li a {
}

#main ul.inna li a,
#main ul.inna li a:visited {
  color: green;
}

#main p {
	text-align: justify;
	text-indent: 35px;
}

#main h1 {
  font-size: 17px;
  font-weight: bold;
  margin: 10px 0px 20px 0px;
  padding: 0;
}

#main h2 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0px 10px 0px;
  padding: 0;
}

#main h3 {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0px 5px 0px;
  padding: 0;
}

#main img.lewy {
  float: left;
  padding-right: 10px;
}

#main img.prawy {
  float: right;
  padding-left: 10px;
}

#main img.center {
  float: middle;
  padding-left: 0px;
}

#main .linki div img {
  vertical-align: middle;
  margin-right: 10px;
}


#main div.separator {
  text-align: center;
  clear: both;
  padding: 10px 0 10px 0;
}

#main .wiecej {
  text-align: right;
  
  }

#main .wiecej a,
#main .wiecej a:visited {
	color: #310100;
	font-weight:normal;
	text-decoration: none;
}
#main .wiecej a:hover {
	text-decoration: underline;
	font-weight:normal;
}


/* -----------------------------------  CZESC BOCZNA - NAGLOWEK */

#side_header {
	width: 240px;
	height: 198px;
	background: url(gfx/side-header.jpg) no-repeat;
	position:relative;
}

#side_header a, #side_header a:visited {
	color: #ECE0E0;
}
#side_header a:hover {
	color: #FFE450;
}
#side_header .current a, #side_header .current a:visited {
	color: #FFE450;
	text-decoration: underline;
}
#side_header .current a:hover {
	color: #FFE450;
	text-decoration: underline;
}

#side_header p {
	text-align: left;
}

#side_header .menu1 {
	position: absolute; top: 9px; left: 48px;
}
#side_header .menu2 {
	position: absolute; top: 9px; left: 95px;
}
#side_header .menu3 {
	position: absolute; top: 9px; left: 152px;
}


/* -----------------------------------  CZESC BOCZNA */

.side_gradient {
	background: url(gfx/side-gradient2.jpg) no-repeat;
}

#side-td {
	background: url(gfx/side-tile.jpg) repeat-y;
}

#side {
	min-height:540px;
	height:auto !important;
	height:540px;
	color: #DCC9C9;
	padding: 20px 16px 10px 26px;
	text-align: left;
	line-height: 140%;
}

#side h1 {
  font-size: 15px;
  color: #FFE450;
 	text-align: center;
	text-decoration: bold;
	margin: 10px 0 20px 0;
}

#side .wiecej {
  text-align: right;
  
  }

#side .element {
  margin: 10px 0 8px 0;
}

#side .wiecej a,
#side .wiecej a:visited,
#side .element a,
#side .element a:visited {
	color: #FCE9C9;
	font-weight:normal;
}
#side .wiecej a:hover {
	text-decoration: underline;
	font-weight:normal;
}

div.page_control {
}
div.page_jump {
  float: left;
}
div.print_page {
  float: right;
}

