body {
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11pt;
	color: #404040;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #ffffff;
}

@media all and (max-width: 1450px) {
	body {
		font-size: 10pt;
	}
}

@media all and (max-width: 1350px) {
	body {
		font-size: 9pt;
	}
}

@media all and (max-width: 1200px) {
	body {
		font-size: 8.5pt;
	}
}

@media all and (max-width: 1100px) {
	body {
		font-size: 8pt;
	}
}

@media all and (max-width: 1050px) {
	body {
		font-size: 7.5pt;
	}
}

#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: left;
}

::placeholder {
	color: grey;
}

table {
	font-size: 1em;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
}

.bolded {
	font-size: 1em color #000000;
	font-weight: bold;
}

.datesep {
	font-size: 1.2em;
	color: #606060;
	font-weight: 900;
}

.boldmsg {
	font-size: 1em;
	color: #606060;
	font-weight: bold;
}

.legend {
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}

tr {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: middle;
}

p {
	margin: 0px 0px 5px 0px;
	text-align: left;
	cursor: default;
	padding: 0px;
}

span {
	margin: 0px;
	padding: 0px;
}

img {
	border-style: none
}

input[type="text"], input[type="password"], input[type="date"], textarea
	{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	border: 2px solid #a0a0a0;
	padding: 3px 3px 3px 5px;
	color: #0000a0;
}

input[type="text"]:-ms-input-placeholder {
	color: grey !important;
}

input[type="date"]:-ms-input-placeholder {
	color: grey !important;
}

textarea:-ms-input-placeholder {
	color: grey !important;
}

select {
	font-size: 1em;
	border: 2px solid #a0a0a0;
	cursor: pointer;
	color: #0000a0;
}

.top_nav {
	position: absolute;
	top: 75px;
	left: 5%;
	width: 30%;
	font-size: 3.5em;
}

.nav_active {
	cursor: pointer;
	color: #025982;
	text-align: center;
	font-size: 0.5em;
	padding-top: 0.5em;
}

.nav_inactive {
	cursor: pointer;
	text-decoration: underline;
	color: #025982;
	text-align: center;
	font-size: 0.5em;
	padding-top: 0.5em;
}

.bottomnav {
	position: absolute;
	left: 5%;
	width: 90%;
}

.button_active {
	cursor: pointer;
	color: #025982;
	text-transform: uppercase;
	font-size: 1em;
	padding-top: 3px;
	margin-right: 20px;
}

.button_active:hover {
	text-decoration: underline;
}

.topbar {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	padding-top: 30px;
	background: #025982; 
	visibility: hidden;
}

.title {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 2em;
}

.subtitle {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 1.5em;
}

.closebutton {
	position: absolute;
	right: 20px;
	top: 5px;
	cursor: pointer;
}

.logo {
	position: absolute;
	left: 12px;
	top: 2px;
	height: 95%;
}

.outer_div {
	position: absolute;
	left: 5%;
	width: 90%;
	height: 60%;
	border: 1px solid #c0c0c0;
	overflow-x: hidden;
	overflow-y: auto;
}

.lernortname {
	position: absolute;
	left: 1%;
	top: 125px;
	width: 98%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

#lo_name {
	font-size: 1.5em;
	padding: 3px 10px;
	background: #f0f0f0;
	color: #0000a0;
}

.kurstitel {
	position: absolute;
	left: 1%;
	top: 155px;
	width: 98%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

#kurs_name {
	font-style: italic;
	font-size: 1.4em;
	padding: 3px 10px;
	background: #f0f0ff;
}

.warning {
	position: absolute;
	left: 0px;
	top: 180px;
	width: 100%;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #606060;
}

.keyword {
	margin-right: 10px;
	font-size: 1em;
	cursor: pointer;
	color: #0000a0;
	border: 1px solid #c0c0c0;
}

label:hover {
	font-style: italic;
}

.msg_outer {
	position: absolute;
	left: 0%;
	top: 40%;
	width: 100%;
	cursor: default;
	text-align: center;
	visibility: hidden;
	z-index: 9;
}

.msg_inner {
	position: absolute;
	left: 37.5%;
	top: 10px;
	width: 29.5%;
	border: 2px solid #025982;
	box-shadow: 5px 5px 5px #a0a0a0;
	background: #ffffff;
}

.msg_close {
	width: 1em;
	margin: 2px;
	cursor: pointer;
}

.msg_text {
	font-size: 1.3em;
}

.note {
	font-size: 1.0em;
	padding: 0 10px;
	color: #000000;
}

.error {
	width: 100%;
	background: #ffffff;
	border: 1px solid #000000;
	box-shadow: 3px 3px #e0e0e0;
	display: none;
}

option {
	color: #404040;
}