.order-table {
	border-collapse: collapse;
}

html {
	overflow-y: scroll !important;
}

.order-table-verwaltung {
	border-collapse: collapse;
}

.order-table-header {
	text-align: center;
	background: none repeat scroll 0 0 #E5E5E5;
	border-bottom: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
	padding: 12px;
}

.order-table-row {
	/* background: none repeat scroll 0 0 #FFFFFFF; */
	border-bottom: 1px solid #BBBBBB;
}

.order-table-odd-row {
	text-align: center;
	/* background: none repeat scroll 0 0 #FFFFFFF; */
	border-bottom: 1px solid #BBBBBB;
}

.order-table-even-row {
	text-align: center;
	/* background: none repeat scroll 0 0 #F9F9F9; */
	border-bottom: 1px solid #BBBBBB;
}

.errorMsg {
	width: 103.5%;
	height: 35px;
	margin: 0 0 20px -14px;
	padding-top: 20px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #E00;
	color: #E00;
	background-color: #FFDCE5;
}

.errorRow {
	border-width: 1px 0;
	border-style: solid;
	border-color: #E00;
	color: #E00;
	background-color: #FFDCE5;
	text-align: center;
}

.serienRow {
	border-width: 1px 0;
	border-style: solid;
	border-color: black;
	color: black;
	background-color: #E5E5E5;
	text-align: center;
}

.td#kommentar {
	width: 120px;
}

.vertical_top td {
	vertical-align: top;
}

.myfont {
	font-family: Helvetica, Arial;
	color: white;
	font-size: 20px
}

.myfett {
	font-weight: bold;
}

.indexHeader {
	position: absolute;
	left: 25%;
	top: 175px;
}

.index {
	position: relative;
	left: 20%;
	top: 130px;
	right: 0;
}

