html,
body {
	height: 100%;
}

img {
	border: 0;
}
div.clear {
	clear:both;
}
body {
	font: 10pt "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
	color: black;
	margin: auto;
	background: #fff;
}
div.szkielet {
	width: 950px;
	height: auto;
	margin: auto;
	padding: 0;
	position: relative;
	color: #000;
	clear: both;
}
.szkielet div#top{
	width:100%;
	height:150px;
	margin:0;
	padding:0;
	clear: both;
	float:left;
	position: relative;
	margin-bottom: 30px;
}
#top div.logo {
	width: 300px;
	height: 150px;
	float: left;
	top: 10px;
	position: relative;
	background: transparent url(logo.jpg) no-repeat bottom;
}
#top div.menu {
	width:626px;
	height: 48px;
	background: url(menu_toolbar.png);
	position: relative;
	float:right;
	top:100px;
	text-align: right;
	
}
.menu ul {
	width: 600px;
	margin: 10px 10px 0 10px;
	height: auto;
	position: relative;
	float:right;
}
.menu ul li {
	display: inline;
	float:right;
	margin:2px;
	position: relative;
	font-size:14pt;
	height: auto;
}
.menu ul li a {
	color: #E7E7E7;
	text-decoration: none;
	padding:6px;
}
.menu ul li a:hover {
	color: #333333;
	text-decoration: none;
	background: #E7E7E7;
}
.szkielet div#middle{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	clear: both;
	float:left;
	position: relative;
}
#middle div.big {
	width:100%;
	height: auto;
	float: left;
	position:relative;
	text-align: left;
}
#middle div.lewa {
	width: 400px;
	height:auto;
	float:left;
	position:relative;
	margin-right: 50px;
}
#middle div.prawa {
	width: 460px;
	height:auto;
	float:left;
	position:relative;
}
#middle div.pasek{
	clear:both;
	float:right;
	width: 289px;
	height:1px;
	background: url(break.png);
	margin: 7px 0 7px 0;
	position: relative;
	right:-10px;
}
#middle div.lewa,
#middle div.prawa,
#middle div.big {
	background: #FBFBFB;
	padding:10px;
}
.lewa h1,
.big h1 {
	font-size: 1.88em;
}
.lewa p,
.prawa p,
.big p {
	margin: 5px 0 6px 0;
	line-height: 1.22em;
	text-align: left;
	clear: both;
	
}
.prawa h2 {
	font-size: 1.25em;
	margin: 5px 0 3px 0;
}
.prawa div.dziennik {
	width: 460px;
	position:relative;
	clear: both;
}
.dziennik div.title{
	width: 460px;
	height: auto;
	border-bottom: 1px solid #E7E7E7;
	clear: both;
	padding-bottom: 10px;
	margin: 10px 0 3px 0;
	position: relative;
	top:4px;
} 
.dziennik .title span {
	float: right;
	font-size: 7pt;
	color: #010101;
	margin-left: 5px;
	position: relative;
	top:6px;
}
.dziennik p{
	text-align: justify;
	line-height: 1.44em;
}
.dziennik .title p{
	position: absolute;
	left: 0;
	font-size: 11pt;
	border-bottom: 4px;
	line-height: 1.44em;
}
#middle a {
	color: #637B29;
	text-decoration: none;
}
#middle a:hover {
	color: #7B2949;
	text-decoration: underline;
}
#middle a:focus {
	color: #43297B;
}
#middle q {
	background: #EFF6CB;
	border: 1px dashed #D9E070;
	padding:2px;
	font-weight: lighter;
}
#middle blockquote {
	background: #F9FFD6;
	border: 1px dashed #D9E070;
	border-top: 2px solid #D9E070;
	padding:2px;
	font-weight: lighter;
	width: auto;
	margin:5px;
}
#middle img {
	padding:2px;
	margin:2px;
}
#middle ul,#middle ol {
	margin-left: 30px;
	position: relative;	
	clear:both;
}
#middle ul li {
	list-style: square;
}
#middle ol li {
	list-style: decimal;
}
.szkielet #bottom{
	width:100%;
	height:auto;
	clear: both;
	float:left;
	position: relative;
}
#bottom div.footer {
	float:right;
	text-align: right;
	background: url(footer_toolbar.png);
	width: auto;
	height: auto;
	color: #A2A2A2;
	padding:3px;
	padding-left:30px;
	margin-top:40px;
}

#middle form {
	clear: both;
	background: #F5F5F5;
	border-top: 1px solid #BBBBBB;
	width: 450px;
	padding: 5px 0 5px 0;
}
#middle form:hover{
	background:#F3F6F8;
}
#middle label {
	float:left;
	margin-right: 10px;
	padding-right: 10px;
	width:150px;
	text-align: right;
	height:auto;
	margin-bottom:5px;
	border-bottom: 1px solid #D5D5D5;
	padding-bottom:6px;
}
#middle input, #middle textarea{
	width: 270px;	
	margin-bottom:5px;
	border: 1px solid #D5D5D5;
	background: #FAFAFA;
	padding: 3px;
}
#middle input:hover,
#middle textarea:hover{
	background: #F6F9E1;
	color:#262626;
}
#middle input[type="submit"]{
	background:#191919;
	color:#fff;
	width:auto;
	padding:2px;
	float: right;
	clear:both;
	position: relative;
}
#middle input[type="submit"]:hover{
	background: #F0F7CF;
	color: #262626;
}

