* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	width: 73.75em;
}
.error {
	background-color: #e6f4fd;
}
/* DIVs */
div.tabHolder {
	clear: both;
	height: 2.6667em;
	margin-left: 1.5em;
	width: 52.3333em;
}

div.formHolder {
	display: none;
	visibility: hidden;
}
div.formHolderActive {
	background-color: #e5e5e5;
	clear: both;
	display: block;
	height: auto;
	margin-left: 1.5em;
	padding-bottom: 0.6667em;
	padding-top: 1.1667em;
	visibility: visible;
	width: 52.3333em;
}
div.formHolderWhite {
	background-color: transparent;
	clear: both;
	display: block;
	height: auto;
	margin-bottom: 2em;
	margin-right: 1.5em;
	visibility: visible;
	width: 52.3333em;
}
div.footHolder {
	margin-top: 4.5em;
	width: 52.3333em;
}
div.mapHolder {
	display: none;
	visibility: hidden;
}
div.mapHolderActive {
	display: block;
	visibility: visible;
}
div.mapHolderStyle {
	background-color: #e5e5e5;
	clear: both;
	height: auto;
	margin-left: 1.5em;
	padding: 0 0 1em 1.5em;
	width: 50.8333em;
	
}
div.legendHolder {
	background-color: #e5e5e5;
	border: 1px solid #787878;
	border-bottom: none;
	clear: both;
	display: none;
	height: auto;
	padding: 0.5em 0.5em 0.5em 0.75em;
	visibility: hidden;
	width: 48.25em;
}
div.legendHolderAusgabe {
	background-color: #e5e5e5;
	border: 1px solid #787878;
	border-bottom: none;
	clear: both;
	display: none;
	height: auto;
	padding: 0.5em 0.5em 0.5em 0.75em;
	visibility: hidden;
	width: 50.8333em;
}
div.helpHolder {
	background-color: #e5e5e5;
	clear: both;
	display: block;
	height: auto;
	margin-left: 1.5em;
	padding-bottom: 0.6667em;
	padding-top: 1.1667em;
	width: 20.5em;
}
div.textHolder {
	clear: both;
	margin: 0 0 0 1.5em;
	padding-top: 1em;
	width: 52.3333em;
}
div.left {
	float: left;
}
div.left#context {
	margin-left: 1.5em;
}
div#logo {
	background-color: #fff;
	display: none;
	float: right;
	height:5.3333em;	
	text-align: center;
	width: 9.1666em;
}
div#efaCalendarPopup {
	position:absolute;
	visibility:hidden;
	z-index:100;
}
div.box {
	border: 0.0833em solid #eeeeee;
	height: auto;
	padding-bottom: 1.3333em;
	width: 18em;	
}
div#toplink {
	display: none;
	float: left;
	width: 32.8333em;
}
div.BoxContext {
	background-color: #f5f5f5;
	padding: 0.8333em 1.3333em 1.3333em 1.3333em;
	width: 15.5em;
}
div.change {
	float:left;
	margin: 1em 0 0 8.4166em;
}
div.changeEfa {
	float:left;
	margin: 1em 0 0 2em;
}
div.BoxImportant {
	margin-top: 1.6666em;
	padding: 0 1.3333em 0 1.3333em;
	width: 12.8333em;
}
div.contentColumn {
	display: inline;
	float: left;
	margin: 0 0 0 1.3333em;
	width: 25.5833em;
}
div.contentColumnBox {
	background-color: #f5f5f5;
	padding: 1.3333em;
	margin: 0.3333em 0 1.3333em 0;
	height: 6.0833em;
}
div.contentColumnBox p {
	margin-left: 12.0833em;
}
div.contentColumnBox p.ColumnBoxMyEfa {
	margin-left: 6.75em;
}


div.closeMap {
	display: inline;
	float: right;
	margin: 0 1.1666em -0.0833em 0;
	padding: 0;
}
div.closeMapAusgabe {
	display: inline;
	float: right;
	margin: 0 0 -0.16667em 0;
	padding: 0;
}

/*Ausgabe*/
div.AusgabeBox {
	background-color: #f5f5f5;
	padding: 1em 0 1em 0;
	width: 53.8333em;
}
/* /DIVs */

