HTML, BODY{
margin: 0px;
background: #3B3B3B url('img/bg.gif');
font-family: Geneva, Georgia, Arial, Verdana, Tahoma , Helvetica, sans-serif;
color: #EEE;
width: 100%;
height: 100%;
}
img {
	border: none;
}
.main{
        background: url('img/bg_top.gif') top repeat-x;
        width: 100%;
        height: 100%;
        vertical-align: middle;
  }
  /* contact */
 .con_tab{
	float: right;
	margin-top: 10px;
  	width: 360px;
  }
 .con_link{
  	font-size: 14px;
	font-weight: bold;
  }
.con_link A, .con_link A:visited, .con_link A:active{
	color: #EEE;
	text-decoration: none;
} 
.con_link A:hover{
  	color: #FFF;
	text-decoration: none;
  }
  .con_adres{
 	font-size: 11px;
	padding-top: 10px;
	line-height:16px;
 }
 .con_adres INPUT, .con_adres TEXTAREA, INPUT.con_submit{
	border: 1px solid #F20000;
	width: 355px;
	background: url(img/input_bg.jpg) repeat-x top;
	color: #EEE;
}
.con_adres TEXTAREA, INPUT.con_submit{
	background: url(img/input_bg.jpg) repeat-x bottom;
}
INPUT.con_submit{
	font-weight: bold;
	width: 100px;
	margin-top: 10px;
}

/* wystawy, ksiazki */
 .ex_tab{
	float: right;
	margin-top: 10px;
  	width: 490px;
  }
 .ex_left{
 	margin-right: 10px;
	padding-top: 10px;
	vertical-align: top;
	width: 130px;
	border-right: 1px solid #F20000;
	border-top: 1px solid #F20000;
 }
  .ex_right{
 	padding: 10px;
	vertical-align: top;
	width: 350px;
	border-top: 1px solid #F20000;
	font-size: 12px;
	line-height: 18px;
 }
 .ex_sep{
 	font-size: 1px;
	height: 10px;
 }
 .ex_lead{
 	font-size: 12px;
	color: #DDDDDD;
	padding-bottom: 10px;
	padding-right: 10px;
	font-weight: bold;
 }
   .ex_right A, .ex_right A:visited, .ex_right A:active{
   	color: #CE0000;
		text-decoration: none;
		font-weight: bold;
   }
.ex_right A:hover{
   	color: #FF0000;
		text-decoration: none;
		font-weight: bold;
   }

/* div */
.divek{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: url(img/div_bg.gif) bottom;
	z-index: 2;
	visibility: visible;
}
.divek_tab{
	border: 1px solid #F20000;
	vertical-align: middle;
	background: #414141;
}
.divek_opis{
	border-top: 1px solid #A3A3A3;
	background: url(img/input_bg.jpg) repeat-x bottom;
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
}
.divek_opis .tytul{
	font-size: 14px;
	color: #F20000;
	font-weight: bold;
}
	