/* sbs-gruen: #209640*/
/* dunkler: #206A40*/
/* arge-rot: #df0517*/
/* darkred: #8B0000*/
/* balkengrau: #e2e3e5 */

body,td,th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body {
  background-color: #e2e3e5;
  margin: 0;
}

a:link, a:visited, a:active {
  color: #df0517;
  text-decoration: underline;
}

a:hover {
  color: #8B0000;
}

hr {
  margin: 5px 0px 5px 0px;
  color: #209440;
  border: 0;
  border-top: 1px solid #df0517;
  height: 1px;
  width: 100%;
}

h1, h2, h3 {
  color: #df0517;
  text-align: left;
  margin: 8px 2px 8px 2px;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 12px;
}

form {
  margin: 0;
}

.main {
  width: 750px;
  height: 100%;
  margin: auto;
  padding: 0;
  background-color: #FFFFFF;
  overflow: hidden;
}

* .main html {  /* nur fuer Internet Explorer */
  width: 750px;     /* Version 5.x */
  w\idth: 750px;    /* Version 6 */
  height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  background-color: #FFFFFF;
}

.banner {
  height: 155px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
/*  background-image: url(StepbyStepBanner.jpg);*/
  width: 745px;
  float: left;
  text-align: right;
  padding-right: 5px;
  margin-bottom: 20px;
}

.banner a, .banner a:link, .banner a:visited, .banner a:active, .banner a:hover {
  text-decoration: none;
}

.banner a, .banner a:link, .banner a:visited, .banner a:active {
	color: #FFF;
}

.banner a, .banner a:hover {
	color: #D0D0D0;
}

.menu {
  float: left;
  width: 210px;
  margin: 10px;
  margin-top: 3px;
}

.menu ul, .menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 5px;
  white-space: nowrap;
}

.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
  display: block;
  padding: 2px;
	color: black;
	font-weight: bold;
	/*font-size: x-small;*/
	font-size: smaller;
	text-decoration: none
}

.current a:link, .current a:visited, .current a:active, .current a:hover {
	color: #df0517;
}

.login_table {
/*  border-top: 1px solid #D0D0D0;*/
}

.login_table h1 {
  color: #209440;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin: 5px 0px 5px 0px;
}

.login_table input {
  text-transform: uppercase;
  font-size: 10px;
  margin: 5px 0px 1px 0px;
  background-color: #EEE;
}

.content {
  margin-left: 230px;
  padding: 4px 10px 14px 10px;
  text-align: left;
  clear: right;
  height: 99%;
}

* .content html {  /* nur fuer Internet Explorer */
  margin-left: 220px;     /* Version 5.x */
  marg\in-left: 220px;    /* Version 6 */
  height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
}

.footer {
  clear: both;
  height: 20px;
  background-image: url(footer.jpg);
  background-repeat: repeat-x;
  font-size: 10px;
  color: #666666;
  text-align: center;
  line-height: 18px;
}

.powered_by {
  clear: both;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  padding-top: 2px;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