/* Lists */
ul.topnavigation {
	clear: left;
	float: left;
	height: 2.5833em;
	margin-bottom: 0.1667em;
	width: 31.9166em;
	display: none;
}
ul.topnavigation li {
	color: #d2d2d2;
	background-color: #5c5c5c;
	font-weight: bold;
	list-style-type: none;
	margin: 0.1667em;
	margin-right: 0;
	padding: 0.5833em 1.3333em 0.4167em 1.3333em;
	float: left;
}
ul.topnavigation li.active {
	background-color: #000000;
	color: #f60;
}
ul.tabHolder {
	clear: left;
	float: left;
	cursor: pointer;
}
ul.tabHolder li {
	background-color: #f5f5f5;
	color: #5c5c5c;
	float: left;
	font-weight: bold;
	height: auto;
	list-style-type: none;
	margin-right: 0.0833em;
	padding: 0.75em 1.5em 0.5em 1.5em;
	width: auto;
}
ul.tabHolder li.active {
	background-color: #e5e5e5;
	color: #000;
}
div.contentColumn ul {
	margin: 0 0 1em 1.5em;
}


/* /Lists */
/* Images */
img {
	border: 0;
	vertical-align: top;
}
img.help {
	float: right;
	margin-top: 1.0833em;
}
img.map, img.search {
	cursor: pointer;
	float: right;
	margin-right: 1.3333em;
	margin-top: 0.0833em;
}

img.mapClose {
	cursor: pointer;
}
div#formSettings img {
	vertical-align: middle;
	margin: 0.0833em 0.25em 0.0833em 0.4166em;
}
img#logoimg {
	height: 3.4166em;
	margin-top: 1em;
	width:3.5em;
}
img#formDateArrowUp {
	clear: right;
	cursor: pointer;
	float: left;
	margin: 0.6667em 0 0 0.4167em;
}
img#formDateArrowDown {
	clear: left;
	cursor: pointer;
	float: left;
	margin: 0.3333em 0 0 0.4167em;
}
img#formDateCalendar {
	cursor: pointer;
	margin: 0.1667em 1.1667em 0 0.4167em;
}
table.overviewBody td img {
	margin-top: 0.1666em;
}
table.tripBody td.tripHeadline img, table.listing td.tripHeadline img  {
	padding-top: 2px;
}
div.contentColumnBox img {
	position: absolute;
}
a img {
display: none;
}

/* /Images */

/* Header */
h1 {
	display: none;
}
h1 small {
	font-size: 0.8333em;
	font-weight: bold;
}
body.help h1 {
	margin-bottom: 0.75em;
	width: auto;
}
h2 {
	clear: both;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3889em;
	margin: 1em 0 0.25em 1.5em;
	text-transform: uppercase;
}
div.tabHolder h2 {
	float: left;
	margin-left: 0;
}
h2#firstH {
	margin-bottom: 1.25em;
}
h3 {
	font-size: 1em;
	line-height: normal;
	margin-left: 1.5em;
}
h3.imglink {
	background: url('../images/pfeil_orange.gif') no-repeat 0 0.4166em;
	line-height: 1.3333em;
	padding-left: 0.75em;
}
div.box h3 {
	margin: 0.75em 0 0 1.3333em;
}
div.contentColumn h3 {
	margin: 0;
}
div.legendHolder h3, div.legendHolderAusgabe h3 {
	font-size: 0.9166em;
	line-height: 1.333em;
	margin: 0;
}
h4 {
	background-color: #e5e5e5;
	color: #707070;
	font-size: 1em;
	line-height: normal;
	padding: 0.75em 0 0.5833em 1.3333em;
	width: 16.8333em;
}
h4.imglink {
	background: #e5e5e5 url('../images/pfeil_dgrey.gif') no-repeat 1.3333em 1.0833em;
	padding-left: 2.0833em;
	width: 16.0833em;
}
div.BoxImportant h3 {
	background-color: transparent;
	color: #000;
	font-size: 1em;
	line-height: normal;
	padding: 0;
	margin: 0 0 1.4166em 0;
	text-transform: uppercase;
	width: 15.5em;
}
h6 {
	font-size: 1em;
	line-height: 1.3333em;
	width: 15.5em;
}
/* /Header */

