body {
	background-color: white;
	margin: 0px;
}

table.center {
	margin-left: -480px;
	position: absolute;
	left: 50%;
}

hr{
	color: #B8B8B8;
}

.nowrap{
	white-space: nowrap;
}

table.greyborder {
	border: 1px solid #c3c3c3;
}

table.simpleTable {
	border-collapse: collapse;
}

.simpleTable tr td {
	border:1px solid #c3c3c3;
	padding:3px 6px;
	text-align:center;
	vertical-align:top;
}
td.MenuItem {
  height: 33px;
}

a { outline: none; }

a.MenuItem, a.MenuItemActive {
	display: block;
  background-image: url('images/menu.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
  width: 85px;
  height: 33px;
	line-height: 33px;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 12px;
  text-align: center;

	margin-right: 15px;
  color: #B3B3B3;
  text-decoration:none;
}

a.MenuItemActive {
	background-position: 0px -33px;
  color: #6a992a;
}

a.MenuItem:hover, a.MenuItemActive:hover  {
	background-position: 0px -66px;
  color: #F3F3F3;
  text-decoration:none;
}

a.footer {
	color:#666666;
	text-decoration:none;
}

a.footer:hover {
	text-decoration:underline;
}

td.footer {
	padding: 0px 10px;
}

table.footer {
	border: 1px solid #c3c3c3;
	font-family:Verdana;
	font-size:10px;
	color:#666666;
	text-decoration:none;
}

body, td, select {
  font-family:Verdana;
  font-size:12px;
  color:#666666;
}

h1 {
  color:#609219;
  font-size: 12pt;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 5px 0px;
}
h2 {
  color:#7cbd21;
  font-size: 12pt;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 5px 0px;
}

a {
	color:#609219;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

.FullHeight {
	height: 100%;
}

input.button {
  width:88px;
  height:20px;
	line-height: 20px;
  border:1px solid #609219;
  font-family:Verdana;
  font-size:12px;
  color: #609219;
  background-color: #FFFFFF;
  padding:0px;
}

p {
  text-align:left;
  color:#666666;
  margin:0px 0px 15px 0px;
}

.DottedLeftBorder{
	border-left: 1px dotted #CCCCCC;
}

.DottedBottomBorder{
	border-bottom: 1px dotted #CCCCCC;
}

td.maintable {
  padding:0px 30px 0px 30px;
}

.productselect {
  width:100%;
  height:20px;
  border:1px solid #c6c6c6;
}

.productselectlabel {
  color:#0d5e88;
}


a.LeftMenuItem {
	display: block;
  height:20px;
  line-height:20px;
  cursor:pointer;
  font-family:Tahoma;
  font-weight:bold;
  font-size:11px;
  color: #888888;
  text-decoration:none;
}

a.LeftMenuItem:hover {
  background-color:#F3F3F3;
  text-decoration:none;
}

a.LeftMenuItemSelected, a.LeftMenuItemSelected:hover {
  background-color:#EEEEEE;
  text-decoration:none;
}

h3 {
  font-weight:bold;
  font-size:15px;  
	margin: 0px;
}

.orange {
	color:#ed9c4b;
}

.green {
	color:#609219;
}

.black {
  color:#000000;
}

.gray {
  color:#666666;
}

.lightgray {
  color:#aaaaaa;
}

.inBox, .inBox_select, .inBox_textarea {
  height:16px;
  font-family:Verdana;
  font-size:12px;
  color:#666666;
  padding:0px;
  border-width:1px;
  border-style:solid;
  border-color:#B0B0B0;
  width:290px;
}

.inBox_textarea {
  height:70px;
}

.wrong{
	border-color: #FF0000;
}

div.diagramm img {
  border-width:1px;
  border-color: #A0A0A0;
  border-style:solid;
  margin-top:10px;
  margin-bottom:10px;
}

input.searchtext {
	border: 1px solid #CCCCCC;
	width: 100px;
	color: #666666;
	font-family: Verdana;
	font-size: 10px;
}

input.searchbutton {
	border: 1px solid #CCCCCC;
	width: 60px;
  color: #6a992a;
	font-size: 10px;
	font-family: Verdana;
	background: #FFFFFF;
}

input.searchbutton:hover {
	border: 1px solid #CCCCCC;
	width: 60px;
  color: #6a992a;
	font-size: 10px;
	font-family: Verdana;
	background: #EEEEEE;
	cursor: pointer;
}

td.search {
	margin: 10px 10px 10px 10px;
	width: 173px;
}
