body {
	margin: 0px;
	padding: 0px;
	background: rgba(26,42,102,1);
background: -moz-linear-gradient(top, rgba(26,42,102,1) 0%, rgba(45,85,140,1) 51%, rgba(26,42,102,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(26,42,102,1)), color-stop(51%, rgba(45,85,140,1)), color-stop(100%, rgba(26,42,102,1)));
background: -webkit-linear-gradient(top, rgba(26,42,102,1) 0%, rgba(45,85,140,1) 51%, rgba(26,42,102,1) 100%);
background: -o-linear-gradient(top, rgba(26,42,102,1) 0%, rgba(45,85,140,1) 51%, rgba(26,42,102,1) 100%);
background: -ms-linear-gradient(top, rgba(26,42,102,1) 0%, rgba(45,85,140,1) 51%, rgba(26,42,102,1) 100%);
background: linear-gradient(to bottom, rgba(26,42,102,1) 0%, rgba(45,85,140,1) 51%, rgba(26,42,102,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2a66', endColorstr='#1a2a66', GradientType=0 );
}

body * {
	/*font-family: Tahoma, Verdana, Arial sans-serif;*/
	font-family: 'Droid Sans', Arial, sans-serif;
}

table {
    /*border-collapse: collapse;*/
    border-spacing: 0px;
}

table td {
	font-family: 'Droid Sans', Arial, sans-serif;
    vertical-align: top;
}
table td p {
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 5px 20px;
}
h2 {
	font-family: 'Droid Sans', Arial, sans-serif;
	/*background: #FFF;*/
	color: #87A8C9 !important;
	/*border-bottom: 1px solid #333;*/
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 30px;
	/*background: url(/images/topinnershadow.png) left top repeat-x #FFF;*/
}
h3 {
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size: 13px;
	margin-left: 10px;
}
p {
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size: 12px;
	margin: 10px;
}
.blue {
	color: #0062a1;
	text-transform: none;
	padding-left: 20px;
}
.indent {
	padding-left: 30px;
}
.white {
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.17, rgb(87,152,192)),color-stop(0.59, #095a9c));
	background-image: -moz-linear-gradient(center bottom,rgb(87,152,192) 17%,#095a9c 59%);
	color: #FFF;
	padding-left: 10px;
}
.blue1 {
	background: #0062a1;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #0062a1),color-stop(1, #5798c0)));
	background-image: -moz-linear-gradient(center bottom,#0062a1) 0%,#5798c0 100%);
	background-repeat: no-repeat;
	color: #FFF;
	padding-left: 10px;
}
.blue2 {
	background: #5798c0;
	color: #FFF;
	padding-left: 10px;
}
hr.trenner {
	line-height: 1px;
	height: 0px;
	margin: 10px;
}
h2.tableH2 {
	/*
	background: #FFF;
	color: #2F2727;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-left: 10px;
	*/
	font-size: 18px !important;
	color: #87A8C9;
	/*
	border-top: 1px solid #87A8C9;
	border-bottom: 1px solid #87A8C9;
	*/
	padding-left: 10px;
}

/* ###################### */
div#wrap {
	width: 1200px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	/*
	background: #5798c0;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.17, rgb(87,152,192)),color-stop(0.59, #095a9c));
	background-image: -moz-linear-gradient(center bottom,rgb(87,152,192) 17%,#095a9c 59%);
	background-repeat: no-repeat;	
	*/
	/*
	-moz-box-shadow: 0px 2px 5px #333;
	-webkit-box-shadow: 0px 2px 5px #333;
	box-shadow: 0px 2px 5px #333;
	*/
	padding-bottom: 30px;
	margin-bottom: 30px;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	*/
	/*
	border-left: 1px solid #87A8C9;
	border-right: 1px solid #87A8C9;
	border-bottom: 1px solid #87A8C9;
	*/
	padding-top: 140px;
}
div#topNav {
	padding: 10px 0px 10px 20px;
}
div.logoHeader {
	background: #1A2B67;
	min-width: 1170px;
	position:fixed !important;
    top:0px;
}
div#topNav {
	background: #1A2B67;
	position:fixed !important;
    top:50px;
    z-index: 10;
    min-width: 1150px;
}
div.statusArea {
  position: fixed;
  top: 100px;
  min-width: 1128px;
  background-attachment:initial;
  background-clip:initial;
  background-color:#FFFFFF;
  /*background-image:url(http://testarea-intern.empire-hannover.de/images/topinnershadow.png);*/
  background-origin:initial;
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  -moz-box-shadow:  inset 0px 2px 10px #666;
  -webkit-box-shadow: inset 0px 2px 10px #666;
  box-shadow: inset 0px 2px 10px #666;
  box-shadow: 0px 4px 20px #333;
  color:#666666;
  font-size:14px;
  font-weight:normal;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:0;
  padding-bottom:3px;
  padding-left:30px;
  padding-right:10px;
  padding-top:3px;
  text-transform:uppercase;
}
div.statusArea .statusButton {
	margin: 0px;
	padding: 0px;
	width: auto;
}
div#content {	
	padding: 10px 20px;
}
div#mainArea {
	
}
div#loginBox {
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
}
div.logOutHinweis {
	position: absolute;
	top: 10px;
	right: 22px;
	width: 50px;
	margin: 20px 0px;
	padding: 5px 10px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}