/* Links */
a {
	color: #f60;
	text-decoration: underline;
}
ul.topnavigation a {
	color: #d2d2d2;
	background-image: none;
	padding: 0;
	text-decoration: none;
}
ul.topnavigation li.active a {
	color: #f60;
}
ul.tabHolder a {
	color: #5c5c5c;
	text-decoration: none;
}
ul.tabHolder li.active a {
	color: #000;
}
p.imglink a, h4.imglink a, div#toplink p.imglink a, span.imglink a, p.imglinkback a, h3.imglink a {
	text-decoration: none;
}
div.closeMap a, div.closeMapAusgabe a {
	border-left: 1px solid #787878;
	border-top: 1px solid #787878;
	color: #5c5c5c;
	font-size: 0.9166em;
	line-height: 1.5833em;
	padding: 0 0.5em 0 0.5em;
	text-decoration: none;
}
div#toplink p.imglink a {
	color: #d2d2d2;
}
h4.imglink a {
	color: #707070;
}
table.overviewBody a, table.tripBody a {
	text-decoration: none;
}
table.overviewBody a.small, table.tripBody a.small {
	display: none;
}
/* /Links */

/* Paragraphs */
br {
	clear: both;
}
div.formHolder p, div.formHolderActive p, div.formHolderWhite p, div.footHolder p {
	margin-left: 1.5em;
}
div.contentColumn p.imglink {
	margin-bottom: 0;
}
div.helpHolder p {
	margin-left: 1.5em;
	margin-right: 1.5em;
}
div.box p {
	margin: 0 1.3333em 0 1.3333em;
}
p.info {
	border: 0.0833em solid #499ad9;
	color: #499ad9;
	font-weight: bold;
	margin: 1.3333em 0 0 1.5em;
	padding: 0.5833em 1.3333em 0.5em 1.3333em;
}
p.banner {
	background-color: #737373;
	color: #fff;
	padding: 0.5833em 1.3333em 0.6666em 1.5em;
}
p.legendimg {
	clear: left;
	float: left;
	margin-right: 0.5em;
}
p.legendimgtext {
	clear: right;
	float: left;
	width: 19.25em;
}
p.efaprint {
	display: none;
}

p.banner a {
	font-size: 1.1667em;
	font-weight: bold;
	text-transform: uppercase;
}

table.map td p.closeMap {
	margin-top: 0.25em;
	padding-right: 0;
}
div.AusgabeBox p {
	margin: 0 0 0 1.5em;
}
p.imglink {

	background: url('../images/pfeil_orange.gif') no-repeat 0 0.4166em;
	line-height: 1.3333em;
	padding-left: 0.75em;
}
p.imglinkback {
	background: url('../images/pfeil_orange_back.gif') no-repeat 0 0.4166em;
	line-height: 1.3333em;
	padding-left: 0.75em;
}
div#toplink p.imglink {
	background: url('../images/pfeil_lgrey.gif') no-repeat 0 0.3333em;
	float: right;
	padding-left: 0.75em;
	margin-top: 0.75em;
}
div#toplink p.logout {
	display: inline;
	font-weight: bold;
	margin-right: 19.8333em;
}
table.overviewBody  p.imglink {
	background: url('../images/pfeil_orange.gif') no-repeat 0 0.4166em;
	font-weight: bold;
	line-height: 1.3333em;
	padding-left: 0.5em;
}
div.formHolderWhite p, div.contentColumn p {
	margin-bottom: 1.3333em;
}
div.contentColumn div.contentColumnBox p {
	margin-bottom: 0;
}
div.legendHolder p, div.legendHolderAusgabe p {
	font-size: 0.9166em;
	line-height: 1.1667em;
	margin-bottom: 1.1667em;
}
/*Ausgabe*/
p.label {
	clear: left;
	float: left;
	width: 5em;
}
/* /Paragraphs */
/* Forms */
button {
	background-color: #fff;
	border: 0;
	cursor: pointer;
	float: left;
	height: auto;
	margin: 1.1667em 0 0 1em;
	width: 7.25em;
	
}
div.AusgabeBox button {
	display: none;
}
div.BoxContext button {
	background-color: #f5f5f5;
	margin: 0.3333em 0 0 -0.3333em;
}
div.contentColumn button {
	margin: 0 0 2em -0.3333em;
}

