input,button,select,textarea{
	outline:none;
}
body{
	  font-family: Verdana, 'Lucida Grande';
}
.show{
	display: block;
}
.hide{
	display: none;
}
.clear-both{
	clear:both;
}
.border-bottom{
	border-bottom:2px solid #333;
}
.close{
	float:right;
	font-size: 12px;
	cursor: pointer;
}
.close:hover{
	color:red;
}
ul{
	margin:0;
	padding:0;
}
li{
	list-style-type: none;
}
#warning .info{
	text-align: center;
	margin:0 auto;
	margin-top:20px;
	width:1400px;
	padding:5px;
	background:#ccffcc;
		font-size: 18px;
	font-weight: 600; 	 	
}

/*definieren Normalpage Start*/
.normalpage .loading-big{
	text-align: center;
	padding:10px;
	font-size: 26px;
	height:150px;
	background-image:url(../grafiken/loader.gif) ;
	background-position: center center;
	background-repeat:  no-repeat;
	background-size: 80px 80px;
	cursor:pointer; 
}

.normalpage .reload-icon{
	width:36px;
	height:28px;
	background-image:url(../grafiken/reload.png);
	background-size:36px 28px; 
	cursor:pointer; 
}
.normalpage .delete-icon{
	width:28px;
	height:28px;
	background-image:url(../grafiken/delete.jpg);
	background-size:28px 28px; 
	cursor:pointer; 
}
.normalpage .download-icon{
	width:28px;
	height:28px;
	background-image:url(../grafiken/download.png);
	background-size:28px 28px; 
	cursor:pointer; 
}
.normalpage .add-icon{
	width:28px;
	height:28px;
	background-image:url(../grafiken/add.jpg);
	background-size:28px 28px; 
	cursor:pointer; 
}
.normalpage .left{
	float:left;
}
.normalpage .right{
	float:right;
}
.normalpage .text-left{
	text-align:left;
}
.normalpage .text-right{
	text-align:right;
}
.normalpage .center{
	text-align:center;
}
.normalpage .hidden{
	display:none;
}

.normalpage .padding{
	padding:5px;
}
.normalpage .margin{
	margin:5px;
}
.normalpage .one-forth{
	width:25%;
	margin:5px 0;
}
.normalpage .half{
	width:50%;
	margin:5px 0;
}
.normalpage .vollwidth{
	width:100%;
}
.normalpage .three-forth{
	width:74%;
	margin:5px 0;
}
.normalpage .fore-fifth{
	width:80%;
}
.normalpage .one-fifth{
	width:20%;
	margin:5px 0;
}
.normalpage .two-fifth{
	width:35%;
	margin:5px 0;
}
.normalpage .one-third{
	width:33%;
	margin:5px 0;
}
.normalpage .half{
	width:48%;
}
.normalpage .one-ninth{
	width:11%;
}
.normalpage .eight-ninth{
	width:90%;
	margin:5px 0;
}
.clear-both{
	clear:both;
}
.clear-right{
	clear:right;
}
.normalpage .cursor-pointer{
	cursor:pointer;
}

.normalpage .message{
	text-align: center;
	font-size:20px;
	width:100%;
	padding:10px 0px;
	border:1px solid #2d477c;
	margin-bottom:10px;
	background: #ddd;
}
.normalpage .red{
	color:red;
}
.normalpage em{
	color:red;
}
.normalpage .green{
	color:green;
}
.normalpage .disabled{
	color:#999;
}
.normalpage tr{
	line-height: 30px;
}
.normalpage ul{
	padding:0 10px;
}
.normalpage .sub-title{
	font-size:20px;
	padding:0 5px;
}
.normalpage .name{
	font-size:16px;
	padding:0 5px;
}
.normalpage .row{
	margin:3px 5px;
	padding:2px 5px;
}
.normalpage .message-error{
	text-align: center;
	margin:5px 0;
	padding:5px;
	background:rgba(210, 55, 71, 0.41);
	font-size: 18px;
	font-weight: 600; 	
}
.normalpage .message-success{
	text-align: center;
	margin:5px 0;
	padding:5px;
	background:#ccffcc;
		font-size: 18px;
	font-weight: 600; 	 	
}
.normalpage .textshow{
	font-size: 16px;
	color:#777;
	margin-left:20px;
}

