@font-face {
  font-family: "corpos";
  src: url("corpos.ttf");
}

body {
	font-family: corpos, verdana, sans-serif;
	background-repeat: no-repeat;
}

#header {
	width: 100%;
	height: 70px;
}

#login {
	/*width: 40%;*/
	float: right;
}

#logo {
	width: 50%;
	height: 48px;
	float: left;
	/*background-size: 70%;*/
	background-repeat: no-repeat;
}

#navbar {
	width: 99%;
	height: 25px;
	padding: 0px 10px;
	background-repeat: repeat;
	border-top: 2px solid;
	border-bottom: 2px solid;	
}

#navbar span {
	border-right: 2px solid;
	padding: 10px;
}

#content {
	width: 100%;
	min-height: 400px;
	padding-bottom: 50px;
}

#content .view {
	width: 98%;
	border: 1px solid;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
}

#content .view th {
	border-right: 1px solid;
	border-left: 1px solid;
}

#content .view td {
	border-right: 1px solid;
	border-left: 1px solid;
}

#termin-gantt {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.innerTableTitle {
	text-align: center;
	font-weight: bold;
}

div .title {
	font-size: large;
	font-family: serif;
	border-bottom: 1px solid;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
}

.operations {
	text-align: right;
}

.forms {
	width: 50%;
	border: 0px none;
}

input {
	float: right;
}

select {
	float: right;
}

.textInput {
	width: 200px;
}

.numberInput {
	width: 100px;
}

input[type=number] {
	width: 100px;
}

.errorMsg {
	padding: 10px;
}

.notification {
	padding: 10px;
}

#impressum {
	width: 400px;
	border: 1px solid;
	padding: 10px;
	margin-left:auto;
	margin-right: auto;
}

#footer {
	width: 100%;
	height: 200px;
	font-size: x-small;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	bottom: 0;
}

#footer span {
	display: inline-block;
	vertical-align: -185px;
}

#dijit__MasterTooltip_0 {
	display: none;
}