body {
	background-color: #f4f7ff;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	color: #000000;
	font-weight: bold;
	padding:0px;
	margin: 2px;
}
html {
	overflow-y: scroll;
}

img {
	border: 0;
}

a {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	color: #FF0000;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	border:1px solid #888888;
        background-color: #f4f4f4;
}
input[disabled] {
        background-color: #cccccc;
}
input:focus {
        background-color: #fcffa1;
}
select {
	border:1px solid #888888;
        background-color: #f4f4f4;
}
select:focus {
        background-color: #fcffa1;
}
textarea {
	border:1px solid #888888;
        background-color: #f4f4f4;
}
textarea:focus {
        background-color: #fcffa1;
}
div {
/*	border:1px solid #afafaf;*/
}
td {
	vertical-align:top;
}

td input[type=checkbox] {
	margin: 0px 3px 0px 3px;
}

td.action {
	text-align:left;
}

#aussen {
        margin: auto;
        width:1000px;
}
#alles {
        width:990px;
        background-color: #ffffff;
        float:left;
        text-align: left;
        min-height: 750px;
        border-width:1px;
        border-style: solid;
        border-color: #776655;
        z-index: 2;
}
#alleswindow {
	background-color: #fdfdfd;
	text-align: left;
	padding: 0px;
}

#header {
/*	background-image: url(/icons/);*/
	background-repeat: no-repeat;
	min-height: 111px;
	height: 111px;
	text-align: right;
}

#sidebar {
	min-width: 130px;
	vertical-align: top;
	height: 670px;
/*	border-right:1px solid #776655;*/
	padding:4px;
	padding-right: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/bgcontent.jpg") no-repeat top left;
/*  	background:url("/icons/tabs_bg.gif") repeat-x top;*/
	background-position: 0px -9px;
}
div.loginbox {
	width: 100%;
	border:1px;
	border-style: solid;
	border-color: #776655;
	border-radius: 4px;
	-webkit-border-radius: 4px;

}
#message {
        border-style: none;
        padding: 6px;
        background-color: #fcffa1;
        font-weight: 700;
	text-align:center;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
	margin-top:6px;
	margin-bottom:10px;
}
h3 {
	margin-top:6px;
	margin-bottom:4px;
	font-size: 16px;
}
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%;
}

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


table.list {
        border-style: solid;
	border:1px solid #776655;
	width: 99%
}
table.list tr td a{
	color:#000;
}
tr.odd {
	background-color: #e0d8d0;
}
tr.even {
	background-color: #f8f4f0;
}
tr.markiertblau {
	background-color: #6c91ef;
}
tr.markiert {
	background-color: #efdd42;
}
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;
	border:1px solid #776655;
	margin-bottom: 6px;
	margin-right: 6px;
	width: 16em;
        background-color: #f4f4f4;
	float: left;
}
div.add a {
	display: block;
	color: #000;
}
#submit_save {
	background-image:url(/icons/save.png);
	background-repeat:no-repeat;
	background-position: 2px 6px;
	padding:   6px;
	font-weight: bold;
	font-size: 12px;
}
#submit {
	font-weight: bold;
	font-size: 12px;
}


div.button {
        padding:   4px;
        padding-left:   12px;
        font-weight: bold;
        font-size: 12px;
        border:1px solid #776655;
        margin-bottom: 6px;
        margin-right: 6px;
        width: 10em;
        background-color: #f4f4f4;
        float: left;
}
div.button a {
	display:block;
	color:#000;
}


#submit_delete {
	background-image:url(/icons/remove.png);
	background-repeat:no-repeat;
        background-position: 1px 1px;
 /*       border-style: none;*/
}
#submit_addpos {
	background-image:url(/icons/add.png);
	background-repeat:no-repeat;
	background-position: 2px 6px;
	padding:   6px;
	font-weight: bold;
	font-size: 12px;
}
#submit_up {
        background-image:url(/icons/up.png);
        background-repeat:no-repeat;
        background-position: 0px 0px;
        border-style: none;
	margin: 0px;
}
#submit_down {
        background-image:url(/icons/down.png);
        background-repeat:no-repeat;
        background-position: 0px 0px;
        border-style: none;
	margin: 0px;
}
/* Menu */
div.menuitem a {
        background:url("/icons/tabs_menu_right.gif") no-repeat right top;
  	padding:5px 5px 4px 4px;
	display: block;
	color: #000;
}

div.menuitem {
  	background:url("/icons/tabs_left.gif") no-repeat left top;
  	padding:0 0 0 9px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
/*	padding: 4px;a*/
	font-weight: bold;
	white-space: nowrap;
	border-bottom:1px solid #776655;
	border-right:1px solid #776655;
}
td.list_caption {
	font-weight: bold;
}

/* Kontextmenu */
div.contextmenu {
        text-align:left;
        background-color: #FFFFFF;
        max-width: 600px;
        font-size: 11px;
        font-weight: 700;
	border:1px solid #000000;
	white-space: nowrap;
	margin-left: -50px;
}
div.menu_caption {
	background-image:url(/icons/close.png);
	background-repeat:no-repeat;
	background-position: right;
        padding: 4px;
        padding-left: 12px;
	text-align: left;
	vertical-align:middle;
	border-bottom:1px dashed #000000;
}
div.menu_entry {
        padding: 4px;
	vertical-align:middle;
	white-space: nowrap;
}
div.menu_caption:hover {
        background-color: #AAAAAA;
	color:	  #FFFFFF;
}
div.menu_entry a {
	display: block;
}
div.menu_entry a:hover {
        background-color: #AAAAAA;
	color:#FFFFFF;
}
div.menu_entry:hover {
        background-color: #AAAAAA;
	color:	  #FFFFFF;
}


