html,body{
	padding: 0;
	margin: 0;
}

body{
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 25.68%,rgba(249,218,148,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 25.68%,rgba(249,218,148,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 25.68%,rgba(249,218,148,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 25.68%,rgba(249,218,148,1.00) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(179,179,179,1.00);
	}

body, table, span, td, tr, div, p, input, textarea, ul, ol, li, select, option, button, a{
	font-family: new-order, sans-serif;
	line-height: 1.5em;
	font-weight: 400;
	font-style: normal;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	color: #000000;
	font-size: 16px;
	}

h1, h2, h3, h4, h5, h6, h7{
	font-family: new-order, sans-serif;
	font-weight: 600;
	color: #9D1B32;
    margin-bottom: 15px;
	}

h1{
	font-size: 50px;
	text-transform: uppercase; 
	float: left;
	margin-top: 100px;
	}

h2{
	font-size: 20px;
	}

a:link, a:active, a:visited{
	color: rgba(118,46,10,1.00);
	text-decoration: none;
	}

a:hover{
	color: rgba(10,39,118,1.00);
	text-decoration: none;
	}

header{
    width: 100%;
    height: 150px;
    background-color: #E3E3E3;
	border-bottom: 2px solid rgba(33,33,33,1.00);
	padding: 0;
	margin: 0;
	}

#headerinner{
	width: 1000px;
	margin: 0px auto;
	}

#seitenkopf{
	width: 700px;
	float: left;
	}

#logo{
	width: 200px;
	float: right;
	text-align: right;
	margin-top: 35px;
	}

#meldungsbalken{
	height: 40px;
	background-color: #FFFFFF;
	margin-top: -30px;
	margin-bottom: 30px;
	width: 100%;
	}

#meldungsbalken_inner{
	width: 1000px;
	margin: 0px auto;
	padding: 6px 0px 0px 0px;
	font-weight: 500;
	font-size: 18px;
	}

#content{
	width: 1000px;
	margin: 0px auto;
	}

.tooltip{
	cursor: help;
	position: relative;
	}

.tooltip span[role=tooltip]{
	display: none;
	}

.tooltip:hover span[role=tooltip]{
	display: block;
	position: absolute;
	bottom: 1em;
	left: 6em;
	width: 15em;
	padding: 0.5em;
	z-index: 100;
	color: #000;
	background-color: #CFF7CA;
	border: solid 1px #0A6D09;
	border-radius: 0.2em;
	}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: opacity 200ms;
	visibility: hidden;
	opacity: 0;
}
.overlay .cancel {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
.modal {
	margin: 100px auto;
	padding: 20px;
	background: #E7E7E7;
	border: 1px solid #666;
	width: 500px;
	border-radius:6px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	position: relative;
}
.modal .content {
	max-height: 500px;
	overflow: auto;
}

/* Tabellen */

div.tabellenkopf{
	border-bottom: 2px #202020 solid;
	float: left;
	}

div.tabellenkopfzeile{
	font-size: 12px;
	font-weight: 300;
	float: left;
	}

div.tabellenzeile_ohover{
	background-color: #E8E8E8;
	font-size: 15px;
	font-weight: 400;
	border-bottom: 1px #202020 dotted;
	float: left;
	padding: 7px 5px 4px 5px;
}

div.tabellenzeile{
	background-color: #E8E8E8;
	font-size: 15px;
	font-weight: 400;
	border-bottom: 1px #202020 dotted;
	float: left;
	padding: 7px 5px 4px 5px;
}

div.tabellenzeile:hover{
	background-color: #D6D6D6;
	font-size: 15px;
	font-weight: 400;
	border-bottom: 1px #202020 dotted;
	float: left;
	padding: 7px 5px 4px 5px;
}

/* Formulare */


.aktionbutton{
	width: 160px;
	border: 1px solid #CFCFCF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #494949;
	font-size: 15px;
	cursor: pointer;
	border-radius: 6px;
	line-height: 1em;
	color: white;
}

.aktionbutton:hover{
	width: 160px;
	border: 1px solid #CFCFCF;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #181818;
	font-size: 15px;
	cursor: pointer;
	border-radius: 6px; 
	color: white;
}


input,select,textarea,option{
	border-radius: 5px;
	background-color: #FFFFFF;
	font-weight: 500;
	color: #9D1B32;
	font-size: 16px;
	padding: 8px 2px 6px 8px;
	border: 0.5px solid rgba(138,138,138,1.00);
}


select{
	padding: 5px;
}

.FORM2stellig{
	text-align: center;
	width: 35px;
	padding: 7px;
}

.FORM3stellig{
	text-align: center;
	width: 45px;
	padding: 7px;
}

.FORM6stellig{
	text-align: center;
	width: 60px;
}

.FORM12stellig{
	text-align: center;
	width: 100px;
}

input.uid{
	text-align: center;
	font-size: 22px;
	background-color: #EAC679;
	color: #1B1B1B;
	padding-top: 10px;
	width: 160px;
	border: 1px solid #313131;
}

input[type="submit"].uid_go{
	text-align: center;
	font-size: 22px;
	background-color: #0B691E;
	padding-top: 10px;
	width: 50px;
	color: #CFCFCF;
	border: 1px solid #313131;
}

input[type="submit"].uid_go:hover{
	text-align: center;
	font-size: 22px;
	background-color: #13A330;
	padding-top: 10px;
	width: 50px;
	color: #FFFFFF;
	border: 1px solid #313131;
}

input[type="submit"] {
	padding: 10 20 10 20;
	width: 200px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	color: #EAEAEA;
	font-size: 15px;
	background-color: #393939;
	margin-top: 10px;
	}

input[type="submit"]:hover {
	padding: 10 20 10 20;
	width: 200px;
	border-radius: 5px;
	border: none;
	cursor: pointer;
	color: #EAEAEA;
	font-size: 15px;
	background-color: #784A4A;
	margin-top: 10px;
	}

input::placeholder {
	color: #CECECE;
	opacity: 2;
	font-weight: 300;
	}

a.sortierung:link,a.sortierung:active,a.sortierung:visited{
    text-decoration: none;	
	background-color: #ADADAD;
	border-radius: 4px;
	text-align: center;
	padding: 3px 0px 0px 0px;
	color: black;
	float: left;
	margin-right: 2px;
	width: 22px;
}

a.sortierung:hover{
    text-decoration: none;	
	background-color: black;
	border-radius: 4px;
	text-align: center;
	padding: 3px 0px 0px 0px;
	color: white;
	float: left;
	margin-right: 2px;
	width: 22px;
}

/*input:invalid {
	background-color: #F78B8B;
	}*/

nav{
	height: 40px;
	background-color: #1E1E1E;
	margin-top: 2px;
	margin-bottom: 35px;
	width: 100%;
	}

#navigation{
	width: 1030px;
	margin: 0px auto;
	}


.topnav {
  overflow: hidden;
  
}

.topnav a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 8px 16px 6px 16px;
  text-decoration: none;
  font-size: 17px;
}

.fa-caret-down:before{content:"\f0d7"}
.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 8px 16px 6px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #555555;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 5px 16px 3px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #888888;
  color: white;
}

.dropdown:hover .dropdown-content {
  display: block;
}













