@charset "utf-8";
body {
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

* {
	padding: 0;
	margin:0;
}
.clearing { clear: both; }

header {
	
	display: block;
	background-color: #3b5998;
	padding-left:20px;
	height: 40px;
	color: white;
	/*margin-bottom:40px;*/
	
}
header h2{float:left; margin-top: 5px;}

.login {
	float:right;
	display :inline-block;
}

.login select {
	margin-top: 5px;
	height: 30px;
	border:0;
	margin-right: 5px;
	
}

.login input {
	margin-top: 5px;
	padding-left: 10px;
	height: 30px;
	border:0;
	margin-right: 5px;
	vertical-align:top;
	width: 110px;
}
.login button {
	background-color: white;
	border: 0;
	color: #3b5998;
	margin-top: 5px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	height: 30px;
	}



#debugger {
	display:none;
	width:60%;
	padding: 20px;
	background-color: lightgreen;
	
}
#uploadnt {
  text-align: center;
  background: #EEE;
  border: 0.1em solid #000;
  padding: 0em;
}

.upload {
  text-align: center;
  width: 100%;
  height: 100px;
  background: white;
  border: 2px dotted #000;
  padding: 0em;
}

.valid {
  background: #EFE;
  border: 0.2em solid #0F0;
}


#wrapper{
	width: 100%; min-width: 220px;
	margin-left: auto;
	margin-right: auto;
}

/* Giving a background-color to the nav container. */
nav {
	
    background-color: #f6f7f9;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    padding:0;
    margin:0;
	list-style: none;
    position: relative;
	}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px -7px 0 0;
    display:inline-block;
	/*background-color: #E64A19;*/
	
    }

/* Styling the links */
nav a {
    display: block;
    
	padding:0px 20px;
    color:#3b5998;
    font-size:0.9em;
    line-height: 2em;
    text-decoration:none;
}

/* Background color change on Hover */
nav a:hover {
	color:white;
    background-color: #3b5998;
}



/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
	background-color:#f6f7f9;
	position: absolute;
    top: 100%;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display:inherit;
	
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    min-width:170px;
	color:black;
    display:list-item;
    position: relative;
}

.not_active a{
	
	color:	lightgrey;
	
}



.info {
	margin:10px;
	
	display:block;
	width:100%;
}

.filter {
	float:left;
	margin-left: 1%;
	background-color:green;
	display: block;
	width: 30%;
	border: 5px solid green;
}
.filter label {
	display:block;
	color:white;
	font-style:bold;
	width:100%;
	text-align:center;
	font-size: 1.5em;
	margin: 10px 0px;
}

.filter  select{
	border:0;
	
	width:100%;
	font-size: 0.9em;
	text-align:center;
	
}

.filter  select:selected {
	background-color:red;
}
.filter input[type="checkbox"]{
	margin: 20px;
}
.filter button {
	border:0;
	background-color: green;
	color: white;
	height: 30px;
	width:100%;
}

.filter button:hover{
	background-color: lightgreen;
}

/* Change ' +' in order to change the Dropdown symbol
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }

 */



.bilanz {
	width: 100%;
}
.bilanz a {
	text-decoration:none;
}
.bilanz a:visited {color: blue;}
.bilanz h2{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:center;
}

.bilanz #hinweis {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:center;
	color:red;
}

