html, body {
	margin: 0;
	padding: 0;
	text-align: center;
}


#gesamt {
	width: 800px;
	background-color: #fff;
	
	color: #333;
	line-height: 1.8em;
	text-align: left;
	margin: 0 auto;
	border: 0px solid #000;
}

h1 {
	margin: 20px 0;
	padding: 0;
	text-align: center;
	font: italic normal normal 32px "Times New Roman", Times, serif; 
}

p {
	padding: 2px;
}

#kopf, #inhalt, #fuss {
	border-color: Gray;
	border-style: solid;
}

#kopf {
	background-color: #000;
	background-image:url(oscommerce/images/logo_header.gif); background-repeat:no-repeat ; 
	
	border-width: 0px 0;
	height:99px; 
	text-align:center; color:#FFFFFF;
	font: bold  11px "Times New Roman", Times, serif; 
	letter-spacing: 0.2em;
	
}
#navi {
background-color: #000;
	background-image:url(oscommerce/images/logo_navi.gif); background-repeat:no-repeat ; 
	background-position: left bottom ;
	border-width: 0px 0;
	height:16px; 
	 color:#FFFFFF;
	font: bold  10px Tahoma, Verdana, Arial, sans-serif; 
	
	}

.inhalt {
	
	padding: 0 2.5em 0 2.5em;
font: normal 0.9em Verdana, Arial, Helvetica, sans-serif ; 
	border: 1px solid #000; 
	line-height: 1.4em;	
}

.inhalt h1, h2, h3 {    
		font: normal 1.0em Verdana, Arial, Helvetica, sans-serif ;  	
		display:inline; 
		} 

.no  {display:inline;}

#bilder {
	background-image:url(show/0.jpg); background-repeat:no-repeat ; 
	

}

#fuss {
	background-color: #000;
	clear: right;
	width: 100%;
	height:38px;
	border-width: 0px 0;
	background-image:url(oscommerce/images/footer_hg.gif); background-repeat:no-repeat;
	 color:#FFFFFF;
	font: bold  10px Tahoma, Verdana, Arial, sans-serif; 
	
}


/*		Ende Template Formatierung		*/


#titel {
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

#anmerkungen {
	text-align: left;
}

A:link,
A:visited,
A:active { color:white; text-decoration: none; }
A:hover { color:white;  text-decoration:underline;}

A.nor:link,
A.nor:visited,
A.nor:active { color:white; text-decoration: none; background: #000;}
A.nor:hover { color:white;  text-decoration:underline; background: blue;}


