@media screen {
 .A {display: block }
 .B {display: block }
}

@media print {
 .A {display: block }
 .B {display: none }
}

body {font-family: Arial;
	font-size: 10pt;
	font-weight: normal;}

a	{text-decoration:none;}

a:hover
	{color: #DC127B;
	 text-decoration:underline;}

a.menu {font-family: Arial;
	font-size: 9pt;
	color: #D8E5F5;
	font-weight: bold;}

a.menu:hover
	{font-family: Arial;
	font-size: 9pt;
	color: #D8E5F5;
	font-weight: bold;}

a.menu-sub {font-family: Arial;
	font-size: 8pt;
	color: #D8E5F5;
	font-weight: normal;
	margin-left: 23px;
	line-height: 19px;}

a.menu-sub:hover {font-family: Arial;
	font-size: 8pt;
	color: #D8E5F5;
	font-weight: normal;
	margin-left: 23px;
	line-height: 19px;}

.text {font-family: Arial;
	font-size: 9pt;}

.literka
	{font-family: Arial;
	font-size: 7pt;}

.trasa-numer
	{font-family: Arial;
	font-size: 16pt;
	text-align: center;
	font-weight: bold;}

.trasa-numer-p
	{font-family: Arial;
	font-size: 16pt;
	text-align: center;
	font-weight: bold;
	color: #C60005;}

.kierunek
	{font-family: Arial;
	font-size: 10pt;
	font-weight: bold;}

.ending
	{font-family: Arial;
	font-size: 7pt;
	text-align: right;
	color: #999999;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 2px;}

.stopka
	{font-family: Arial;
	font-size: 8pt;}

.ciurkiem
	{font-family: Arial;
	font-size: 11pt;}

.red
	{font-family: Arial;
	font-size: 8pt;
	text-align: center;
	font-weight: bold;
	color: #B80000;}

.inputform
	{width: 80px;}

.wakacje
	{color: #006600;}

.submit
	{font-family: Arial;
	font-size: 9pt;
	border: none;
	background-color: transparent;
	color: black;
	text-decoration: none;
	text-align: left;
	width: 300px;}

.submit:hover
	{color: red;
	text-decoration: underline;}

/* layout */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:15px;
	color: #333333;
}

img {
	border: none;
}

h2 {
	color: #DC127B;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	border-bottom: 1px dotted #999;
}

h3 {
	color: #DC127B;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	border-bottom: 1px dotted #999;
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	background: url(images/header.png);
	border-right: 1px solid #DDD;
}

#header h1 {
	float: left;
	margin: 0;
	padding: 25px 0 0 20px;
}

/* Content */

#sidebarleft {
	float : left;
	width : 162px;
	height: 500px;
	margin : 0px;
	padding : 10px;
	color : #FFF;
	background : #DC127B url(images/bg_left.png) repeat-x 0 0;
	border-right: 1px solid #DC58A0;
}

#content {
	width: 900px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	border-right: 1px solid #DDD;
}

#colOne {
	float: left;
	width: 360px;
	padding: 15px;
	border-left: 1px solid #DDD;
}

#colTwo {
	float: left;
	width: 200px;
	padding: 15px;
	border-left: 1px solid #DDD;
}

#colMiddle {
	float: left;
	width: 70px;
	padding: 15px 10px 10px 10px;
	text-align: center;
}

#colSingle {
	float: left;
	width: 460px;
	padding: 15px 10px 10px 10px;
}

#colWide {
	float: left;
	width: 600px;
	padding: 15px 10px 10px 10px;
	border-left: 1px solid #DDD;
}

/* Footer */

#footer {
	background: url(images/bottom.gif);
	width: 900px;
	height: 50px;
	margin: 0 auto;
	padding: 13px 0 0 0;
	border-top: 1px solid #DDD;
}

#footer p {
	margin: 0px;
	text-align: center;
	color: #333333;
}

/* Elements */

a.route {
	color: #666;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	line-height:30px;
	border-bottom: 1px dotted #FFF;
}

a.route:hover {
	color: #DC127B;
	border-bottom: 1px dotted #999;
}

.color {
	color: #DC127B;
}

.timetableBody {
	padding: 10px;
}

.linenumber {
	color: #DC127B;
	font-size: 40pt;
	font-weight: bold;
	text-align: left;
	padding: 5px 50px 5px 0px;
}

h2 a {
	color: #DC127B;
}

h2 a:hover {
	color: #DC127B;
	text-decoration: none;
}

.button {
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	background: #fefefe;
	color: #DC127B;
	padding: 3px;
	border: 1px dotted #DC127B;
}