.ebene1 {
	font-size: 1.2em;
	font-style:800;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.ebene2 {
	font-size: 1.0em;
	width: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.ebene3 {
	font-size: 1.0em;
	width: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.ebene4  {
	
	font-size: 0.8em;
	font-weight: 400;
	width: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
}
.ebene4:hover{
	font-size: 1.3em;
}

.kontosaldo {
	float: right;
	padding-right: 5px;
	
}




section {
	width: 99%; 
	margin-left: auto;
	margin-right: auto;
	
	
	
}

article  {
	margin-top: 2% ;
	display: inline-block;
	width:100%; min-width: 240px;
	vertical-align: top;
	border:0px solid lightgrey;
	}

article  p{
	margin-top: 2%;
	margin-bottom: 2%;
	
	}


h1 {
	color:white;
	background-color: #3b5998;
	padding:1%;
}
	
aside  {
	padding-top: 3%;
	padding-bottom:3%;
	display: inline-block;
	width: 3.0%; 
	vertical-align: top;
	}

.tabelle_kreditoren {
	display:block;
	width: 100%;
}

.konto {float:left; width: 125px;}
 .kontoname {display:inline; width: 400px;}
 
.tabelle_kreditoren {
	display: table; 
	width: 60%;
}

.tabelle_kreditoren div { display:table-row;}
.tabelle_kreditoren div div{ display:table-cell; padding: 5px;}




.tabelle_standard { 
	margin-top: 		5%;
	margin-left: 		5px;
	border: 			0px solid #6688AA;
	font-size:			0.825em;
	} 

.tabelle_standard caption { 
	background-color: #6688AA; 
	font-weight: normal; 
	color: #FFFFFF; 
	padding: 6px 0 3px 0;
	width:100%;
	text-align: center; 	
	border: 1px solid blue;} 


.tabelle_standard thead th { 
	background-color: 	black; 
	text-align: 		center; 
	color: 				lightgrey; 
	font-weight: 		normal; 
	} 

.tabelle_standard td { 
	padding: 			2px 2px; 
	white-space: 		nowrap;
	border-right: 		1px solid black; 
	line-height: 		120%; 
	text-align: 		left; 
	}

.tabelle_standard tr{
	background-color: #DDEEFF; 
	
}
.tabelle_standard tr:hover { 
	background-color: #CCDDEE;
}

.tabelle_standard #firma {max-width: 300px; overflow:hidden;}
.tabelle_standard #betrag_haben {text-align: right;}
.tabelle_standard #betrag_soll {text-align: right;}
.tabelle_standard #buchungstext {max-width:400px;text-overflow:ellipsis;}
.tabelle_standard #buchungsbetrag {text-align: right;}
.tabelle_standard #gegenkonto {text-align: center;}
.tabelle_standard #sollkonto {text-align: center;}
.tabelle_standard #habenkonto {text-align: center;}
.tabelle_standard #konto {text-align: center;}
.tabelle_standard #kreditoren_saldo {text-align: right;}
.tabelle_standard #sachkonten_saldo {text-align: right;}


.form_eingabe{
	
	font-size: 1.0em;
	min-width: 220px;
}

.form_zeile {
	width: 100%;
	margin-top: 15px;
}

.form_eingabe input {
	font-size: 1.1em;
	padding: 5px;
	color: #3b5998;
}

.form_eingabe select {
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px;
	color: #3b5998;
}

.form_eingabe input[type="submit"]{
	border:0px;
	font-size: 1.3em;
	background-color: #3b5998;
	padding: 10px;
	color: white;
	float: right;
}
.form_eingabe  input[type='checkbox'] {
	border: 1px solid red;
	font-size: 1.1em;
	padding: 10px;
	color: #3b5998;
}

.form_eingabe button{
	display: block;
	width: 60%;
	border:0px;
	font-size: 1.3em;
	background-color: #3b5998;
	padding: 10px;
	color: white;
	box-shadow: 			5px 5px 5px grey;
	margin-left: auto;
	margin-right: auto;
}

#firma {width: 250px;}
#vorname1 {width: 100px;}
#vorname2 {width: 100px;}


.form_eingabe input[name="strasse"] {width: 180px;}
.form_eingabe input[name="hnr"] {width: 40px;}

.form_eingabe input[name="plz"] {width: 60px;}
.form_eingabe input[name="ort"] {width: 160px;}

.form_eingabe label{width: 120px; float:left;}

.form_eingabe input[name="einheiten_nr"] {width: 40px; text-align:right;}


.form_eingabe input[name="einheiten_wfl"] {width: 80px; text-align:right;}
.form_eingabe input[name="einheiten_nfl"] {width: 80px; text-align:right;}

.form_eingabe input[name="einheiten_nme"] {width: 80px; text-align:right;}
.form_eingabe input[name="einheiten_hk"] {width: 80px; text-align:right;}
.form_eingabe input[name="einheiten_bk"] {width: 80px; text-align:right;}
.form_eingabe input[name="mv_nme"] {width: 80px; text-align:right;}
.form_eingabe input[name="mv_hk"] {width: 80px; text-align:right;}
.form_eingabe input[name="mv_bk"] {width: 80px; text-align:right;}

.form_info {display: none;}

.bcolor_green {
	color:				white;
	background-color:	green;
}

.bcolor_red {
	color:				white;
	background-color:	red;
}

.search_kontakte {
	padding-top:	30px;
}

.search_kontakte input {
	font-size: 1.1em;
	padding: 5px;
	color: #3b5998;
}

.search_kontakte button {
	font-size: 	1.1em;
	padding: 	7px;
	border: 	0px;
	
}

.Kontaktaktionen button {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 200px;
	height:50px;
	border: 0px;
	background-color: green;
	color: white;
	
}

.assistent {
	margin-top: 20px;
	padding: 0px;
	border: 1px dotted grey;
	display: inline-block;
	width: 100%;
	
}
.assistent h2 {padding-bottom:10px;}



.datenbox {
	padding-right: 100px;
	float: left;
}

.datenbox button {
	border:0;
	background-color: #f7f8f9;
	color: black;
	height: 40px;
	width:100%;
}

.flash {
	width: 100%;
	text-align: center;
}

.info_mv {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	
	background-color: #edffed;
}

.volleZeilenBreite {
	width: 100%;
	padding:1%;
	display: inline-block;
	
	
	}
.showbox {min-width: 250px; margin-right: 20px;color:black;float: left; border: 1px solid #F6F7F9;}
.showbox a{text-decoration: none;}
.showbox h3 {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #3B5998;
	width:100%;
	background-color: #F6F7F9;
}

.showbox .left {float:left;}
.showbox .right {float:right;}

.showbox h4{
	
	text-align: center;
	color: #3B5998;
	width:100%;
	background-color: #F6F7F9;
}
.showbox p {
	margin-left: 10px;
}
.showbox .showzeile {
	width:96%;
	
	
}
.showbox .showleft{
	width: 48%;
	float: left;
}
.showbox .showright{
	width: 48%;
	
	text-align: right;
	float:left;
	
}

.showart	{ width: 140px; 	}
.showbetrag	{ width: 120px; text-align:right;}
.showmwst	{ width: 120px; text-align: left; }

.tabelle_standard #blatt{text-align: center;}
.tabelle_standard #einheiten_wfl {text-align: right;}
.tabelle_standard #einheiten_gfl {text-align: right;}
.tabelle_standard #einheiten_nfl {text-align: right;}
.tabelle_standard #wohngeld {text-align: right;}

.tabelle_standard #miete_gesamt {text-align: right;}
.tabelle_standard #soll_nme {min-width: 90px;text-align: right;}
.tabelle_standard #soll_hk {text-align: right;}
.tabelle_standard #soll_bk {text-align: right;}
.tabelle_standard #mv_nme {min-width: 90px;text-align: right;}
.tabelle_standard #mv_hk {text-align: right;}
.tabelle_standard #mv_bk {text-align: right;}
.tabelle_standard #soll {text-align: right;}
.tabelle_standard #haben {text-align: right;}
.tabelle_standard #saldo {text-align: right;}
.tabelle_standard #unterkonto {text-align: center;}

.menuebox  {
	display: inline-block;
	vertical-align: top;
	min-width: 220px;
	max-width: 420px;
	margin-right: 3%;
	border: 1px dotted lightgrey;
	
} 

.menuezeile {
	display: block;
	
}

.menuezeile:hover{
	background-color: lightblue;
}
.menuebox form {
	display: inline;
	
}

.menuebox  button{
	background-color:none;
	border: 0px;
	
	
} 

.left {
	display: inline-block;
	background-image: url(../images/ic_arrow_upward_black_18dp.png);
	background-repeat:no-repeat;
	background-size: 2em 2em;
	vertical-align: middle;
	width: 2em;
	height: 2em;
	
	
	
}

.right {
	background-image: url(../images/ic_arrow_downward_black_18dp.png);
	background-repeat:no-repeat;
	background-size: 2em 2em;
	vertical-align: middle;
	width: 2em;
	height: 2em;
	}
.right:hover {background-color: lightblue;}

.menuebox .sichtbar {
	display: inline;
	font-weight: 600;
	
	
}
.menuebox .nichtsichtbar {
	display: inline;
	font-weight: 800;
	color: grey;
}

.scan_art {
	width: 150px;
	padding: 10px;
	text-align: center;
	border: 1px solid lightgrey;
	display: inline-block;
	
}

.scan_art:hover {
	background-color: lightgreen;
	color: grey;
	
}
.scan_art:active {
	background-color: lightgreen;
	color: grey;
	
}


.scan_art .selected {
	background-color: lightgreen;
	color: grey;
	
}

.post_left {
	display: inline-block;
	width:25%;
}

.post_right {
	display: inline-block;
	width:74%;
	vertical-align:top;
	margin: 5px 0px;
}



.dokument_auswahl {
	display: inline-block;
	font-size: 14px;
	text-align: left;
	width: 49.6%;
	border: 1px solid #F6F7F9;
	padding: 5px 0px;
	margin: 3px 0px;
	background-color: #F6F7F9;
	color: #3b5998;
}

.dokument_auswahl:hover {
	display: inline-block;
	font-size: 14px;
	text-align: left;
	width: 49.6%;
	border: 1px solid #F6F7F9;
	padding: 5px 0px;
	margin: 3px 0px;
	cursor: hand;
	color: white;
	background-color: #3E5994;
	
}

.dokument_auswahl:selected {
	
	background-color: #bfffd9;
	font-size: 14px;
	text-align: center;
	border: 1px solid grey;
	padding: 15px 10px;
	margin: 5px 0px;
}





.post_ergebnisse {
	border: 1px solid grey;
	padding: 15px 10px;
	margin: 5px 0px;
}

.post_ergebnisse:hover {
	background-color: lightgreen;
	padding: 15px 10px;
	margin: 5px 0px;
}

article button{
	
	background-color: blue;
}


.form_kontakt{

	font-size: 1.0em;
	min-width: 220px;
}

.form_kontakt h4{
	padding: 20px 0px 0px 0px;;
}

.form_zeile {
	width: 100%;
	margin-top: 10px;
}

.form_kontakt input {
	padding: 5px;
	color: #3b5998;
	font-weight: bold;
}

.form_kontakt select {
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px;
	color: #3b5998;
}

.form_kontakt input[type="submit"]{
	border:0px;
	font-size: 1.3em;
	background-color: #3b5998;
	padding: 10px;
	color: white;
	float: right;
}
.form_kontakt  input[type='checkbox'] {
	border: 1px solid red;
	font-size: 1.8em;
	padding: 10px;
	color: #3b5998;
}


.form_kontakt  input[type='checkbox'] {
	border: 1px solid red;
	font-size: 1.8em;
	padding: 10px;
	color: #3b5998;
}
.form_kontakt input[name="anschriftco"] {width: 225px;}
.form_kontakt input[name="strasse"] {width: 180px;}
.form_kontakt input[name="hnr"] {width: 40px;}

.form_kontakt input[name="plz"] {width: 60px;}
.form_kontakt input[name="ort"] {width: 160px;}

.errors {
	padding: 10px 0px;
	display: block;
	background-color: #ff5623;
	color: white;
	text-align: center;
}

.postblock {
	
	display: 				inline-block;
	vertical-align:			top;
	width: 					49.5%;
	border: 				1px solid #F6F7F9;
}

.postblock h2{
	font-size: 				0.825em;
	padding: 2px 0px;
	text-align: 			center;
	font-weight:			normal;
	background-color: 		#3b5998;
	color: 					white;
}
.postblock input {
	padding: 				10px 0px;
	text-align: 			center;
	font-size: 				1em;
	color: 					#3b5998;
	font-weight: 			normal;
	width: 					100%;
	border: 				1px solid #F6F7F9;
}

#absender_gewaehlt   {
	padding: 				10px 0px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;	
}

#empfaenger_gewaehlt {
	padding: 10px 0px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	color: green;
	width: 100%;	
}


#absender_delete div {
	width: 100%;
	text-align: center;
	color: red;
	background-color: #F6F7F9;
	font-size: 0.9em;
}

#empfaenger_delete div {
	width: 100%;
	text-align: center;
	color: red;
	background-color: #F6F7F9;
	font-size: 0.9em;
}


