
@CHARSET "ISO-8859-1";

body {
	margin: 15px;
}

form {
	padding: 0;
	margin: 0;
}

#world {
	width: 960px;
	/*margin: auto;*/
}

#logo {
	float: left;
	padding-left: 27.5px;
	padding-right: 100px;		
}

#searchFormTable {	
	padding-top: 20px;	
	margin-left: 100px;		
}

#searchFormTable td {
	vertical-align: middle;
	font-size: 8pt;	
}

#header {
	height: 125px;
	margin-bottom: 15px;
	padding-bottom: 0px;	
	border-bottom: 1px solid #FD9301;
	/*background-color: #00ffff;*/
}

#menu {	
	position: fixed;
	top: 156px;
	left: 15px;
	width: 195px;
	background-color: white;
	border: 1px solid #FD9301;
	padding-top: 4px;	
	margin: 0;
}

#mainBody {			
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 212px;
			margin-right: 250px;
		padding: 0px;		
}

#rightColumn {
	position: absolute;
	left: 740px;		
	width: 235px;
	top: 156px;			
}

#kategorienList {			
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 212px;
	padding: 0px;		
	width: 200px;
}

/* html {
	overflow-y: scroll;
} */

body, div, td, p, span, h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body, div, td, p {
	font-size: 10pt;
}

a img {
	border: 0;
}

div.adminLink {
	border-bottom: 1px solid #dddddd;
	
}

td.formLabel {
	vertical-align: top;
	font-weight: bold;
	padding-right: 5px;
}

.error {
	color: red;
}

div.info {
	color: white;
	background-color: #8a8a8a;
	border: 1px solid #8a8a8a;
	padding: 5px;
	margin-bottom: 10px;
}

.fatalError {
	color: red;
	background-color: #f0f0f0;
	border: 1px solid red;
	padding: 5px;
}

span.currentPage {
	font-size: 1.2em;
}

a:link {
	color: #8a8a8a; /* link */
	text-decoration: none;
}

a:visited {
	color: #8a8a8a; /* link */
	text-decoration: none;
}

a:hover {
	color: #fd9301; /* link */
	text-decoration: none;
}

a:active {
	color: #8a8a8a; /* link */
	text-decoration: none;
}

a.menuLink {
	font-size: 11pt;
	color: blue;
}

.command {
	font-size: 9pt;
	color: red;
}

img.line {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
}

div.heading {
	font-size: 14pt;
	font-weight: bold;
}

a.artikelLink {
	text-decoration: none;
	color: #8a8a8a;
	font-weight: bold;
	font-size: 8pt;
}

td.rHead {
	text-align: center; 
	background-color: #8a8a8a; 
	color: white; 
	font-weight: bold;
}

td.rNormal {
	border-top: 1px solid #b9b9b9;
	border-bottom: 0px solid white;
	padding: 6px;
	vertical-align: top;
	text-align: left;
}

td.artikelCell {
	padding-bottom: 10px;
}

#kategorieLongName {
	border: 1px solid #FD9301;
	padding: 5px;
	margin-bottom: 15px;
}

.field {
	font-family: Courier New, Courier, monospace;
}
	
#menu a {
	/*color: black;*/
	font-weight: bold;
}

a.currentAction {
	color: #555555;
}

#menu img {
	padding-bottom: 9px;
	margin-left: 10px;
	margin-right: 5px;
}


table.rTable {
	
}

div.kategorieListe {
	float: left; 
	width: 172px; 
	border: 1px solid #FD9301;
	margin-bottom: 20px;	
}


#footer {
	margin-top: 20px;
	padding-top: 3px;
	text-align: center;
	border-top: 1px solid #FD9301;	
}

div.aHead {
	text-align: center; 
	background-color: #8a8a8a; 
	color: white; 
	font-weight: bold;
	padding: 3px;	
}

div.aBody {
	border: 1px solid #B9B9B9;
	padding: 20px;	
}

div.aFoot {
	border-left: 1px solid #B9B9B9;
	border-bottom: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
	padding-left: 20px;	
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.aFoot a {
	font-weight: bold;
}

div.aFoot div {
			
}

div.aFootLeft {
	text-align: left;
	float: left;
}

div.aFootRight {
	text-align: right;
}

div.clear {	
	clear: both;
	font-size: 0px;	
	height: 0px;
	border: 0px solid blue;
}

div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul li.selected {
	background-color: #8a8a8a; /* ffb */
	color: white;
}

div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
/*	height: 32px;*/
	cursor: pointer;
}

div.progressbar {
	background-image: url('../pub/images/progress.gif');
	background-repeat: repeat-x;
	text-align: center; 
	background-color: #FD9301; 
	border: 0px solid black; 
	width: 0px;
	height: 13px;
	font-size: 1px;
}

th {
	text-align: left;
	font-weight: bold;
}

.hoverable:hover {
	background-color: #dddddd;
}

td.log {
	vertical-align: top;
}

tr.alt1 {
	background-color: #eeeeee;
}

.kategorieToggler {
	width: 30px; 
	border: 1px solid #dddddd; 
	background-position: center top; 
	background-image: url('../pub/images/up_down.gif'); 
	background-repeat: repeat-y;
}

.kategorieTogglerMinus {
	width: 30px; 
	border: 1px solid #dddddd; 
	background-position: center top; 
	background-image: url('../pub/images/up_down_minus.gif'); 
	background-repeat: repeat-y;
}


p.text {
	margin-top: 15px;
}

div.adminDiv {
	margin-bottom: 3px;
}

.highlight {
	color: #FD9301;
}

.highlight2 {
	color: black;
}

table.importTest th {
	vertical-align: top;
	padding-right: 10px;
	width: 200px;
	text-align: right;
}

table.importTest td {
	vertical-align: top;
}

table.importTest .logMessage {
	color: #FD9301;
}

.bl-artikel-beschreibung {
    background-color: #98FB98;
}

.bl-artikel-name {
    background-color: #FFA500;
}

.bl-artikel-kategorien {
    background-color: #FFEBCD;
}

.bl-pause-pause_start {
    background-color: #0066FF;
}

.bl-pause-pause_ende {
    background-color: #0066FF;
}

.bl-loginlogout-login {
    background-color: rgb(237, 78, 60);
}

.bl-loginlogout-logout {
    background-color: rgb(237, 78, 60);
}

