﻿body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#wrapper{
	width: 100%;
	margin: 0px;
	height: 100%;
}

#header_container{
	width: 100%;
	height: 100px;
	background-color: transparent;
	padding-top: 0px;
	position: relative;
}

#header{
	background-color: transparent;
	width: 800px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: 24px;
	font-family: Verdana;
	font-weight: bold;
}

#nazwa {
	position: absolute;
	left: -500px;
	top: -142px; 
	color: #00eaff;
	font-size: 20px;
}


#content_container{
	background-color: #f7f7f7;
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 0px;
}

#content_left {
	visibility: visible;
	position: absolute;
	left: 510px;
	top: 0px;
	/*border: 1px solid cyan;*/
	width: 270px;
	font-size: 12px;
	font-family: Arial;
	padding-top: 10px;
	z-index: 1;

}

#content_left input {
	font-size: 11px;
	color: black;
	text-align: left;
	border: 1px solid black;
}

#content_left textarea {
	font-size: 11px;
	color: black;
	text-align: left;
	border: 1px solid black;
}


#content_left img{
	vertical-align: middle;
	padding-right: 3px;
}

#content_left a{
	color: black;
}

#content_left a:hover{
	color: #00eaff;
}

#footer {
	width: 800px;
	background-color: none;
	font-size: 12px;
	font-family: Arial;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid orange;
	color: gray;
	
}

#footer img {
	border: 0px;
	padding-right: 10px;
	vertical-align: middle;
}



#listy {
	display: none;
 	position: absolute;
	left: 180px;
	top: 0px;
	width: 300px;
	height: 380px;
	overflow: auto;
	padding: 10px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
	border-left: 1px solid #00eaff;
	background-color: none;
	background-image: url(../repository/black_bg.png);
	z-index: 20000;

}

#route_descr {
	position: absolute;
	left: 510px;
	top: 320px;
	width: 370px;
	height: 70px;
	font-size: 12px;
	font-family: Arial;
	padding-top: 10px;
}

#marszruta {
	visibility: hidden;  
	position: absolute;
	left: 100px;
	top: 0px;
	color: white;
	background-color: none;
	background-image: url(../repository/black_bg.png);
	width: 380px;
	height: 380px;
	overflow: auto;
	font-size: 12px;
	font-family: Arial;
	padding: 10px;
	border-left: 1px solid #00eaff;
	z-index: 100;
}

#controls{
	visibility: inherit;
	position: absolute;
	left: 20px;
	top: 110px;
	background-color: transparent;
	width: 24px;
	height: 200px;
}

#controls img{padding-top: 2px;}


.wynik_etykieta {
	font-size: 14px;
	font-weight: bold;
}


.wynik {
	font-size: 30px;
	color: #00eaff;
}

.tytul {
	margin-left: 30px; 
	font-family: sans-serif;
}



p {
	font-family:sans-serif;
	font-size:12px;
}


input {
	margin-right: 5px; 
	color: #5e5e5e;
}

.lista_wynikow {
	cursor: pointer;
	color: #ffffff;
}

#listy div:hover {
	cursor: pointer;
	font-family: Arial; 
	font-size: 11px;
	font-weight: bold;
	color: #00eaff;
}

.lista_wynikow_etykieta {
	font-size: 12px;
	color: #7e7f7f;
}

ol {
	font-family: sans-serif; 
	font-size: 12px;
}

.nobullets {
	list-style-type: none;
}

.imglink {border: 0px solid;}

.mapgosearch {width: 250px;}


#mapgo_tip_txt {
	width: 211px !important;
	height: 90px !important;
}