* {
	font-family:Times,sans-serif;
}

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

body {
	overflow: auto;
	font-size:80%;
}

#vonRoute {
	text-align: center;
	background-color: #C0C0C0;
}
#loadingMessageContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 30%;
}
#loadingMessage {
	display: inline;
	font-size: 130%;
	font-weight: bold;
	color: #999;
}
#loadingMessage img {
	vertical-align: text-top;
}
#appHeader {
	position: relative;
	height: 92px;
	background-image: url(../image/header.png);
	background-repeat: repeat-x;
	background-color: #0A3351;
}
#appHeader .appHeaderLogo {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 92px;
	width: 97px;
	background-image: url(../image/logo.gif);
	background-repeat: no-repeat;
}
#appHeader .appHeaderText {
	filter:Shadow(color=#003300, direction=150);
	position: absolute;
	top: 10px;
	left: 80px;
	color: #FFFFFF;
	font-size: 330%;
	padding: 12px 12px 12px 12px;
}
#appHeader .appHeaderSlogan {
	text-align: right;
	color: #FFFFFF;
	font-size: 220%;
	padding: 35px 12px 12px 12px;
}

.textPfeil {
	font-family: Arial;
}

.whiteInput {
  color: #FFFFFF;
}

.textContainer {
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.textBackground {
	background:#FFF url(../image/textBackground.gif) repeat-x scroll center bottom;
}
/* fixes */
.gecko .textContainer {
	-moz-box-sizing: border-box;
}
.webkit .textContainer {
	-khtml-box-sizing: border-box;
}

.imageScroll-container {
	position:relative;
	width:1750px;
}

.imageScroll-clipRegion {
	border-bottom:2px solid #35A035;
	height:360px;
	margin:20px 0pt 0pt 20px;
	overflow:hidden;
	width:90%;
}

.imageScroll-tile {
	height:360px;
	width:250px;
	margin:0pt 10px;
}
.imageScroll-table {
}

.imageScroll-td {
	padding:10px;
	vertical-align:top;
	width:400px;
	margin:30pt 0px;
}

.imageScroll-image {
	height:100px;
	width:150px;
	margin:0pt 0px;
}

.imageScroll-btnBlock {
	margin:20px 0pt 0pt 40px;
}

.rowClassx {
  background-color:#CFFFCF;
}
.begriffimage {
   padding: 10px;
   margin:30px;
   float:left;
}

.begrifftext {
   padding: 10px;
}
.bottom {
  position: absolute;
  bottom:0;
}

.logo {
	height: 65px;
	width: 68px;
	background-image: url(../image/logo.gif);
}

.questionIcon {
	background-image:url(../image/icon/frage.jpg);
}

.backbaseWindow {
	background-image:url(../image/icon/Saftmobil.png);
}



legend {
  box-sizing: border-box;
}

.btl-tabBox {
  box-sizing: border-box;
}