#absender_delete div:hover {
	color: #F6F7F9;
	background-color: red;
	cursor: hand;
}
#empfaenger_delete div:hover {
	color: #F6F7F9;
	background-color: red;
	cursor: hand;
}

.scan_zeilemittig {
	text-align:center;
}
.scan_zeilemittig p {
	margin:5px 0px;
}

#dokument_text {
	width: 80%;
}


.kurzkontakt {
	display: inline-block;
	background-color: #F6F7F9;
	color:black;
	vertical-align: top;
	width: 60px;
	height: 30px;
	font-size: 0.825em;
	text-align: center;
	border: 0px solid grey;
	padding: 5px 5px;
	margin: 10px 10px ;
}

.kurzkontakt:hover {
	background-color:green;
	cursor:hand;
}

.scan_belegarten {
	display: 				inline-block;
	padding: 				8px;
	font-size:				16px;
	margin-left:			5px;
	color: 					#3b5998;
	text-align: 			center;
	background-color: 		#F6F7F9;
	border: 				1px solid #3b5998;
	border-radius: 			5px 5px 5px 5px;
	-moz-border-radius: 	5px 5px 5px 5px;
	-webkit-border-radius: 	5px 5px 5px 5px;
}

.scan_belegarten:hover {
	display: 				inline-block;
	padding: 				8px;
	cursor:					hand;
	color: 					white;
	text-align: 			center;
	background-color: 		#3b5998;
	border: 				1px solid #3b5998;
	border-radius: 			5px 5px 5px 5px;
	-moz-border-radius: 	5px 5px 5px 5px;
	-webkit-border-radius: 	5px 5px 5px 5px;
}

