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


/* Eingabefelder */

select {
        font-family: Verdana, Lucida, Arial, serif;
        font-size: 12px;
        background-color: #FFFFFF;
	color: #000000;
	border: 1px solid;
	border-color: rgb(100, 100, 100);
}
select:focus { 
	background-color: #fcffa1;
}

input {
        font-family: Verdana, Lucida, Arial, serif;
        font-size: 12px;
        background-color: #FFF;
	color: #000000;
	border: 1px solid; 
	border-color: rgb(100, 100, 100);
}
input:focus { 
	background-color: #fcffa1;
}

input.submit {
	font-weight: bold;
        font-size: 13px;
}
input.submit:focus {
	background-color: #fcffa1;
}
input[type=checkbox], input[type=radio] {
        background: none;
        border:none;
	vertical-align:bottom;
}

input[disabled], textarea[disabled],select[disabled] {
	background-color:#ddd;
	color:#666;
}
textarea {
        font-family: Verdana, Lucida, Arial, serif;
        font-size: 12px;
        background-color: #FFFFFF;
	color: #000000;
	border: 1px solid;
	border-color: rgb(100, 100, 100);
}

textarea:focus { 
	background-color: #fcffa1;
}

/* Allgemein */

pre {
        font-family: Verdana, Lucida, Arial, serif;
        font-size: 12px;
	margin-bottom: 0px; margin-top: 0px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
}
h3 {
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 4px;
}
a {
        text-decoration: none;
	font-weight: bold;
	color:#0073ba;
}
a img {
        border: 0px solid #5555aa;
	vertical-align:middle;
}
a:hover {
        color: #f73e00;
}
table {
	border-collapse:collapse;
}

td {
	font-size: 12px;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
	border-color: black;
}


/* Popup Fenster */

span.popup {
        color: #002aa4;
        font-size: 14px;
        text-decoration: none;
	cursor:help;
}
span.popup:hover {
        color: #f75800;
}


tr.hint {
	font-size: 14px;
	font-weight: bold;
	color: #111111;
	background-color: #C0C0C0;
}
table.valigntop tr td {
	vertical-align:top;
}

table.outer_border {
	border:2px solid #0f73ba;
}
div.outer_border {
/*	border:2px solid #0f73ba;
	min-height: 500px;
	padding: 5px;*/
}

td.import_err {
	background-color: #eaaaaa;
}

tr.group {
	color: #000000;
	font-weight: bold;
	background-color: #eaeaea;

}


/* Liste tankvorgänge */
table.filllist {
	border: 2px solid #0f73ba;
	border-collapse:collapse;
	width: 100%;
	margin-left:1px;
	margin-right:1px;
}
table.filllist tr.filllist td, table.filllist tr.footer td, table.filllist tr.filllist_cost td, table.filllist tr.filllist_mouseover td{
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
tr.filllist_cost {
	background-color: #bbd7e9;
}
tr.filllist_mouseover {
	background-color: #fcffa1;
}
tr.filllist_err {
	background-color: #eaaaaa;
}




/* Fahrzeugliste */
table.vehiclelist {
	/*border: 1px solid #000;*/
	border:none;
	width: 100%;
}
table.vehiclelist td {
	border-top: 1px dashed;
	padding: 3px;
}
table.vehiclelist tr.caption td {
	border-top: none;
}
tr.vehiclelist_mouseover {
	background-color: #fcffa1;
}



table.invisible {
	border-spacing: 0px;
	padding: 0px; 
	border-collapse:collapse;
	border-style: none;
	margin: 0px;
}
table.invisible td {
	border-style: none;
}
img.rahmen {
        text-decoration: none;
        border: 1px solid #444444;
}

/* Überschriften und Fußzeile */
tr.caption {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #0073ba;
}
tr.caption td {
	padding: 4px;
}
a.caption {
	color: #fff;
}

tr.footer {
	color: #000000;
	font-weight: bold;
	background-color: #cacaca;
	border-top:1px dashed #000;
}

/* Kostentabelle */
table.cost {
	border: 2px solid #0f73ba;
	border-collapse:collapse;
	width: 100%;
}
table.cost td {
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

/* Tooltips */

div.tooltip {
	padding: 10px;
	margin: 7px;
	border-width:1px;
	border-color: #444444;
	border-style: solid;
	max-width: 350px;
 	background-repeat: repeat;  
	background-image: url(/icons/tooltip_bg.png); 
	font-size: 12px;
	font-weight: 700;
	z-index:3;
}

/* Hilfe */
div.helpentry {
        background-color: #f0f0f0;
        border:1px dashed #888888;
        padding:10px;
	margin:15px;
        margin-right: 50px;
}



/* Tabs */

#tabs {
  float:left;
  width:100%;
  font-size:13px;
  font-weight:bold;
  line-height:normal;
  margin-top:10px;
}
#tabs ul {
  margin:0;
  padding:0;
  list-style:none;
}
#tabs li {
  float:left;
  background:url("/icons/tabs/ul_grey_100.png") no-repeat left top;
  margin:0;
  margin-right:10px;
  padding:0 0 0 15px;
}
#tabs a {
  float:left;
  display:block;
  background:url("/icons/tabs/ur_grey.png") no-repeat right top;
  padding:8px 25px 7px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
}
/* Commented Backslash Hack
 *  *    hides rule from IE5-Mac \*/
