* {
	margin: 0px;
	padding: 0px;
}
body {
	margin:0px auto;
	padding: 0;
	width: 100%;
	height: 100%; 
	color:#525252;
	line-height:20px;
	font-size:13px;
	font-family: Arial;
	background:#f4f4f5;
	background-image:url('../images/white.gif');
	background-repeat:repeat-x;
}
	.maintext1
	{
		width:100%;
		min-height:300px;
		margin-left:0px;
		margin-top:10px;	
		text-align:left;
	}
.ClearRow
{
	clear:both;
	height:10px;
}
.ClearColumn
{
	float:left;
	width:20px;
}
.ersteschritte
{
	width:970px;
	margin-top:25px;
	margin-left:80px;
	border:0px dashed #b83911;
	padding:10px;
	background:#ffffff;
	text-align:left;

	border-radius: 4px 4px 4px 4px;
}
.back-to-top
{
	color:#666666;
	text-align:right;
	position: fixed;
	bottom:20px;
	right:20px;
	padding:1em;
	font-size:45px;
	float:right;
}
#insbox
{
	z-index:2000;
	width:1120px;
	border:0px solid #219b36;
	background:#ffffff;
	padding:7px;
	
	height:120px;
}
nav
{
	position:fixed;
	transition: transform .25s .1s ease-in-out;	
}
.FlexRow
{
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: left;
}
.FlexRowRTOColumn
{
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: left;
}
.SpaceAround
{

	justify-content: space-between;
}	
.SpaceAround2
{

	justify-content: space-around;
}
.GapVW
{
	 gap: 1vw;
}
.Gap15
{
	gap: 15px;
}
.Gap25
{
	gap: 25px;
}
.Gap35
{
	gap: 35px;
}
.Gap50
{
	gap: 50px;
}
.Gap60
{
	gap: 60px;
}
.Gap70
{
	gap: 70px;
}
.Gap100
{
	gap: 100px;
}
.RGap100
{
	gap: 100px;
}
.CGap15
{
	column-gap: 15px; /* Spaltenabstand */
}
.CGap25
{
	column-gap: 25px; /* Spaltenabstand */
}
.CGap35
{
	column-gap: 35px; /* Spaltenabstand */
}
.CGap45
{
	column-gap: 45px; /* Spaltenabstand */
}
.CGap55
{
	column-gap: 55px; /* Spaltenabstand */
}
.CGap65
{
	column-gap: 65px; /* Spaltenabstand */
}
.FlexColumn
{
	display:flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: left;
}
.JustifyItemsLeft
{
	justify-items: left;
	justify-content: left;
}
.JustifyItemsRight
{
	justify-items: right;
	justify-content: right;
}
.JustifyItemsCenter
{
	justify-content: center;
}
.JustifyItemsCenter-I
{
	justify-items: center;
}
.JustifyContentEnd
{
	justify-content: flex-end;
}
.JustifyContentSpaceBetween
{
	justify-content: space-between;
}
.JustifyContentSpaceAround
{
	justify-content: space-around;
}
.W150
{
	width:150px;
}
.W180
{
	width:180px;
}
.W200
{
	width:200px;
}
.W210
{
	width:210px;
}
.W226
{
	width:226px;
}
.W250
{
	width:250px;
}
.Padding0
{
	padding:0px;
}
.Padding2
{
	padding:2px;
}
.Padding5
{
	padding:5px;
}
.Padding10
{
	padding:10px;
}
.Padding15
{
	padding:15px;
}
.Padding20
{
	padding:20px;
}
.StatusBar
{
	width:130px;
	background:#5cb85c;
	float:left;
	height:15px;
	border-right:1px dotted #f1f1f1;
	text-align:right;
	color:#ffffff;
	font-size:16px;
	cursor:pointer;
}
.StatusBarDelay
{
	width:130px;
	background:#f6a811;
	float:left;
	height:15px;
	border-right:1px dotted #f1f1f1;
	text-align:right;
	color:#ffffff;
	font-size:16px;
	cursor:pointer;
}
.OpenDash
{
	width:410px;
	cursor:pointer;
	height:33px;
	z-index:300;
	text-align:center;
	font-size:14pt;
	margin-top:50px;
	margin-left:0px;
	z-index:1001;
	color:#0aa245;
	padding-top:12px;
	background-image: linear-gradient(to top, #d9d9d9 9%, #eaeaea 95%);
	border-bottom: 0px solid #cccccc;
	border-radius: 4px 4px 4px 4px;
	float:left;
}
.OpenDash:hover
{
	background:#f1f1f1;
}
.kreis_step {
  width: 40px;
  height: 29px;
  border-radius:40px;
  background:#219b36;
  color:#ffffff;
  font-size:20pt;
  text-align:center;
  padding-top:11px;
  padding-left:0px;
  float:left;
  margin-left:10px;
  margin-top:-2px;
  cursor:pointer;
}
.kreis_step:hover
{
	background:#666666;
}
.insbox
{
	z-index:2000;
	width:1115px;
	border:0px solid #219b36;
	background:#ffffff;
	padding:7px;
	
	height:120px;
}
.insbox_Line
{
	z-index:2000;
	width:1125px;
	border:1px solid #219b36;
	background:#ffffff;
	padding:7px;
	height:320px;
	display:none;
	clear:both;
}
.down nav {
   transform: translate3d(0, -200px, 0); // um 100px nach oben verschieben
}
.sendinfo
{
	width:1110px;
	background:#f1f1f1;
	padding:5px;
	margin-bottom:5px;
	text-align:center;
	font-weight:bold;
	border:1px solid #a48402;
}
.HelpText
{
	display:none;
	width:300px;
	padding:10px;
	border:1px solid #cda402;
	background:#fceba7;
	position:absolute;
	float:left;
	margin-top:-35px;
	margin-left:480px;
	z-index:6000;
}
/* (A) UPLOAD ZONE */
#upzone {
	width: 500px; 
	height: 165px; 
	background: #f1f1f1;
	border:3px dashed #cccccc;
	padding: 2px;
	text-align:center;
  }
  #upzone.highlight {
	background: rgb(184, 14, 2);
	opacity: 2;
	transition: 0.4s;
  }
  
  /* (B) UPLOAD FORM */
  #upform {
	display: none;
  }
  .vpinput2
  {
	  border:0px;
	  height:30px;
	  width:400px;
	  background:#f1f1f1;
	  border:1px solid #cccccc;
  }