.scan_belegarten:active {
	display: 				inline-block;
	padding: 				8px;
	cursor:					hand;
	color: 					white;
	text-align: 			center;
	background-color: 		#3b5998;
	border: 				1px solid #3b5998;
	border-radius: 			5px 5px 5px 5px;
	-moz-border-radius: 	5px 5px 5px 5px;
	-webkit-border-radius: 	5px 5px 5px 5px;
}

.scan_select {
	display: inline-block;
	color: #3b5998;
	padding-right:		30px;
}

.zeilemittig {
	margin:	0px 0;
	text-align:center;
	min-height:		40px;
}

.zeilemittig h4 {
	margin:					15px;
	color: 					#3b5998;
	text-align:				center;
}

.zeilemittig input {
	margin:					5px;
	color: 					#3b5998;
	text-align:				center;
}

/*
.zeilenblock { 
	display:	inline-block;
	width:		150px;
	vertical-align: 		top;
}
*/

#beschreibung {
	width:		700px;
}

#anzeige_buchhaltung {
	display: block;
	
}
#anzeige_buchhaltung p {
	display:	inline;
	color:		grey;
	margin: 0;
}



#anzeige_weitererabsender {
	display:none;
}

.d2kbox {
	font-size: 0.9em;
	display: inline-block;
	margin: 15px 5px;
}

