* {
	margin: 0;
	padding: 0;
}
html {
	min-width: 1070px;
	max-width: 100%;
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	min-width: 1070px;
	max-width: 3000px;
	margin: 0 auto;
	min-height: 100%;
	height:100%;
	height: auto !important;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 140px;
	background-image:url(../images/gor.gif);
	background-position:right;
	background-repeat:no-repeat;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 162px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 15px 0 270px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 240px;
	margin-left: -100%;
	position: relative;
}
#menu{
	float: left;
	width: 240px;
	margin-left: -100%;
	position: relative;
	background: #B5E3FF;
	margin-top:-50px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin:-163px 0 0 0;
	width:100%;
	height: 160px;
	position: relative;
	background-color:#FFF;
	border-top:1px solid #cccccc;
	color: #949494;
	font-family: "Tahoma", "Arial";
	font-size: 11px;
	background: #EDF3F7;
}
.knop{
	width:565px;
	margin-left:100px;
}
#knopka li{
	display:block;
	width:180px;
	height:200px;
	border:#eee 1px solid;
	margin-top:5px;
	list-style:none;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
#knopka li .pod{
	width:180px;
	height:30px;
	border-top:1px #eee dashed;
	color:#666;
	
}
#knopka li .pod a{
	color:#666;
	text-decoration:none;
}
#knopka li .pod a:hover{
	color:#666;
	text-decoration:underline;
}
.news{
	width:600px;
	margin-bottom:30px;
}
.news h2{
	font-family: Georgia;
}
.news h2 a{
	font-family: Georgia;
	color:#000;
	text-decoration:none;
}
.news h2 a:hover{
	font-family: Georgia;
	color:#000;
	text-decoration:underline;
}
.opis{
	border-top:1px #eee solid;
	border-bottom:1px #eee solid;
	width:600px;
	height:110px;
	margin-top:5px;
}
.opis img{
	padding-top:5px;
}
#next a{
	float:right;
	color:#999;
	text-decoration:none;
}
#next a:hover{
	color:#999;
	text-decoration:underline;
}
a#move_up {
	border:1px #999 solid;
   position: fixed;
   bottom:10px;
   right:10px;
   display: none;
   width: 90px; 
   height: 21px;  
   text-align: center; 
   font: 12px Verdana; 
   text-decoration: none; 
   color: #2b587a; 
   background:#eee; 
   padding-top:5px; 
   opacity:0.9; 
   filter: alpha(opacity=90); 
} 
a#move_up:hover { 
   color: #000; 
   background: #CCC; 
}
#zag{
	margin-top:5px;
	margin-bottom:5px;
	font-family: Georgia;
	color:#666;
}
#text{
	margin-top:-150px;
}
.content{
	margin:5px 0 auto 0;
}
.content img{
	margin:0 2px auto 0;
}

blockquote p { 
	margin-bottom: 10px; 
	font-style: italic; 
}
blockquote cite { 
	font-style: normal; 
	display: block; 
	text-align: right; 
	text-transform: uppercase; 
	font-size: 10px; 
	font-weight: bold; 
	letter-spacing: 1px; 
	font-family: Arial, Helvetica, sans-serif; 
}
blockquote {
	font-family: Georgia, Times, serif;
	width: 800px; /* required */
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
	margin: 20px 0; 
	padding-left: 50px; 
}

ul li a{
	color:#666;
}