html,body {
	height: 100%;
	background-color: #1f1f1f;
	color: #ffffff;
	font-family: verdana,arial,tahoma;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
}
#container{
	display:block;
	position:relative;
	left:50%;
	margin-left:-495px;
	width: 990px;
	background-color: #2f2f2f;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;		
}
#left{
	float: left;
	width: 200px;
	display: block;
	background-image: url("images/lewo.jpg");
	background-repeat: no-repeat;
	overflow:hidden;
		font-size: 11px;
}
#right{
	float: left;
	width: 200px;
	display: block;
	overflow:hidden;
	font-size: 10px;
}
#center{
	float: left;
	width: 590px;
	display: block;
}
#panel{
	width:180px;
	margin-left: 10px;
}
#overdiv{
	padding:5px;
	background-color: #2f2f2f;
	border: 1px solid #444444;
	width:300px;
	height:300px;
	display:block;
}
input,select,textarea{
	border:1px solid #000000;
	background-color: #393939;
	color: #ffffff;
}
a:link{
	color: #ff9c00;
	text-decoration: none;
}
a:visited{
	color: #ff9c00;
	text-decoration: none;
}
a:hover{
	color: #ffcc00;
	text-decoration: none;
}
img{
	border:0px;
}
.tresc{
	width:330px;
	margin:12px;
}
.tytul{
	background-image: url("images/pasek1.jpg");
	font-family: verdana,arial,tahoma;
	font-size:10px;
	padding-left:10px;
	padding-right:10px;
	height:20px;
	overflow:hidden;
	margin-bottom:3px;
}
.item{
	background-image: url("images/tlo_srodka.jpg");
	overflow:hidden;
	width:590px;
	margin-top:3px;
}
.stopka{
	background-image: url("images/pasek2.jpg");
	font-family: verdana,arial,tahoma;
	font-size:10px;
	padding-left:10px;
	padding-right:10px;
	height:20px;
	overflow:hidden;
	clear:both;	
}
h1{
	font-family: verdana,arial,tahoma;
	font-size:10px;
	font-weight: bold;
	margin-top:3px;
	float:left;
		
}
h2{
	font-family: verdana,arial,tahoma;
	font-size:10px;
	font-weight: bold;
	margin-top:3px;
	float:right;	
}	
hr{
	color:#999999;
}
form{
	margin: 0px;
}
input{
	font-size: 11px;
}
.ostatnie_dash{
	margin-top:3px;
	margin-bottom:3px;
	border-top:1px dashed #000000;
	font-size:0px
}