span.okFlaeche {
	padding: 2px 5px;
	background: #87d30c;
	color: #FFF !important;
	height: 20px;
}
/* Box mit runden Ecken und Schatten */
.shadowBox {
	border: 1px solid #87A8C9;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	*/
	/*background: #eee;*/
	color: #333;
	-moz-box-shadow: 1px 1px 5px #333;
	-webkit-box-shadow: 1px 1px 5px #333;
	box-shadow: 0px 0px 5px #333;
}
.loginBox {
	padding: 20px;
	border: 1px solid #ccc;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #ccc;
	color: #666;
	-moz-box-shadow: 0px 1px 1px #333;
	-webkit-box-shadow: 0px 1px 1px #333;
	box-shadow: 0px 4px 15px #333;
}
/* statusBox links */
div#statusBox {
	position: relative;
	float: left;
	width: 220px;
	padding: 5px 0px 40px 0px;
	margin-right: 20px;
	min-height: 400px;
}
div.statusButton {
	width: 180px;
	margin: 0px 0px 10px 0px;
	float: left;
}
/* Listen */
ul {
	font-family: Tahoma, Verdana, Arial sans-serif;
	font-size: 11px;
	list-style-type: none;
}
ul.css-tabs {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	/*border-bottom: 1px solid #ccc;*/
	height: 30px;
}
ul.css-tabs li {
	float: left;
	margin-right: 1px;
}
ul.css-tabs li a {
	color: #1a82f7;
	text-decoration: none;
	display: block;
	background: #FFF;
	color: #000;
	border: 1px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: inset 0 1px 2px #999;
	-webkit-box-shadow: inset 0 1px 2px #999;
	box-shadow: inset 0 1px 2px #999;
	padding: 5px 15px;
	font-weight: bold;
}
ul.css-tabs li a:hover,
ul.css-tabs li a:focus,
ul.css-tabs li a.yearAktiv {
	color: #FFF;
	background-color: #ec7703;
}
ul.css-tabs li.current {
	padding: 4px 0px;
	font-size: 14px;
	color: #FFF;
}

span#aktuellerZeitraum {
	
}
ul.Leistungen {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: circle;
}
/* Tabellen */
table.fullWidth {
	width: 97%;
}
table.tableFields {
	float: left; 
	margin-right: 15px;
	padding: 10px 15px 10px 15px;
	min-width: 460px;
	background: #FFFFFF;
}
table.tableFields * {
	font-size: 13px;
	color: #000;
}
table.tableFields td.tableHead {
	padding: 3px 0px 3px 0px;
}
table.tableFields td.links,
table.tableFields td.rechts {
	padding: 3px 5px;
}
table.tableFields td {
	 padding: 5px;
}