.normalpage .strong{
	font-weight: 600;
}
.normalpage .border{
	border:1px solid #bbb;
}
.normalpage .no-border{
	border:none;
}
.normalpage .border-red{
	border:1px solid red;
}
.normalpage .border-title{
	font-size:12px;
	position:relative;
	color:blue;
	background:#fff;
	left:15px;
	top:-8px;
}
.normalpage .border-green{
	border:1px solid green;
}
.normalpage .border-black{
	border:2px solid #666;
}

.normalpage .title{
	margin-bottom: 20px;
	background: #2d477c;
	color:#fff;
	font-size: 20px;
	padding:5px;
}
.normalpage .table{
	text-align:center; 
	line-height:23px;
}
.normalpage .form{
	margin-bottom:0;
}
.normalpage .li{
	margin-bottom: 2px;
}
.normalpage .li:hover{
	border-color: red;
}
.normalpage .a-tab{
	color:#333;
	text-decoration:none;
	cursor: pointer;
}
.normalpage .select{
	font-size: 16px;
	cursor: pointer;
	margin:0 5px;
	padding: 2px 5px;
}
.normalpage .input-radio{
	font-size: 16px;
	cursor: pointer;
	width:20px;
	height:20px;
	margin:0 5px;
}
.normalpage .input-checkbox{
	cursor: pointer;
	width:20px;
	height:20px;
	margin:0 5px;
}
.normalpage .textarea{
	font-size: 16px;
	width:80%;
	min-height:150px;
	margin:10px 20px;
	padding:5px;
	resize: vertical;
}
.normalpage .button,
.normalpage .input-text{
	font-size:16px;
	padding: 2px 5px;
	margin:0 5px;
}
.normalpage .button:hover{
	cursor:pointer;
}
.normalpage .input-submit{
	border:1px solid #999;
	padding:2px 10px;
	margin:0 5px;
}
.normalpage .input-submit:hover{
	cursor:pointer;
	color:blue;
	border:1px solid blue;
}
.normalpage .table-title{
	font-size: 18px;
}
.normalpage .footer{
	float:left;
	min-height:200px;
}

.upwards {
	float:right;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-image: url("../grafiken/up-icon.png");
    background-repeat: no-repeat;
    background-position: center;
	background-size:16px 16px;
}
.downwards {
	float:right;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-image: url("../grafiken/down-icon.png");
    background-repeat: no-repeat;
    background-position: center;
	background-size:16px 16px;
}



/*definieren Normalpage End*/


.underline{
	width:100%;
	border-bottom: 1px solid #999;
	margin:10px 0;
}
.underline-leicht{
	width:100%;
	border-bottom: 1px solid #ddd;
	margin:10px 0;
}
.visible{
	visibility: visible;
}
.unvisible{
	visibility: hidden;
}

/*Telephonbuch*/
.navi{
	width:23%;
	border:1px solid rgb(45,71,124);
	min-height:800px;
	float:left;
}
#telefonliste .navi .title span.name{
	max-width:160px;
	max-height:26px;
	overflow: hidden;
}
.mainpage{
	width:75%;
	border:1px solid rgb(45,71,124);
	min-height:800px;
	float:right;
}
.telefon-title span.edit,
.title span.edit{
	width:20px;
	height:20px;
	background-position: center;
	float:right;
	cursor: pointer;
}

#telefonliste{
	width:1000px;
	margin:auto;
	min-height: 1000px;
	margin-top:20px;
}

