* {
    margin: 0;
    padding: 0;
    border: 0;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #EBE1B1;
	margin: 10px 10px 10px 10px;
}

a {
    color: #000000;
    text-decoration: none;
}

a:link {
	/*font-size: 110%;*/
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}

a:active {
	color:#000000;
	font-weight:bold;
}

h1 {
    font-size:100%;
    font-weight:normal;
    color:#000000;
}

h2 {
    font-size:110%;
    font-weight:bold;
    color:#000000;
}

p {
    color:#EBE1B1;;
  	font-weight:bold;
}

#leftcol {
	width:140px;
	height:580px;
	float:left;
	padding:0px;
}

#navigation {
    background-color:#B7202E;
    width:180px;
	height:580px;
    padding:0px;
   	float:left;
}

.order_list {
	padding-left:17px;
}

#content_with_scroll
{
	width:478px;
	height:520px;
    padding:30px;
    float:left;
	overflow:scroll;
	border:1px solid #B7202E;
}

#content
{
	width:478px;
	height:518px;
    padding:30px;
    float:left;
	overflow:hidden;
	border:1px solid #B7202E;
}

#footer {
	clear:both;
	position:relative;
    height:200px;
    width:860px;
   	top:-152px;
   	left:0px;
	background-image:url(pics/lehmann_schwein.png);
	background-repeat:no-repeat;
}

#adresse {
	border-top:1px solid #EBE1B1;
	width:150px;
	height:150px;
	position:absolute;
	top:440px;
	padding:15px;
}


/************************** NAVIGATION *************************/
#navcontainer {
	text-align: left;
	padding: 42px 0px 0px 0px;
	border-bottom: 1px solid #EBE1B1;
}

ul#navcontainer  {
	margin: 0px;
  	list-style-type: none;
  	text-indent: 30px;
}

ul#navcontainer li {
	list-style-image: none;
}

ul#navcontainer a {
	display: block;
  	width: 180px;
  	height: 30px;
  	font-size: 120%;
  	line-height: 200%;
    color: #EBE1B1;
    font-weight: bold;
}

ul#navcontainer  a:link, #navcontainer  a:visited {
  	background: url(pics/button.gif);
  	color: #EBE1B1;
  	text-decoration: none;
  	padding: 0;
}

ul#navcontainer li a:hover {
  	background: url(pics/button.gif)
  	/* bild verschieben für rollover-effekt */
  	0px -30px no-repeat;
  	color: #B7202E;
  	text-decoration: none;
}

ul#navcontainer li ul {
	list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
}

ul#navcontainer li ul li a {
	display: block;
  	width: 160px;
  	height: 30px;
  	line-height: 240%;
  	font-size: 100%;
    color: #EBE1B1;
    font-weight: normal;
}

<!-- ul#navcontainer li a#current {
  	background: url(pics/button.gif)
  	/* bild verschieben für rollover-effekt */
  	0px -30px no-repeat;
  	color: #B7202E;
  	text-decoration: none;
}

ul#navcontainer li a.current {
  	background: url(pics/button.gif)
  	/* bild verschieben für rollover-effekt */
  	0px -30px no-repeat;
  	color: #B7202E;
  	text-decoration: none;
}-->

ul#navcontainer a.current {
  	background: url(pics/button.gif)
  	/* bild verschieben für rollover-effekt */
  	0px -30px no-repeat;
  	color: #B7202E;
  	text-decoration: none;
}

/************************TABELLEN********************************/
.table {
  border-collapse:collapse;
  border-spacing:0;
  border:1px solid #B7202E;
  width:450px;
}

.table th {
  border-style:solid;
  border:2px solid #B7202E;
  padding:1px;
  color:inherit;
  text-align:center;
}

.table td.left_number {
  border-style:solid;
  border:1px solid #B7202E;
  padding:1px;
  width:30px;
  text-align:left;
}

.table td.left {
  border-style:solid;
  border:1px solid #B7202E;
  padding:1px;
  width:260px;
  text-align:left;
}

.table td.right {
  border-style:solid;
  border:1px solid #B7202E;
  padding:1px;
  text-align:right;
}
