body {
	background-color: #e4edfc;
	background-image:url(/icons/bg.png);
	background-repeat:repeat-x;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	color: #000000;
	padding:0px;
	margin: 2px;
}
html {
	overflow-y: scroll;
}

img {
	border: 0;
}

a {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color: #000000;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

td {
	vertical-align:top;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
	margin-top:6px;
	margin-bottom:10px;
}
h3 {
	margin-top:6px;
	margin-bottom:4px;
	font-size: 16px;
}

/* Eingabefelder */

input {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	border:1px solid #888888;
        background-color: #f0f0f0;
}
input[disabled] {
        background-color: #cccccc;
}
input:focus {
        background-color: #fcffa1;
}

input[type=submit] {
	cursor: pointer;
  	border-radius: 2px;
}
input[type=checkbox] {
	vertical-align:middle;
}

select {
	border:1px solid #888888;
        background-color: #f0f0f0;
}
select:focus {
        background-color: #fcffa1;
}

textarea {
	border:1px solid #888888;
        background-color: #f0f0f0;
	height: 3.5em;
}
textarea:focus {
        background-color: #fcffa1;
}
textarea[disabled] {
        background-color: #cccccc;
}
div.fielderror input, div.fielderror select, div.fielderror textarea {
	border:1px solid #ff0000;
}

/* ----- */

td.tdmiddle {
	vertical-align:middle;
	padding: 4px;
}
td.action {
	text-align:left;
}

#alles {
	width:970px;
	background-color: #ffffff;
	text-align: left;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
}
#allesnocenter {
	width:970px;
	background-color: #ffffff;
	text-align: left;
	z-index: 2;
}
#alleswindow {
	background-color: #fdfdfd;
	text-align: left;
	padding: 0px;
}

#header {
	background-image: url(/icons/header.jpg);
	background-repeat: repeat-x;
	min-height: 100px;
	height: 100px;
	text-align: right;
}
#header_text {
	background-color: #e4edfc;
	padding: 2px;
	font-size:14px;
}
#header a{
	font-size: 13px;
	background-color: #e4edfc;
}
#sidebar {
	min-width: 130px;
	vertical-align: top;
	height: 600px;
	border-right:1px solid #969696;
	padding:4px;
	padding-top:0px;
  	background:url("/icons/tabs_bg.gif") repeat-x top;
	background-position: 0px -9px;
}
#content {
	width: 100%;
	vertical-align: top;
	padding-left:4px;
	padding-top:0px;
	padding-right:0px;
	margin-top: 0px;
  	background:url("/icons/tabs_bg.gif") repeat-x top;
	background-position: 0px -9px;
}
div.loginbox {
       width: 100%;
       border:1px solid #969696;
}

#message {
	border-style: none;
	padding: 6px;
        background-color: #fcffa1;
        font-weight: 700;
}
ul.errorlist {
	color: #FF0000;
	list-style-type: none;
	margin:0px;
	padding:0px;
	font-size: 10px;
}
table.inv {
	border-spacing: 0px;
	padding: 0px; 
	border-collapse:collapse;
	border-style: none;
	margin: 0px;
	width: 100%;
}
table.content {
	border-spacing: 0px;
	padding: 0px; 
	border-collapse:collapse;
	border-style: none;
	margin: 0px;
	width: 100%;
	border:1px solid #969696;
}

div.invisible {
        border-style: none;
        padding: 5px;
	vertical-align:middle;
}
div.tooltip {
	text-align:left;
        padding: 7px;
        margin: 5px;
        border:1px solid #969696;
        background-repeat: repeat;
        background-color: #FFFFFF;
        max-width: 300px;
        font-size: 12px;
        font-weight: 700;
}

/* Listen */
table.list {
	border:1px solid #969696;
	width: 99%;
	border-spacing: 0px;
	empty-cells:show;
	border-collapse:collapse;
}
tr.list_caption td {
	font-weight: bold;
	padding: 3px;
	border-bottom:1px solid #969696;
	
}

tr.odd {
	background-color: #f0f0f0;
}
tr.active {
        background-color: #fcffa1;
}
tr.even {
}
tr.even td,tr.odd td, tr.active td {
	padding: 3px;
	padding-right: 5px;
	border-top:1px solid #ccc;
}
div.button {
	padding:   5px;
        padding-left:   12px;
        font-weight: bold;
        font-size: 12px;
        border:1px solid #969696;
        margin-bottom: 6px;
        margin-right: 6px;
        width: 10em;
        background-color: #f0f0f0;
        float: left;
  	border-radius: 2px;
}

