<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	font-family: "Arial Narrow","Helvetica Condensed","Roboto Condensed",sans-serif;
	font-size: 1.0em;
	color: #424e61;
	padding: 0;
	margin: 0;
}

form {
/*	border: 1px solid green; */
	padding: 0;
	margin: 0;
}

h1 {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.3em;
}

p {
	margin-bottom: 20px;
}

.Dienst {
/*	border: 1px solid red; */
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	background-color: #DFDFDF;
	float: left;
}

.Dienst:hover {
	background-color: #CFCFCF; 
}

.Dienst div {
	margin: 10px;
}

.Dienst img {
	height: 20px;
}

.Dienstname {
/*	border: 1px solid green; */
	font-weight: bold;
	font-size: 1.2em;
}

.Dienstname a img {
	float: left;
	margin-right: 5px;
	border: 0px;
}

.Dienstname img.Authentifizierung {
	float: right;
	margin-left: 5px;
	height: 14px;
}

a {
	text-decoration: none;
	color: #424e61;
}

.Url{
/*	border: 1px solid blue; */
}

.Beschreibung {
/*	border: 1px solid orange; */
	margin-top: 20px;
}

.Hinweis {
/*	border: 1px solid pink; */
	font-size: 0.8em;
	font-style: italic;
}

.Monitoring {
	text-align: right;
	font-size: 0.9em;
	font-style: italic;
/*	border: 1px solid yellow;*/
}
.Monitoring img {
	float: right;
	height: 20px;
	margin-left: 10px;
	border: 0;
}

.HinweisGetCap {
	display: none;
}

.Dienstname a:hover .HinweisGetCap {
	display: block;
	position: absolute;
	left: 100px;
	top: 30px;
	background-color: #DFDFDF;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	padding: 3px;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-opera-opacity: 0.8;
}</pre></body></html>