div, p, ul, ol, li, dl, dt, dd, form, table, td {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #feffcc;
	width: 1000px;
	margin: 0px auto 0px auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mapaZTM {
	width: 700px;
	height: 700px;
	float: left;
/*	border: solid 1px #c00000; */
	background: #feffcc url(loader.gif) no-repeat center;
}
#stopka {
	width: 700px;
	height: 20px;
	float: left;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	background-color: #D50318;
	color: White;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
p {
	margin: 10px 0px 10px 0px;
}
#stopka a {
	color: White;
	font-weight: bold;
	text-decoration: none;
}
#sidebar {
	width: 300px; 
	min-height: 720px;
	height: auto !important;
	height: 720px;	
	overflow: visible;
	float: left;
	color: #ffffff;
	background-color: #333333;
}
.logoLink
	{
	display:block;
	width: 300px;
	height: 120px;
	background: #333333 url(logo.gif) no-repeat;

	}

#sidebar dl {
	width: 100%;
}
#sidebar dt {

	font-size: 18px;
	font-weight: normal;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 27px;
	padding-top: 20px;
	background: #333333 url(button.gif) no-repeat;
}

#sidebar dt, #sidebar dd {
	display: block;
	padding: 10px 10px 10px 10px;
}
#sidebar dd {
	background-color: #666666;
	height:expression(document.body.clientWidth > 300? "300px": "auto" );
	max-height: 300px;	
	overflow: auto;
}

div#sidebar a {
	color: #ffffff;
	display: block;
	text-decoration: none;
}

#sidebar a:hover {
	color: #D50318;
}
#sidebar dt a {
	color: #e8e8e8;
}

#sidebar ul {
	list-style: none;
}

#sidebar li a {
	line-height: 18px;	
	background-color: #666666;	
}

#sidebar li a:hover {
	background-color: #ffffff;
}

.inputText, .inputSelect, .inputButton {
	border: 1px solid #D50318;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
}
.inputText {
	padding: 1px;
	height: 16px;
}
a {
	color: Blue;
	cursor: pointer;
}

#sidebar #zaplanuj, #sidebar #przystanki, #sidebar #autobusy, #sidebar #tramwaje, #sidebar #linieNocne, #sidebar #obiekty {
	display: none;
}
#szukajUlicy {
	display: block;
	height: 60px;
}
label {
	display: block;
}
form p {
	margin: 10px 0px 10px 0px;
}
#linie {
	width:340px;
	height: 20px;
	overflow:auto;
	font-size: 16px;
	}
#rozklad{
	width:340px;
	height: 200px;
	padding-bottom: 5px;
	border-top: 1px solid #333333;
	overflow:auto;
	font-size:11px;
}

#przebiegTrasy {
	padding: 10px 0px 10px 0px;
}
#przebiegTrasy table {
	width:260px;
	border-collapse: collapse;
	border: 1px solid #ffffff;
}
#przebiegTrasy table td {
	border: 1px solid #ffffff;
	padding: 1px;
	
}
#przystanekInfo a {
line-height: 32px;
}
#przystanekInfo a img {
	border: none;
	margin-right: 10px;
	vertical-align: middle;
}
#transparentblock {
	width: 700px;
	height: 700px;
	float: left;
	margin: -700px 0px 0px 0px;
	position: relative;
	display: none;
	background: #000000 url(ztm_loading.gif) no-repeat center;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);

}