div.add {
	background-image:url(/icons/add.png);
	background-repeat:no-repeat;
	background-position: 2px 5px;
	padding:   5px;
	padding-left:   12px;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 6px;
	margin-right: 6px;
	width: 15em;
        border:1px solid #969696;
        background-color: #f0f0f0;
	float: left;
  	border-radius: 2px;
}
div.add:hover, div.button:hover, input[type=submit]:hover {
        background-color: #e8e8e8;
}
div.add a {
	display: block;
        text-decoration:none;
}
div.customer { 
        background-image:url(/icons/customer.png);
}
#submit_save {
	background-image:url(/icons/save.png);
	background-repeat:no-repeat;
	background-position: 2px 6px;
	padding:   6px;
	padding-left:24px;
	padding-right:12px;
	font-weight: bold;
	font-size: 12px;
}
#submit_draft {
	background-image:url(/icons/edit.png);
	background-repeat:no-repeat;
	background-position: 2px 6px;
	padding:   6px;
	padding-left:24px;
	padding-right:12px;
	font-weight: bold;
	font-size: 12px;
}

#submit,#submit2 {
	font-weight: bold;
	font-size: 12px;
	padding:   1px 6px 1px 6px;
}

#submit_delete {
	background-image:url(/icons/remove.png);
	background-repeat:no-repeat;
        background-position: 1px 1px;
	width: 18px;
	padding: 1px;
        border-style: none;
	background-color:transparent;
}
#submit_delete2 {
	background-image:url(/icons/remove.png);
	background-repeat:no-repeat;
        background-position: 1px 1px;
	padding-left: 6px;
}

#submit_addpos {
	background-image:url(/icons/add.png);
	background-repeat:no-repeat;
	background-position: 2px 6px;
	padding:   6px;
	padding-left:24px;
	font-weight: bold;
	font-size: 12px;
}
#submit_up {
        background-image:url(/icons/up.png);
        background-repeat:no-repeat;
        background-position: 0px 0px;
	width: 15px;
	padding: 0px;
        border-style: none;
	margin: 0px;
	background-color:transparent;
}
#submit_down {
        background-image:url(/icons/down.png);
        background-repeat:no-repeat;
        background-position: 0px 0px;
	width: 15px;
	padding: 0px;
        border-style: none;
	margin: 0px;
	background-color:transparent;
}
/* Menu */
div.menuitem a {
  	padding:5px 5px 4px 0px;
	display: block;
        text-decoration:none;
}
div.menuitem .ico {
        margin-right:4px;
}

div.menuitem {
  	padding:0 0 0 9px;
	font-size: 12px;
	margin-top: 9px;
	margin-bottom: 10px;
	font-weight: bold;
	white-space: nowrap;
	border:1px solid #969696;
        border-radius:2px;
        background-color: #f0f0f0;
}
div.menuitem:hover {
        background-color: #e8e8e8;
}

/* Kontextmenu */
div.contextmenu {
        text-align:left;
        background-color: #FFFFFF;
        max-width: 300px;
        font-size: 11px;
        font-weight: 700;
	border:1px solid #969696;
	white-space: nowrap;
	margin-left: -50px;
}
div.menu_caption {
	background-image:url(/icons/close.png);
	background-repeat:no-repeat;
	background-position: right;
        margin-right:3px;
        padding: 4px;
        padding-left: 12px;
	text-align: left;
	vertical-align:middle;
	border-bottom:1px dashed #969696;
}
/* Kontextmenu neu */
tr.contextmenu {
	border-top:1px dashed #ccc;
        text-align:left;
	white-space: nowrap;
}
.contextmenucol {
	min-width:190px;
	float:left;
	margin-bottom:15px;
	margin-left:5px;
}
div.menu_entry img{
	margin-right:3px;
}
div.menu_entry {
        padding: 3px;
	vertical-align:middle;
	white-space: nowrap;
}
div.menu_entry a {
	text-decoration:none;
	display: block;
}
div.menu_entry a:hover,div.menu_entry:hover {
        background-color: #e8e8e8;
}