button.search {
	background-color: #e5e5e5;
	display: none;
	float: none;
	margin: 0 0 0.5em 0;
	vertical-align: middle;
	visibility: hidden;
	width: 6.6666em;
}
input {
	border: 1px solid #7f9db9;
	line-height: normal;
	margin-bottom: 0.6667em;
	vertical-align: middle;
}
input.text {
	padding: 2px;
	width: 183px;
}
input.textReg {
	padding: 2px;
	width: 300px;
}
input.city {
	padding: 2px;
	width: 183px;
}
input.date {
	padding: 2px;
	width: 22px;
}
input.radio {
	margin: 0;
	border: 0;
}
input.checkbox {
	display: none;
	}
label {
	margin-right: 1em;
}
label.stop {
	margin-right: 1.5833em;
}
select {
	border: 1px solid #7f9db9;
	margin-bottom: 0.6667em;
	padding: 2px;
	width: 189px;
	vertical-align: middle;
}
select.wide {
	width: 420px;
}
select.auto {
	width: auto;
}
/* /Forms */

/* calendar */
table.cpBorder {
	background-color: #f5f5f5;
	border: 0.0833em solid #f60;
	border-collapse: collapse;
}
table.cpBorder table, table.cpBorder td {
	border: 0;
}
td.cpTodayText {
	text-align: center;
}
table.cpBorder td.cpMonthNavigation {
	border-bottom: 1px solid #f60;
	text-align: center;
}
td.cpOtherMonthDate {
	padding: 0 0.25em 0 0.25em;
	text-align: center;
}
td.cpOtherMonthDate a {
	color: #5c5c5c;
}
td.cpCurrentDate {
	background-color: #e5e5e5;
	padding: 0 0.25em 0 0.25em;
	text-align: center;
}
td.cpCurrentMonthDate {
	padding: 0 0.25em 0 0.25em;
	text-align: center;
}
td.cpDayColumnHeader {
	font-weight: bold;
	text-align: center;
}
td.cpCloseButton {
	text-align: right;
}
/*Ausgabe Tables*/
table.overviewHead, table.tripHead {
	border-top: 0.1666em solid #737373;
	border-bottom: 0.1666em solid #737373;
	width: 53.8333em;
}
table.tripHead {
	margin-top: 1.0833em;
}
table.overviewHead th, table.tripHead th {
	font-weight: normal;
	padding: 0.5833em 0 0.3333em 0;	
	text-align: left;
}
table.overviewBody, table.tripBody, table.map {
	margin: 1.1666em 0 0 0;
	width: 53.8333em;
}
table.tripBody {
	margin: 0.4166em 0 0 0;
}
table.map {
	margin: 0 0 1.333em 0;
}
table.listing {
	width: 53.8333em;
	border-bottom: 0.1666em solid #737373;
}
table.listing th {
	border-top: 0.1666em solid #737373;
	border-bottom: 0.1666em solid #737373;
	padding: 0.5833em 0 0.3333em 0;	
	text-align: left;
	vertical-align: top;
}
table.listing td {
	padding: 0.5833em 0 0.3333em 0;	
	text-align: left;
	vertical-align: top;
}
table.listing td.trenner {
	font-size: 1px;
	line-height: 1px;
	padding: 0;
}
table.tripBody td, table.map td, table.tripHead th {
	vertical-align: top;
}
table.tripBody td.tripHeadline {
	padding-top: 0.3333em;
}
table.tripBody td.icon img {
	padding-top: 0.1666em;
}
table.tripBody img.trenner, table.map img.trenner {
	padding: 0.8333em 0 0.8333em 0;
}
table.listing img.trenner {
	padding: 0;
	vertical-align: bottom;
}
table.overviewBody td.navitop {
	display: none;
}
table.overviewBody td.navibottom {
	display: none;
}
table td.center, table th.center {
	text-align: center;
}
/* /Ausgabe Tables*/

/*Formatierung*/
table.tripBody span {
	color: #5a5a5a;
}
table.tripHead span.change, table.tripBody span.change {
	color: #429de6;
	font-weight: bold;
}
table.tripHead span.hinweis, table.tripBody span.hinweis {
	color: #499ad9;
	font-weight: bold;
}
span.imglink {
	background: url('../images/pfeil_orange.gif') no-repeat 0 0.4166em;
	line-height: 1.3333em;
	padding-left: 0.75em;
}
