/* Grundformate */
/* ------------------- */
body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul 
{
    font-family: Arial, Helvetica, sans-serif;
}

body,td,div,p,pre,ul 
{
    font-size: 13px;
	color: rgb(52,64,17);
}

body 
{
	background-color: rgb(220,224,211);
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 13px;}

.small    { font-size: 12px; }
.mini     {	font-size: 11px; }
.minimini { font-size: 10px; }

a
{
     font-size: 13px; 
	 text-decoration: none;
	 font-weight : bold;
}

a:link    { color: #F0E59E;}
a:visited { color: #F0E59E;}
a:active  { color: #DEC3A9;}
a:hover   { color: #FFFFFF;}
/*#C7B767,#F0E59E,#DEC3A9*/
/*     Spezial-Formate       */
/* ------------------------- */

#logo
{
    width:97px; 
	height:130px; 
	border:0px; 
	background-color: rgb(158,169,133);
}

.Haupttabelle
{
    width:100%;
	border:0px;
	text-align:left;
}
.Kopf
{
    background-color: rgb(158,169,133);
    vertical-align:top;
	font-weight: bold;
}

.Kopf table
{
    width:95%; 
	border: 0px; 
	text-align: right;;
}

.KopfNav
{
    background-color: rgb(158,169,133);
    vertical-align:bottom;
	text-align:right;
	padding:0px 5px 20px 0px;
}

	

.packlist
{
    width:100%;
}
.packlist thead
{
    background-color:rgb(52,64,17);
	font-size:13px;
	color:rgb(187,194,169);
}
.packlist tbody
{
	background-color:rgb(187,194,169);
	font-size:13px;
    color:rgb(52,64,17);
}

.shadowright
{
    background-image:url(../images/bg_schatten3.gif);
	vertical-align:top;
	width:11px;
}
/*---------------------------------------------------------------------------------------------------
                        Formatierung der Informationen einer Seite
---------------------------------------------------------------------------------------------------*/

.inhalt
{
    background-color:rgb(158,169,133);
	height:497px;
	vertical-align:top;
}
.inhalt table
{
     width:95%;
	 border:0;
	 text-align:left;
}

/*  css-StyleSheet f&#252;r den Ausdruck*/