.d2kbox_delete {
	display: inline;
	color: white;
	
	padding: 5px 10px;
	font-weight: bold;
	background-color: black;
	
	border: 1px solid black;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.d2kbox_text {
	display: inline;
	color: #8C8F94;
	padding: 5px 10px;
	margin-left: -5px;
	border: 1px solid #8C8F94;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #F6F7F9;
}

.d2kbox_delete:hover {
	display: inline;
	color: white;
	padding: 5px 10px;
	font-weight: bold;
	background-color: red;
	border: 1px solid red;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}


.reset {
	
	display:			inline-block;
	font-size:			14px;
	color: 				grey;
}

.reset:hover{
	cursor: 			hand;
	color: 				red;
}


.tabelle_dokumente { 
	
	border: 1px solid #6688AA;
	} 

.tabelle_dokumente a{ 
	text-decoration: none;
	color: black;
	
	}
	
.tabelle_dokumente caption { 
	background-color: 	#6688AA; 
	font-weight		: 	normal; 
	color			: 	#FFFFFF; 
	padding			: 	6px 0 3px 0;
	width			:	100%;
	text-align		: 	center; 	
	border			: 	2px solid blue;} 


.tabelle_dokumente thead th { 
	padding: 0px; 
	background-color: #CCDDEE; 
	border: 1px solid #FFFFFF; 
	text-align: center; 
	vertical-align: middle;

	color: black;
	font-weight: bold; 
	} 

.tabelle_dokumente thead th img{ 
	vertical-align: top;
	

}
	

.tabelle_dokumente td { 
	padding: 0px 5px; 
	/*white-space: nowrap;*/
	border: 1px solid #FFFFFF; 
	
	text-align: left; }

.tabelle_dokumente tr{
	background-color: #DDEEFF; 
	
}
.tabelle_dokumente tr:hover { 
background-color: #CCDDEE;

}
.tabelle_dokumente #betrag 	{text-align: right;}
.tabelle_dokumente #offen 	{text-align: right;}
/*.tabelle_standard #firma {max-width: 300px; overflow:hidden;}
.tabelle_standard #betrag_haben {text-align: right;}
.tabelle_standard #betrag_soll {text-align: right;}
.tabelle_standard #buchungstext {max-width:400px;text-overflow:ellipsis;}
.tabelle_standard #buchungsbetrag {text-align: right;}
.tabelle_standard #gegenkonto {text-align: center;}
.tabelle_standard #sollkonto {text-align: center;}
.tabelle_standard #habenkonto {text-align: center;}
.tabelle_standard #konto {text-align: center;}
.tabelle_standard #kreditoren_saldo {text-align: right;}
.tabelle_standard #sachkonten_saldo {text-align: right;}
*/


.sort_left {
	padding-left:		10px;
	float:				left;
}
.sort_right {
	padding-right:		10px;
	float:				right;
	
}



.tabelle_kontakte { 
	margin-top: 		5%;
	border: 			1px solid #6688AA;
	font-family:		Arial;
	font-size:			14px;
	font-weight:		lighter;
	color:				black;
	border-spacing: 	1px;
	
	} 
.tabelle_kontakte a {
	color:				black;
	text-decoration: 	none;
}	
	

.tabelle_kontakte th{ 
	background-color:	#3E5994;
	color: 				white;
}


	
.tabelle_kontakte tr{ 
	margin:  			1px;
	background-color:	#F6F7F9;
	
}

	
.tabelle_kontakte tr:hover, .tabelle_kontakte tr:hover a { 
	font-weight:		bold;
	color: 				white;
	background-color: 	#3E5994;
}

.tabelle_kontakte #kontakt_name {max-width: 300px; overflow:hidden;}
.tabelle_kontakte #kontakt_kuerzel {text-align: center;}
.tabelle_kontakte #kontakt_art {text-align: center;}
	
/*	
.tabelle_kontakte caption { 
	background-color: #6688AA; 
	font-weight: normal; 
	color: #FFFFFF; 
	padding: 6px 0 3px 0;
	width:100%;
	text-align: left; 	
	border: 2px solid blue;} 


.tabelle_kontakte thead th { 
	padding: 5px; 
	background-color: black; 
	border: 1px solid #FFFFFF; 
	text-align: center; 
	color: white; 
	font-weight: normal; } 

.tabelle_kontakte td { 
	
	border: 0px solid black; 
	line-height: 120%; 
	text-align: left; }

.tabelle_kontakte tr{
	background-color: lightgrey; 
	
}
.tabelle_kontakte tr:hover { 
background-color: #CCDDEE;

}

.tabelle_kontakte #firma {max-width: 300px; overflow:hidden;}
.tabelle_kontakte #betrag_haben {text-align: right;}
.tabelle_kontakte #betrag_soll {text-align: right;}
.tabelle_kontakte #buchungstext {max-width:400px;text-overflow:ellipsis;}
.tabelle_kontakte #buchungsbetrag {text-align: right;}
.tabelle_kontakte #gegenkonto {text-align: center;}
.tabelle_kontakte #sollkonto {text-align: center;}
.tabelle_kontakte #habenkonto {text-align: center;}
.tabelle_kontakte #konto {text-align: center;}
.tabelle_kontakte #kreditoren_saldo {text-align: right;}
.tabelle_kontakte #sachkonten_saldo {text-align: right;}
*/

form.buchungsmaske  {
	padding-top:		10px;
	background-color: #eaebed;
	/* width: 				80%; */
}

form.buchungsmaske label{
	float:left;
	padding-left: 10px;
	vertical-align: top;
	width: 80px;
	font-size: 16px;
}



form.buchungsmaske #mandant{
	display:			inline-block;
	text-align:			center;
	padding-left:		5px;
	padding-right:		5px;
	height: 			30px;
	line-height: 		30px;
	background-color:	#D2D2D2;
	box-shadow: 		inset 0px 4px 10px #999;
	font-size: 			16px;
}

form.buchungsmaske #stapel{
	display:			inline-block;
	text-align:			center;
	padding-left:		5px;
	padding-right:		5px;
	height: 			30px;
	line-height: 		30px;
	background-color:	#D2D2D2;
	box-shadow: 		inset 0px 4px 10px #999;
	font-size: 			16px;
}


form.buchungsmaske #belegdatum {
	display:			inline-block;
	height:				30px;
	line-height:		30px;
	font-size:			16px;
}

form.buchungsmaske #beleg{
	display:			inline-block;
	height:				30px;
	line-height:		30px;
	font-size:			16px;
}

form.buchungsmaske #belegnummer{
	display:			inline-block;
	text-align:			center;
	padding-left:		5px;
	padding-right:		5px;
	height: 			30px;
	line-height: 		30px;
	background-color:	#D2D2D2;
	box-shadow: 		inset 0px 4px 10px #999;
	font-size: 			14px;
}




form.buchungsmaske #steuer{
	display:			inline-block;
}

form.buchungsmaske #buchungsbetrag{
	width: 				100px;
	height: 			30px;
	font-size: 			16px;
	text-align: 		right;
	padding-right:		5px;
}

form.buchungsmaske #buchungstext{
	vertical-align: 	top;
	width: 				506px;
	height: 			30px;
	line-height: 		30px;
	font-size: 			16px;
	text-align: 		left;
	padding-left:		5px;
}

