/*--reset---------------------------------------------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
form,
fieldset,
ul,
ol,
li,
dl,
dt,
dd { 
    margin: 0;
    padding: 0; 
}

a,
a:visited,
a:hover { 
    text-decoration: none; 
}

fieldset,
img { 
    border: none; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 12px;
}

/*--standard------------------------*/

.fl { 
    float: left; 
}

.fr {
    float: right; 
}

.clear {
    clear: both; 
}

table.border {
    border-collapse: collapse;
    text-align: left;
}

table.border th,
table.border td {
    border: solid 1px black;
    padding: .5em;
}

p {
    margin: 1em 0 1em 0;
}

table p {
    margin: 0;
}

col.time {
    width: 8em;
    text-align: center;
}

col.time {
    text-align: center;
    width: 8em;
}

/*--rest-------------------------*/

body {
    color: black;
    background-color: white;
    font-family: tahoma, verdana, sans-serif;
    font-size: 12px;
}

#site {
    margin: 10px auto;
    width: 904px;

}

#main_img img {
    display: block;
}

/* lewa kolumna */

#left {
    width: 240px;
    margin: 0 34px 0 0;
}
#left_sub {
    clear: left;
    width: 240px;
    margin: 0 35px 0 0;
}

#people {
    margin: 40px 0 20px 0;
}

#left_sub #people {
    margin: 0 0 20px 0;
}

#news {
    padding: 0 0 15px 0;
    border-bottom: 2px solid #919191;
}

#news h1 {
    padding: 0 0 12px 0;
/*    border-bottom: 2px solid #919191;*/

	 background-image: url(newsh1_bg.png);
    padding: 10px 15px;
	background-repeat:repeat-x;
	background-position: bottom;
		border-bottom:solid 1px black;
}

#news h2 {
    padding: 15px 10px 5px 5px;
   /* background: transparent url('../graph/arrow.gif') 2px 20px no-repeat;*/
    line-height: 16px;
	

}

#news p {
    padding: 0 15px 5px 5px;
    text-align: justify;
    line-height: 16px;
}

#news .date {
    margin-left: 15px;
    font-style: italic;
    color: gray;
}

#news a.more {
    color: #FD3454;
    font-weight: bold;
    text-align: right;
    display: block;
}

#news a.more:hover {
    text-decoration: underline;
}

#links {
    padding: 0 0 15px 0;
    border-bottom: 2px solid #919191;
}

#links h1 {
    padding: 30px 0 12px 0;
    border-bottom: 2px solid #919191;
}

#links p {
    padding: 15px 0 5px 15px;
}

#links ul {
    padding: 0 0 5px 15px;
}

#links ul li {
    list-style-image: url('../graph/arrow.gif');
}

#advert_left {
    margin: auto;
    display: block;
}   

/* prawa kolumna */

#right,
#right_sub {
    width: 625px;
    position: relative;
}

.listyle {
    list-style: square;
    display: list-item;
}

/* logotypy */
  
#ue_big {
    text-align: center;
    background-image: url('../graph/top.gif');
    background-position: bottom;
    background-repeat: repeat-x;
    margin-bottom: 1em;
    padding-bottom: 2em;
}

#logo {
    top: 105px;
    left: 150px;
    position: absolute;
}

#right_sub #logo {
    top: 50px;
    left: 150px;
    position: absolute;
}
   
/* menu */
  
#menu {
    height: 36px;
    margin-top: 1px;
    margin-bottom: 1em;
 /*   background-color: #ff0000;*/
		padding-left: 2px;


}

#menu a {
	float: left;
	margin-left: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 139px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #babbbd;
	border-left: 10px solid #747577;
	color: black;
	font-weight: bold;
	font-size: .9em;
}

#menu a:hover,
#menu a.selected { background-color: #e2e2e2 !important; 
	border-left: 10px solid #fd3454;
		/*background-image: url('menu_bg_a.jpg');
		background-position:center center;*/
}

#regiony_menu a {
    font-weight: bold;
    color: #000;
    display: block;
    margin: 10px 0 0 0;
}

#regiony_menu a {
    font-weight: bold;
    color: #000;
    display: block;
    margin: 10px 0 0 0;
}

