body {
	font-family: "Allianz Neo", -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
	color: #414141;
	-webkit-font-smoothing: antialiased;
	font-size: 10pt;
	margin: 0 0 0 0;
}

#alles {
	overflow: hidden;
	position: relative;
	clear: both;
	padding: 10px;
	margin: 0px;
}

#topline a:visited {
	color: #757b8a !important;
}

#topline a:link {
	color: #757b8a !important;
}

#topline {
	overflow: hidden;
	clear: both;
	height: 0px;
	background-color: #dedfe0;
	color: #b5b7bd;
	text-align: right;
	font-size: 10pt;
	margin: 0 0 2px 0;
	padding-top: 5px;
	padding-right: 10px;
}

#whiteline {
	height: 2px;
	background-color: white;
}

#logo {
	
	top: 13px;
	left: 0px;
	z-index: 10;
	height: 51px;
	width: 162px;
	background-color: white;
}

#logo img {
	margin: 13px 0;
}

#logospacer {
	width: 162px;
	height: 0px;
	float: left;
}

#usersearch{
	overflow: hidden;
	position: relative;
	clear: both;
	padding: 10px;
	margin: 0px;
}

#Application {
	overflow: hidden;
	width: 100%;
	height: 6%;
	background-color: #003781;
	margin: 0 0 2px 0;
	color: white;
}

#what {
	height: 50px;
	width: 640px;
	float: left;
	text-align: left;
	padding: 5px 0 0 5px;
	overflow: hidden;
	color: white;
}

#viewname {
	font-size: 15pt;
	font-weight: bold;
	color: white;
}

#ApplicationName {
	float: right;
	vertical-align: text-bottom;
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
	padding: 0 2px 0 0;
}

#topicline {
	width: 100%;
	text-align: left;
	height: 0px;
	background-color: #757b8a;
	margin: 0 0 2px 0;
	vertical-align: bottom;
	overflow: hidden;
	color: white;
}

#tabs li {
	display: inline;
	font-size: 10pt;
}

#tabs a {
	color: white;
	padding: 2px 10px 5px 10px;
	text-decoration: none;
}

#tabs a:hover {
	color: black;
	background: #c6c9d1;
}

#tabs a:active {
	color: black;
	background: #dedfe0;
}

#tabs #selected {
	color: black;
	background: #dedfe0;
}

#hauptbereich {
	overflow: hidden;
	position: relative;
	clear: both;
}

#navigation {
	background-color: #757b8a;
	width: 162px;
	float: left;
	margin-right: 2px;
	overflow: hidden;
}

#subNav {
	background-color: white;
	max-width: 162px;
	width: 162px;
	height: 310px;
	overflow: auto;
	overflow-x: visible;
	overflow-y: auto;
	color: white;
	font-size: 8pt;
	float: left;
}

#protokol {
	background-color: white;
	max-width: 162px;
	width: 162px;
	height: 310px;
	overflow: auto;
	overflow-x: visible;
	overflow-y: auto;
	color: white;
	font-size: 8pt;
	float: left;
}

#protHead {
	color: #113388;
	font-weight: bold;
	text-transform: uppercase;
	width: 155 px;
	height: 12px;
	border: 1px solid #757b8a;
	margin: 2px;
	text-transform: uppercase;
	width: 155 px;
	height: 12px;
	border: 1px solid #757b8a;
	padding: 4px 4px 5px;
}

#protSteps {
	border: 1px solid #757b8a;
	width: 158px;
	margin: 4px 2px;
}

#protStep td {
	color: #757b8a;
}

#protStep th {
	width: 20px;
	height: 20px;
	color: white;
	background-color: #757b8a;
}

#protStep td.selected {
	color: #113388;
}

#protStep th.selected {
	background-color: #113388;
}

#content {
	background-color: #eeeeee;
	width: 650px;
	float: left;
	padding: 4px;
	margin: 0 0 2px 0;
	overflow: auto;
}

#content a {
	color: blue;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: blue;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

#azfooter {
	bottom: 0;
	font-size: 8pt;
	height: 15px; 
	padding: 10px;
	position: fixed;   
	width: 100%; 
    color: #003781;
}

table.sortable thead {
	font-weight: bold;
}

table.sortable tbody td {
	text-align: center;
}

table.sortable tbody td#left {
	text-align: left;
}

#content th,td {
	text-align: left;
	font-size: 10pt;
}

.button {
	height: 25px;
	background-color: #003781;
	color: white;
	font-family: verdana, arial, sans-serif !important;
	font-weight: bold;
	cursor: pointer;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 7px;
	padding-right: 25px;
	padding-left: 7px;
}