form.buchungsmaske #sollkonto{
	vertical-align: 	top;
	display: 			inline;
	width: 				100px;
	height: 			30px;
	font-size: 			16px;
	text-align: 		right;
	padding-right:		5px;
}
form.buchungsmaske #sollinfo{ 
	display:			inline-block;
	padding-left:		5px;
	height: 			30px;
	line-height: 		30px;
	background-color:	#D2D2D2;
	box-shadow: 		inset 0px 4px 10px #999;
	font-size: 			14px;
	width: 				500px;
}

form.buchungsmaske #sollunterkonto{
	vertical-align: 	top;
	display: 			inline;
	width: 				100px;
	height: 			30px;
	font-size: 			16px;
	text-align: 		right;
	padding-right:		5px;
}

form.buchungsmaske #sollukinfo{ 
	display:			inline-block;
	padding-left:		5px;
	height: 			30px;
	line-height: 		30px;
	background-color:	#D2D2D2;
	box-shadow: 		inset 0px 4px 10px #999;
	font-size: 			14px;
	width: 				500px;
}

form.buchungsmaske #habenkonto{
	vertical-align: 	top;
	display: 			inline;
	width: 				100px;
	height: 			30px;
	font-size: 			16px;
	text-align: 		right;
	padding-right:		5px;
}


form.buchungsmaske #uk_haben {
	
}

form.buchungsmaske #habenunterkonto{
	vertical-align: 	top;
	display: 			inline;
	width: 				100px;
	height: 			30px;
	font-size: 			16px;
	text-align: 		right;
	padding-right:		5px;
}

form.buchungsmaske #habenukinfo{ 
	display:			inline-block;
	padding-left:		5px;
	height: 			30px;
	line-height: 		30px;
	background-color:	#D2D2D2;
	box-shadow: 		inset 0px 4px 10px #999;
	font-size: 			14px;
	width: 				500px;
}

form.buchungsmaske #habeninfo{ 
	display:			inline-block;
	padding-left:		5px;
	height: 			30px;
	line-height: 		30px;
	background-color:	#D2D2D2;
	box-shadow: 		inset 0px 4px 10px #999;
	font-size: 			14px;
	width: 				500px;
}

form.buchungsmaske #saldo{
	display: 			inline;
	float:				right;
	text-align: 		right;	
	padding-right: 		5px;
}

form.buchungsmaske #steuer{
	vertical-align: 	top;
	display: 			inline;
	width: 				100px;
	height: 			30px;
	font-size: 			16px;
	text-align: 		right;
	padding-right:		5px;
}
form.buchungsmaske  input[type="submit"]{
	display:			inline-block;
	margin-top:			25px;
	margin-bottom:		25px;
	margin-left:		15px;
	background-color:	white;
	padding:			25px;
	font-size:			20px;
	border:				none;
}

form.buchungsmaske button {
	display:			inline-block;
	margin-top:			25px;
	margin-bottom:		25px;
	margin-left:		15px;
	background-color:	white;
	padding:			20px;
	font-size:			20px;
	border:				none;
	
}

form.buchungsmaske button:hover {
	color:				white;
	background-color:	#3b5998;
	cursor:				hand;
	
}



#info_buchung {
	display:			block;
	padding-top:		15px;
	padding-left:		10px;
}

#info_buchung .block {
	display:			inline-block;
	padding-right:		25px;
	vertical-align:		top;
	
	
}

#info_buchung .beschreibung {
	
	
}

#info_buchung .wert {
	text-align:			center;
	padding-left:		5px;
	padding-right:		5px;
	height: 			30px;
	line-height: 		30px;
	background-color:	#D2D2D2;
	box-shadow: 		inset 0px 4px 10px #999;
	font-size: 			16px;
	
	
}



#meldungen {
	display: 			block;
	margin-top:			20px;
	min-height:			50px;
	width:				60%;
	margin-left: 		auto;
	margin-right: 		auto;
	font-size:			14px;
	border:				1px solid lightgrey;
}

#meldungen p {
	display:			block;
	
	width:				80%;
	text-align:			left;
	margin-left:		15px;
	border:				0px solid green;
}

#meldungen #zeit {
	display:			inline;
	width:				70px;
	border:				0px solid green;
}

#meldungen #art {
	display:			inline;
	width:				120px;
	margin-left:		15px;
	border:				0px solid green;
}
#meldungen #meldung {
	display:			inline;
	
	margin-left:		15px;
	border:				0px solid green;
}


.tabelle_buchung { 
	margin-top: 		5%;
	border: 			0px solid #6688AA;
	} 

.tabelle_buchung caption { 
	background-color: 	#6688AA; 
	font-weight: 		normal; 
	color: 				#FFFFFF; 
	padding: 			6px 0 3px 0;
	width:				100%;
	text-align: 		center; 	
	border: 			2px solid blue;} 


.tabelle_buchung thead th { 
	font-size:			12px;
	line-height:		26px;
	background-color: 	#3E5994; 
	border: 			1px solid #FFFFFF; 
	text-align: 		center; 
	color: 				white; 
	font-weight: 		normal; 
}

.tabelle_buchung td { 
	/*white-space: nowrap;*/
	border: 			1px solid #FFFFFF; 
	padding:			0px 2px;
	line-height: 		120%; 
	text-align: 		left; 
	}

.tabelle_buchung tr{	
	font-size:			14px;
	background-color: 	#DDEEFF; 
	
}
.tabelle_buchung tr:hover { 
background-color: 		#CCDDEE;

}

