body {
	margin: 10px;
	background-color: #000000;
	overflow-X: hidden;
	overflow-Y: scroll;
	}
div {
	font-family: arial;
	font-size: 10pt;
	}
div.titel {
	font-weight: bold;
	font-size: 12pt;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	}
div.info {
	font-size: 6pt;
	color: #FFFFFF;
	}
div.subtitel {
	font-weight: bold;
	font-size: 10pt;
	margin-left: 5px;
	margin-right: 5px;
	}
div.error {
	font-weight: bold;
	font-style: italic;
	font-size: 8pt;
	margin-left: 5px;
	margin-right: 30px;
	color: yellow;
	}
div.infobar {
	font-style: normal;
	font-size: 10pt;
	margin-left: 30px;
	margin-right: 30px;
	color: white;
	}
div.sub_infobar {
	font-style: normal;
	font-size: 8pt;
	margin-left: 5px;
	margin-right: 30px;
	color: white;
	}
div.alinea {
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 15pt;
	}
div.center-croppedMS {
    width: 330px;
    height: 100px;
    overflow:hidden;
}
div.center-croppedMS img {
    min-height: 100%;
    min-width: 100%;
    top: -55%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
div.center-croppedMX {
    width: 330px;
    height: 110px;
    overflow:hidden;
}
div.center-croppedMX img {
    min-height: 100%;
    min-width: 100%;
    top: -70%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
	
	
table {
	background-color: transparent;
	font-family: arial;
	font-size: 10pt;
	}
tr.subtitel {
	font-weight: bold;
	}
a.link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	}
a:link {
    color: #999999;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
	color: #999999;
	img.route {
	border: 1px solid #000000;
	}
td.revision {
	background-color: transparent;
	font-family: arial;
	font-size: 7pt;
	}

td.small {
	background-color: transparent;
	font-family: arial;
	font-size: 7pt;
	}
.nowrap {
    white-space: nowrap;
}

input {
    padding-left: 3px;
}
