@import url("reset.css");
@import url("global.css");
@import url("menu.css");
@import url("headings.css");

html{
	margin : 0; 
	padding : 0; 
	color : #333; 
	text-align : center;
	min-width: 40em;
}

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


#TOP_WRAPPER {
	width: 100%;
	position: relative;
	z-index: 10;
	overflow:hidden;
}

#TOP {
	width: 900px;
	margin: 0 auto;
	height: 169px;
	text-align: left;
	position:relative;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: 20px;
}

#lang_panel { position: absolute; top: 10px; right: 10px; font-size: 90%; color: #ccc; z-index: 100;}
#lang_panel a { color: #888;}
#lang_panel a:hover { text-decoration: underline;}
#lang_panel.en a.en {color: #AE6D1E;}
#lang_panel.pl a.pl {color: #AE6D1E;}

#WRAPPER {
	width: 100%;
	text-align: left;
	background-color: #1c1512;
	position: relative;
	z-index: 1;
	background-image: url(../images/bg_content.gif);
	overflow: hidden;
	
}

#CONTAINER {
	width: 900px;
	margin: 0 auto;
	overflow:hidden;
	color: #8c8886;
	background-image: url(../images/higlight.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
#LEFT {
	width: 507px;
	float: left;
	overflow: hidden;
}

#RIGHT {
	width: 391px;
	float: left;
	overflow: hidden;
	border-left: solid 1px #2e2321;
	border-right: solid 1px #2e2321;
	background-image: url(../images/bg-right.png);
	margin-bottom:-3000px;
	padding-bottom:3000px;
}

#WRAPPER_BOTTOM{
	width: 100%;
	background-color: #eeeeee;
	border-top: solid 4px #b57621;
	overflow:hidden;
	color: #503211;
}

#BOTTOM_CONTENT {
	width: 900px;
	margin: 0 auto;
	text-align: left;	
}

#FOOTER_WRAPPER {width: 100%; clear:both; border-top: solid 1px #d1d0cf;
	background-image: url(../images/shadow.png);
	background-repeat: no-repeat;
	background-position: 0 0px;}

#FOOTER {
	width: 900px;
	margin: 0 auto;
	height: 35px;
	color: #999999;

}

#bottom_pannel {list-style-type: none; margin:0; padding:0;}

#bottom_pannel li {display:inline; float: left; margin: 0;}

#bottom_pannel li#refer {width: 273px;padding: 20px;border-right: solid 1px #d1d0cf;}
#bottom_pannel li#why {width: 273px;padding: 20px;border-right: solid 1px #d1d0cf;}
#bottom_pannel li#blog {width: 173px; padding: 20px 0 20px 20px;}

#kontakt_mini {
	position: absolute; bottom: 10px;
	margin-left: 260px;
}

#kontakt_mini img{
	margin-right: 10px;
}

.przypis_right {
	margin-top: 2em;
	font-size: 90%;
	color : #737373;
	margin-bottom: 40px;
}

/* margin*/
.m1 {margin:3em;}
.m2 {margin:1em;}