img.ico {
	vertical-align:middle;
}
.outer_border {
      width: 98%;
      border-width:1px;
      border-style: dashed;
      border-color: #776655;
}
#customerdata {
	background-color: #f8f8f8;
}
#customerdata1 {
	background-color: #f8f8f8;
}
#customerdata2 {
	background-color: #f8f8f8;
}



/* Tabs */

#tabs {
  float:left;
  width:100%;
  background:#DAE0D2 url("/icons/tabs_bg.gif") repeat-x bottom;
  font-size:14px;
  line-height:normal;
  margin-top:1px;
  }
#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;
  margin:0;
  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:#765;
  }
/* Commented Backslash Hack
 *    hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#333;
  }
#tabs #currenttab {
  background-image:url("/icons/tabs_left_on.gif");
  }
#tabs #currenttab a {
  background-image:url("/icons/tabs_right_on.gif");
  color:#333;
  padding-bottom:5px;
  }

/* Eingabefelder */

#id_subject,#id_firma, #id_wv_betreff, #id_kurzname, #id_text_rechnung_zusatz {
	width: 30em;
}
#id_cc, #id_bc, #id_titel, #id_to, #id_faxnr, #id_schluesselwort, #id_User, #id_email, #id_reason, #id_telefon,#id_ansprech,#id_website,#id_recommended {
	width: 25em;
}

#id_mv_zusatz {
	width: 30em;
	height: 3em;
}
#id_kommentar {
 	width: 50em;
}
#id_reason_text {
        height: 10em;
 	width: 40em;
}
#id_text, #id_textbaustein {
        height: 20em;
 	width: 50em;
}
#id_text2,#id_text3,#id_text4,#id_text5 {
        height: 10em;
 	width: 50em;
}

#id_mahn_1_subject, #id_mahn_1_text, #id_mahn_2_subject, #id_mahn_2_text, #id_mahn_3_subject, #id_mahn_3_text, #id_mahn_ko_1_subject, #id_mahn_ko_1_text, #id_mahn_ko_2_subject, #id_mahn_ko_2_text, #id_mahn_ko_3_subject, #id_mahn_ko_3_text , #id_mahn_re_1_subject, #id_mahn_re_1_text, #id_mahn_re_2_subject, #id_mahn_re_2_text, #id_mahn_re_3_subject, #id_mahn_re_3_text, #id_mahn_kor_text, #id_mahn_kor_subject,#id_mahn_kor_tage, #id_mahn_kos_text, #id_mahn_kos_subject,#id_mahn_kos_tage, #id_mahn_kog_text, #id_mahn_kog_subject,#id_mahn_kog_tage, #id_mahn_ko_1_text2, #id_mahn_ko_2_text2, #id_mahn_ko_3_text2, #id_gerichtsstand, #id_bezeichnung,
{
 width: 40em;
}
#id_preisgruppe {
 width: 3em;
}
#id_tatsaechliche_miet_tage {
 width: 3em;
}
.reiter {
height:35px;
border:1px solid #000;
margin-bottom:10px;
padding:2px;
padding-left:45px;
background-image:url(/icons/registerpfeil.png);
background-repeat:no-repeat;
background-position:left center;
width:75%;
}
#test2 p,#test3 p {
	margin-top:2px;
}
#casestate #id_status {
	background-color:#ffd000
}
div.smallul ul {
	margin:0;
	list-style-type: none;
}
#caseinfo tr td {
	padding-top:0px;
	padding-bottom:0px;
}
td.numfield{
	text-align:right;
	padding-right:4px;
	white-space:nowrap;
}


fieldset.caseinfo {                                                                                                                                                           
	float:right;
        border-width:1px;                                                                                                                                                           
        padding: 	2px;                                                                                                                                                               
        padding-right: 0px;                                                                                                                                                         
        margin-left: 0px;                                                                                                                                                           
        margin-right: 2px;                                                                                                                                                          
        margin-bottom: 4px;
        border-color: #a89078;                                                                                                                                                      
        border-radius: 0px;    
        -webkit-border-radius: 0px;                                                                                                                                                 
}
fieldset.start {
        padding:5px;
        padding-left:10px;
        width:260px;
        border-radius: 8px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
}


/* 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;
}
#overlay_info {
	margin:20px 0px 20px 0px;
	text-align:center;
}
#map_search {
    width:100%;
    height:750px;
}
.nowrap {
	white-space: nowrap;
}



.tabs {
    border-bottom: 1px solid #969696;
    float: left;
    font-size: 14px;
    line-height: normal;
    margin-top: 1px;
    width: 100%;
}
.tabs ul {
    list-style: outside none none;
    margin: 0;
    padding: 10px 10px 0;
}
.tabs li {
    border: 1px solid #969696;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    float: left;
    margin: 0 1px -1px;
    padding: 0 0 0 9px;
}
.tabs a {
    color: #555;
    display: block;
    float: left;
    font-weight: bold;
    padding: 5px 15px 5px 6px;
    text-decoration: none;
}
.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;
}
