/*
	Stylesheet for paged media
*/

/* 
	Basic Layout
*/

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#shadow-bottom{
	display: none;
}

#all {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#container {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/*
	Styles for the main section
*/

#main {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#main #printhead{
	display: block;
}

#main #title{
	color: #ff6633;
	font-size: 14pt;
}

#main .titlePic{
	display: none;
}

#menue {
	display: none;
}

#contents {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#contents .title{
	color: #ff6633;
	font-size: 12pt;
	font-weight: bold;
}

#contents .note{
	font-size: 9pt;
}

#contents .nowrap{
	white-space: nowrap;
}

#contents .contPic{
	border: 1px solid #ff6633;
	text-align: center;
}

#contents .picBox{
	font-size: 7pt;
	height: 220px;
	padding: 5px;
	page-break-inside: avoid;
	text-align: center;
	width: 240px;
}

#contents .thumbnail{
	border: 1px solid #ff6633;
	cursor: default;
	text-align: center;
}

#contents .picBox strong{
	font-size: 8pt;
}

#contents .imgBox{
	border: none;
	display: inline;
	font-size: 9pt;
	margin: 10px 10px 10px 10px;
	text-align: left;
}

#contents a, a:hover{
	border-bottom: 1px solid #000000;
	color: #000000;
	text-decoration: none;
}

#contents th{
	border-bottom: 1px solid #ff6633;
	font-weight: bold;
	padding: 0px 4px;
}

#contents img{
	border: 0px;
}

#contents .infoline{
	display: none;
}

#left {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#left .newsDate{
	color: #ff6633;
	font-size: 8pt;
	padding: 0px 10px 0px 0px;
}

#left ul{
	list-style-type: disc;
}

#left ul li{
	padding: 0px 5px 0px 15px;
}

#left .bus{
	background: url(/graphics/contents/bus.gif) no-repeat left bottom;
	margin: 0px;
	padding: 5px 0px 0px 18px;
}

#left .metrobus{
	background: url(/graphics/contents/metrobus.gif) no-repeat left bottom;
	margin: 0px;
	padding: 5px 0px 0px 18px;
}

#left .ubahn{
	background: url(/graphics/contents/u-bahn.gif) no-repeat left bottom;
	margin: 0px;
	padding: 5px 0px 0px 18px;
}

#left .sbahn{
	background: url(/graphics/contents/s-bahn.gif) no-repeat left bottom;
	margin: 0px;
	padding: 5px 0px 0px 18px;
}

#small-logo {
	display: none;
}

#right {
	display: none;
}

#footer {
	display: none;
}

#print-footer {
	font-size: 9pt;
}

#print-footer .title{
	color: #ff6633;
	font-size: 10pt;
	font-weight: bold;
}

#print-footer .cp{
	color: #999999;
	font-size: 7pt;
	text-align: center;
}

hr{
	border-top: 2px solid #ff6633;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	text-align: center;
}