#telefonliste ul .title{
	margin-bottom: 8px;
}
#telefonliste li{
	cursor:pointer;
}
#telefonliste li.telefon{
	padding:3px 40px;
	background: #f8f8f8;
	margin:3px 0;
}
#telefonliste .title span.name,
#telefonliste .telefon-title span.name{
	float:left;
	margin-right: 5px;
}
#telefonliste .title span.tele-info,
#telefonliste .telefon-title span.tele-info{
	width:20px;
	height:20px;
	margin-top:2px;
	float:left;
	cursor: pointer;
	background:url(../grafiken/telefonliste/info.png) no-repeat; 
	background-position: center;
}
#telefonliste .telefon-title span.edit,
#telefonliste .title span.edit{
	border:1px solid white;
	background-image:url(../grafiken/telefonliste/add.png); 
}

#telefonliste #new_kategorie{
	width:230px;
	height:300px;
	border-radius: 10px;
	background:#fff;
	border:1px solid #ddd;
	padding:10px;
	position:absolute;
	left:0;
	top:0;
}
#telefonliste #new_kategorie textarea.data{
	width:230px;
	height:120px;
	resize: none;
}
#telefonliste #new_telefon textarea.data{
	width:280px;
	height:100px;
	resize: none;
}
#telefonliste #show_subkategorie,
#telefonliste #show_kategorie{
	width:160px;
	min-height:150px;
	border-radius: 10px;
	background:#fff;
	border:1px solid #ddd;
	padding-bottom:20px;
	position:absolute;
	left:0;
	top:0;
}
#telefonliste #edit_interface{
	width:200px;
	min-height:230px;
	border-radius: 10px;
	background:#fff;
	border:1px solid #ddd;
	position:absolute;
	left:0;
	top:0;
	padding:5px 0;
}
#telefonliste #show_kategorie li,
#telefonliste #show_subkategorie li,
#telefonliste #edit_interface li{
	padding:0 10px;
	margin: 5px 0;	
}
#telefonliste #show_kategorie li:hover,
#telefonliste #show_subkategorie li:hover,
#telefonliste #edit_interface li:hover{
	color:#fff;
	background: #2d477c;
	font-weight: 600;
}
#telefonliste #show_kategorie li.active,
#telefonliste #edit_interface li.active{
	color:#fff;
	background: #2d477c;
	font-weight: 600;
}
#telefonliste #show_subkategorie ul,
#telefonliste #show_kategorie ul,
#telefonliste #edit_interface ul{
	padding:0;
}

#telefonliste  .subtitle{
	margin:10px 0;
	text-align: center;
	font-size: 20px;
	border-bottom: 2px solid #555;
}
#telefonliste .title{
	height: 26px;
	line-height: 22px;
}
#telefonliste .telefon-firma{
	font-size: 18px;
	font-weight: 600;
	height: 26px;
	line-height: 22px;
}
#telefonliste .telefon-title{
	font-size: 18px;
	height: 26px;
	line-height: 22px;
}
#telefonliste .telefon-number{
	font-size: 16px;
	margin:5px 0;
}

/* Suchen Teil*/
#telefonliste .search {
	width:100%;
	float:left;
	margin-bottom: 10px
}
#telefonliste .search input{
	margin:0 5px;
	height:32px;
	line-height: 30px;
	font-size: 18px;
	padding:0 5px;
	float:right;
}
#telefonliste .search input:first-child{
	padding:0 20px;
	cursor: pointer;
}
/*Neue Telephone Nummer*/
#telefonliste #new_telefon{
	width:280px;
	height:500px;
	border-radius: 10px;
	background:#fff;
	border:1px solid #ddd;
	padding:10px;
	position:absolute;
	left:0;
	top:0;
}

#telefonliste #show_info{
	width:200px;
	min-height:100px;
	border-radius: 10px;
	background:#fff;
	border:1px solid #ddd;
	padding:10px;
	position:absolute;
	left:0;
	top:0;
	white-space:normal;
}