.newslide
{
	display:none;
	background:#ffffff;
	box-shadow: 8px 8px 12px #666666;
	width:1090px;
	padding:20px;
	position:absolute;
	margin-top:0px;
	margin-bottom:50px;
}
.hinweis_box
{
	position:absolute;
	margin-left:500px;
	font-color:#666666;
	font-size:14px;
}
.InlineHinweis
{
	z-index:3000;
	position:absolute;
	width:650px;
	height:115px;
	background:#edca0a;
	display:none;
	margin-top:7px;
	margin-left:-120px;
	padding:10px;
	text-align:center;
	color:#666666;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 8px 8px 12px #666666;
}
.button_default
{
	background:#cccccc;
	color:#666666;
	padding:3px;
	width:100px;
	border:0px;
}
.button_default:hover
{
	background:#666666;
	color:#ffffff;
}
.btnNormal {
	display: inline-block;
	width:160px;
	height:35px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 0px solid transparent;
    color: #fff;
    background-color: #6c757d;
	border-color: #6c757d;
	border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btnNormal:hover
{
	border:2px solid #d1d1d1;
	background: #f1f1f1;
	color: #6c757d;
	cursor:pointer;
}
.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
  }
  
  .alert-heading {
	color: inherit;
  }
  
  .alert-link {
	font-weight: 700;
  }
  
  .alert-dismissible {
	padding-right: 4rem;
  }
  
  .alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0.75rem 1.25rem;
	color: inherit;
  }
  
  .alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
  }
  
  .alert-primary hr {
	border-top-color: #9fcdff;
  }
  
  .alert-primary .alert-link {
	color: #002752;
  }
  
  .alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
  }
  
  .alert-secondary hr {
	border-top-color: #c8cbcf;
  }
  
  .alert-secondary .alert-link {
	color: #202326;
  }
  
  .alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
  }
  
  .alert-success hr {
	border-top-color: #b1dfbb;
  }
  
  .alert-success .alert-link {
	color: #0b2e13;
  }
  
  .alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
  }
  
  .alert-info hr {
	border-top-color: #abdde5;
  }
  
  .alert-info .alert-link {
	color: #062c33;
  }
  
  .alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
  }
  
  .alert-warning hr {
	border-top-color: #ffe8a1;
  }
  
  .alert-warning .alert-link {
	color: #533f03;
  }
  
  .alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
  }
  
  .alert-danger hr {
	border-top-color: #f1b0b7;
  }
  
  .alert-danger .alert-link {
	color: #491217;
  }
  
  .alert-light {
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
  }
  
  .alert-light hr {
	border-top-color: #ececf6;
  }
  
  .alert-light .alert-link {
	color: #686868;
  }
  
  .alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
  }
  
  .alert-dark hr {
	border-top-color: #b9bbbe;
  }
  
  .alert-dark .alert-link {
	color: #040505;
  }
  
.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}
.d-inline-block {
	display: inline-block !important;
  }  
.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}
.valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 80%;
	color: #28a745;
  }
  
  .valid-tooltip {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: 0.25rem 0.5rem;
	margin-top: .1rem;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40, 167, 69, 0.9);
	border-radius: 0.25rem;
  }
  .tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
  }
  
  .tooltip.show {
	opacity: 0.9;
  }
  
  .tooltip .arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
  }
  
  .tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
  }
  
  .bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
	padding: 0.4rem 0;
  }
  
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
	bottom: 0;
  }
  
  .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
	top: 0;
	border-width: 0.4rem 0.4rem 0;
	border-top-color: #219b36;
  }
  
  .bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
	padding: 0 0.4rem;
  }
  
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
	left: 0;
	width: 0.4rem;
	height: 0.8rem;
  }
  
  .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
	right: 0;
	border-width: 0.4rem 0.4rem 0.4rem 0;
	border-right-color: #219b36;
  }
  
  .bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
	padding: 0.4rem 0;
  }
  
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
	top: 0;
  }
  
  .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
	bottom: 0;
	border-width: 0 0.4rem 0.4rem;
	border-bottom-color: #219b36;
  }
  
  .bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
	padding: 0 0.4rem;
  }
  
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
	right: 0;
	width: 0.4rem;
	height: 0.8rem;
  }
  
  .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
	left: 0;
	border-width: 0.4rem 0 0.4rem 0.4rem;
	border-left-color: #219b36;
  }
  
  .tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #219b36;
	border-radius: 0.25rem;
  }
  
  .popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #219b36;
	border-radius: 0.3rem;
  }
  
  .popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
	margin: 0 0.3rem;
  }
  
  .popover .arrow::before, .popover .arrow::after {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
  }
  
  .bs-popover-top, .bs-popover-auto[x-placement^="top"] {
	margin-bottom: 0.5rem;
  }
  
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
	bottom: calc(-0.5rem - 1px);
  }
  
  .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
	bottom: 0;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: rgba(0, 0, 0, 0.25);
  }
  
  .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
	bottom: 1px;
	border-width: 0.5rem 0.5rem 0;
	border-top-color: #fff;
  }
  
  .bs-popover-right, .bs-popover-auto[x-placement^="right"] {
	margin-left: 0.5rem;
  }
  
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
	left: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
  }
  
  .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
	left: 0;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: rgba(0, 0, 0, 0.25);
  }
  
  .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
	left: 1px;
	border-width: 0.5rem 0.5rem 0.5rem 0;
	border-right-color: #fff;
  }
  
  .bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
	margin-top: 0.5rem;
  }
  
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
	top: calc(-0.5rem - 1px);
  }
  
  .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
	top: 0;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: rgba(0, 0, 0, 0.25);
  }
  
  .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
	top: 1px;
	border-width: 0 0.5rem 0.5rem 0.5rem;
	border-bottom-color: #fff;
  }
  
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -0.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7;
  }
  
  .bs-popover-left, .bs-popover-auto[x-placement^="left"] {
	margin-right: 0.5rem;
  }
  
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
	right: calc(-0.5rem - 1px);
	width: 0.5rem;
	height: 1rem;
	margin: 0.3rem 0;
  }
  
  .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
	right: 0;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: rgba(0, 0, 0, 0.25);
  }
  
  .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
	right: 1px;
	border-width: 0.5rem 0 0.5rem 0.5rem;
	border-left-color: #fff;
  }
  
  .popover-header {
	padding: 0.5rem 0.75rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
  }
  
  .popover-header:empty {
	display: none;
  }
  
  .popover-body {
	padding: 0.5rem 0.75rem;
	color: #219b36;
  }
.ConfBox
{
	width:1120px;
	min-height:950px;
	background:#ffffff;
	padding:10px;
	border-radius: 3px 3px 3px 3px;
}
.Height10
{
	height: 10px;
}
.Height20
{
	height: 20px;
}
.Height30
{
	height: 30px;
}
.ConfBoxLeft
{
	width:430px;
	float:left;
}
.ConfBoxRight
{
	width:680px;
	float:left;
}
.ConfBoxButton
{
 background:#7b7e7b;
 color:#ffffff;
 width:350px;
 height:45px;
 padding:5px;
 text-align:center;
 cursor:pointer;
 border: 2px solid #7b7e7b;
 margin-bottom:7px;
 font-size:18px;
 border-radius: 3px 3px 3px 3px;
}
.ConfBoxButton a
{
	color:#666666;
	font-size:18px;
	font-weight:bold;
}
.ConfBoxButton:hover
{
	color:#666666;
	background:#aad699;
	border: 2px solid #d2f3c6;
}
.ConfBoxButtonBig
{
 background:#219b36;
 color:#ffffff;
 width:150px;
 height:65px;
 padding:5px;
 text-align:center;
 cursor:pointer;
 border: 2px solid #219b36;
 margin-bottom:7px;
 font-size:18px;
 float:left;
 border-radius: 3px 3px 3px 3px;
}
.ConfBoxButtonBig a
{
	color:#666666;
	font-size:18px;
	font-weight:bold;
}
.ConfBoxButtonBig:hover
{
	color:#666666;
	background:#aad699;
	border: 2px solid #d2f3c6;
}
.ConfBoxHinweis
{
	margin-left:100px;
	margin-top:100px;
	width:450px;
	background:#ffffff;
	padding:15px;
	border:2px solid #cccccc;
	color:#8d8c8c;
	font-size:18px;
	line-height:23px;
	border-radius: 7px 7px 7px 7px;
}
.ConfBoxHinweisImport
{
	margin-left:100px;
	margin-top:100px;
	width:450px;
	background:#ffffff;
	padding:15px;
	border:2px solid #cccccc;
	color:#8d8c8c;
	font-size:18px;
	line-height:23px;
	border-radius: 7px 7px 7px 7px;
	box-shadow: inset 0 0 1em #ffffff, 0 0 1em #666666;
}
.MailSendTextbox
{
	width:550px;
	float:left;
	margin-left:25px;
	text-align:left;
	background:#ffffff;
	color:#666666;
	padding:15px;
	border:0px solid #cccccc;

	border-radius: 7px 7px 7px 7px;
	box-shadow: inset 0 0 1em #ffffff, 0 0 0.5em #666666;
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
  }
  
  .table th,
  .table td {
	padding: 0.55rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
  }
  
  .table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
  }
  
  .table tbody + tbody {
	border-top: 2px solid #dee2e6;
  }
