@charset "UTF-8";
/* CSS Document */
body
{
	text-align:center;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#333333;
	font-size:12px;
	margin:0px;
	padding:0px;
}

#container
{
	text-align:left;
	background-image:url(../photo/tlo1.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:740px;
	margin-left:auto;
	margin-right:auto;
	
}
/*przesunie cala liste na prawo*/
#link 
{
	float:right;
	margin-top:0px;
	margin-bottom:0px;	
}
#link ul
{
	margin-right:80px;
	margin-top:20px;
}
/*wlasciwosci dla list*/
#link ul li
{
	display:inline;
	list-style-type:none;
	margin-right:20px;
	float:right;
	margin-top:0px;
	/*na czas kiedy reszta nie jest linkiem*/
	font-size:10px;
	text-decoration:none;
	color:#666666;
	font-family:Georgia, Times New Roman, Times, serif;
}

/*zachowanie sie link dla tej listy, hover i current*/
#link ul li a
{
	font-size:10px;
	text-decoration:none;
	color:#666666;
	font-family:Georgia, Times New Roman, Times, serif;

}

#link ul li a:hover
{
	border-bottom:solid 2px #66cc00;
}

#link ul li a#current
{
	border-bottom:solid 2px #66cc00;
}
/*nastepna sekcja ponizej*/
/*pasek - logo i zdjecie busa*/
#pasek
{
	background-image:url(../photo/bialydonowego.jpg);
	margin-top:30px;
	width:1000px;
	height:263px;
}

#pasek img
{
	float:right;
	margin-right:100px;
	margin-top:30px;
}

/*box z linkami i textem*/

#maincontent
{
	margin-top:20px;
	
}
/*textbox - ustawienia tylko marginami*/
#textbox
{
	border:1px solid #66cc00;
	margin:10px 20px;
	padding:10px 10px 20px 10px;
	width:600px;
	text-align:justify;
	float:left;
}
div#textbox h1, div#textbox span
{
	font-size:12px;
	color:#666;
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:normal;
}

/*linki i zachowanie sie linkow dla 2 menu pod busem*/
#link2
{	
	margin-top:10px;
	margin-left:10px;
}
/*dla ie
*+html #link2
{margin-top:10px;}*/

#link2 ul
{
	margin-left:165px;
}

#link2 ul li
{
	display:inline;
	list-style-type:none;
	margin-right:20px;
	
}

#link2 ul li a
{
	list-style:none;
	font-size:12px;
	text-decoration:none;
	color:#666;
	font-family:Georgia, Times New Roman, Times, serif;
}

#link2 ul li a:hover
{
	border-bottom:solid 2px #66cc00;
}

#link2 ul li a#current
{
	border-bottom:solid 2px #66cc00;
}

/*lewa strona - kontakt forma*/
#contact
{
	margin-top:0px;
	margin-right:40px;
	float:right;
	background-color:#CCCCCC;
	width:250px;
	padding-top:5px;
}

#pduze
{
	font-size:14px;
	font-family:Georgia, Times New Roman, Times, serif;
	text-align:right;
	color:#333;
}

#pmaly
{
	font-size:11px;
	font-family:Georgia, Times New Roman, Times, serif;
	text-align:left;
	color:#333;
	padding-left:60px;
	padding-right:50px;
}

span
{
	display:block;
}

#clear
{
	clear:both;
}
#footer
{
	text-align:center;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#333333;
	font-size:12px;
}
#footer a
{
	text-decoration:none;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#333333;
	font-size:12px;
}

