body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1em;
    background-color: #7e9d3a;
    background-image: url(headerbg.gif);
    background-position: top;
    background-repeat: repeat-x;
}

#header{
    height: 312px;
    width: 700px;
    margin: 0 auto;
    background-image: url(header.gif);
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
    line-height: 1.8em;
}


#header h1{
    display: none;
}

#header ul{
    margin: 0;
    padding: 115px 0 0 50px;
    list-style: disc;
    color: Gray;
}

#header ul li{
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 1.3em;
    color: Black;
}

#header a:link,
#header a:visited{
    color: Orange;
    text-decoration: none;
}

#content{
    width: 650px;
    margin: 0 auto;
    text-align: left;
    padding: 15px;
    background-color: white;
    border-bottom: 2px solid #5c732a;
    font-size: 0.8em;
    line-height: 1.5em;
    color: #050505;
}

#footer{
    clear: both;
    font-size: 0.8em;
    padding: 20px;
}

table#table-preisliste{
    border-collapse: collapse;
    margin-bottom: 15px;
}

table#table-preisliste th,
table#table-preisliste td{
    border: 1px solid #fff;
    background-color: #dbedb3;
    padding: 4px;
}



/* Definition der Klassen ohne Rahmen*/ 

.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pright {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pnormal {
	clear: both;
border: none;
	
}


/* Definition der KLassen mit  Rahmen (2.Stil) */

.pleft_b {
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	vertical-align: text-bottom;
    border: 1px solid gray;
    border-top-color: white;
    border-left-color: white;
    padding: 3px;
    background-color: #f8f8f8;
}

.pright_b {
	float: right;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	vertical-align: text-bottom;
    border: 1px solid gray;
    border-top-color: white;
    border-left-color: white;
    padding: 3px;
    background-color: #f8f8f8;
}

.pnormal_b {
	clear: both;
	border: 1px solid #990000;
}