img.ico {
	vertical-align:middle;
}
table.outer_border {
      width: 98%;
      border:1px dashed #969696;
}
#customerdata {
	background-color: #f0f0f0;
	border:1px solid #969696;
	padding: 3px;
}


/* Hilfe */
div.helpentry {
	background-color: #f0f0f0;
	border:1px solid #969696;
	padding:10px;
	margin: 5px;
}

/* Tabs */

#tabs {
    float:left;
    width:100%;
    font-size:14px;
    line-height:normal;
    margin-top:1px;
    border-bottom: 1px solid #969696;
}
#tabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
}
#tabs li {
  float:left;
/*  background:url("/icons/tabs_left.gif") no-repeat left top; */
  border: 1px solid #969696;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  margin:0 1px -1px 1px;
  padding:0 0 0 9px;
}
#tabs a {
  float:left;
  display:block;
/*  background:url("/icons/tabs_right.gif") no-repeat right top;*/
  padding:5px 15px 5px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#555;
}
#tabs a:hover {
    color:#000;
}
#tabs li:hover {
    background-color: #e8e8e8;
}
#tabs #currenttab {
    background-color: #fff;
    border-bottom:1px solid #fff;
}
#tabs #currenttab a {
    color:#111;
    padding-bottom:5px;
} 



#id_subject, #id_mahn_1_subject, #id_mahn_1_text, #id_mahn_2_subject, #id_mahn_2_text, #id_mahn_3_subject, #id_mahn_3_text {
 width: 40em;
}

.pos-menge {
	width:5em;
}
.pos-meh {
	width:4em;
}
.pos-anr {
	width:7em;
}
.pos-bez {
	width:25em;
}
.pos-preis {
	width:6em;
}
.pos-rabatt {
	width:6em;
}



#id_firma, #id_email, #id_email2, #id_internet, #id_pixeluser, #id_pixelpass,#id_cc, #id_bc, #id_mailsender_name, #id_mailsender, #id_sender_text, #id_kontoinhaber, #id_mailsender_host, #id_mailsender_user, #id_mailsender_pass {
 width: 20em;
}
#id_suchfeld {
 width: 30em;
}
#id_text,#id_subject {
 width: 45em;
}
#id_nachname,#id_vorname,#id_strasse,#id_strasse2,#id_ort, #id_blz, #id_iban, #id_konto, #id_bic, #id_tel, #id_fax, #id_ustid , #id_stnr, #id_hrb_nr, #id_hrb_ort, #id_bank, #id_logo, #id_LoginUser, #id_LoginPasswort, #id_fscode {
 width: 14em;
}
#id_plz, #id_interval_anzahl, #id_wh_max, #id_faelligtage {
 width: 4em;
}
#id_rabatt, #id_mahn_1_tage, #id_mahn_1_gebuehr, #id_mahn_2_tage, #id_mahn_2_gebuehr,#id_mahn_3_tage, #id_mahn_3_gebuehr, #id_gebuehr,#id_waehrung {
 width: 4em;
}
#newclaim #id_reason {
	height: 5em;
}
#id_notiz,#id_reason_text {
	height: 5em;
}
#id_header_text, #id_footer_text,#id_gut,#id_schlecht,#id_notes {
	height: 10em;
}
#id_text,#id_mahn_1_text,#id_mahn_2_text,#id_mahn_3_text {
	height: 15em;
}
legend {
	font-size: 14px;
	font-weight: bold;
}
fieldset {
    border-radius: 2px;
    border: 1px solid #969696;
}

fieldset.dashed_fieldset, fieldset.light_fieldset {
	border-width:1px;
	padding: 3px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 4px;
	margin-bottom: 6px;
	border-color: #969696;
}

