body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#F6EDEB;
	overflow: auto;
	scrollbar-base-color: #F6EDEB; 
	scrollbar-track-color: #F6EDEB; 
	scrollbar-face-color: #F6EDEB; 
	scrollbar-highlight-color: #C8224B; 
	scrollbar-3dlight-color: #F6EDEB; 
	scrollbar-darkshadow-color: #F6EDEB; 
	scrollbar-shadow-color: #C8224B; 
	scrollbar-arrow-color: #C8224B;	
	background-image:url(images/main-bg.jpg);
	background-repeat:repeat-y;
}

html, body, table, th, tr, td, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #134E8C;
}

h1 {
	font-size: 11pt;
}

.content {
  padding-left:15px;
  padding-top:30px;
  padding-right:15px;
}

.basket { padding:2px;  }

.basket th {
  text-align:left;
  border-top:2px solid #144E8C;
  border-bottom:2px solid #144E8C;
}

.basket td {
  border-bottom:1px solid #144E8C; 
}

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 22px;
  border-bottom: 1px solid #C7224D;
}
.menu li {
  float: left;
  background: url(images/reiter_links.gif) no-repeat top left;
  margin-right: 2px;
}
.menu li a {
  float: left;
  max-height: 19px;
  height: 22px;
  color: white;
  background: url(images/reiter_rechts.gif) no-repeat top right;
  padding: 0.15em 2em;
  text-align: center;
  text-decoration: none;
}