.tabelle_buchung #belegdatum {min-width: 80px; text-align: center;overflow:hidden;}
.tabelle_buchung #buchungstext {min-width: 150px;max-width:400px; text-align: left;text-overflow:ellipsis;}
.tabelle_buchung #sollkonto {width:40px; text-align: center;}
.tabelle_buchung #sollunterkonto {width:30px; text-align: center;}
.tabelle_buchung #habenkonto {width:40px; text-align: center;}
.tabelle_buchung #habenunterkonto {width:30px; text-align: center;}
.tabelle_buchung #buchungsbetrag {width: 90px; text-align: right;}
.tabelle_buchung #steuer {text-align: center;}
.tabelle_buchung #steuer_konto {text-align: center;}
.tabelle_buchung #sollkonto_betrag {width: 85px;text-align: right;}
.tabelle_buchung #steuer_sollbetrag {text-align: right;}
.tabelle_buchung #habenkonto_betrag {width: 85px; text-align: right;}
.tabelle_buchung #steuer_habenbetrag {text-align: right;}
.tabelle_buchung #id_buchung {text-align: center;}



.korrespondenz_verlauf 	{
	display:				inline-block;
	width:					30%;
	height:					80%;
	min-width:				300px;
	background-color:		#F6F7F9;
	overflow: 				scroll;
	}

.korrespondenz_zeile 	{
	padding:			10px;
	}

.korrespondenz_chat button {
	border:					0;
	line-height:			1.5em;
	padding-left:			10px;
	padding-right:			10px;
	font-size: 				18px;
	color: 					white;
	
}
.korrespondenz_chat input {
	border:					0;
	line-height:			1.5em;
	padding-left:			5px;
	padding-right:			5px;
	font-size: 				18px;
	color: 					#3E5994;
	background-color:		white;
}
	
#korrespondenz_datei {
	display: 				inline-block;
	vertical-align: 		top;
	width:					68%;
	float:					right;
	}

.korrespondenz_absender 	{
	display:				inline-block;
	
	text-align:				left;
	padding:				10px;
	font-size:				14px;
	border-radius: 			10px 10px 10px 10px;
	-moz-border-radius: 	10px 10px 10px 10px;
	-webkit-border-radius: 	10px 10px 10px 10px;
	background-color:		lightblue;
	cursor: 				crosshair;
	}

.korrespondenz_absender:hover {
	color:					white;
	background-color:		#3E5994;
	}
	
.korrespondenz_empfaenger 	{
	display:				inline-block;
	
	text-align:				right;
	padding:				10px;
	font-size:				14px;
	border-radius: 			10px 10px 10px 10px;
	-moz-border-radius: 	10px 10px 10px 10px;
	-webkit-border-radius: 	10px 10px 10px 10px;
	float: 					right;
	background-color:		white;
	cursor: 				crosshair;
	}
	
.korrespondenz_empfaenger:hover {
	color:					white;
	background-color:		#3E5994;
	}	
	
.korrespondenz_datum  	{
	font-size:				12px;
	}

.back_red {
	background-color:	red;
}

.back_green {
	background-color:		green;
}
.chatverlauf button {
	background-color 	: 	lightgrey;
	border: 0px;
	width: 40px;
	margin: 0px;
	padding: 0px;
	border-radius: 			10px 10px 10px 10px;
	-moz-border-radius: 	10px 10px 10px 10px;
	-webkit-border-radius: 	10px 10px 10px 10px;
}
.chatverlauf button:hover {
	background-color 	: 	green;
	}

#eilig {
	text-decoration: blink;
	font-weight: bold;
	color: red;
}

.tabelle_postbereich { 
	margin-top: 		5%;
	border: 			0px solid #6688AA;
	} 

.tabelle_postbereich caption { 
	background-color: 	#6688AA; 
	font-weight: 		normal; 
	color: 				#FFFFFF; 
	padding: 			6px 0 3px 0;
	width:				100%;
	text-align: 		center; 	
	border: 			2px solid blue;} 


.tabelle_postbereich thead th { 
	font-size:			12px;
	line-height:		26px;
	background-color: 	#3E5994; 
	border: 			1px solid #FFFFFF; 
	text-align: 		center; 
	color: 				white; 
	font-weight: 		normal; 
}

.tabelle_postbereich td { 
	/*white-space: nowrap;*/
	border: 			1px solid #FFFFFF; 
	padding:			0px 2px;
	line-height: 		120%; 
	text-align: 		left; 
	}

.tabelle_postbereich tr{	
	font-size:			14px;
	background-color: 	#DDEEFF; 
	
}
.tabelle_postbereich tr:hover { 
background-color: 		#CCDDEE;

}
.tabelle_postbereich #erfasst_am {min-width: 100px; text-align: center;overflow:hidden;}
.tabelle_postbereich #dokument_vom {min-width: 100px; text-align: center;overflow:hidden;}
.tabelle_postbereich #buchungstext {min-width: 150px;max-width:400px; text-align: left;text-overflow:ellipsis;}
.tabelle_postbereich #status_erfassung {width:40px; text-align: center;}
.tabelle_postbereich #prioritaet {width:40px; text-align: center;}
.tabelle_postbereich #status_bearbeitung{width:40px; text-align: center;}


.eingabe_cssneu {
	width:		70%;
	margin-left: auto;
	margin-right: auto;
	/*border: 	0px solid #3E5994;*/
	
}

.form_cssneu {
	color: 					black;
	font-weight:			bold;
	font-size:				1em;
	/*background-color:		#eaeaea;*/
	background-color:		white;
	/*border:					8px solid #f27369;*/
	border:					8px solid #3E5994;					
	border-radius: 			10px 10px 10px 10px;
	-moz-border-radius: 	10px 10px 10px 10px;
	-webkit-border-radius: 	10px 10px 10px 10px;

}