.table thead th
{
	vertical-align:bottom;
	border-bottom:2px solid #c5c8cc;
}
.table tbody+tbody
{
	border-top:2px solid #dee2e6;
}
.table-sm td,.table-sm th
{
	padding:.3rem
}
.table-bordered
{	
	border:1px solid #dee2e6;
}
.table-bordered td,.table-bordered th
{
	border:1px solid #dee2e6
}
.table-bordered thead td,.table-bordered thead th
{
	border-bottom-width:2px;
}
.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th
{
	border: 0;
}
.table-striped tbody tr:nth-of-type(odd)
{
	background-color:rgba(0,0,0,.05);
}
.table-hover tbody tr:hover
{
	color:#212529;
	background-color:rgba(0,0,0,.075);
}
.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}
.WaitCircle
{
	width:650px;
	height:800px;
	display:none;
	background-color: #ffffff;
	z-index:3001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.p_del_butt
{
 width:75px;
 float:right;
 font-size:11px;
 margin-left:2px;
 margin-top:-2px;
 text-align:center;
 padding:3px;
 background:#f8b5ad;
 cursor:pointer;
}
.p_del_butt:hover
{
 text-align:center;
 padding:3px;
 background:#d6dde3;
}
.p_bem_butt
{
 width:75px;
 float:right;
 font-size:11px;
 margin-left:2px;
 margin-top:-2px;
 text-align:center;
 padding:3px;
 background:#c6c6c6;
 cursor:pointer;
}
.p_bem_butt:hover
{
 text-align:center;
 padding:3px;
 background:#d6dde3;
}
.p_del_butt2
{
 width:50px;
 float:right;
 font-size:11px;
 margin-left:2px;
 margin-top:-2px;
 text-align:center;
 padding:2px;
 background:#f8b5ad;
 cursor:pointer;
 height:18px;
}
.p_del_butt2:hover
{
 text-align:center;
 padding:2px;
 background:#d6dde3;
}
.p_bem_butt2
{
 width:50px;
 float:right;
 font-size:11px;
 margin-left:2px;
 margin-top:-2px;
 text-align:center;
 padding:2px;
 background:#dbe2c5;
 cursor:pointer;
 height:18px;
}
.p_bem_butt2:hover
{
 text-align:center;
 padding:2px;
 background:#d6dde3;
}
#SachHead
	{
		cursor:pointer;
		background:#e5e4e4;
		color:#666666;
		margin-bottom:1px;
		margin-top:3px;
		overflow:visible;
		height:28px;
		width:1122px;
		font-weight:bold;
		font-size:18px;
		padding-left:18px;
		padding-top:7px;
		border-radius: 3px 0px 0px 0px;
	}
#SachHead:hover
{
	background:#5cb85c;
	color:#ffffff;
}
#SachHead_Mand
	{
		cursor:pointer;
		background:#e5e4e4;
		color:#666666;
		margin-bottom:1px;
		margin-top:3px;
		overflow:visible;
		height:28px;
		width:990px;
		font-weight:bold;
		font-size:18px;
		padding-left:18px;
		padding-top:7px;
		float:left;
		border-radius: 3px 0px 0px 0px;
	}
#SachHead_Mand:hover
{
	background:#5cb85c;
	color:#ffffff;
}
#SachHeadM
	{
		cursor:pointer;
		background:#e5e4e4;
		color:#666666;
		margin-bottom:1px;
		margin-top:3px;
		overflow:visible;
		height:28px;
		width:1068px;
		font-weight:bold;
		font-size:18px;
		padding-left:18px;
		padding-top:7px;
		border-radius: 3px 0px 0px 0px;
		float:left;
		
	}
#SachHeadM:hover
{
	background:#5cb85c;
	color:#ffffff;
}
#SachHeadM_dea
	{
		cursor:pointer;
		background:#f1f1f1;
		color:#cccccc;
		margin-bottom:1px;
		margin-top:3px;
		overflow:visible;
		height:28px;
		width:1068px;
		font-weight:bold;
		font-size:18px;
		padding-left:18px;
		padding-top:7px;
		border-radius: 3px 0px 0px 0px;
		float:left;
		
	}
#SachHeadM_dea:hover
{
	background:#077231;
	color:#ffffff;
}
#SachHeadMShort
	{
		cursor:pointer;
		background:#e5e4e4;
		color:#666666;
		margin-bottom:1px;
		margin-top:3px;
		overflow:visible;
		height:28px;
		width:650px;
		font-weight:bold;
		font-size:18px;
		padding-left:18px;
		padding-top:7px;
		border-radius: 3px 0px 0px 0px;
		float:left;
		
	}
#SachHeadMShort:hover
	{
		background:#5cb85c;
		color:#ffffff;
	}
.news_list
{
	color:#666666;
	padding:0px;
	float:left;
	padding:2px;
}
.news_list_1
{
	cursor:pointer;
	background:#ffffff;
	width:1200px;
	margin-bottom:1px;
	margin-top:1px;
	border-bottom:1px solid #f1f1f1;
}
.news_list_1:hover
{
	background:#faffc5;
}
.news_list_1_down
{
	cursor:pointer;
	background:#ffffff;
	width:1200px;
	margin-bottom:1px;
	margin-top:1px;
	border:0px solid #666666;
	height:22px;
}
.news_list_1_down:hover
{
	background:#faffc5;
}
.news_list_2_down
{
	cursor:pointer;
	background:#f0f0f0;
	width:920px;
	margin-bottom:1px;
	border:0px solid #666666;
}
.news_list_2
{
	cursor:pointer;
	background:#f0f0f0;
	width:920px;
	margin-bottom:1px;
	border:0px solid #666666;
	height:26px;
}
.news_list_2:hover
{
	background:#faffc5;
}
.news_list_3
{
	cursor:pointer;
	background:#ffffff;
	width:920px;
	margin-bottom:1px;
	border-bottom:1px dotted #cccccc;
	height:26px;
}
.news_list_3:hover
{
	background:#faffc5;
}
.formfeld_a
{
	width:150px;
	height:20px;
	border:0px;
	padding:3px;
	background:#ffffff;
	border:2px solid #ffffff;
}
.formfeld_a:hover
{
	border:0px;
	padding:3px;
	border:2px solid #FFBF00;
}
 #map {
        height: 300px;
		width:250px;
      }
