BODY {
	background-color: White;
	margin: 0px;
}

body, td, th, input, textarea, option, select, button {
	font-family: "Trebuchet MS";
	font-size: 12px;
}

table, td {
	empty-cells: show;
	white-space: nowrap;
}

table.rahmen {
	border-collapse: collapse;
	margin-bottom: 30px;
}
table.rahmen td {
	border: 1px solid #B4C6DC;
	padding-left: 4px;
	padding-right: 4px;
}
table.rahmen th {
	padding-left: 4px;
	padding-right: 4px;
}

table.login {
	margin: 0px;
	border: 1px solid #B4C6DC;
	background-color: #DCE4EF;
}

div.rights {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div.rights img {
	vertical-align: middle;
	border: 0px;
	position: relative;
	top: -1px;
}

div.rightstitle {
	display: inline;
	cursor: help;
}

A {
	color: Black;
}

A:HOVER {
	color: #FF8C00;
}
a img {
	text-decoration: none;
	border: 0px;
}


fkanzeigen, a.link {
	color :#666666;
	text-decoration: none;
}


a.link:hover {
	color: #999999;
}

th,td.header,
#topicCustomerData, #topicTransactions, #topicReturns,
#partButtons {
	background-color: #B4C6DC;
	font-weight: bold;
	white-space: nowrap;
	letter-spacing: 0.1em;
}
tr.grey {
	background-color: #DCE4EF;
}

tr.white {
	background-color: #FFFFFF
}

.scd_col {
	background-color: #DCDCDC;
}

.fst_col {
	background-color: #FFFFFF;
}

td.error {
	color: #FFFFFF;
	background-color: red;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
.errorstring {
	color: red;
	font-weight: bold;
}
td.menu {
	background-color: #F0F4F9;
	padding: 0px;
}
td.menu_active {
	background-color: #DCE4EF;
}
td.menu_row {
	background-color: #DCE4EF;
}
td.menu_lastrow {
	background-image:url(../images/shadow.png);
	background-repeat:repeat-x;
}
a.menu, #dropDownMenu {
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding-left: 5px;
	padding-right: 5px;
}
legend {
	font-style: italic;
}
fieldset {
	padding: 10px 5px 10px 5px;
}

.suchzeile{
	height:40px;
}

/* KRAM für die Abrechnungsverwaltung*/
#main {
	padding: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}

#header {
	position:absolute;
	left:0;
	height:73px;
	width:100%;
/*	border-bottom:1px solid #F0F4F9; */
}

#header h1 {
	position:absolute;
	left:10px;
	top:0px;
	font-size: 1.1em;
}

#content {
	padding: 80px 0 0 0;
	margin-left:10px;
	color:#333;
	width:100%;
	border-bottom:1px solid #FFFFFF;
}

#navi {
	position:relative;
	padding: 0;
	margin: 0;
	top: 0px;
	left: 0px;
}

#navi li {
	float: left;
	list-style-type:none;
}

#navi li a {
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #F0F4F9;
	border-bottom: 0;
	float: left;
	font-weight:bold;
}

#navi li a:link, #navi li a:visited {
	background: white;
	color:#000000;
}

#navi li a:hover, #navi li a:active {
	background: #F0F4F9;
	color:#000000;
}
#navi_bg {
	position:relative;
	top: 44px;
	left: 10px;
	margin: auto;
	height: 20px;
}

#NaviMenuAbrechnung {
	top:40px;
}

#NaviMenuAbrechnung, #NaviNeuerMandant {
	margin: 0; 
	position:relative;
	list-style: none;
    display: inline;
    padding: 0px;
}


#NaviMenuAbrechnung a, #NaviNeuerMandant a{
	border:1px solid #F0F4F9;
	font-weight:bold;
	text-decoration:none;
    padding: 5px;
}

#NaviMenuAbrechnung a:link, #NaviMenuAbrechnung a:visited, #NaviNeuerMandant a:link, #NaviNeuerMandant a:visited {
	background: white;
	color:#000000;
}

#NaviMenuAbrechnung a:active, #NaviMenuAbrechnung a:hover, #NaviNeuerMandant a:active, #NaviNeuerMandant a:hover{
	background: #F0F4F9;
	color:#000000;
}

.hinweis {
	font-weight: bold;
    color: green;
}

.warnung {
	font-weight: bold;
	color: red;
}