/*Amazon Gutschein*/
#sent-gutschein-page .gutschein-company span{
	margin-left: 20px;
	font-size: 18px;
}
#sent-gutschein-page .gutschein-company{
	margin-bottom: 10px;
}
#mehremail-show-id,#paypalanforderung,
#shipping-upload-id,#gutschein-senden-id{
	width:1400px;
	margin:0 auto;
	padding-top:20px;
}
#mehremail-show-id .title,
#shipping-upload-id .title,
#gutschein-senden-id .title{
	margin-bottom: 20px;
	background: #2d477c;
	color:#fff;
	font-size: 20px;
	padding:5px;
}	
#gutschein-senden-id c,
#gutschein-senden-id .email,
#gutschein-senden-id .name{
	margin-bottom: 10px;
	font-size: 16px;
}
.history-show .history-row{
	margin-bottom: 2px;
}
.history-show .date{
	float:left;
	width:200px;
}
.history-show .company{
	width:120px;
	float:left;
}
.history-show .code{
	width:220px;
	float:left;
}
.history-show .betrag{
	width:150px;
	float:left;
}
.history-show .sende-email{
	width:350px;
	float:left;
}
.history-show .history-row:nth-child(2n){
	background: #f7f7f7;
}
.history-show .history-row:first-child{
	font-weight: 600;
}

#gutschein-senden-id .email input{
	width: 300px;
}
#shipping-upload-id .shippingfile-upload{
	margin-top:10px;
}

#message-box{
	width:300px;
	height:150px;
	top:150px;
	left:800px;
	position: absolute;
	margin:0 auto;
	border: 1px solid #ccc;
	background: #fff;
	padding:20px;
	padding-top:10px;
	border-radius: 5px;
}

#message-box label{
	color:red;
	font-size:24px;
}
#message-box .title{
	color:rgb(45,71,124);
	font-size:14px;
	margin-bottom: 20px;
	font-weight: 600;
	border-bottom:1px solid rgba(255, 0, 0, 0.31);
}
#message-box .button-close{
	left:250px;
	position: absolute;
	top:140px;
	cursor: pointer;
}
/*Mehre E-maile senden Seite*/
#mehremail-show-id .show-id{
	border:none;
	width:200px;
}
#mehremail-show-id .show-name {
	border:none;
	width:200px;
	margin:0 5px;
}
#mehremail-show-id .show-result {
	margin:10px 5px;
	font-size:20px;
}
#mehremail-show-id .show-email{
	border:none;
	width:300px;
}
#mehremail-show-id .mehremail-show{
	margin-top:3px;
	margin-bottom:5px;
	margin-left:10px;
	line-height:25px;
}
#mehremail-show-id .email-row:nth-child(2n+1){
	background: #f8f8f8;
}
#mehremail-show-id .email-row:nth-child(2n+1) input{
	background: #f8f8f8;
}
/*Statistik*/
.statistik-image,.statistik{
	width:1000px;
	margin:0 auto;
}
.statistik-image img{
	width:1000px;
	height:500px;
}
.statistik-table{
	margin-top:50px;
}
.statistik-subtable{
	display: none;
	margin:5px 0;
	font-size: 18px;
	width:988px;
	float:right;
	border:1px solid #bbb;
}
.statistik-subtable .subtable-row:last-child{
	border:none;
}

.statistik-subtable .active{
	background: #e7e7e7;
}
.statistik-table .title{
	text-align: center;
	height:40px;
	font-size:20px;
	width: 998px;
	border:1px solid #ddd;
	background: #ccc;
}
.statistik .datum{
	float:left;
	width: 200px;
	padding:0 5px;
	border-right:1px solid #ddd;
}
.statistik .user{
	float:left;
	width:600px;
	padding:0 5px;
	overflow:hidden;
}
.statistik .number{
	text-align: center;
	float:right;
	width:100px;
	border-left:1px solid #ddd;
}
.statistik-table .statistik-row{
	cursor: pointer;
	height:35px;
	line-height: 35px;
	font-size:18px;
	width: 998px;
	border:1px solid #ddd;
	float:left;
	margin:1px 0;
	background: #f8f8f8;
}
.statistik-table .subtable-row{
	height:30px;
	line-height: 30px;
	border-bottom:1px solid #ddd;
	padding-left:10px;
	cursor: pointer;
}
.statistik-table .statistik-row:hover,.statistik-table .subtable-row:hover{
	background:rgb(173, 200, 230);
}


