@charset "utf-8";
html, body {
   height:100%
}
body {
	font-family: 'Monda', sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #262626;
}
p {
	margin: 0px 0px 10px 0px;
	margin: 0px;
}
a{
	color: #000;
	text-decoration: none;
	padding-bottom: 0px;
}
a:hover{
	color: #666;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
#lewa{
	width: 260px;
	padding: 0;
	position: relative;
	height: 100%;
	background-color: #262626;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
}
#lewa a{
	color: #FFF;
	text-decoration: none;
	padding-bottom:1px;
}
#lewa a:hover{
	color: #FFF;
	text-decoration: none;
	padding-bottom:0px;
	border-bottom:#FFF dashed 1px;
}
#logo{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 50px;
	line-height: 20px;
	height: 90px;
}
#logo a{
	color: #000;
	text-decoration: none;
	padding-bottom: 0px;
}
#logo a:hover{
	color: #666;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: none;
}

nav {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 50px;
	margin-left: 50px;
	margin-top: 25px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #c9c9c9;
	margin-left: 50px;
	margin-top: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	width:210px;
	position:fixed;
	bottom: 0px;
}

#prawa {
	margin-top: 230px;
	margin-right: 50px;
	padding-left: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #262626;
	float: right;
	width: 100%;

}