a{ color: #035e26; text-decoration: none;} 
a:hover{ color: #003f63; text-decoration: none;}
a:active{ color: #9caa47;}
h1 {font-size: 16pt; font-weight: bold;color:#666666;margin-bottom:15px;}   
h2 {font-size: 14pt; font-weight: bold;color:#666666;margin-bottom:15px;text-align:left;}   
h3 {font-size:16pt;color:#035e26;margin-bottom:20px;}
#rahmen
{
    margin:0px auto;
    min-height: 100%;
    position: relative;
    overflow: auto;
    z-index: 0; 
    text-align:center;
    padding-bottom:60px;
}
#header {
	margin:0px auto;
	height: 130px;
	width:1200px;
	position: relative;
	overflow: visible;
	z-index:0; 
	text-align:right;
	color:#666666;
	padding-top:25px;
}
#bild_cont
{
	 width:100%;
	 height:300px;
	 text-align:center;
}
#bild
{  
  width:100%;
  height:350px;
  z-index:1;
  text-align:center;
  font-size:18pt;
  margin-top:-80px;
  z-index:1001;
}
.bild_inner9
{
  width:100%;
  height:330px;
  text-align:center;
  font-size:18pt;
  margin-top:-80px;
  z-index:1001;
  background:#3c464f;
}
.bild_cont_text
{
	z-index:1004;
	text-align:center;
	background:url(../images/banner.png) no-repeat;
	background-size:100% auto;
	color:#000000;
	width:1200px;
	height:330px;
	margin:0 auto;
}
#nav
{
 float:left;
 width:800px;
 color:#666666;
 text-align:left;
 text-transform:uppercase;
 font-size:14px;
 position:relative;
 z-index:1000;
 display:block;
}
#suchfeld
{
	margin:0px auto;
	width:1200px;
	text-align:left;
	z-index:3000;
	position:relative;
}
.nav_item
{
	width:100px;
	height:35px;
	padding:5px;
	margin-left:0px;
	float:left;
	text-align:left;
}
.navlink
{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
.navlink:hover
{
	color:#0aabac;
	text-decoration:none;
	font-weight:bold;
}
#logo
{
 float:right;
 width:400px;
 text-align:right;
 margin-top:-20px;
}
#content
{
	margin:0px auto;
	width:1200px;
	position: relative;
	z-index: 0; 
	text-align:right;
	color:#000000;
	padding-top:0px;
	background:#f4f4f5;
}
#text_li
{
 float:left;
 width:350px;
 text-align:left;
 padding:7px;
 padding-top:15px;
 padding-right:25px;
}
#text_ce
{
 float:left;
 width:480px;
 text-align:left;
 padding:15px;
 padding-right:25px;
}
#text_re
{
 float:left;
 width:220px;
 text-align:left;
 padding-top:15px;
 padding:7px;
}
#footer 
{
		width: 100%;
		height:50px;
		background:#ffffff;
		bottom:0px;
		position:fixed;
		margin-bottom:0px;
		color:#5cb85c;
		font-size:10pt;
		padding-bottom:10px;
	}
	#footer2
	{
		left:2%;
		margin-left:-80px;
		width:100%;
		text-align:center;
		position:relative;
		padding-top:10px;
	}
#HeaderMobile
{
	width:100%;
	height:40px;

}
#LogoMobileApp
{
	display:block;
	width:95%;
	text-align:center;
}
#LoginWindow
{
	width:80%;
	height:200px;
	background:#ffffff;
	box-shadow: 8px 8px 12px #666666;
	margin-top:15px;
	margin:0px auto;
	padding:7px;
	padding-top:13px;
}
#ContentMobile
{
	width:100%;
	text-align:center;
	background:#f4f4f5;
	margin:0px auto;
	padding:0px;
	padding-top:15px;
}
#FuncHeader
{
	margin:0px auto;
	width:100%;
	background:#5cb85c;
	color:#ffffff;
	padding:5px;
	height:35px;
	text-align:center;
}
.ButtonYear
{
	margin:0px auto;
	width:75px;
	padding:3px;
	padding-top:7px;
	float:left;
	height:25px;
	text-align:center;
	background:#a7c7a7;
	color:#ffffff;
	font-size:20px;
}
.ButtonYearActive
{
	margin:0px auto;
	width:75px;
	padding:3px;
	padding-top:7px;
	float:left;
	height:25px;
	text-align:center;
	background:#1f5daf;
	color:#ffffff;
	font-size:20px;
}
#ContentMobileLeft
{
	float:left;
	margin-left:10px;
}
#ContentMobileRight
{
	float:right;
	margin-right:10px;
}
#LittleButton
{
	width:27px;
	height:20px;
	background:#5cb85c;
	font-size:20px;
	padding:5px;
}
#Space
{
	width:5px;
	float:left;
}
#UploadZone
{
	width:100%;
	background:#cccccc;
	height:100px;
}
#DokArea
{
	width:90%;
	margin-left:10px;
}
#DokBoxMobile
{
	width:270px;
	padding:5px;
	border:1px solid #c0bfbf;
	background:#ffffff;
	margin-top:5px;	
	color:#666666;
	float:left;
	cursor:pointer;
	text-align:left;
}
#FooterMobile
	{
			width: 100%;
			height:50px;
			background:#ffffff;
			bottom:0px;
			position:fixed;
			margin-bottom:0px;
			color:#5cb85c;
			font-size:10pt;
			padding-bottom:10px;
			text-align:center;
		}
#footer2
	{
		left:2%;
		margin-left:0px;
		width:100%;
		text-align:center;
		position:relative;
		padding-top:10px;
	}
.btn
{
	margin-left:10px;
	color:#5cb85c;
	font-size:12px;
}
.formfeld
{
	background:#f1f1f1;
	width:350px;
	height:26px;
	border:0px;
	padding:3px;
	border:2px solid #ffffff;
}
.formfeld:hover
{
	width:350px;
	border:0px;
	padding:3px;
	border:2px solid #FFBF00;
}
.formfeldW
{
	background:#ffffff;
	width:350px;
	height:26px;
	border:0px;
	padding:3px;
	border:1px solid #666666;
	border-radius: 3px;
}
.formfeldW:hover
{
	width:350px;
	border:0px;
	padding:3px;
	border:1px solid #FFBF00;
}
.formfeld_k
{
	width:350px;
	height:18px;
	border:0px;
	padding:3px;
	border:2px solid #ffffff;
}
.formfeld_k:hover
{
	border:2px solid #FFBF00;
}
.black_overlay
 {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 200%;
	background-color: black;
	z-index:3001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
 }
#upload4 { 
position:absolute; top:320px; left:200px;right:395px; 
z-index:3010;
height:121px; 
width:400px;
padding:10px 5px 15px 23px; 
font-weight:bold; 
color:#ffffff;
font-size:14pt;
}  
.buchen_button
{
 background:#219b36;
 color:#ffffff;
 width:170px;
 height:25px;
 padding:5px;
 text-align:center;
 cursor:pointer;
}
.buchen_button a
{
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}
.buchen_button:hover
{
	background:#cccccc;
}
.formfeld2
{
  border:0px;
  height:15px;
  font-size:11px;
  border:1px solid #ed7505;
}
.box_error
{
 background:#cb0e0a;
 border:0px solid #ea6f02;
 color:#ffffff;
 padding:5px;
 width:1130px;
 margin-bottom:7px;
}
.box_error3
{
 position:absolute;
 margin-left:120px;
 padding-top:10px;
 padding-right:10px;
 padding-left:10px;
 width:330px;
 height:130px;
 border:0px solid #ea6f02;
 background:#f9d405;
 z-index:1005;
 font-size:16px;
}
.box_error4
{
 background:#cb0e0a;
 border:0px solid #ea6f02;
 color:#ffffff;
 padding:5px;
 width:1200px;
 margin-bottom:7px;
 margin-top:7px;
 border-radius: 2px 2px 2px 2px;
 background-image: linear-gradient(to top, #c63531 9%, #d8514d 95%)
}
.box_error5
{
 background:#cb0e0a;
 border:0px solid #ea6f02;
 color:#ffffff;
 padding:5px;
 width:385px;
 margin-bottom:7px;
 margin-top:20px;
 border-radius: 4px 4px 4px 4px;
 background-image: linear-gradient(to top, #c63531 9%, #d8514d 95%);
 -webkit-transition: left .5s ease-in;
 -moz-transition: left .5s ease-in;
 -o-transition: left .5s ease-in;
 -ms-transition: left .5s ease-in;
 transition: left .5s ease-in;
 clear:both;
}
.box_errorIndex
{
 background:#cb0e0a;
 border:0px solid #ea6f02;
 text-align:center;
 font-size: 16px;
 color:#ffffff;
 padding:5px;
 height:35px;
 margin-bottom:0px;
 margin-top:0px;
 background-image: linear-gradient(to top, #c63531 9%, #d8514d 95%);
 -webkit-transition: left .5s ease-in;
 -moz-transition: left .5s ease-in;
 -o-transition: left .5s ease-in;
 -ms-transition: left .5s ease-in;
 transition: left .5s ease-in;
 clear:both;
}
.box_green
{
	height:35px;
	background:#c7dc3c;
	color:#6e9726;
	text-align:center;
	margin-top:15px;
	padding-top:7px;
	font-size:16px;
}
.box_green_new
{
	width:1000px;
	height:35px;
	background:#c0d103;
	color:#666666;
	text-align:center;
	margin-top:15px;
	padding:7px;
	background-image: linear-gradient(to top, #bdce0a 9%, #c8d817 95%);
	border-radius: 4px 4px 4px 4px;
}
.ResultBoxAbs
{
	margin:0px auto;
	background:#c7dc3c;
	color:#6e9726;
	font-size:18px;
	text-align:center;
	width:900px;
	height:100px;
    position: absolute;
    z-index: 3000; 
    padding:10px;
	overflow:hidden;
	background-image: linear-gradient(to top, #bdce0a 9%, #c8d817 95%);
	border-radius: 4px 4px 4px 4px;
	margin-left:-450px;
	top:40%;
	left:50%
}
.W100p
{
	width: 100%;
}
.W800
{
	width: 800px;
}
.W900
{
	width: 900px;
}
.H30 
{
	height:30px;
}
.H40 
{
	height:40px;
}
.TextCenter
{
	text-align: center;
}
.TextLeft
{
	text-align: left;
}
.FontSize16
{
	font-size: 16px;
}
.FontSize20
{
	font-size: 20px;
}
.FontSize22
{
	font-size: 22px;
}
.CursorPointer
{
	cursor: pointer;
}
.DokBox
{
	width:390px;
	padding:5px;
	border:1px solid #c0bfbf;
	background:#ffffff;
	margin-top:5px;	
	color:#666666;
	float:left;
	cursor:pointer;
}
.DokBox:hover
{
	border:1px solid #0B85A1;
	background:#cbecf3;
	transition: 0.5s
}
.DokBoxActive
{
	width:390px;
	padding:5px;
	border:1px solid #0B85A1;
	background:#cbecf3;
	margin-top:5px;	
	color:#666666;
	float:left;
	cursor:pointer;
}
.DokBoxTitel
{
	width: 455px;
	background: #696969;
	color:#ffffff;
	padding:5px;
	font-size:16px;
	height:22px;
	margin-top:10px;
	padding-top:7px;
}
#upload3 { 
position:absolute;
top:320px; left:860px;right:395px; 
z-index:1100;
height:100px; 
width:100px;
padding:10px 5px 15px 23px; 
font-weight:bold; 
color:#ffffff;
font-size:14pt;
}  
.formfeld_l
{
	height:35px;
	width:210px;
	font-size:12pt;
	color:#666666;
  border:2px solid #cccccc;
}
.formfeld2_l
{
	height:35px;
	width:210px;
	font-size:12pt;
	color:#666666;
  border:2px solid #fbe20e;
}
.formfeld_2
{
	height:25px;
	width:210px;
	font-size:12pt;
	color:#666666;
  border:2px solid #cccccc;
}
.formfeld2_2
{
	height:25px;
	width:210px;
	font-size:12pt;
	color:#666666;
  border:2px solid #fbe20e;
}
#upload2 { 
position:absolute; top:320px; left:200px;right:395px; 
z-index:1100;
height:121px; 
width:400px;
padding:10px 5px 15px 23px; 
font-weight:bold; 
color:#ffffff;
font-size:14pt;
background:url(images/upload_back2.png) no-repeat;
background-position:10px; 
}  
#kennung 
{
 bottom:0px;
 width: 200px;
 position:absolute;
 text-align:left;
 margin-top:40px;
 margin-left:18px;
 font-size:8pt;
 color:#666666;
 font-family:Arial;
}
.line_in
{
  width:100%;
  height:30px;
  z-index:300;
  text-align:center;
  font-size:12pt;
  margin-top:-80px;
  z-index:1001;
  background:#cfea6e;
}
.line_in2
{
	  background:#fac170;
	  width:100%;
	  height:30px;
	  z-index:300;
	  text-align:center;
	  font-size:12pt;
	  margin-top:-80px;
	  z-index:1001;
}
.line_in3
{
	  background:#b8d301;
	  width:100%;
	  height:30px;
	  z-index:300;
	  text-align:center;
	  font-size:12pt;
	  margin-top:-80px;
	  z-index:1001;
	  color:#ffffff;
}
.line_in4
{
	  background:#e5d805;
	  width:100%;
	  height:30px;
	  z-index:300;
	  text-align:center;
	  font-size:12pt;
	  margin-top:-80px;
	  z-index:1001;
	  color:#ffffff;
}
.line_in5
{
	  background:#219b36;
	  width:100%;
	  height:30px;
	  z-index:300;
	  text-align:center;
	  font-size:12pt;
	  margin-top:-80px;
	  z-index:1001;
	  color:#0aa245;
	  background-image: linear-gradient(to top, #e9e9e9 9%, #f5f5f5 95%);
	  border-bottom: 1px solid #cccccc;
}
.line_in6
{
	  background:#c7dc3c;
	  width:100%;
	  height:30px;
	  z-index:300;
	  text-align:center;
	  font-size:12pt;
	  margin-top:-80px;
	  z-index:1001;
	  color:#ffffff;
}
.line_in_start
{
	  background:#00b4d6;
	  width:100%;
	  height:30px;
	  z-index:300;
	  text-align:center;
	  font-size:12pt;
	  margin-top:-80px;
	  z-index:1001;
	  color:#ffffff;
}
.line_in_auftraege
{
	  background:#c6d333;
	  width:100%;
	  height:30px;
	  z-index:300;
	  text-align:center;
	  font-size:12pt;
	  margin-top:-80px;
	  z-index:1001;
	  color:#ffffff;
}
#page_header {
	margin:0px auto;
	height: 30px;
	width:1190px;
	position: relative;
	overflow: hidden;
	z-index: 0; 
	text-align:left;
	color:#666666;
	padding-top:25px;
}
.page_h1
{
	float:left;
	width:520px;
	text-align:left;
}
.page_header_re
{
	width:660px;
	float:left;
	text-align:right;
}
.page_h1_erfassung
{
	float:left;
	width:950px;
	text-align:left;
}
.page_header_re_erfassung
{
	width:250px;
	float:left;
	text-align:right;
}
#page_main
 {
	margin-top:10px;
	margin-left:5px;
	width:1190px;
	z-index: 0; 
	text-align:left;
	color:#666666;
	overflow:visible;
}
.main_inline
{
	background:#fafafa;
	padding:5px;
}
.main_inline_erfassung
{
	text-align:left;
	width:1190px;
	background:#fafafa;
	padding:5px;
}
.line
{
	width:1200px;
	background:#f1f1f1;
	height:25px;
	margin-top:3px;
}
.line:hover
{
	background:#e0fd88;
	cursor:pointer;
}
.zeile_bearb
{
	background:#f8faa3;
	height:25px;
	margin-top:3px;
}
.zeile_bearb:hover
{
	background:#c9f2ff;
}
.main_inline_doks
{
	background:#f8f7f7;
	width:1200px;
	cursor:pointer;
}
.main_inline_doks:hover
{
	background:#c9f2ff;
}
/* Daten f�r DRAG DROP FENSTER */
#dragandrophandler
{
border:2px dotted #0B85A1;
width:580px;
color:#92AAB0;
text-align:center;vertical-align:middle;
padding:10px 10px 10 10px;
margin-bottom:10px;
font-size:150%;
height:40px;
}
#dragandrophandler2
{
border:2px dotted #0B85A1;
width:580px;
color:#92AAB0;
text-align:center;vertical-align:middle;
padding:10px 10px 10 10px;
margin-bottom:10px;
font-size:150%;
height:30px;
}
.progressBar {
    width: 160px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 0px; 
    overflow: hidden;
    display:inline-block;
    margin:0px 10px 5px 5px;
    vertical-align:top;
}
 
.progressBar div {
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #f2d032; border-radius: 0px; 
}
.statusbar
{
    border-top:0px solid #d1c8a9;
    min-height:25px;
    width:580px;
    padding:10px 10px 0px 10px;
    vertical-align:top;
}
.statusbar:nth-child(odd){
    background:#f1f1f1;
}
.filename
{
display:inline-block;
vertical-align:top;
width:290px;
}
.filesize
{
display:inline-block;
vertical-align:top;
color:#30693D;
width:100px;
margin-left:10px;
margin-right:5px;
}
.abort{
    background-color:#A8352F;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;display:inline-block;
    color:#fff;
    font-family:arial;font-size:13px;font-weight:normal;
    padding:4px 15px;
    cursor:pointer;
    vertical-align:top
    }
/* Daten f�r DRAG DROP FENSTER ENDE */
.mitar_buch
{
	float:left;
	margin-left:2px;
	width:22px;
	height:22px;
	background:#cccccc;
	padding:3px;
	color:#666666;
	padding-left:5px;
}
.mitar_buch:hover
{
	float:left;
	margin-left:2px;
	width:22px;
	height:22px;
	background:#00aaff;
	padding:3px;
	color:#ffffff;
	padding-left:5px;
}
.verwaltung_button
{
	width:400px;
	height:25px;
	background:#dbe2c5;
	font-size:12pt;
	padding:7px;
	cursor:pointer;
	margin-left:400px;
	text-align:center;
	padding-top:8px;
}
.verwaltung_button:hover
{
	background:#f1f1f1;
}
.zeile_prio
{
	background-image: linear-gradient(
	   -45deg, 
	   rgb(253,227,173) 25%, rgb(252,237,207) 25%, 
	   rgb(252,237,207) 50%, rgb(253,227,173) 50%, 
	   rgb(253,227,173) 75%, rgb(252,237,207) 75%, 
	   rgb(252,237,207));
	background-size: 25px 25px;
	color:#666666;
	width:1200px;
	cursor:pointer;
}
.zeile_prio:hover
{
	background:#c9f2ff;
}

.button
{
	background:#5cb85c;
	color:#ffffff;
	padding:7px;
	text-align:center;
	cursor:pointer;
	font-family: Arial, Helvetica;
	border:0px;
	width:170px;
	border-radius: 2px 2px 2px 2px;
}
.button:hover
{
	background:#077231;
}
.button_fertig
{
	background:#666666;
	color:#ffffff;
	padding:7px;
	text-align:center;
	cursor:pointer;
	font-family: Arial, Helvetica;
	border:0px;
	width:100px;height:18px;float:left;margin-top:5px;margin-left:10px;
	border-radius: 2px 2px 2px 2px;
}
.button:hover
{
	background:#077231;
}
.SachToggle
{
	padding:7px;
	text-align:center;
	cursor:pointer;
	font-family: Arial, Helvetica;
	border:0px;
	float:left;
	width:40px;
	border-radius: 0px 00px 0px 0px;
	margin-top:3px;
	height:21px;
	background:#219b36;
	color:#cccccc;
}
.SachToggle:hover
{
	background:#666666;
	color:#ffffff;
}
.SachToggle_dea
{
	padding:7px;
	text-align:center;
	cursor:pointer;
	font-family: Arial, Helvetica;
	border:0px;
	float:left;
	width:40px;
	border-radius: 0px 00px 0px 0px;
	margin-top:3px;
	height:21px;
	background:#f1f1f1;
	color:#cccccc;
}
.SachToggle_dea:hover
{
	background:#666666;
	color:#ffffff;
}
.button_NL
{
	padding:7px;
	text-align:center;
	cursor:pointer;
	font-family: Arial, Helvetica;
	border:0px;
	float:left;
	width:155px;
	border-radius: 3px 3px 3px 3px;
	margin:5px;
	height:21px;
	background:#c3d309;
	color:#666666;
}
.button_NL:hover
{
	background:#666666;
	color:#ffffff;
}
.button2
{
	background:#f1f1f1;
	color:#666666;
	padding:7px;
	text-align:center;
	cursor:pointer;
	font-family: Arial, Helvetica;
	border-radius: 3px 3px 3px 3px;
	border:0px;
	width:115px;
}
.button2:hover
{
	background:#cccccc;
}
.button3
{
	height:24px;
	margin-left:5px;
	color:#ffffff;
	padding:7px;
	text-align:center;
	cursor:pointer;
	font-family: Arial, Helvetica;
	border:0px;
	float:left;
	border-radius: 2px 2px 2px 2px;
	background-image: linear-gradient(to top, #c63531 9%, #d8514d 95%)
}
.button3:hover
{
	background:#cccccc;
}
.button4
{
	height:24px;
	margin-left:5px;
	color:#ffffff;
	padding:7px;
	text-align:center;
	cursor:pointer;
	font-family: Arial, Helvetica;
	border:0px;
	float:left;
	border-radius: 2px 2px 2px 2px;
	background-image: linear-gradient(to top, #f29b05 9%, #f2b852 95%)
}
.button4:hover
{
	background:#cccccc;
}
.buchen_button3
{
 background:#747474;
 color:#ffffff;
 width:150px;
 height:40px;
 padding:5px;
 text-align:center;
 border:0px;
 margin-top:10px;
}
.buchen_button3:hover
{
	background:#cccccc;
}
.print_options
{
	margin-left:7px;
	padding:7px;
	cursor:pointer;
	float:left;
}
.print_options:hover
{
	background:#f1f1f1;
}
.plus
{
	background:#cccccc;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	padding:4px;
	width:25px;
	height:22px;
	cursor:pointer;
}
.plus:hover
{
	background:#f1f1f1;
}
.inline_head
{
 float:left;
 width:380px;
 text-align:left;
 padding:3px;
 cursor:pointer;
}
.inline_head:hover
{
 background:#d6e2e8;
}
.box_del
{
	background:#bf2b23;
	color:#ffffff;
	padding:5px;
	width:320px;
	display:none;
	position:absolute;
	text-align:center;
}
.fabutt
{
	width:20px;
	height:20px;
	color:#f1f1f1;
	background:#BDBDBD;
	float:left;
	margin-left:5px;
	text-align:center;
	padding-top:2px;
}
.fabutt:hover
{
	background:#666666;
}
.dashbox
{
	background:#5cb85c;
	padding:5px;
	text-align:center;
	color:#ffffff;
	float:left;
	width:230px;
	font-size:14pt;
	cursor:pointer;
	height:63px;
	padding-top:9px;
	margin-top:20px;
	border-radius: 4px 4px 4px 4px;
}
.dashbox2:hover
{
	background:#077231;
}
.dashbox2
{
	background:#f0c708;
	padding:5px;
	text-align:center;
	color:#ffffff;
	float:left;
	width:230px;
	font-size:14pt;
	cursor:pointer;
	height:63px;
	padding-top:9px;
	margin-top:20px;
}
.dashbox:hover
{
	background:#077231;
}
.spacebox2
{
	clear:both;
	height:15px;
	background:#f1f1f1;
}
.spacebox3
{
	float:left;
	width:20px;
}
.spacebox4
{
	clear:both;
	height:20px;
	background:#f1f1f1;
}
.transparent4
{
	background:#ffffff;
	padding:4px;
}
.list_tr
{
  background:#ffffff;
}
.list_tr:hover
{
	background:#e6ee6c;
}
.list_tr_head
{
  background:#005baa;
  color:#ffffff;
  height:25px;
}
.projekt_ueb_kachel
{
	width:1670px;
	padding:7px;
	text-align:left;
	background:#c7caba;
	color:#666666;
	font-size:14pt;
	cursor:pointer;
	height:23px;
	padding-top:12px;
	float:left;
}
.projekt_ueb_kachel:hover
{
	background:#cccccc;
}
.projekt_ueb_kachel_auf
{
	width:1670px;
	padding:7px;
	text-align:left;
	background:#a0ab7e;
	color:#666666;
	font-size:14pt;
	cursor:pointer;
	height:23px;
	padding-top:12px;
	float:left;
}
.projekt_ueb_kachel_auf:hover
{
	background:#cccccc;
}
.content_text
 {
    margin:0px auto;
    width:1200px;
    position: relative;
    z-index: 0; 
    text-align:left;
    padding-top:0px;
    overflow:hidden;
}
.infobox
{
    float:left; 
    text-align: left; 
    margin-top: 15px; 
    width: 260px;
	height:255px;
	line-height:21px;
}
.infobox_w
{
    float:left; 
    text-align: left; 
    margin-top: 2px; 
    background: #e5c305; 
    width: 1100px;
	line-height:21px;
	padding:9px;
	background-image: linear-gradient(to top, #f8efc2 9%, #fcf8e1 90%);
	border-radius: 3px 3px 3px 3px;
}
.infobox_w2
{
    float:left; 
    text-align: left; 
    margin-top: 2px; 
    background: #e5c305; 
    width: 1100px;
	line-height:21px;
	padding:9px;
	background-image: linear-gradient(to top, #ebd772 9%, #f8efc2 90%);
	border-radius: 3px 3px 3px 3px;
}
.infobox_b
{
    float:left; 
    text-align: left; 
    margin-top: 5px; 
    background: #ffffff; 
    width: 290px;
	height:38px;
	line-height:16px;
	padding:5px;
	margin-left:15px;
}
.infobox_d
{
    text-align: left; 
	font-size:18px; 
    background: #ffffff; 
    width: 620px;
	height:20px;
	line-height:18px;
	padding:5px;
	margin-left:0px;
}
.dragdrop
{
	width:450px;
	height:80px;
	background:#f3d900;
	padding:7px;
	display:none;
	margin-left:-500px;
}
.infobox_center
{
    display:none;
	text-align: left; 
	margin:0px auto;
	width:650px;
	padding:10px;
	background:#edf298;
	position:fixed;
	z-index:4000;

	overflow:none;
	border-radius: 5px 5px 5px 5px;
}
.button_list
{
	width:20px;
	height:19px;
	background:#0aa245;
	color:#ffffff;
	margin-top:0px;
	text-align:center;
	padding-top:3px;
	float:left;
	margin-left:5px;
	border-radius: 2px 2px 2px 2px;
}
.button_list:hover
{
	background:#666666;	
}
.button_list_space
{
	width:26px;
	height:19px;
	margin-top:0px;
	text-align:center;
	padding-top:3px;
	float:left;
	margin-left:5px;
}
.button_list2
{
	width:20px;
	height:17px;
	background:#f1f1f1;
	color:#666666;
	margin-top:0px;
	text-align:center;
	padding:3px;
	float:left;
	margin-left:5px;
}
.button_list2:hover
{
	background:#666666;	
}
.button_list3
{
	width:20px;
	height:17px;
	border:1px solid #0aa245;
	background:#ffffff;
	color:#0aa245;
	margin-top:0px;
	text-align:center;
	padding-bottom:1px;
	float:left;
	margin-left:5px;
	border-radius: 2px 2px 2px 2px;
}
.button_list3:hover
{
	background:#f1f1f1;	
}
.button_list3 a
{
	color:#0aa245;
}
.kreis_antrag {
  width: 50px;
  height: 39px;
  border-radius:40px;
  background:#00b4d6;
  color:#ffffff;
  font-size:20pt;
  text-align:center;
  padding-top:10px;
  padding-left:1px;
  float:left;
  margin-left:10px;
  margin-top:5px;
  cursor:pointer;
}
.kreis_antrag:hover
{
	background:#666666;
}
.kreis_antrag_dea {
  width: 50px;
  height: 39px;
  border-radius:40px;
  background:#666666;
  color:#ffffff;
  font-size:20pt;
  text-align:center;
  padding-top:10px;
  padding-left:1px;
  float:left;
  margin-left:10px;
  margin-top:5px;
  cursor:pointer;
}
.kreis_antrag_dea:hover
{
	background:#00b4d6;
}
.vpinput
{
	border:0px;
	height:30px;
	width:400px;
	background:#f1f1f1;
}
.vpinputPad
{
	border:0px;
	height:30px;
	width:400px;
	background:#f1f1f1;
	padding:5px;
	border:1px solid #cccccc;
	margin-bottom:7px;
}
.vpinput_erfassung
{
	width:410px;
	background:#ffffff;
	border:0px;
	height:30px;
}
.logtab_l
{
	padding:1px;
	width:200px;
	float:left;
}
.logtab_r
{
	padding:1px;
	width:200px;
	float:left;
}
#simple-menu
{
	display:none;
}
#nav2
{
	display:none;
}
.news_akt_list
{
	float:left;
	width:820px;
	font-size:12px;
	color:#717070;
	background:#f2f2f2;
	padding:15px;
	padding-left:25px;
	padding-top:0px;
	border-left:2px solid #c81517;
	cursor:pointer;
}
.news_akt_list_head
{
	float:left;
	width:150px;
	font-size:22px;
	color:#c1c1c1;
	margin-left:5px;
}
#logo_mobile
	{
		display:none;
	}
#geblist_r
	{
		width:500px;
	}
	.geblist1
	{
		width:320px;
		padding:3px;
		float:left;
		background:#f8f9f9;
		text-align:left;
		color:#666666;
	}
	.geblist2
	{
		width:90px;padding:3px;float:left;background:#f8f9f9;text-align:left;color:#666666;
	}
	.geblist3
	{
		width:70px;padding:3px;float:left;background:#f8f9f9;text-align:right;color:#666666;
	}
	.filter_line
	{
		height:35px;
		width:1200px;
		float:left;
	}
	.filt_300
	{
		width:300px;
		float:left;
	}
	.filt_250
	{
		width:250px;
		float:left;
	}
	.filt_200
	{
		width:200px;
		float:left;
	}
#auftrag_ueb_head
{
	display:block;
}
.erfassung
{
	width:700px;
	float:left;
}
.erfassung_inline
{
	width:1200px;
}
.erfassung_inline_head
{
	display:block;
	width:1200px;
}
.downliste_head
{
	height:22px;
	background:#cccccc;
	font-size:16px;
	padding:5px;
	cursor:pointer;
	
}
.downliste_head:hover
{
	color:#ffffff;
	height:22px;
	background:#2e95d0;
	font-size:16px;
	padding:5px;
	cursor:pointer;
	
}
@media all and (max-width:460px)
{
	
	#rahmen
	{
		width:100%;
		margin:0px auto;
		min-height: 100%;
		position: relative;
		z-index: 0; 
		text-align:center;
	}
	#header 
	{
		margin:0px auto;
		height: 60px;
		width:100%;
		position: relative;
		overflow: hidden;
		z-index:0; 
		text-align:right;
		color:#666666;
		padding-top:25px;
	}
	#simple-menu
	{
		display:block;
	}
	#logo_mobile
	{
		display:block;
		margin-left:0px;
		margin-top:0px;
	}
	#logo
	{
		display:none;
	}
	#nav2
		{
		 position:absolute;
		 float:none;
		 width:260px;
		 color:#666666;
		 text-align:left;
		 text-transform:uppercase;
		 font-size:13px;
		 margin-top:-40px;
		 margin-left:7px;
		 z-index:99999;
		 display:none;
		}
		.nav_item
		{
			width:260px;
			height:30px;
			padding:5px;
			margin-left:0px;
			float:left;
			text-align:center;
			background:#cccccc;
			border-bottom:1px solid #f1f1f1;
		}
		.nav_item:hover
		{
			width:260px;
			height:30px;
			padding:5px;
			margin-left:0px;
			float:left;
			text-align:center;
			background:#5cc5ff;
		}
	.bild_inner9
	{
	  width:100%;
	  height:100px;
	  text-align:center;
	  font-size:18pt;
	  margin-top:-80px;
	  z-index:1001;
	  background:#3c464f;
	}
	.bild_cont_text
	{
		z-index:1004;
		text-align:center;
		background:url(../images/banner.png) no-repeat;
		background-size:100% auto;
		color:#000000;
		width:100%;
		height:100px;
		margin:0 auto;
	}
	.logtab_l
	{
		text-align:left;
		padding:1px;
		width:100px;
		float:left;
	}
	.logtab_r
	{
		text-align:left;
		clear:both;
		padding:1px;
		width:100px;
		float:left;
	}
	.vpinput_erfassung
	{
		width:320px;
		background:#ffffff;
		border:0px;
		height:30px;
	}
	#content
	{
		margin:0px auto;
		width:100%;
		position: relative;
		z-index: 0; 
		text-align:right;
		color:#000000;
		padding-top:0px;
		background:#f4f4f5;
	}
	#text_li
	{
		display:none;
	}
	#text_ce
	{
	 float:left;
	 width:100%;
	 text-align:left;
	 padding:15px;
	 padding-right:25px;
	}
	#text_re
	{
		display:none;
	}
	#nav
	{
		display:none;
		width:350px;
	}
	.nav_item
	{
		width:290px;
		height:33px;
		padding-top:9px;
		margin-left:0px;
		text-align:left;
		background:#ffffff;
		font-size:18px;
	}
	.nav_item:hover
	{
		background:#cccccc;
		text-align:left;
		width:300px;
		font-size:16px;
	}
	#angemeldet
	{
		display:none;
	}
	#logown
	{
		display:none;
	}
	#page_header 
	{	
		margin-left:10px;
		width:100%;
		z-index: 0; 
		text-align:right;
		color:#666666;
		margin-top:0px;
		overflow:visible;
	}
	.page_h1
	{
		width:300px;
	}
	.page_header_re
	{
		clear:both;
		width:300px;
		text-align:left;
	}
	#page_main
	 {
		margin-left:10px;
		margin-top:10px;
		width:100%;
		z-index: 0; 
		text-align:left;
		color:#666666;
		overflow:visible;
		clear:both;
	}
	.news_akt_list
	{
		width:250px;
		font-size:12px;
		color:#717070;
		background:#f2f2f2;
		padding:15px;
		padding-left:25px;
		padding-top:0px;
		border-left:2px solid #c81517;
		cursor:pointer;
		text-align:left;
		line-height:18px;
	}
	.news_akt_list_head
	{
		float:left;
		width:150px;
		font-size:20px;
		color:#c1c1c1;
		margin-left:0px;
	}
	#geblist_r
	{
		width:250px;
		margin-top:5px;
		background:#f8f9f9;
	}
	.geblist1
	{
		width:236px;
		padding:3px;
		background:#f8f9f9;
		text-align:left;
		color:#666666;
		
	}
	.geblist2
	{
		width:80px;padding:3px;background:#f8f9f9;text-align:left;color:#666666;float:left;
	}
	.geblist3
	{
		width:150px;padding:3px;background:#f8f9f9;text-align:left;color:#666666;float:left;
	}
	.filter_line
	{
		width:300px;
		overflow:visible;
	}
	.filt_300
	{
		width:300px;
		clear:both;
		margin-top:3px;
		height:30px;
	}
	.filt_250
	{
		width:250px;
		clear:both;
		margin-top:3px;
		height:30px;
	}
	.filt_200
	{
		width:200px;
		clear:both;
		margin-top:3px;
		height:30px;
	}
	#auftrag_ueb_head
	{
		display:none;
	}
	.SachHead
	{
		cursor:pointer;
		background:#0aa245;
		color:#ffffff;
		margin-bottom:1px;
		margin-top:3px;
		overflow:visible;
		height:35px;
		font-weight:bold;
		border-radius: 10px 0px 0px 10px;
	}
	.SachHeadM
	{
		cursor:pointer;
		background:#0aa245;
		color:#ffffff;
		margin-bottom:1px;
		margin-top:3px;
		overflow:visible;
		height:35px;
		font-weight:bold;
		border-radius: 10px 0px 0px 0px;
	}

	.news_list_1
	{
		cursor:pointer;
		background:#ffffff;
		width:300px;
		margin-bottom:1px;
		margin-top:3px;
		border:1px solid #cccccc;
		overflow:visible;
		height:85px;
	}
	.news_list_1_down
	{
		display:none;
	}
	.news_list_2_down
	{
		display:none;
	}
	#news_list_buttons
	{
		display:none;
	}
	#news_list_treffpunkt
	{
		display:none;
	}
	#news_list_status
	{
		display:none;
	}
.erfassung
{
	width:100%;
	float:left;
}
.page_h1_erfassung
{
	float:left;
	width:100%;
	text-align:left;
}
.page_header_re_erfassung
{
	clear:both;
	width:100%;
	float:left;
	text-align:right;
}
.main_inline_erfassung
{
	text-align:left;
	width:100%;
	background:#fafafa;
	padding:5px;
}
.erfassung_inline
{
	width:100%;
}
.erfassung_inline_head
{
	display:none;
	width:1200px;
}
.downliste_head
{
	background:#cccccc;
	font-size:16px;
	text-align:center;
	padding:5px;
	cursor:pointer;
	margin-bottom:10px;
}
.downliste_head:hover
{
	background:#2e95d0;
	font-size:16px;
	padding:5px;
	cursor:pointer;
	
}
}