.signing {
	position: relative;
	left: 0px;
	top: 0px;
	background: white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white),
		color-stop(100%, #DDD));
	background: -webkit-linear-gradient(top, white 0, #DDD 100%);
	background: -moz-linear-gradient(top, white 0, #DDD 100%);
	background: -ms-linear-gradient(top, white 0, #DDD 100%);
	background: -o-linear-gradient(top, white 0, #DDD 100%);
	background: linear-gradient(top, white 0, #DDD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#dddddd', GradientType=0);
	border-left: solid 1px #EEE;
	border-right: solid 1px #EEE;
	border-bottom: solid 1px #CCC;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	width: 260px;
	height: 77px;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	border-radius: 4px;
}

.registring {
	position: relative;
	left: 0px;
	top: 0px;
	background: white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white),
		color-stop(100%, #DDD));
	background: -webkit-linear-gradient(top, white 0, #DDD 100%);
	background: -moz-linear-gradient(top, white 0, #DDD 100%);
	background: -ms-linear-gradient(top, white 0, #DDD 100%);
	background: -o-linear-gradient(top, white 0, #DDD 100%);
	background: linear-gradient(top, white 0, #DDD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',
		endColorstr='#dddddd', GradientType=0);
	border-left: solid 1px #EEE;
	border-right: solid 1px #EEE;
	border-bottom: solid 1px #CCC;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	width: 260px;
	height: 285px;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	border-radius: 4px;
}

.indexInputLabel {
	position: absolute;
	font-size: 11pt;
	color: gray;
	left: 15px;
	width: 232px;
	background: transparent;
	font-size: 11pt;
}

.indexInputText {
	position: absolute;
	font-size: 11pt;
	color: black;
	left: 9px;
	width: 232px;
	background: transparent;
	border-style: solid;
	border: 1px;
	border-color: lightgray;
}

.indexInputSecret {
	position: absolute;
	font-size: 11pt;
	color: black;
	left: 9px;
	width: 180px;
	background: transparent;
}

.passwordLabel {
	position: absolute;
	left: 15px;
	top: 123px;
}

.global-nav {
	position: fixed;
	width: 100%;
	height: 40px;
	background-position: 0 0;
	background-color: #252525;
	vertical-align: top;
	left: 0px;
	top: 0px;
	z-index: 5;
}

body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 11pt;
	line-height: 18px;
	/* background-color: lightblue; */
	color: #333;
}

.submit {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	border: 1px solid #CCC;
	border-radius: 4px;
}

.submitLogin {
	position: absolute;
	background-color: #0271BF;
	border-color: #096EB3;
	left: 200px;
	top: 43px;
}

.submitRegister {
	position: relative;
	background-color: #FD9512;
	border-color: #EC8B11;
	left: 7px;
	top: -30px;
}

.page-outer {
	top: 40px;
	left: 0px;
	width: 100%;
	position: absolute;
}

.page-container {
	padding: 25px;
	width: 930px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, .3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	position: relative;
	margin: 0 auto;
}

.persoenlicheDaten {
	text-shadow: 0 1px 0 white;
	border: 1px solid #EEE;
	border: 1px solid rgba(0, 0, 0, .1);
	position: relative;
	margin-bottom: 10px;
	line-height: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-color: #F9F9F9;
	width: 300px;
	padding: 10px 10px 10px 10px;
	background-clip: padding-box;
}

@media only screen and (max-width: 1000px) {
	.persoenlicheDaten {
		display: none;
	}
}

.persoenlicheDatenAuswertung {
	text-shadow: 0 1px 0 white;
	border: 1px solid #EEE;
	border: 1px solid rgba(0, 0, 0, .1);
	position: relative;
	margin-bottom: 10px;
	line-height: 16px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-color: #F9F9F9;
	width: 300px;
	padding: 10px 10px 10px 10px;
	background-clip: padding-box;
}

@media only screen and (max-width: 1000px) {
	.persoenlicheDatenAuswertung {
		display: none;
	}
}

.planDaten {
	text-shadow: 0 1px 0 white;
	border: 1px solid #EEE;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	padding: 10px 10px 10px 10px;
	background-clip: padding-box;
	background-color: #F9F9F9;
	line-height: 16px;
	line-height: 16px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.menueleiste {
	width: 1020px;
	margin-left: 24px;
	margin: 0 auto;
	padding-left: 20px;
}

.button { /*	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff; 
	box-shadow: inset 0px 1px 0px 0px #ffffff; */
	background-color: transparent;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0px solid #dcdcdc;
	display: inline-block;
	color: #777777;
	font-weight: bold;
	padding: 7px 14px 10px 10px;
	/*	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff; */
}

.classname:active {
	position: relative;
	top: 1px;
}

.pd2 {
	text-align: right;
}

.pd1 {
	font-weight: bold;
}

.vorschau {
	height: 65px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}

.width300px {
	width: 300px;
}

.width70px {
	width: 70px;
}

.width192px {
	width: 192px;
}

.width80px {
	width: 80px;
}

.width140px {
	width: 140px;
}

.width200px {
	width: 200px;
}

.width60px {
	width: 60px;
}

.width48px {
	width: 48px;
}

.width24px {
	width: 24px;
}

.width72px {
	width: 72px;
}

.width40px {
	width: 40px;
}

.width59px {
	width: 59px;
}

select { /* -webkit-appearance: button;*/
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 0px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none; -webkit-linear-gradient (#FAFAFA, #F4F4F4
	40%, #E5E5E5);
	background-position: center right;
	background-repeat: no-repeat;
	border: 1px solid #AAA;
	color: #555;
	font-size: inherit;
	overflow: hidden;
	padding-top: 2px;
	padding-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-color: white;
}

.legend, .legendSmall, .legendTitle {
	margin: 5px 0 20px -20px;
	padding: 12px 0 0 0;
	color: #FFF;
	width: 260px;
	height: 30px;
	font-weight: bold;
	font-size: 18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #8eb0d9;
	background: -moz-linear-gradient(top, #8eb0d9, #6293cb);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8eb0d9),
		color-stop(1, #6293cb));
	background: -webkit-linear-gradient(top, #8eb0d9, #6293cb);
	background: -o-linear-gradient(top, #8eb0d9, #6293cb);
	background: lineargradient(top, #8eb0d9, #6293cb);
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1ps 1px 2px #ccc;
	box-shadow: 1px 1px 2px #ccc;
	font-weight: bold;
	-moz-box-shadow: 1px 1px 2px #ccc;
}

.legend_gray, .legendSmall_gray, .legendTitle_gray {
	background: -moz-linear-gradient(top, #8eb0d9, #6293cb);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, lightgray),
		color-stop(1, gray));
	background: -webkit-linear-gradient(top, lightgray, gray);
	background: -o-linear-gradient(top, lightgray, gray);
	background: lineargradient(top, lightgray, gray);
}

.legend_green, .legendSmall_green, .legendTitle_green {
	background: -moz-linear-gradient(top, #8eb0d9, #6293cb);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, lightgreen
		), color-stop(1, green));
	background: -webkit-linear-gradient(top, lightgreen, green);
	background: -o-linear-gradient(top, lightgreen, green);
	background: lineargradient(top, lightgreen, green);
}

.legend_brown, .legendSmall_brown, .legendTitle_brown {
	background: -moz-linear-gradient(top, #f9e3db, #795548);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #795548),
		color-stop(1, green));
	background: -webkit-linear-gradient(top, #f9e3db, #795548);
	background: -o-linear-gradient(top, #f9e3db, #795548);
	background: lineargradient(top, #f9e3db, #795548);
}

.legendSmall {
	margin: 5px 0 10px -20px;
	padding: 4px 0 2px 0;
	color: white;
	width: 180px;
	height: 20px;
	font-weight: bold;
	font-size: 14px;
}

.legendTitle {
	text-align: center;
	margin: -68px 0 0px -7px;
	padding: 2px 0;
	color: white;
	width: 95px;
	height: 16px;
	font-weight: bold;
	font-size: 10px;
	float: left;
	z-index: 10;
	opacity: 0.6;
	background: gray;
	background-color: gray;
	color: white;
	position: relative;
}

.tooltip {
	background-color: #E00;
	border-width: 3px;
	padding: 10px;
}

.tooltip-text {
	width: 350px;
	height: 80px;
	cursor: arrow;
	border-width: 2px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.tooltipData {
	font-weight: bold;
}

.marginTop50px {
	margin-top: 50px;
}

.status {
	position: fixed !important;
	position: absolute;
	top: auto !important;
	top: 145px;
	background-color: black;
	width: 100%;
	height: 40px;
	bottom: 0;
	text-align: right;
	left: 0;
	z-index: 5;
}

.status .right {
	padding-top: 7px;
	padding-right: 10px;
}

.fb_mylike {
	padding-top: 7px;
}

.footer {
	position: absolute;
	bottom: -40px;
	width: 100%;
	font-size: 11px;
	color: #fff;
	text-align: left;
}