/*WIKI*/
#wiki-page #show_link{
	float:left;
	width:100%;
	margin:10px 0;
	font-size:20px;
	text-align:center;
}
#wiki-page{
	font-family: Helvetica,Arial,sans-serif;
	width:1400px;
	margin:0 auto;
	margin-top:20px;
	padding:0px 5px;
}
#wiki-page ul.navi_level{
	margin:3px 3px 3px 10px;
}
#wiki-page .loading {
  background-image: url("../dateien/wiki/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
}
#wiki-page .wiki-function{
	height:30px;
	padding:5px 0px;
	float:right;
}
#wiki-page .wiki-navi{
	min-height:300px;
	float:left;
	width:309px;
	padding:10px 0;
	border:1px solid #ddd;
	margin-bottom:100px;
}
#wiki-page #wiki-search form{
	margin-top:5px;
}
#wiki-page .wiki-mainpage{
	min-height:100px;
	border:1px solid #ddd;
	float:right;
	width:1020px;
	padding:20px 30px;
	margin-bottom:100px;
}
#wiki-page .elbow{
	cursor: pointer;
	float:left;
	width:22px;
	height:22px;	
}
#wiki-page .elbow-none{
	float:left;
	width:22px;
	height:22px;
	/*background-image: url("../dateien/wiki/images/elbow-none.gif");*/
  	background-repeat: no-repeat;
  	background-position: center;	
}
#wiki-page .select-item{
	float:left;
}
#wiki-page .elbowplus{
	background-image: url("../dateien/wiki/images/elbow-plus.gif");
  	background-repeat: no-repeat;
  	background-position: center;
}
#wiki-page .elbowminus{
	background-image: url("../dateien/wiki/images/elbow-minus.gif");
  	background-repeat: no-repeat;
  	background-position: center;
}
#wiki-page .title,#wiki-page .path{
	font-size: 20px;
	margin-bottom: 10px;
}
/*Wiki Top-Function*/
#wiki-page .wiki-function .button-submit{
	float:left;
	margin:5px 0px;
}
#wiki-page .wiki-function .button-submit input{
	background:none;
	border:none;
	text-decoration: underline;
	color: #0073B8;
}
#wiki-page  .button-submit input{
	font-size: 16px;
	padding:3px 3px;
	cursor:pointer;
}
#wiki-page  .button-submit input:hover{
	color:blue;	
}

/*Wiki Navigation*/
.wiki-navi a{
	text-decoration:none;
	color:rgb(45,71,124);
}
.wiki-navi .title{
	padding-left:15px;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
}
#wiki-navi-id .text-navi{
	margin:0px 5px;
	font-size:14px;
}
#wiki-navi-id .text-navi li{
	cursor: pointer;
	color:rgb(45,71,124);
	margin:3px 0 3px 25px;
}

#wiki-navi-id .text-navi li:hover{
	color:rgb(8, 8, 92);
	background:#f8f8f8;
}
#wiki-navi-id div.active{
	background:#ddd;
	color:blue;
}
#wiki-navi-id div.navi-name,#text-kategorie div.navi-name{
	font-size: 18px;
	margin-left:16px;
	line-height:23px;
	cursor: pointer;
}
#wiki-navi-id div.navi-name:hover{
	background: #eeeeee;
}
#wiki-navi-id li,#text-kategorie li{
	margin-left:0px;
}
#wiki-page .hide-item ul.navi_level{
	display:none;
}
#new-kategorie-id,#new-text-id{
	margin:5px 10px;
	border:1px solid #ddd;
	padding:3px;
}
/*Wiki-Mainpage*/
#wiki-page .wiki-mainpage .name,#wiki-page .wiki-mainpage .status{
	float:left;
	width:50%;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#wiki-page .wiki-mainpage .name input{
	width:500px;
}
#wiki-page .wiki-mainpage .introduct{
	float:left;
}

