html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: White;
	font-family: Verdana;
	font-size: small;
	color: #246477;
}

h1{
	color: #DF852B;
	font-size: 150%;
	padding-top: 10px;
	padding-bottom: 4px;
}

h2{
	color: #DF852B;
	font-size: 130%;
}

#container {	
	width: 90%;
	height: 100%;
	margin: auto;		
}

#header {
	float: left;
	width: 100%;
	height: 156px;
	border: 0;
	border-bottom: 5px solid #DF852B;
	margin-bottom: 10px;
	margin-top: 10px;
}

#logo {
  float: left;
  margin-top: 35px;
  border: 0;
}

#banner {
	margin-left: 229px; 	
	height: 146px;
	border: 0;
	border-left: 2px solid #B3CBCB;   	
}

#banner-inner {
	height: 100%;
 	margin-left: 10px; 
}

#main {
	clear: both;
	position: relative;
	width: 100%;	
	border-bottom: 2px solid #B3CBCB;   
	padding-bottom: 10px;
}

#menu {
	left: 0;
	position: absolute;
	width: 229px;
	text-align: right;
	padding-top: 10px;
}

#main-body {
	margin-left: 229px;
	border-left: 2px solid #B3CBCB;	
}

#content {
	margin-right: 200px;
	border-right: 2px solid #B3CBCB;	
	min-height: 360px;
}

#content-inner {
	margin-left: 10px;
	margin-right: 10px;	
}

#content-left {
	width: 50%;
	margin-right: 50%;	
}

#content-left-inner {
	margin-right: 10px;	
}

#content-right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
}

#content-right-inner {
	margin-left: 10px;	
}

#menu ul {
	border-right: 10px solid White;  	
}

#menu ul a {
	margin-right: 30px;
	padding: 5px 0 5px 0px;		
	display: block;	
	color: #246477;	
	border-bottom: 1px solid #246477;
	text-decoration: none;		
	font-family: "Franklin Gothic Medium", Tahoma, "Microsoft Sans Serif";
	font-size: 120%;
}

#menu ul a:hover {
	color: #DF852B;
}

#menu ul li:hover {
	background: url(files/arrows.jpg) no-repeat right;
}

#menu ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#menu ul #li0 {
	background: url(files/arrows.jpg) no-repeat right;
	color: #DF852B;	
}

#search {	
	right: 0;
	top: 0px;
	position: absolute;
	width: 200px;
}

#search form {
	padding-left: 10px;
	color: #246477;
	font-family: Arial;	
	font-size: 80%;
	font-weight: bold;
}

#search #search1, #search2 {
	border: #B3CBCB 2px solid;
	background: White;
	margin-top: 8px;
	width: 146px;	
}

#search #btn_search {	
	width: 23px;
	height: 21px;
	background: url(files/search_btn.jpg) no-repeat;
	margin: 0;
	padding: 0;		
	border: 0;		
}

#obrazek {		
	left: 40px;
	bottom: 0px;
	position: absolute;	
}

#mapa {
	position: relative;	
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;		
}

#mapa img {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;		
}

.state {
	font-size: 16px;
	color: White;
}

#mapa_polski {	
	width: 100%;
	margin: 0;
	padding: 0;		
	left: 0px;
	clear: both;
}

#mapa_polski img {
	border: none;
	width: 425px; 
	height: 400px; 
}

.last_line {
	margin-bottom: 20px;	
}

.dane_adresowe {
	margin:0;
	padding:0;
	list-style: none;
}

.dane_adresowe  li{
	padding: 0 0 0 30px; 
	font-size: 90%;
}

.kierownictwo {
	padding-bottom: 20px; 
}

.stanowisko {
	color: #e9811b;
	font-size: 120%;
}

.kierownictwo a {
	color: #3bb3c3; 	
}

.name{
	font-weight: bold;
}

.arrow {
	background: url(files/arrows.jpg) no-repeat left;
}

.email {
	color: #3bb3c3; 
	text-decoration: underline;
}