.confirmationMsg {
	font-size: 14px;
	color: red;
	font-family: Arial;
}



.dateList {
	font-size: 12px;
	color: black;
	background: white;
	font-family: Arial;
}
.placeInputFrame {
	position:absolute;
	top: 250px;
	left: 0px;
	z-index: 1000
}

.placeList {
	font-size: 12px;
	color: black;
	background: silver;
	font-family: Arial;
	height: auto;
	width: 150px;
}

.placeInputForm {
	margin-top: 0px;
	padding-top: 0px;
}

.placeInputField {
	font-size: 12px;
	color: black;
	background: white;
	font-family: Arial;
	height: auto;
	width: 150px;
}

.regionList {
	font-size: 12px;
	color: black;
	background: silver;
	font-family: Arial;
	height: auto;
}

.regionListFrame {
	position:absolute;
	top: 300px;
	left: 0px;
	z-index: 1000;
}

.errorMsg {
	font-size: 12px;
	color: red;
	font-family: Arial;
}

.infoMsg {
	font-size: 12px;
	color: green;
	font-family: Arial;
}


.mustFieldSign {
	font-size: 12px;
	color: red;
	font-family: Arial;
}

.inputPrompt {
	font-size: 12px;
	color: black;
	font-family: Arial;
}

.inputField {
	font-size: 12px;
	color: black;
	font-family: Arial;
	width: 300px;
	
}

.prepaidcodeField {
	font-size: 12px;
	color: black;
	font-family: Monospaced;
	width: 350px;
	
}

.inputText {
	font-size: 12px;
	color: black;
	font-family: Arial;
}


.messageText {
	font-size: 12px;
	color: black;
	font-family: Arial;
}

.messageTextBold {
	font-size: 12px;
	color: black;
	font-family: Arial;
	font-weight: bold;
}

.titleTextBold {
	font-size: 18px;
	color: black;
	font-family: Arial;
	font-weight: bold;
}

.longMessageText {
	font-size: 14px;
	color: black;
	font-family: Arial;
}

.linkText {
	font-size: 12px;
	color: blue;
	font-family: Arial;
	text-decoration: underline;
}

.restaurantBGColor {
	background-color: #FFEDA8;
}

.titleText {
	font-size: 14px;
	color: black;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
}

.routeDescriptionTitleText {
	font-size: 14px;
	color: black;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.promptTextBold {
	font-size: 14px;
	color: black;
	font-family: Arial;
	font-weight: bold;
}
.dataText {
	font-size: 14px;
	color: black;
	font-family: Arial;
}
.dataTextBold {
	font-size: 18px;
	color: black;
	font-family: Arial;
	font-weight: bold;
}

.messageLink {
	font-size: 12px;
	color: blue;
	font-family: Arial;
	font-style: italic;
}

.buttonSmall {
	width: 60px;
	height: 20px;
	font-size: 10px;
	color: black;
	font-family: Arial;
}

.buttonMedium {
	width: 100px;
	height: 30px;
	font-size: 12px;
	color: black;
	font-family: Arial;
}

.buttonLong {
	width: 160px;
	height: 30px;
	font-size: 12px;
	color: black;
	font-family: Arial;
}

.buttonXXL {
	width: 400px;
	height: 30px;
	font-size: 12px;
	color: black;
	font-family: Arial;
}

.standardList {
	font-size: 12px;
	color: black;
	background: white;
	font-family: Arial;
	height: auto;
}
.routeTable{
	border-bottom: thin;
	border-left: thin;
	border-right: thin;
	border-top: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-color: black;
	border-left-color: black;
	border-right-color: black;
	border-top-color: black;
	border-spacing: 0px;
}

.routeTableHeader{
	background: silver;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: left ;
	vertical-align: top;
    margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: black;
	empty-cells: show;
}

.routeTableHeaderCentered{
	background: silver;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
    margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: black;
	empty-cells: show;
}

.routeTableRowOdd{
	background-color: activeborder;
}


.routeTableRowEven{
	background-color: white;
}

.routeTableFooter{
   	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: black;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: black;
}
 
.routeTableTextContent{
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: black;
}

.routeTableTextContentCentered{
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: black;
}

.routeTableNumberContent{
	font-family: Arial;
	font-size: 12px;
	text-align: right;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: black;
}

.routeTableButtonContent{
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: black;
}


.listHeader {
	font-size: 12px;
	color: black;
	background: gray;
	font-family: Arial;
	font-weight: bold;
}

.inputSelect { 
	width:300px; 
	font-size: 12px;
	color: black;
	background: white;
	font-family: Arial;
	height: auto;
}

.scrolldiv {
	width: 790px; 
	height: 680px;
	overflow: scroll;
}

#einfuehrung {
	position:absolute;
	top: 10px;
	right: 10px;
	z-index: 1000
}

#wetter {
	position:absolute;
	top: 90px;
	right: 10px;
	z-index: 1000
}

#einfuehrung img {
	border: none;
}