#wiki-page #kategorie-edit,#wiki-page #text-edit{
	display: none;
}
#wiki-page .wiki-mainpage .text-kategorie{
	border:1px solid #ddd;
	margin-top:20px;
	padding:20px;
	float:left;
	width: 50%;
}
#kategorie-view .introduct,#text-view .introduct{
	clear:both;
}
#wiki-page .search-kategorie,
#wiki-page .search-article,
#wiki-page .new-article{
	float:left;
	width:100%;
	margin:20px;
}
#wiki-page .search-kategorie{
	width:50%;
}
#wiki-page .search-article li{
	font-size: 14px;
	margin-bottom: 3px;
}
#wiki-page .search-kategorie li{
	font-size: 16px;
	padding:2px 5px;
}
#wiki-page .search-kategorie li:nth-child(2n+1){
	background:#eee;
}
#wiki-page .search-kategorie li:hover{
	background: #e7e7e7;
}
#wiki-page .search-kategorie a{
	color:#333;
	text-decoration: none;
}
#wiki-page .search-kategorie a:hover{
	color:#0073B8;
}
#wiki-page .search-kategorie .title,
#wiki-page .search-article .title,
#wiki-page .new-article .title{
	float:none;
}
/*kategorie and Text view*/
#wiki-page .name{
	font-size: 30px;
	color:rgb(45,71,124);
}
#wiki-page .editer{
	float:left;
	font-size:14px;
}
#wiki-page .edit-date{
	float:left;
	font-size:14px;
	margin-left:6px;
}
#wiki-page .value{
	font-weight: 600;
}
.wiki-mainpage #text-view .name,.wiki-mainpage #kategorie-view .name{
	width:100%;
	padding-bottom:0;
}
#text-view .title,#kategorie-view .title{
	float:left;
}

/*WIKI Search*/
#wiki-page #wiki-search{
	font-size:16px;
	float:left;
}
#wiki-page #wiki-search input{
	height:25px;
	padding:2px 5px;
}
#wiki-page #wiki-search .search-submit{
	cursor:pointer;
	padding:0 20px;
	border:1px solid #999;
}
#wiki-page #wiki-search .search-submit:hover{
	border:1px solid #0073B8;
	color:#0073B8;
}
#wiki-page #wiki-search select{
	height:25px;
	padding:2px 5px;
	cursor: pointer;
}
#wiki-page #wiki-search span{
	color:red;
	display:none;
}
#text-kategorie input{
	cursor:pointer;
	width:16px;
	height:16px;
}


/*Stempel Uhr*/
.stempel_uhr{
	padding:10px 30px;
	float:left;
}
.stempel_uhr .pausezeit,
.stempel_uhr .arbeitssoll,
.stempel_uhr .login,
.stempel_uhr .logout,
.stempel_uhr .login-logout,
.stempel_uhr .wochen,
.stempel_uhr .datum{
	width:90px;
	line-height: 25px;
	padding:3px 10px;
	text-align: center;
}
.stempel_uhr .edit-table .pausezeit,
.stempel_uhr .edit-table .arbeitssoll,
.stempel_uhr .edit-table .wochen,
.stempel_uhr .edit-table .edit,
.stempel_uhr .edit-table .datum{
	width:90px;
	border-right:1px solid #777;
}

.stempel_uhr .edit-table .arbeitszeit,
.stempel_uhr .edit-table .login-logout{
	width:160px;
	border-right:1px solid #777;
}
.stempel_uhr .edit-table .bemerkung{
	width:300px;
}
.stempel_uhr .edit-table li{
	border:1px solid #777;
	margin-bottom: 1px;
}

.stempel_uhr .edit-table form{
	margin-bottom: 0;
}



.stempel_uhr .login-logout input{
	text-align: center;
	float:left;
}
.stempel_uhr .login-logout span{
	float:left;
	padding: 0 2px;
}

.stempel_uhr .edit-table .table-cell{
	display:table-cell;
	vertical-align: top;
}

.stempel_uhr .login-logout div.time-row{
	padding:1px 0;
	clear: both;
}

