/*------------------------------------------------------------------
[INTERSID 2009]

Projekt:	Intersid S.C.

-------------------------------------------------------------------*/
@import "reset.css";
@import "top.css";
@import "menu.css";
@import "zawartosc.css";
@import "stopka.css";



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

body{
	background-color: #65c5d3;
	background-image: url("../images/tlo.jpg");
	background-repeat: repeat-x;
	margin:0px;
}

.wrap{
	width:1007px;
	margin-left: auto;
	margin-right: auto;
}

.top{
	width:1007px;
	height:146px;
	clear:both;
	font-size:12px;
	font-family:Trebuchet MS;
	background-image: url("../images/tlo_top.jpg");
	background-repeat: no-repeat;
}

.zawartosc{
	width:1007px;
	height:auto;
	clear:both;
	margin-top:1px;
	
}

.stopka{
	margin-top:2px;
	clear:both;
	height:180px;
	width:1007px;
	background-image: url("../images/stopka_tlo.jpg");
	background-repeat: no-repeat;


}







/*
a:link		{text-decoration:none;color:#989898;font-size:11px;font-family:Tahoma,Helvetica,Arial;}
a:visited	{text-decoration:none;color:#5d5d5d;font-size:11px;font-family:Tahoma,Helvetica,Arial;}
a:hover		{text-decoration:none;color:#9a3142;font-size:11px;font-family:Tahoma,Helvetica,Arial;}
*/

h1	{color:#ffffff;font-size:14px;font-family:Helvetica,Arial;margin:0;font-weight:normal;text-transform:uppercase;}
h2	{color:#cbb480;font-size:14px;font-family:Verdana,Helvetica,Arial;font-weight:normal;}
h3	{font-size:12px;font-family:Trebuchet MS;color:#09b6b2;margin-left:20px;}
h4	{font-size:20px;font-family:Trebuchet MS;color:#fff;}

