<!--

// ciemny nieb 2850a5
// jasny nieb b2d4ef

div.linia
{
	display: inline;
}

body 
{
	background-image: url(../grafika/tlo_tyl.jpg);
	background-repeat: repeat-x;
	background-color:#b2d4ef;
	
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	margin:0px;
	padding:0px;
}

/* glowna ramka*/
#frame
{
	width:810px;
	padding:0px;
	margin: 0 auto;
	text-align: left;
	padding:15px;

}

/* zaokroglenie gorne */
#top_cir
{
	margin:0;
	padding:0;
	height:10px;
	width:100%;
	background-image: url(../grafika/brzeg-top.png);
	

}

/* baner meblopol flash pomiar */
#top_ban
{
	background-color:white;
	padding: 10px 10px 4px 10px;
	text-align:center;
}

#top_ban img { margin: 1px;border-width:0px;}
#top_ban object { margin: 1px 1px;}
 


#mainbox
{
	background-color:white;
	width:100%
	margin:0px;
	padding: 2px 10px 10px;
}








#menu {
	
	width: 780px;
	height: 25px;
	margin: 0 auto;
	padding: 8px 0px 0px 10px;
	background: url(../grafika/menu-tlo.png);

}

#menu a {
	height: 23px;
	margin: 0;
	padding: 3px 10px 0 10px;
	text-decoration: none;
	font-family: Tahoma, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #14347e; 
	background: url(../grafika/menu-sla.jpg) no-repeat right ;
}

#menu a:hover {
	color: orange;
}

#menu .selected
{
	color: yellow;
}

/* reklamy boczne */
#adsban
{
	width: 210px;
	padding:25px 10px 0px 10px;
	display: inline-block;
	vertical-align:top;
}

#adsban img
{
	border-style: none;
}




/* wlasciwa tresc strony */
#content
{
	width: 545px;
	padding: 5px 2px 20px 2px;
	display: inline-block;
	vertical-align:top;
	font-size: 0.9em;
	text-align: justify;
}

#content a
{
	color: black;
}

#content img
{
	margin: 12px;
	border-style:solid;
	border-width: 1px;
	border-color:black;
}


/* suma ~ linkownia */
#linkbox
{
	background: url(../grafika/link-tlo.png);
	/*background-color:#2850a5;*/
	font-size: 0.85em;
	margin: 0px 0px 15px 0px;
	vertical-align: top;
	display: inline-block;
	text-align:center;
	color: white;
	padding:10px;
	height:124px;
	width:770px;
}

.linkbox_div
{
	vertical-align: top;
	display: inline-block;
	font-size: 1em;
	text-align:left;
	padding: 2px;
	
	/*border-style:dotted;*/
}

.linkbox_div ul
{
	margin:0px;
	padding:0px;
	border:0px;
}

.linkbox_div li 
{
	list-style-type:none;
	border-color:white;
	border-bottom-style:dashed;
	border-width:1px;
	width: 105px;
	padding:3px 4px;
	margin:0px;
} 

#li_last
{
	border-bottom:none;
	color:white;
}

/* stopka */
#foot
{
	text-align:center;
	color: darkgray;
	font-size: 0.8em;
	width:100%
	background-color: white;
}

#foot a
{
	color: darkgray;
}


/* zaokroglenie dolne */
#bot_cir
{
	margin: 0 auto;
	padding:0;
	height:10px;
	width:100%;
	background-image: url(../grafika/brzeg-bot.png);
	

}

/* ankieta */
#ankieta
{
	padding: 12px;
	font-size:0.8em;
}

#ankieta ul
{
	list-style:none;
	padding:0px;
	margin:7px;
	
}

/* tytuł referencji */
.refe_title
{
	text-align:center;
	font-weight:bold;
	color:#14347e;
	
}

/* div treść referencji */
.refe_tekst_div
{
	padding:5px;
	width: 310px;
	float:right;
}

/* div pojedyńczej referencji */
.refe_box
{
	padding:5px;
	margin:10px;
	border-color: #14347e;
	border-width:1px;
	border-style: dashed;
	overflow:hidden;
	
}

#referencje img
{
	margin: 0px;
	border-style:none;
}

-->