.stempel_uhr .login-logout div.plus-record{
    background-image: url('../grafiken/telefonliste/add.png');
    background-size: 20px 20px;
    width:20px;
    height:20px;
    float:right;
    cursor: pointer;
}

.stempel_uhr .login-logout div.time-area{
    width:150px;
    padding-right: 5px;
}
.stempel_uhr .arbeitszeit{
	line-height: 25px;
	padding:3px 10px;
	text-align: center;
}
.stempel_uhr .bemerkung{
	line-height: 25px;
	padding:0;
	text-align: center;
}
.stempel_uhr .bemerkung form{
	margin:0;
}
.stempel_uhr .bemerkung input{
	height: 26px;
}
.stempel_uhr .bemerkung input.bemerkung-edit{
	width:300px;
	text-align: center;
	float:left;
	margin:0 2px;
}
.stempel_uhr .edit{
	line-height: 25px;
	width:100px;
	padding:3px 10px;
	text-align: center;
}
.stempel_uhr .edit input{
	cursor: pointer;
}
.stempel_uhr .arbeitssoll input,
.stempel_uhr .login input,
.stempel_uhr .logout input,
.stempel_uhr .arbeitszeit input{
	text-align: center;
}
.stempel_uhr .arbeitszeit.ueberstunden{
	display:none;
}
/*Einkaufsliste*/

#einkaufsliste .title{
	text-align: center;
	font-size:32px;
	margin:10px 0;
}
#einkaufsliste .subtitle{
	text-align: center;
	font-size:18px;
	margin-bottom:20px;
}
#einkaufsliste table thead{
	text-align: center;
	font-size:20px;
}
#einkaufsliste td{
	padding:2px 10px;
}
#einkaufsliste td.select input{
	width:20px;
	height:20px;
}
#einkaufsliste td.einkaufsmenge input{
	height:30px;
	font-size:20px;
	text-align: center;
}
#einkaufsliste table{
	margin:10px 0 20px 0;
}
#einkaufsliste .hersteller-email,
#einkaufsliste .hersteller-tel,
#einkaufsliste .ansprechpartner{
	font-size:18px;
	margin:10px;
}
#einkaufsliste .hersteller-email input,
#einkaufsliste .ansprechpartner input{
	font-size:18px;
	height:30px;
	padding:2px 10px;
}
#einkaufsliste .submit input{
	padding:5px 30px;
	font-size: 20px;
	cursor: pointer;
}
#einkaufsliste .einkaufsliste-herstellerdaten{
	font-size: 18px;
	cursor: pointer;
}




/*Projekt Tool*/
#main-footer{
	width:100px;
	float:left;
	margin:100px 0;
}

#projekttool .projekt-mainpage{
	min-height: 800px;
	border:1px solid #435988;
	width:1000px;
	margin:0 auto;
}
.costom-page{
    font-family: Helvetica,Arial,sans-serif;
    width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0px 5px;
}
.main-title{
	font-size:32px;
	text-align: center;
	margin:20px 0;
}
 .icon-text-new{
	width:16px;
	height:16px;
	margin:0 5px;
	float:left;
	background-image: url('../grafiken/sprites.png');
	background-position: 0 -1216px !important;
}
 .icon-text{
	width:16px;
	height:16px;
	margin:0 5px;
	float:left;
	background-image: url('../grafiken/sprites.png');
	background-position: 0 -48px !important;
}
#projekttool-navi li{
	margin-bottom:8px;
	font-size:18px;
	margin-left:20px;
}

#projekttool-navi li .name{
	font-size:18px;
}
#projekttool-navi a{
	text-decoration: none;
}
#projekttool .navi{
	position:absolute;
	width:280px;
	background: #FFF;
}

/* Rückläufer*/
.ruecklaeufer{
	width:800px;
	margin:auto;
	padding-top:20px;
}
.ruecklaeufer #kundendaten{
	margin:10px 0;
	border:1px solid #ddd;
}

/*nichtzuordbare Geldeingänge*/

