@CHARSET "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	height: 100%;
	background: url("../img/background.png");
	background-repeat: repeat-x;
	background-color: #1c4a7f;
	font-size: 0.7em;
}

.clear {
	clear: both !important;
}

.small {
	font-size: 8pt !important;
}

a {
	/*color: #d11313;*/
	color:  white;
	text-decoration: none;
}

a:visited {
	/*color: #9CC6F1;*/
	/*color: #0066CC;*/
	/*color: #d11313;*/
	color: white;
}

a:hover {
	color: white;
	text-decoration: underline;
}

a img {
	border: none;
}

a.black {
	color: black !important;
	text-decoration: none;
}

a.black:visited {
	color: black !important;
	text-decoration: none;
}

a.black:hover {
	color: black !important;
	text-decoration: underline;
}

a.white {
	color: white !important;
	text-decoration: none;
}

a.white:visited {
	color: white !important;
	text-decoration: none;
}

a.white:hover {
	color: white !important;
	text-decoration: underline;
}

legend {
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	font-size: 1.1em;
	color: white;
}
p {
	margin-bottom: 20px;
}

hr {
	border-left: 0px; /* Für Firefox und Opera */
	border-right: 0px;
	border-bottom: 0px;
	border-bottom: transparent;
	border-top: dotted 1px white;
	color: white;
	margin-bottom: 5px;
	clear: both;
}

h1 {
	font-size: 1.7em;
	margin-bottom: 20px;
	color: white;
	margin-right: 15px;
	height: 20px;
	clear: both;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
	clear: both;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;	
	clear: both;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	clear: both;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;	
	clear: both;
}

h2 a,h3 a,h4 a,h5 a {
	color: black;
	text-decoration: none;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	text-decoration: underline;
}

h1 a {
	color: white !important;
}

h1 a:hover {
	color: white !important;
	text-decoration: none !important;
}


h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited {
	color: black;
	text-decoration: none;
}

.bold {
	font-weight: bold !important;
}

.red {
	color: #AE0000 !important;
}

.green {
	color: #278900 !important;
}

.yellow {
	color: #FF7700 !important;
}

ul {
	margin-left: 40px;
}

ul.horizontal {
	margin-left: 0px;
	list-style-type: none;
}

ul.horizontal li {
	float: left;
	margin-right: 10px;
}

form {
	clear: both;
}

div#nav {
	color: white;
	background-color: #404146;
	height: 40px;
	position: relative;
}

div#nav a {
	color: white;
}

div#nav a:hover {
	font-weight: bold;
}

div#nav ul {
	list-style-type: none;
	margin-left: 10px;
}

div#nav ul li {
	line-height: 40px;
	float: left;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.3em;
}

div#nav ul li.active {
	background-color: #9cb8d8;
	font-weight: bold;
}

div#main {
	padding: 10px;
}

div#footer {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	padding: 10px;
	color: white;
	font-size: 8pt;
	border-top: dotted 1px white;
}

div.filter {
	margin-bottom: 20px;
}
div.table {
	clear: both;
	background-color: #e6e6e6;
}

table.data {
	width: 100%;
	border-collapse: collapse;
	padding: 3px;
	font-size: 1.0em !important;
}

table.data tbody tr:hover td {
	/*background-color: #eb6005;*/
	background-color: #FFD889 !important;
	/*color: white;*/
	cursor: pointer;
}

table.data tbody tr.selected td {
	/*ackground-color: #eb6005 !important;
	color: white !important;*/
	background-color: #FFCC66 !important;
}

table.data tr.white td {
	background-color: white;
	color: black;
}

table.data tr.grey td {
	background-color: #F3F3F3;
	color: black;
}

table.data tr.storno td {
	color: #999 !important;
}

table.data tr.yellow td {
	background-color: #FFCC66;
}

table.data tfoot th, table.data tfoot td, table.data tbody.foot th, table.data tbody.foot td {
	background-color: #FFCC66 !important;
	color: black !important;
}

table.data tr.red td {
	background-color: #FF9999;
}

table.data th, td.th {
	background-color: #96979d;
	color: white;
	font-weight: bold;
	font-size: 1.0em !important;
	border: solid 1px #f0f0f0;
	text-align: left;
	padding: 5px;
	height: 25px;
}

