body 
{
     font-size: 8pt ;
     text-align:left;
     font-family: Tahoma,Verdana ;
     margin: 0px; 
     padding: 0px; 
     background-color: #ffddad;
} 

a:hover { color:#1574c7; text-decoration:none; }
a { color:#1574c7; text-decoration:none; }

img,form,table,div
{
	margin:0px;
	padding:0px;
}

/* ---------------------------------------------------------------------------- */

/* Glowny kontener sluzacy do wysrodkowania calej strony */
div#kontener
{
     width: 900px;
     height: 600px;
     margin: 2px auto;
     margin-top: 0px;     
     margin-bottom: 0px;
     vertical-align: top;
     overflow:hidden;
     position:relative;
     background-color: #1574c7;
}

div#baner
{
	width:900px;
	height:109px;
	overflow:hidden;
}

div#baner_l
{
	float:left;
	width:100px;
	height:109px;
	padding-left:70px;
	padding-top:40px;
}

div#baner_r
{
	float:right;
	width:100px;
	height:109px;
	padding-right:120px;
	padding-top:80px;
}


div#srodek
{
	width:900px;
	height:342px;
	background-color:#f2d29f;
	overflow:hidden;
}

div#srodek2
{
	width:771px;
	height:340px;
	margin-left:64px;
	background-color:#fae6c5;
	overflow:hidden;
	border: 1px solid #ffffff;
}

div#menu
{
        background: url(/img/foot_tlo.jpg) repeat-x;  
	width:773px;
	height:47px;
	margin-left:64px;
	overflow:hidden;

}


div#foot
{
	background-color: #1574c7;
	width:773px;
	height:102px;
	overflow:hidden;
	margin-left:64px; 
	margin-top:6px;
	color:#eed39e;
	text-align:center;
}
div#foot a { color:#eed39e;}
div#foot a:hover { color:#eed39e;}


div.mi
{
	float:left;
	height:11px;
	margin-right:13px;
}

.formularz
{
	color: #000000; 
	background-color: #F0F0EE; 
	border-style: solid; 
	border-color: #CCCCCC;  
	font-size: 9pt;
	height:18px;
	padding-left:2px;
}


