* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(121,9,92,1) 35%, rgba(0,212,255,1) 100%); 
	color: rgb(209, 209, 209);
}

.content {
	max-width: 1200px;
	margin: auto;
}

input[type=button], input[type=submit], input[type=reset] {
	border: none;
	padding: 4px;
	margin-top: 0px;
	font-weight: bold;
	color: black;
	height: 21px;
	text-transform: capitalize;
}

#nachname, #vorname, #kursid, #datum, #suchbegriff {
	font-family: verdana;
	font-size: 1em;
}

#line {
	line-height: 2em;
	/*padding-left: 1em;*/
	/*background-color: #000;*/
	color: rgb(209, 209, 209);
	margin-bottom: 1em;
}
 
#seite {
    position: relative;
    min-height: 100%;
    margin: 0 auto;
}

footer {
    position:absolute;
    bottom: 0;
    width: 100%;
    background-color: yellow;
    height: 2em;
}

#einloggbereich {
	margin-top: 15px;
	width: 600px;
	margin-right: 1em;
	text-align: right;
	float: right;
	display: inline-block;
	font-size: 14px !important;
}

#einloggbereich p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#einloggbereich input {
	width: 100px;
	font-weight: bold;
	background-color: #eee;
	border: none;
	height: 21px;
}

#einloggbereich input[type=submit] {
    width: auto;
	height: auto;
	background-color: transparent;
	border: 1px solid #333;
	color: #333;
}

#inhalt {
	margin: 0 1em;
}

#inhalt h1, #inhalt p, form  {
	margin-top: 1em;
}

body {
	font-family: verdana;
}

header, footer {
	color: rgb(209, 209, 209);
	background-color: #333;
	background-color: ;
	background: #003366; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  hsla(210,100%,20%,1) 1%,hsla(213,100%,66%,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-linear-gradient(left, hsla(210,100%,20%,1) 1%, hsla(213,100%,66%,1) 100%);
	background: linear-gradient(to right,  hsla(210,100%,20%,1) 1%,hsla(213,100%,66%,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003366', endColorstr='#519fff',GradientType=1 ); /* IE6-9 */
}

header p {
	line-height: 3.4em;
	padding-left: 1em;
	font-size: 1.5em;
}

footer p {
	line-height: 2em;
	padding-left: 1em;
}

table {
	width: 100%;
	margin-top: 1em;
	color: black;
}

td {
	padding: 0.2em;
}

thead tr {
	color: white;
	background-color: #333;
}

tbody tr:nth-child(odd) {
	background-color: #eee;
}

tbody tr:nth-child(even) {
	background-color: #ccc;
}

tr:hover {
	/*background-color: limegreen !important;*/
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(121,9,92,1) 35%, rgba(0,212,255,1) 100%);
	color: white;
}

.seite_aktuell, .seite_nr {
	display: inline-block;
	color: white;
	background-color: limegreen;
	width: 1.4em;
	height: 1.4em;
	text-align: center;
	line-height: 1.4em;
	font-size: 1.2em;
	color: white;
}

.seite_nr {
	background-color: rgba(255, 255, 255, 0);
}

.seite_nr:hover {
	background-color: rgb(22, 22, 22);
}

form#datenpflege {
	border: 2px solid rgb(245, 55, 144);
	border-radius: 0.5em;
	padding: .2em 1em;
	/*background-color: #ddd;*/
}

#datenpflege span {
	display: inline-block;
	width: 140px;
	float: left;
}

.feedbackerfolg {
	background-color: green;
	color: rgb(209, 209, 209);
	padding: 1px;
}

.error {
	background-color: red;
	color: rgb(209, 209, 209);
	padding: 1px;
}

.textblack {
	color: rgb(209, 209, 209);
}
/* unvisited link */
a:link {
	color: hotpink;
	
}
  
/* visited link */
a:visited {
	color: hotpink;
	
}
  
/* mouse over link */
a:hover {
	color: hotpink;
	
}
  
/* selected link */
a:active {
	color: hotpink;
	
}