.form_cssneu label {
	display:				block;
	text-align: 			center;
	/*border: 				3px dotted green;*/
	margin:					3%;
	/*margin-top:	0.5em;*/
	/*padding-bottom:	1em;*/
	/*border:	1px dotted green;*/
}

.form_cssneu input {
	display:				inline-block;
	text-align: 			center;
	line-height:			3em;
	width:					90%;
	border: 				0px;
	margin-top:				2%;
	font-size:				1.0em;
	font-weight:			bold;
	color:					#3E5994;
	background-color:		#F6F7F9;
}

.form_cssneu textarea {
	display:				inline-block;
	text-align: 			center;
	width:					90%;
	border: 				0px;
	margin-top:				2%;
	font-size: 				1.5em;
	font-weight:			bold;
	color:					#3E5994;
	background-color:		#F6F7F9;
	 resize: none;
    overflow: auto;
}

.form_cssneu button{
	display: 				block;
	width: 					84%;
    margin:					3%;
    margin-left: 			auto;
	margin-right: 			auto;
    background-color: 		#88B956;
    padding: 				20px;
   /* font-size: 				20px;*/
    border: 				none;
}

#button_ok {
	color: 					white;
	background-color:		#88B956;
}

#button_delete {
	color: 					grey;
	background-color:		#ffebea;
}

#button_ok:hover {
	color: 					white;
	font-weight:			bold;
	background-color:		#039e05;
}

#button_delete:hover {
	color: 					white;
	font-weight:			bold;
	background-color:		red;
}
.form2018_error {
	margin-top:				5px;
	color:					red;
	font-weight:			normal;
	font-size:				0.825em;
}






.dok {
	display:				inline-block;
	font-size:				0.825em;
	margin:					1% 2%;
	vertical-align: top;


}

.select_box {
	
	width:					180px;
	text-align:				center;
	background-color: 		#F6F7F9;;
	box-shadow: 			5px 5px 5px grey;
	padding:				5px;
	white-space: 			nowrap;

}


.dok .select_box h4 {
	text-align:				center;
	margin:					0;
	line-height:			2em;
	color:					white;
	font-weight:			normal;
	background-color: 		#3E5994;

}

.dok input[type="checkbox"] {
	display:				none;
	}

.dok input[type="checkbox"] + label  {
    padding:				5px;
    width:					100%;
    margin-top:				0.1em;
    margin-bottom:			0.2em;
    margin-left:auto;
    margin-right: auto;
    color:					#3E5994;
    background-color:		#F6F7F9;
    display:				block;
    width:					120px;
    text-align:				center;
    cursor:					pointer;
    float: none;
    
}

.dok input[type="checkbox"]:hover + label  { 
	background-color:		#3E5994;
	color:					white;
}

.dok input[type="checkbox"]:checked + label  { 
	background-color:		green;
	color:					white;
}

.dok input[type="radio"] {
	display:				none;
	}

.dok input[type="radio"] + label  {
    padding:				5px;
    width:					100%;
    margin-top:				0.1em;
    margin-bottom:			0.2em;
    margin-left:auto;
    margin-right: auto;
    color:					#3E5994;
    background-color:		#F6F7F9;
    display:				block;
    width:					120px;
    text-align:				center;
    cursor:					pointer;
    float: none;
    
}

.dok input[type="radio"]:hover + label  { 
	background-color:		#3E5994;
	color:					white;
}

.dok input[type="radio"]:checked + label  { 
	background-color:		green;
	color:					white;
}


.box2018 {
	width:					300px;
	font-size:				0.9em;
	text-align:				center;
	background-color: 		#F6F7F9;;
	border:					1px solid lightgrey;
	box-shadow: 			5px 5px 5px grey;
	padding:				0px;
	margin:					30px 0px;
}

.box2018 .delete {			float:	left; }
.box2018 .new 	{			float:	left; }
.box2018 .edit {			float:	right;}
.box2018 .create {			float:	right;}


.box2018 h3 {
	text-align:				center;
	line-height:			2em;
	font-size:				1.0em;
	color:					white;
	font-weight:			normal;
	background-color: 		#3E5994;
}

.box2018 h4 {
	font-weight: normal;
	color:					#3E5994;;
	padding: 				5px;
}

.box2018_zeile { 
	display: 				block;
	overflow: auto;
}


.box2018_inhalt { 
	display: 				block;
	background-color:		white;
	padding:				6px;
}


.box2018 button {
	display:				block;
	color:					white;
	width:					100%;
	border: 				0px;
	padding:				10px 0px;
	background-color:		#3E5994;
}
.box2018 button:hover {
	background-color:		green;
}

.box2018_left {
	display:				block;
	float:					left;
	text-align:				left;
	}

.box2018_right {
	display:				inline-block;
	text-align:				right;
	float:					right;
	
}

.box2018_upload {
	margin-left:			auto;
	margin-right:			auto;
}

#uploadbox {
	display:				block;
	margin-left: 			auto;
	margin-right: 			auto;
	height:					100px;
	width: 					200px;
	font-size:				0.825em;
	border:					1px solid lightgrey;
	background-color: 		#F6F7F9;
	text-align: 			center;
	vertical-align: 		center;
}

#uploadbox:hover {
	color:					white;
	background-color: 		green;
	}
