/* ALLGEMEINE BODY-FORMATIERUNG */  
html, body
{ 
	position:absolute;
	margin:0;
	padding:0;
	width:100%;
	min-width:41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern 41em*/
	font-family: Comic Sans MS;
}

ul 
{
	list-style-type: disc;
}
#pocket   { display:none; }
#center
{
	text-align: center; 
}

#center2
{
	text-align: center; 
}

img.banner 
{
    display: inline-table;
    margin-left:16em;
    margin-right: auto; 
}

/* BANNER */  
#banner 
{
	position:relative;
	margin: 0 16em 0em 5em; /* NACH DEM MUSTER: OBEN RECHTS UNTEN LINKS  */
	/* top:0; left:3%; right:20%; */
    width:100%;
	clear: both;
	background-color: transparent; 
}

/* NAVIGATION & LINKS */  
#Navigation 
{

	margin: 2.05% 0 0 1%;
    font-size: 1em;
     float: left; width: 15em;
	background-color: #add8e6; 


	
}

/* INHALT */  
#Inhalt 
{
 margin: 9% 10% 10px 16%;		/* NACH DEM MUSTER: OBEN RECHTS UNTEN LINKS  */
	
}
  
table.center 
{
	margin-left:auto; 
    margin-right:auto;
}

/* Tabellenformatierung für Sortiment.php */
table.sortiment 
{
	margin-left:auto; 
    margin-right:auto;
	border-width: 1px;
	border-spacing: 4px;
	border-style: ridge;
	border-color: gray;
	border-collapse: separate;
	background-color: #add8e6;
}
table.sortiment th 
{
	border-width: 2px;
	padding: 0px;
	border-style: hidden;
	border-color: gray;
	background-color: rgb(204, 204, 255);
}
table.sortiment td 
{
	border-width: 2px;
	padding: 0px;
	border-style: hidden;
	border-color: gray;
	background-color: rgb(204, 204, 255);
}