span.red {
  	color:#FF0000;
	
}
img.inlinehelpr {
	vertical-align:bottom;
	float:right;
	margin-right:5px;
	margin-left:5px;
}
img.inlinehelp {
	vertical-align:bottom;
	margin-right:5px;
	margin-left:5px;
}
#umfrage li {
	display:inline;
}
#umfrage ul {
	margin-top:0px;
	margin-bottom:24px;
}
#umfrage th,#umfrage td ul {
	vertical-align:top;
}
div.pagelinks {
	margin-left:auto;
	margin-right:auto;
	width:50%;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	font-size:13px;
}
div.pagelinks a{

	margin-left:2px;
	font-size:13px;
	margin-right:2px;
}	
/* --- Tour --- */
div.tourcaption {
	margin-top:10px;
	font-size:14px;
	font-weight:bold;
}
div.tourtext {
	margin-top:5px;
	margin-left:10px;
	max-width:550px;
}
div.tournext {
	float:right;
	margin-right:40px;
	margin-top:20px;
}
div.tourback {
	float:left;
	margin-left:40px;
	margin-top:20px;
}
div.tourback img, div.tournext img{
	vertical-align:middle;
}
div.tourback a:hover, div.tournext a:hover {
	text-decoration:none
}
#id_tour {
	width:580px;
	height:400px;
	padding:30px;
	border:1px solid #969696;
	font-size:14px;
	overflow:hidden;
  	border-radius: 2px;
}
img.tourimage {
	border:1px solid #969696;
	margin-right:10px;
}

#tour_image_wrapper {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:110%;
	background-color:#000;
	display:none;
}

#tour_image_wrapper2 {
	margin-left:-495px;
	display:none;
	position:absolute;
	top:50px;
	width:990px;
	left:50%;
	text-align:center;
	background-color:#fff;
	border:1px solid #000;
	padding-bottom:10px;
  	border-radius: 3px;
}
#tour_image img {
	border:1px solid #000;
}
#tour_image {
	margin:20px 10px 20px 10px;
}

/* --- Startseite */

div.bullet {
	background-image: url(/icons/bullet2.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	margin-top:8px;
	margin-left:10px;
	padding-left:20px;
	font-size:14px;
}
fieldset.start {
	padding:5px;
	padding-left:10px;
	width:260px;
  	border-radius: 2px;
}

.selcheckbox,.selcheckboxall {
	padding:0;
	margin:2px 2px 0px 3px;
	border:0;
	background:none;
	height:14px;
	width:14px;
	overflow:hidden;
}

/* Overlay */

#overlay_wrapper {
        position:absolute;
        display:none;
        top:0px;
        left:0px;
        right:0px;
        bottom:0px;
        background-color:#000;
        opacity: 0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
        width:3000px;
}

#overlay {
        position:absolute;
        display:none;
        margin-left:-450px;
        max-height:60%;
        top:20%;
        width:900px;
        left:50%;
        background-color:#fff;
        border:1px solid #ccc;
        overflow-y:scroll;
}
#overlay_info {
        margin:20px 0px 20px 0px;
        text-align:center;
}
fieldset.newsbox { 
    padding: 5px;
    margin:10px;
    border:1px solid #969696;
    width: 288px;
    border-radius: 2px;
}

/* NMC */
#nmcheader {
	background-image: url(/icons/nmctopnav_bg.png);
	background-repeat: repeat-x;
	min-height: 100px;
	height: 100px;
	text-align: right;
}
#nmcheader a {
    height:91px;
    width:500px;
    background-image: url(/icons/nmclogo.png);
    background-repeat:no-repeat;
}
.topmenu {
    float:right;
}
.topmenu a{
    color:#fff;
}
table.listplanung {
	border:1px solid #969696;
	width: 99%;
	border-spacing: 0px;
	empty-cells:show;
	border-collapse:collapse;
}
table.listplanung td{
	border:1px solid #969696;
}

.selected_day {
    background-color:#000 !important;
    color:#fff !important;
}
.unselected_day {
    background-color:#fff;
    color:#000;
}

/* Overlay */

#overlay_wrapper {
        position:absolute;
        display:none;
        top:0px;
        left:0px;
        right:0px;
        bottom:0px;
        background-color:#000;
        opacity: 0.3;
        filter:alpha(opacity=30); /* For IE8 and earlier */
}

#overlay {
        position:fixed;
        display:none;
        margin-left:-499px;
        max-height:90%;
        top:5%;
        width:990px;
        left:50%;
        background-color:#fff;
        border:1px solid #ccc;
        overflow-y:scroll;
        padding:10px;
}
#overlay_info {
        margin:20px 0px 20px 0px;
        text-align:center;
}

#close_button {
    float:right;
    height:16px;
    width:16px;
    background-image: url(/icons/close.png);
    background-repeat: repeat-none;

}