table.data td {
	color: black;
	font-size: 1em;
	border: solid 1px #f0f0f0;
	text-align: left;
	padding: 5px;
	height: 20px;
}

table.data td a, table.data tr.white td a, table.data tr.grey td a {
	color: #eb6005;
}

table.data tbody tr.selected td a, table.data tbody tr:hover td a {
	/*color: white;*/
}


div.error_message {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 30px;
	padding-left: 45px;
	padding-top: 15px;
	background-image:url(../img/icons/icon_error.png);
	background-repeat: no-repeat;
	border: 1pt solid #AE0000;
	background-color: #FF9999;
	color: black;
}

div.warn_message {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 30px;
	padding-left: 45px;
	padding-top: 15px;
	background-image:url(../img/icons/icon_warn.png);
	background-repeat: no-repeat;
	border: 1pt solid #FF9900;
	background-color: #FFCC66;
	color: black;
}

div.ok_message {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 30px;
	padding-left: 45px;
	padding-top: 15px;
	background-image:url(../img/icons/icon_ok.png);
	background-repeat: no-repeat;
	border: 1pt solid #56AE00;
	background-color: #CCFF99;
	color: black;
}

div.info_message {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 30px;
	padding-left: 45px;
	padding-top: 15px;
	background-image:url(../img/icons/icon_info.png);
	background-repeat: no-repeat;
	border: 1pt solid #CCCCCC;
	background-color: #FFFFFF;
	color: black;
}

div.scrollable {
	max-height: 400px;
	overflow: auto;
}

div.dialog {
	padding: 15px;
	background: url("../img/background.png");
	background-repeat: repeat-x;
	background-color: #9cb8d8;
	width: 500px;
	overflow: auto;
}

fieldset {
	padding: 10px;
}

table.form {
	width: 100%;
	border-collapse: collapse;
}

table.form tr.white td {
	background-color: white;
}

table.form tr.grey td {
	background-color: #F3F3F3;
}

table.form tr.yellow td {
	background-color: #FFCC66;
}

table.form tr.red td {
	background-color: #FF9999;
}

table.form th {
	background-color: #96979d;
	color: white;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
	padding: 2px;
	height: 25px;
}

table.form td {
	color: white;
	font-size: 1.0em;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	height: 20px;
}

input, select {
	/*background-color: #ffdc98;*/
	color: black;
	padding: 3px;
	font-size: 1.1em;
}

input[type=submit] {
	font-weight: bold;
}

.clearfix:after {  /* für Firefox, IE8, Opera, Safari, etc. */
    content: ".";  
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
 
* + html .clearfix { /* für IE7 */
    display: inline-block;
}
 
* html .clearfix { /* für IE6 */
	height: 1%;
}

a.button {
	display: block;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius:3px;
	border: 1px solid #404040;
	background-color: #272727;
	padding: 3px 5px;
	padding-top: 6px;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	color: white;
	float: left;
	font-size: 8pt;
	height: 16px;
	line-height: 15px;
	margin-right: 10px;
}

a.button:hover {
	background-color: #666;
}

a.grey {
	background-color: #eee !important;
	border-color: #ccc !important;
	color: #666 !important;
}

a.grey:hover {
	background-color: #fff !important;
}

ul.icons {
	margin: 0px;
	padding: 0px;
}

li.icon {
	background-image:url(/img/fileicons/file.png);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 30px;
	margin-bottom: 5px;
}

a.csv {
	display: block;
	margin-top: 10px;
	background-image:url(/img/fileicons/xls.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 25px;
	line-height: 25px;
}


a.left {
	display: block;
	width: 30px;
	height: 30px;
	background-image:url(../img/icons/left.png);
	background-repeat: no-repeat;	
}

a.top {
	display: block;
	width: 30px;
	height: 30px;
	background-image:url(../img/icons/top.png);
	background-repeat: no-repeat;	
}

a.right {
	display: block;
	width: 30px;
	height: 30px;
	background-image:url(../img/icons/right.png);
	background-repeat: no-repeat;	
}

a.bottom {
	display: block;
	width: 30px;
	height: 30px;
	background-image:url(../img/icons/bottom.png);
	background-repeat: no-repeat;	
}