table.DJ-Plan * {
	font-size: 11px;
}
table.DJ-Plan td {
	background: #fff;
	color: #333;
	padding: 0px 0px;
	border: 1px solid #ccc;
	vertical-align: middle;
	background: -webkit-gradient(radial, center center, 0, center center, 95, from(#FFF), to(#aaa));
}
table.DJ-Plan td.betitelt {
	background: #2d558c;
	color: #FFF;
	opacity: 1;
	padding: 0px 2px;
}
table.Einsatzplan * {
	font-size: 12px;
}
table.Einsatzplan td {
	background: #fff;
	color: #333;
	padding: 0px 0px;
	border: 1px solid #ccc;
	vertical-align: middle;
	background: -webkit-gradient(radial, center center, 0, center center, 95, from(#FFF), to(#aaa));
	min-width: 80px;
}
table.Einsatzplan td.betitelt {
	background: #0061a1;
	color: #FFF;
	opacity: 1;
	padding: 0px 2px;
}
.APBox {
	min-width: 480px;
	margin-bottom: 10px;
}
table td.grueneZahlen {
	background: green;
	color: #FFF;
}
table td.roteZahlen {
	background: #900;
	color: #FFF;
}

/* Input, Buttons, Textareas */
table.tableFields td.rechts input,
table.tableFields td.rechts textarea,
table.tableFields td.rechts select,
input,
textarea,
select,
.textFields {
	padding: 5px;
	border: 1px solid #777;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
}
input[type="text"] {
	-moz-box-shadow: inset 0 1px 2px #999;
	-webkit-box-shadow: inset 0 1px 2px #999;
	box-shadow: inset 0 1px 2px #999;
}
textarea.kommentar {
	width: 230px;
	height: 150px;	
}
input[type="submit"],
input[type="reset"] {
	cursor: pointer;
	background: #0062a1;
	color: #FFF; 
}
input[type="submit"]:hover,
input[type="reset"]:hover {
	color: #2F2727;
	background: #fcfcfc;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, rgb(252,252,252)),color-stop(1, rgb(139,173,217)));
	background-image: -moz-linear-gradient(center bottom,rgb(252,252,252) 0%,rgb(139,173,217) 100%);
	background-repeat: no-repeat;
	
}
input[type="button"] {
	cursor: pointer;
	background: #87A8C9;
	color: #333333;
	font-size: 12px;	
	padding: 5px 5px;
	border: 1px solid #87A8C9;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	/*
	-moz-box-shadow: 0 1px 2px #ccc;
	-webkit-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc; 
	*/
	margin-right: 5px;
}
input[type="button"]:hover {
	color: #FFF;
	background: #ec7703;
}
input[type="button"].sortDown {	
	width: auto;
	height: auto;
	border: none;
	margin: 0px;
	padding: 0px 2px 2px 2px;
}
input[type="button"].archiv {
	background: #990000;	
}
input[type="button"].archiv:hover {
	background: #333333;
}
/* Links */
a.jqTT,
a.leer,
a.error {
	height: 22px;
	font-size: 11px;
	line-height: 11px;
	color: #000;
	text-decoration: none;
	padding: 2px 0px 0px 0px;
	display: block;
	/*background: #5798c0;*/
	/*border: 1px solid #ddd;*/
	/*
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	*/
}
a.leer {
	background: none;
	/*border: none;*/
}
a.leer:hover {
	background: #ec7703;
	-moz-box-shadow: inset 0 1px 2px #999;
	-webkit-box-shadow: inset 0 1px 2px #999;
	box-shadow: inset 0 1px 2px #999; 
}
a.error {
	background: #900;
	color: #FFF;
	font-weight: bold;
	border: none;
}
a.ok, a.no {
	background: url(/images/_empire/bt_ok.png) left top no-repeat;
	display: block;
	width: 25px;
	height: 25px;
}
a.no {
	background: url(/images/_empire/bt_no.png) left top no-repeat;
}
/* Sonstige */
.clear {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#content-cont {
  overflow-y:auto;
}
.start-button {
	/*background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.17, rgb(87,152,192)),color-stop(0.59, #095a9c));*/
	/*background-image: -moz-linear-gradient(center bottom,rgb(87,152,192) 17%,#095a9c 59%);*/
	border: 1px solid #ccc;
	border-radius: 4px;
	display:block;
	float:left;
	min-height: 30px;
	margin-right:10px;
	min-width:180px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 20px;
	text-decoration: none;
	position: relative;
}
.start-button:hover {
	border: 1px solid #eee;
}
span.ani {
	font-family: 'Droid', sans-serif;
	color: #FFF;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
	position: absolute;
	left: 40px;
}

/**/
.dj-box {  
  height:380px;
  width:940px;
  border: 3px solid #ccc;
  border-radius: 12px;
  padding: 20px 20px 40px 20px;
  overflow-y: scroll;
}
.dj-1 {
	background: #ccc;
	opacity: 0.5;
	/*background-image:url(http://empire-hannover.de/images/stories/hannover/backgrounds-dj/benjamin-lotz1.jpg);*/
}

ul#sort-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul#sort-list li {
	padding: 5px 5px;
	border-top: 1px solid #ccc;
}
ul#sort-list li img {
	margin-right: 20px;
}

/*GLOBALES*/
tr.ersteZeile * {
	color: #333;
	text-transform: uppercase;
}
tr.zeileA,
tr.zeileB {
	background: none;	
}
tr.zeileB {
	background: #357DB1;
}
tr.zeileA *,
tr.zeileB * {
	color: #333;
}

.footersystem {
	color: #900;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 10px;
	background: #ccc;
}
.footersystem:hover {
	color: #F63;
}