.error {
	font-weight:bold;
	color: red;
}
#accordion1 {
    border: 1px solid #B4C6DC;
    width: 720px;
    margin-top:6px;
	font-size: 1.0em;
}
.contentBox {
  	font-size: 1.0em;
  	height: 209px;
 	padding: 10px;
}
.titleBar {
	line-height: 48px;
	background: #B4C6DC;
  	height: 52px;
  	padding-left: 5px;
  	padding-top: 5px;
  	border-bottom: 1px solid silver;
  	font-weight:bold;
  	white-space: nowrap;
}
.titleBar img {
	padding-right: 20px;
}
p.button {
	padding: 2px 5px 2px 5px;
	margin-bottom: 20px;
	width: 210px;
	text-align: center;
	border: 1px solid silver;
	background-color: #F0F4F9;
	text-decoration: none;
}
p.button a{
	text-decoration: none;
	color: #666;
}
p.button a:hover{
	text-decoration: none;
	color: #CCCCCC;
}
td.filter {
	white-space: normal;
	line-height: 35px;
}
td.filter div {
	display: inline;
	padding-right: 8px;
	white-space: nowrap;
}


#topicCustomerData, #topicTransactions, #topicReturns,
#partButtons {
	text-align:center;
}

.userDataAdresses {
	vertical-align:top;
	text-align:left;
	width:200px;
}

.whitespaceFiller {
	width:90%;
}

.userDataTopic, #partButtons {
	text-align:left;
}

.userDataTopic, #partButtons {
	padding-left:200px;
}

/* Ausrichtung über position:absolute */
#topicCustomerData, #topicTransactions, #topicReturns,
#partTransactions,
.valueData {
	position:absolute;
}

/* Oben ausrichten */
/* 0px */
#topicCustomerData {
	top:0px;
}

#topicTransactions {
	top:180px;
}

#partTransactions {
	top:200px;
}


/* Links ausrichten */
/* 0px */
#topicCustomerData, #topicTransactions, #topicReturns,
#partTransactions, #partButtons {
	left:0px;
}

/* Unten ausrichten */
#partButtons {
	/*bottom:150px; */
}


/* Fensterfüllend */
#topicCustomerData, #topicTransactions, #topicReturns {
	width:100%;
}

.artikelBezeichnung {
	border: 1px solid #B4C6DC;
	overflow:hidden;
	width:450px;
}

.userDataValue {
	border-bottom:0px solid black;
	width:400px;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
}

.userSubDataTopic {
	width:100px;
	padding-right:20px;
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:top;
}

.keyData {
	min-width:60px;
	margin-right:10px;
	font-weight:bold;
	border:0px solid black;
}

.RetoureFirstRow {
	font-weight:bold;
}


/**** Drop Down Menu ****/
div#Rahmen {
    width: 100%;
    padding: 0px;
    background-color:#F0F4F9;
}

* html div#Rahmen {  /* Korrektur fuer IE 5.x */
    width: 48.7em;
    w\idth: 47.1em;
}

div#Rahmen div {
     clear: left;
}

ul#Navigation {
    margin: 0; padding: 0;
    text-align: center;
}

ul#Navigation li {
    list-style: none;
    float: left;
    width: 8.6em;
    position: relative;
    margin: 0.4em; padding: 0;
}

* html ul#Navigation li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
}

*:first-child+html ul#Navigation li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
}

ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 1.7em; left: -0.4em;
}

* html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
}

*:first-child+html ul#Navigation ul {  /* Workaround fuer den IE 7 */
    background-color:silver; padding-bottom:0.4em;

}

ul#Navigation li ul li {
    float: none;
    display: block;
    margin-bottom: 0.2em;
}

ul#Navigation a, ul#Navigation span {
    display: block;
    padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
}
* html ul#Navigation a, * html ul#Navigation span {  /* nur fuer IE erforderlich */
    width: 100%;
    w\idth: 6.4em;
}

ul#Navigation a:hover, ul#Navigation span, li a#aktuell {
    border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: maroon; background-color: silver;
  }
  ul#Navigation li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: maroon;
  }

  /* Erweiterung zur dynamischen Ein-/Ausblendung */
  ul#Navigation li>ul {
    display: none; top: 1.6em;
  }
  ul#Navigation li:hover>ul, ul#Navigation li>a#aktuell+ul {
    display: block;
  }

.borderTop {
 	border-color:black;
 	border-style: solid;
 	border-width: 1px 0px 0px 0px;
}

.borderBottom {
	border-color:black;
 	border-style: solid;
 	border-width: 1px 0px 1px 0px;
}


