/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

body{
	/*background: url('img/tlo.gif'); */
	font-family: Verdana;
	font-size: 12px;
}

#pagewidth{ 
 width:1000px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background: #fff;  
} 

#startup{
	position: absolute;left:400px;top: 10px;z-index: 1000;font-size: 11px;
}
 
#header{
 position:relative; 
 width:1000px;
 background-color:#FFFFFF; 
 width:100%;
 padding-top: 5px; 
} 

#top{
 width:300px; 
 height: 95px;
 float:left; 
 position:relative; 
 background: url('img/top.jpg'); 
 background-repeat: no-repeat;
}

#mcount{
	position: absolute;
	top: 20px;
	right: 300px;
}

#log{
 float: right; 
 position: relative; 
 margin-right: 2px;
 text-align: right;
}

#member{
 position: relative; 
 right: 10px;
 top: 5px;	
}

#menu_toph{
	right: 10px;
	bottom: 50px;
	position: absolute;
	color: gray;
	
}

#menu_toph a{
	color: gray;
}

#wrapper{
 z-index: 5000; 
 width:1000px;
 background: url('img/menu_bg2.gif');
 background-repeat: repeat-y;
 margin: 0;padding: 0;
}

#menu{
	width:1000px;
	/*background: url('img/menu_bg.gif');
	margin-top: 2px;  */
	border-bottom: 5px solid #fff;	
	background: #3A3D65 url('img/hor_m_bg.png');
	background-repeat: repeat-x;
	
}

.menu_1{
 width:235px; 
 float:left;
 position: relative; 
}

.menu_2{
 float: right; 
 display:inline; 
 position: relative; 
 width:765px; 
}
 
#leftcol{
 width:220px; 
 float:left; 
 z-index: 5000;
 padding: 0 5px 0 5px;
  }
 
#maincol{background-color: #fff;  
 float: right; 
 display:inline; 
 z-index: 5000; 
 padding: 5px 0 0 10px;
 width:750px; 
 }

#partnerzy{
 background-color:#F9F9F9; 
 clear:both;
 padding: 10px 10px;
 color: gray;
 margin: 5px 0;
 display:  block;
 text-align: center;
 } 
 
div#partnerzy .partner{
	display: inline;
	margin: 0 5px;
	vertical-align: middle;
	float: left;
}
 
#footer{
 background-color:#eaeceb; 
 padding: 3px 10px;
 color: gray;
 } 
 
#footer td{
 font-size: 10px;
 } 

#footer2{
 background-color:#fff; 
 font-size: 10px;
 color: gray;
 } 
 
.pubzone *, .pubzone_middle *{
	margin: 5px auto;
	text-align: center;
} 

.pubzone_middle {
	margin: 10px auto;
	margin-top: 5px;
	border-top: 2px solid #C7C9C1;
	border-bottom: 2px solid #C7C9C1; 
	text-align: center;
	padding: 5px;
}

.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 


* html .clearfix{height: 1%;}
.clearfix{display: block;}
 
 @media print{ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}