#regiony_menu a:hover,
#regiony_menu {
    color: #FD3454;
}

#regiony_menu a span {
    color: #FD3454;
}


.regiony_menu a {
    font-weight: bold;
    color: #000;
    display: block;
    margin: 10px 0 0 0;

}

.regiony_menu a:hover,
.regiony_menu {
    color: #FD3454;
}

.regiony_menu a span {
    color: #FD3454;
}

   
#advert {
    height: 115px;
    margin: 1em 0 0 0;
}

.box {
    width: 300px;
			background-image: url('box_bg.png');
	background-repeat: no-repeat;
	background-position:right top;
}

.box h2 {
    padding: 25px 0 15px 40px;
}

#b1 {
    background: transparent url('../graph/box_1.png') 0 15px no-repeat;
}

#b2 {
    background: transparent url('../graph/box_2.png') 0 15px no-repeat;
}

#b3 {
    background: transparent url('../graph/box_3.png') 0 15px no-repeat;
}

#b4 {
    background: transparent url('../graph/box_4.png') 0 15px no-repeat;
}

#b5 {
    background: transparent url('../graph/box_5.png') 0 15px no-repeat;
}

#b6 {
    background: transparent url('../graph/box_6.png') 0 15px no-repeat;
}

.box p {
    text-align: justify;
    line-height: 16px;
}

.box a.more {
    margin: 5px 0 0 0;
    color: #FD3454;
    font-weight: bold;
    text-align: right;
    display: block;
}

.box a.more:hover {
    text-decoration: underline;
}
   
   /* SUB */
  
#content h1 {
/*    background: #b1e7fa;*/
		background-image: url(contenth1_bg.png);
    padding: 10px 15px;
	border-bottom:solid 1px black;
}

#txt { 
    padding: 15px;
    line-height: 16px;
    text-align: justify;
		/*background-image: url('gr32_bg_box.png');*/
	background-repeat: repeat-x;
}

.contact {
    background: transparent url(../graph/mapa.gif) 85% 15px no-repeat;
}
   
#txt a {
    color: blue;
    text-decoration: underline;
}

#txt a:hover {
    color: red;
}
 
#txt ul {
    margin: 10px 0 10px 20px;
}

#txt ol {
    margin: 10px 0 10px 30px;
}

#txt li {
    padding: 2px 0 2px 0;
}
   
.gal {
    text-align: center;
    padding: 15px;
}

.motive1 {
    color: #465599;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 20px 0;
    line-height: 22px;
    display: list-item;
    list-style: square;
	
}

.motive2 {
    color: #465599;
    font-weight: bold;
}

.motive3 {
    text-align: center;
    padding: 10px 0 10px 0;
    font-weight: bold;
    line-height: 20px;
}

#txt .date {
    font-style: italic;
    color: gray;
}

#txt span.bigfont {
    font-size: 14px;
}

#txt strong.bigred,
#txt span.bigred {
    color: red;
    font-size: 14px;
    font-weight: bold;
}
   
.agenda {
     margin: 20px 0 0;
     border-left: 1px solid #ddd;
     border-top: 1px solid #ddd;
}

.agenda td {
     padding: 15px;
     line-height: 16px;
     border-right: 1px solid #ddd;
     border-bottom: 1px solid #ddd;
}

.agendafirst {
     width: 100px;
}

#advert_bottom {
	/*	background-image: url('advert_bottom_bg.png');
	background-repeat: no-repeat;*/

    padding-top: 45px;
	margin-top: 20px;
}  

/* stopka */
#footer {
   border-top: 2px solid #919191;
   color: #BABBBD;
   text-align: center;
   font-weight: bold;
   padding: 20px 0 35px 0;
   margin: 40px 0 10px 0;
   background: transparent url(../graph/bottom.gif) 0 100% no-repeat;
}

#footer img {
   border-left: 25px solid #fff;
   border-right: 25px solid #fff;
}

hr{
	color: #6495ed;
}

.trColor {
	background-color:#e1e6f2;
	background-image:url('grl_bg_box.png');
	background-repeat:repeat-x;
}

.news_bg{
padding-top:20px;
	background-image: url('news_bg.png');
	background-repeat:no-repeat;
	background-position:0px 10px;
}