/* STYLE.CSS styluje glówna strukture strony (oznaczone wielkimi literami) oraz marginesy */

@import url("reset.css");  /* RESET.CSS resetuje wyglad elementów, które róznia sie w róznych przegladarkach */
@import url("global.css"); /* GLOBAL.CSS styluje typografie, zagniezdzone bloki wewnatrz glównej struktury oraz formularze */
@import url("menu.css"); /* MENU.CSS styluje menu glówne oraz linki umieszczone w stopce  */
@import url("headings.css"); /* HEADINGS.CSS styluje naglówki zamieniane przez grafike  */
@import url("forms.css"); /* FORMS.CSS styluje Formularze */


/*------------------------------------------------*/
/*------------------[MAIN LAYOUT]-----------------*/
/*------------------------------------------------*/
html{
	margin : 0; 
	padding : 0; 
	color : #6f6f6e; 
	text-align : center;
	min-width: 40em;
}

body {
	margin : 0px auto;
	padding : 0;
	background-color: #de9b00;
	text-align : left;
	font : 76%/160% Tahoma, Verdana, Arial, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#WRAPPER {
	width: 962px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 10;	
}

#TOP {
	height: 105px;
}

#CONTAINER {
	width: 100%;
	overflow:hidden;
}

#LEFT {
	width: 300px;
	float: left;
	overflow: hidden;
	background-color: transparent;
}

#CONTENT {
	width: 460px;
	float: right;
	overflow: hidden;
	background-color: #fff;
	margin-bottom:-4000px;
	padding-bottom:4000px;
}

#SHOUTBOX_COL {
	width: 202px;
	float: left;
	overflow: hidden;
	background-color: #fff;
	margin-bottom:-4000px;
	padding-bottom:4000px;
}

#bottom_corners {
	height: 10px;
	clear: both;
	background-image: url(../images/bottom_corners.gif);
	background-repeat: no-repeat;
	background-position: right top;
	z-index:150;
	position: relative;
}

#FOOTER {
	clear: both;
	width: 100%;
	color: #fff;
}

#google	{

	margin: 0 auto;
	height:140px;
	width:350px;

}

#plyty {
	display: block;
	width: 152px;
	height: 183px;
	background-image: url(../images/plyty.gif);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	cursor: pointer;
	position: absolute; top: 113px; left: -48px;
	z-index:-9;
}

#footer-bottom { border-top: solid 1px #ffc700;}

#linki {

font-size:10px;
color:#FFFFFF;
text-align:center;

}

#footer-left {float:left;}
#footer-right { float:right; text-align: right; }

/*-------------------[MARGINS]--------------------*/
.m1 {margin:25px 15px 15px 15px;}
#SHOUTBOX_COL .m1 { margin: 10px 0 15px 12px;}
.m-footer {padding: 1em 0;}
.clearb {clear: both;}

#wiezowiec	{

position:absolute;
float:right;
height:auto;
width:121px;
top:15px;
clear:both;
right:7px;

}