body{
	background: #29C6FD url(../img/tapmain.gif) repeat-x;
	font: 12px verdana;
	line-height:17px;
	color: #333;
	margin: 0;
	padding: 0;
}
/************
 *	UKŁAD   *
 ************/
#container {
	position: relative;
	margin: auto;
	min-height: 400px;
	max-width: 1003px;
	min-width: 780px;
}

#topsection{
	background: #29C6FD url(../img/tap-rep.gif) repeat-x;
	height: 66px; /*Height of top section*/
}
#logo {
	background: #29C6FD url(../img/firma.jpg) no-repeat right top;
	height: 101px;
	background-color:#DBE1DD;
}
#navbar {
	background: #FF7627 url(../img/nav-top-bottom.gif) repeat-x;
	height: 19px;	
	padding-top: 3px;
	text-align:right;
}

#contentwrapper{
	float: left;
	width: 100%;
	background: #DAE5F1;
}

#leftcolumn {
	float: left;
	width: 30%; /*Width of left column in percentage*/
	/*height: 100%;*/
	min-width: 200px;
	background: #D2D1B0;
	border-right: solid #B8B2BE 1px;
}

#contentcolumn{
	margin: 0 0 0 30%; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
	min-width:500px;
}

#contentcolumn table {
	border-collapse: collapse;				
}

#contentcolumn table td {
	border: 1px solid #666;				
}

#footer{
	clear: left;
	width: 100%;
	background: #0A50A1 url(../img/tapbottom.gif) repeat-x;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	height: 46px;
}

/***********************
 *  POZOSTAŁE ELEMENY  *
 ***********************/
#navbar div {
	position:absolute;
	left:40px;	
	color:#fff;
	font-weight:bold;
	font-size:0.9em;
}

#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
}

#navbar li {
	background: #FF7627 url(../img/go2.gif) no-repeat left top;
	padding-right: 18px;
	padding-left: 18px;
	display:inline;
	font-size: 11px;
}

#navbar a:link,
#navbar a:visited,
#navbar a:active,
#navbar a:hover {
	font-size: 12px;
	color: #fff;
	text-decoration:none;
	font-weight:bold;	
}

#navbar a:hover {
	text-decoration:underline;	
}


#ofemenu {
	margin : 20px 10px 20px 5px;
	min-height: 400px;
}

#ofemenu ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
}

#ofemenu a:link,
#ofemenu a:visited,
#ofemenu a:active,
#ofemenu a:hover {
	color:#444;
	text-decoration:none;
	font-weight:bold;
}
#ofemenu a:hover {
	text-decoration:underline;
}

#ofemenu ul li ul li a:link,
#ofemenu ul li ul li a:visited,
#ofemenu ul li ul li a:active,
#ofemenu ul li ul li a:hover {
	font-weight:normal;
}

#ofemenu li {
	background: url(../img/go.gif) no-repeat left top;
	padding-bottom: 12px;
	padding-left: 22px;
}

#flagi {
	position:absolute;
	right: 10px;
	top:42px;	
}

#licznik {
	position:relative;
	bottom:3px;
	font-size: 9px;
	left: 0px;
	right: 0px;
	text-align:center;
	line-height:12px;	
	color:#666;
}

#m1,#m2,#m3,#m4,#m5,#m6,#m7,#m8 {
	display:none;	
}

h2 {
	margin: 15px 0;
	padding: 0;	
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover,
#footer span {
	color: #fff;
	font-size: 11px;
}


#logo-slogan {
	position: relative;
	top: 15px;
	left: 30px;	
}

#logo-slogan h1 {
	margin: 0;
	padding: 0;
	font: 30px verdana,Geneva;
	letter-spacing: 0.1em;
	color:#000E4D;
	font-weight: 900;
}
#logo-slogan span {
	font: 16px georgia, verdana;
	line-height:1.5em;
}

#tapeta {
	position:absolute;
	top: 0;
	left:0;
	width: 545px;
	height: 66px;
	background: #29C6FD url(../img/tapeta.gif) no-repeat;
}

.innertube {
	margin: 30px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}