#payment_input_newform li.li{
	border:1px solid #666;
	line-height:30px;
	margin-bottom:1px;
}
#payment_input_newform li.li:nth-child(2n+1){
	background:#eee;
}
#payment_input_newform li.li:last-child{
	border-bottom:1px solid #666;
}
#payment_input_newform li.li .date{
	display: table-cell;
	width:100px;
	text-align:center;
}
#payment_input_newform li.li .payer{
	display: table-cell;
	width:200px;
	text-align:center;
	border-left:1px solid #999;
}
#payment_input_newform li.li .amount{
	display: table-cell;
	width:100px;
	text-align:center;
	border-left:1px solid #999;
}
#payment_input_newform li.li .memo{
	width:1159px;
	padding:0 10px;
	text-align:left;
	border-top:1px solid #999;
}
#payment_input_newform li.li .banktransfer{
	display: table-cell;
	width:200px;
	text-align:center;
	border-left:1px solid #999;
}
#payment_input_newform li.li .purpose{
	display: table-cell;
	width:450px;
	text-align:center;
	border-left:1px solid #999;
}
#payment_input_newform li.li .edit{
	display: table-cell;
	width:125px;
	text-align:center;
	border-left:1px solid #999;
}
#payment_input_newform .no-re-money form{
	margin:0;
	padding:5px 0;
}


/*Abfragenliste*/
#produkt-abfragenliste{
	font-size:14px;
}
#produkt-abfragenliste li.li{
	border-top:1px solid #666;
	line-height:25px;
	margin-bottom:0;
	position: relative;
}
#produkt-abfragenliste li.li:nth-child(2n+1){
	background:#eee;
}
#produkt-abfragenliste li.li:last-child{
	border-bottom:1px solid #666;
}
#produkt-abfragenliste li.li .language{
	width:30px;
	height:30px;
	text-align:center;
	font-weight: 800;
	position: absolute;
	font-size:18px;
	margin-left:5px;
}
#produkt-abfragenliste li.li .language-DE{
	color:green;
}
#produkt-abfragenliste li.li .language-EN{
	color:red;
}
#produkt-abfragenliste li.li .language-FR{
	color:brown;
}
#produkt-abfragenliste li.li .language-IT{
	color:blue;
}
#produkt-abfragenliste li.li .language-ES{
	color:pink;
}
#produkt-abfragenliste li.li .language-NL{
	color:purple;
}
#produkt-abfragenliste li.li .date{
	display: table-cell;
	width:190px;
	text-align:center;
	border-left:1px solid #666;
}

#produkt-abfragenliste li.li .user{
	display: table-cell;
	width:120px;
	text-align:center;
	border-left:1px solid #666;
}
#produkt-abfragenliste li.li .name{
	display: table-cell;
	width:186px;
	text-align:center;
	border-left:1px solid #666;
	font-size:14px;
}
#produkt-abfragenliste li.li .artikelnr{
	display: table-cell;
	width:358px;
	text-align:center;
	border-left:1px solid #666;
}
#produkt-abfragenliste li.li .menge{
	display: table-cell;
	width:60px;
	text-align:center;
	border-left:1px solid #666;
}
#produkt-abfragenliste li.li .email{
	display: table-cell;
	width:270px;
	text-align:center;
	border-left:1px solid #666;
}
#produkt-abfragenliste li.li .edit{
	display: table-cell;
	width:100px;
	text-align:center;
	border-left:1px solid #666;
	border-right:1px solid #666;
}
#produkt-abfragenliste .abfragenliste form{
	margin:0;
	padding:5px 0;
}

#gotoTop {
	display: none;
	z-index: 200;
	position: fixed;
	width: 50px;
	height: 50px;
	background: url("../grafiken/up-icon.png") no-repeat ;
	background-position: center;
	background-color: #444;
	font-size: 28px;
	line-height: 45px;
	text-align: center;
	top: auto;
	left: auto;
	right: 100px;
	bottom: 100px;
	cursor: pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-webkit-transition: background-color .2s linear;
}