body { 
	
}

input, select {
	font-family: Arial;
	font-size: 12px;
}

#adminpanel {
	width: 180px;
	background-color: #4090FF;
	color: #fff;
	padding: 3px;
	position:fixed;
	top:10px;
	right:5px;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	border: 1px solid #447CAE;
	cursor: pointer;
}

#adminmenu {
	display: none;
	font-family: 'Trebuchet MS';
	font-size: 12px;
	position:fixed;
	top:37px;
	right:5px;
	width: 180px;
	padding: 3px;
	background-color: #E3ECF3;
	color: #447CAE;
	border: 1px solid #447CAE;
}

#adminmenu a {
	color: #447CAE;
}

#container {
	min-width: 1160px;
	width: 100%;
	min-height: 300px;
	margin: 0 0 20px 0;
	font-family: Arial !important;
	color: #333;
	font-size: 12px;
	overflow: hidden;
	padding: 5px;
}

#container a {
	color: #447cae;
}

#container h3 {
	margin: 5px 0;
	padding: 0;
}

#container h4 {
	margin: 0;
	padding: 0;
}

#container table {
	font-family: Arial;
	color: #333;
	font-size: 12px;
}

#errorcont {
	width: 700px;
	min-height: 200px;
	margin: 120px auto;
}

.accbox {
	width: 160px;
	float: left;
	margin: 0 20px 0 0;
}

.linkbox {
	width: 160px;
	min-height: 50px;
	padding: 10px;
	margin: 0px 0 0 0px;
	float: left;
}

.linkbox ul {
	list-style: #E3ECF3;
	margin: 5px 35px;
	padding: 0;
}

.linkbox ul li {
	font-size: 14px;
	color: #e3ecf3;
	margin-top: 5px;
}

.errorbox {
	border: 1px solid #ddd;
	width: 500px;
	float: left;
	min-height: 200px;
	box-shadow:8px 8px 8px #ddd;
}

.errormsg {	
	padding: 20px;
	font-size: 14px;
}

.errorhead {
	background-color: #E3ECF3;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 20px;
	border-bottom: 1px solid #ddd;
}

.Headline {
	padding: 5px 5px;
	margin: 15px 0 0 0;
	float: left;
}

.Partner {
	padding: 5px 10px;
	margin: 5px;
}

.error {
	border: 1px solid #FF0033;
}

.warning {
	border: 1px solid #FF6600 !important;
}

#results {
	
}

#searchItems ul {
	text-align: justify;
	float: left;
	padding: 0;
	margin: 0;
	
}

#searchItems ul li {
	list-style: none;
	float: left;
	padding: 5px;
	margin: 10px 10px 0 0;
	background-color: #e3ecf3;
}

#searchItems ul li a {
	color: #5080F0;
}

#searchItems ul li:hover {
	background-color: #f1f19b;
}


/* Buchung Styles  */
.Backlink {
	font-size: 10px;
	color: #5080F0;
}

.Backlink a{
	color: #5080F0;
}

.Topdescription {
	background-color: #ff8132;
	color: #fff;
	padding: 3px;
	overflow: auto;
	margin: 10px 0;
	height: 21px;
}

.TopdescLeft {
	float: left;
	width: 220px;
	font-weight: bold;
	line-height: 20px;
	margin-left: 5px;
}

.TopdescMid {
	float: left;
	width: 350px;
}

.TopdescRight {
	float: right;
	line-height: 20px;
}

.TopdescRight a{
	color: #5080F0;
}

.BgLink {
	background-color: #e3ecf3;
	float:left;
	margin: 0 5px 0 0;
	padding: 0 10px;
}

#BuchungLeft {
	width: 66%;
	min-width: 750px;
	min-height: 400px;
	float: left;
}

#BuchungRight {
	width: 34%;
	min-width: 360px;
	min-height: 300px;
	float: left;
}

#PartnerLeft {
	height: 60px;
	width: 200px;
	padding: 10px;
	display: table-cell;
	vertical-align: bottom;
	float: left;
}

#PartnerMid {
	width: 250px;
	height: 60px;
	padding: 10px;
	float: left;
	color: #5080F0;
}

#PartnerMid table {
	color:  #476988;
}

#PartnerRight {
	width: 250px;
	height: 60px;
	padding: 10px;
	display: table-cell;
	vertical-align: bottom;
	float: left;
	position: relative;
}

#changeSearch {
	background-color: #466581;
	color: #fff;
	position: absolute;
	top: 70px;
	left: 10px;
	width: 300px;
	padding: 10px;
	display: none;
	z-index: 50;
	border: 1px solid #aaa;
}

#changeSearch a {
	color: #fff;
}

#changeBox {
	margin: 0 0 6px 0;
}

#changeItems {
	display:none;
}	

#changeItems li {
	list-style: none;
	float: left;
	width: 100%;
	padding: 3px 0px;
}

#AccountStatus {
	background-color: #e3ecf3;
	padding: 5px;
	
}

#AccountStatus table{
	color: #447cae;
}

#RechnungLeft {
	padding: 10px;
	float: left;
}

#RechnungLeft ul {
	list-style: none;
	padding: 0;
}

#RechnungLeft ul li {
	display: inline-block;
	padding: 3px 2px;
	text-align: center;
	width: 30px;
}

#RechnungLeft ul li:hover {
	background-color: #e3ecf3;
}

#RechnungRight {
	padding: 10px;
	float: left;
}

#RechnungBet {
	padding: 0 10px;
}

#RechnungPos {
	padding: 0 10px;
}

#RechnungPos ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#RechnungPos ul li {
	display: inline-block;
	padding: 3px 2px;
	width:30px; 
	text-align: center;
}

.SaveButton {
	text-align: right;
	margin: 20px 0;
}

.showOther{
	position: relative;
	color: #447cae;
	text-decoration: underline;
	cursor: pointer;
	font-size: 9px;
}

.otherCUR, .otherVAT {
	position: absolute;
	text-decoration: underline;
	cursor: pointer;
	text-align: left;
	padding: 5px;
	background-color: #e3ecf3;
	top: 20px;
	left: 0px;
	z-index: 40;
	display: none;
	margin: 0;
}

.other {
	margin: 0;
}

.other:hover {
	color: #fff !important;
	background-color: #447cae !important;
}

.VAT, .Currency {
	color: #447cae;
	text-decoration: underline;
	cursor: pointer;
	font-size: 9px;
	float: left;
}

#RechnungsCUR, #RechnungsVAT {
	margin: 0;
}

input.readonly {
	background-color: #e3ecf3; 
	color: #447cae; 
	width: 60px; 
	border: 0; 
	text-align: right;
	padding: 2px;
}

.deleteable {
	background-color: #eee;
	color: #777;
}

.cuttingline {
	border-bottom: 1px solid #ddd;
	height: 1px;
	margin: 5px 0;
	width: 95%;
}

.auftragtyp {
	padding: 10px;
}

.auftragsdetails {
	width: 655px;
	border: 1px solid #eee;
	float: left;
	margin: 10px 0 0 10px;
	padding: 10px;
}

.typA {
	width: 200px;
	padding: 10px;
	float: left;
	border: 1px solid #eee;
	margin-right: 5px;
}