* {
    margin: 0;
    padding: 0;
}
 
html, body {
    height: 100%;
}
 
#seite {
    position: relative;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
/*    background-color: silver;*/
}

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

#einloggbereich {
	width: 300px;
	margin-right: 1em;
	text-align: right;
	float: right;
	display: inline-block;
	font-size: 10px !important;
}

#logo {
	width: 177px;
	margin-right: 1em;
	display: inline-block;
}
	
#einloggbereich p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#inhalt {
	margin: 0 1em;
}

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

body {
	font-family: sans-serif;
}

header, footer {
	color: white;
	background-color: #333;
	background-color: ;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003366+1,519fff+100 */
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;
}

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;
}

.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: darkblue;
}

.seite_nr:hover {
	background-color: deepskyblue;
	background-color: orange;
}

form#datenpflege {
	border: 1px solid black;
	border-radius: 1em;
	padding: .2em 1em;
	background-color: #ddd;
}

#datenpflege span {
/*	background-color: yellow;*/
	display: inline-block;
	width: 140px;
	float: left;
}

#bereich1      { order: 1;}
#bereich2	   { order: 2;}

@media (min-width: 768px) {
      .bereich_info {
          display: -webkit-flex;
          display: -ms-flexbox;                       // Internet Explorer 10
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          }

      #bereich1      { order: 1; }
      #bereich2      { order: 2; }
     
}

@media (min-width: 992px) {
      .bereich_info {
          display: -webkit-flex;
          display: -ms-flexbox;                       // Internet Explorer 10
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          }

      #bereich1      { order: 1; }
      #bereich2      { order: 2; }
      
}