#tabs a {float:none;}
/* End IE5-Mac hack */
#tabs a:hover, #tabs_sub span:hover {
        color: #000;
}
#tabs #currenttab {
  background-image:url("/icons/tabs/ul_100.png");
}
#tabs #currenttab a {
  background-image:url("/icons/tabs/ur.png");
}

#tabs_sub {
  clear:left;
  width:100%;
  font-size:13px;
  font-weight:bold;
  line-height:normal;
  padding:7px 0 7px 0;
  background-color:#0073ba;
  margin-bottom:15px;
  min-height: 17px;
}

#tabs_sub span {
  color:#fff;
  margin-right:10px;
  margin-left:10px;
}
/* Kopf */

#sitename {
	color:#fff;
}
#sitename:hover {
        color: #000;
}
#header {
	background: #FFFFFF url(/icons/head.png) no-repeat top left;
	background-position: 0px -7px;
	width:990px;
	height:73px;
}
#header_links {
	float:right;
	margin:7px;
}
#header_links a {
	font-size: 13px;
        font-weight: bold;
        color: #fff;
}
#header_links a:hover {
        color: #000;
}

/* Hauptmenu */

li.menu {
	z-index:2;
	overflow:hidden;
	position:relative;
	top:8px;
	display:block;
	float:left;
	list-style-type:none;
	width: 150px;
	height: 24px;
	padding: 0px;
	background: #0073ba;
}
li.menur a {
	text-align: left;
	}
li.menur div.submenu {
	width:120px;
}
li.menu a {
	display: block;
	padding: 3px;
	font-size: 13px;
        font-weight: bold;
        color: #fff;
	background-image: url(/icons/sort_down.png);
	background-repeat:no-repeat;
	background-position: 95%;
	border-left:1px solid #1b8dcc;
	border-top:1px solid #1b8dcc;
}
li.menu a:hover {
	background: #faa932;
	color: #000;
	background-image: url(/icons/sort_down.png);
	background-repeat:no-repeat;
	background-position: 95%;
}
div.submenu {
	overflow:hidden;
	position:absolute;
	width:200px;
	padding-left:0px;
	background: #0073ba;
}
ul.submenu {
	list-style-type:none;
	font-weight: bold;
	margin: 0px;
	margin-top: 5px;
	padding-left:0px;
	border-left:1px dotted #000;
	border-right:1px dotted #000;
	border-bottom:1px dotted #000;
}
ul.submenu li {
	padding: 0px;
	margin: 0px;
	border-top:1px dotted #FFFFFF;
}
ul.submenu li a {
	display: block;
	color: #fff;
	padding: 3px;
	padding-left: 15px;
	font-size: 12px;
        font-weight: bold;
        color: #fff;
	background: none;
}
ul.submenu li a:hover {
	background: #faa932;
	color: #000;
}

#header ol {
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
}


/* Buttons */


div.knopf {
        background-repeat:no-repeat;
        background-position: 2px 5px;
        padding:   5px;
        padding-left:   12px;
        font-weight: bold;
        font-size: 13px;
        border:1px solid #000;
        margin-bottom: 6px;
        margin-right: 6px;
        width: 15em;
        background-color: #fff;
}

div.knopf a {
	display:block;
}
/* Div mit runden Ecken */

div.rounded {
  background: transparent url(/icons/tabs/ur.png) no-repeat top right;
  color: #000;
  position: relative;
  padding: 0;
  margin: 0;
  height:100%;
  border-bottom:2px solid #0f73ba;
  min-width: 210px;
}

div.rounded div.inner {
  background: transparent url(/icons/tabs/ul.png) no-repeat top left;
  color: #000000;
  padding: 3px;
  margin: 0;
  position: relative;
  height:100%;
  width: 94%;
}

/* Div mit runden Ecken grau  */
div.rounded_g {
  background: transparent url(/icons/tabs/ur_grey.png) no-repeat top right;
  color: #000;
  position: relative;
  padding: 0;
  margin: 0;
  height:100%;
  border-bottom:2px solid #9a9a9a;
  min-width: 210px;
}

div.rounded_g div.inner_g {
  background: transparent url(/icons/tabs/ul_grey.png) no-repeat top left;
  color: #000000;
  padding: 3px;
  margin: 0;
  position: relative;
  height:100%;
  width: 94%;
}
div.rounded_g table, div.rounded table, div.rounded_g h3, div.rounded h3, div.rounded_g div, div.rounded div {
  margin-left:5px;
  margin-right:5px;
}

div.rounded_g h1, div.rounded h1 {
  margin:10px;
  margin-top:2px;
  margin-bottom:8px;
  font-size: 18px;
  color: #fff;
}
div.rounded_g h2 a, div.rounded h2 a {
  color: #fff;
}
div.rounded_g h2 a:hover, div.rounded h2 a:hover {
  color: #000;
}

div.rounded_g h2, div.rounded h2 {
  margin:10px;
  margin-top:3px;
  margin-bottom:2px;
  font-size: 16px;
  color: #fff;
}
#cse-search-box {
	display:inline;
}

 

