
a:link, a:visited  { color: #888; }
a:hover  { color: #760000; }
h1, p	{ color: #888; }
h1		{ margin-bottom: 0.25em; }
h2		{ font-size: 80%; }
h2 a	{ color: grey; text-decoration: none; }
h3		{ margin-top: 0; }
img		{ margin-right: 10px; margin-bottom: 10px; }
.aktuell	{  border: 1px solid grey; margin: 1em auto; padding: 0.5em; color: #dadada; }
.aktuell em		{ color: #a91414; font-style: normal; font-weight: bold; font-size: 90%; }



html { 
	min-width: 892px;
	 }

img	{
	border: 0;
	/* border: 1px solid red; */
	}
	
	
	

	/* Main layout */

body	{
	text-align: center;
	margin: 0;
	margin-top: 25px;
	padding: 0;
	border: 0;
	background-color: black;
	/* background: #888 url(page.gif) top center repeat-y; */
	color: #FFF;
	font: small/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
	}


div#wrapper	{
	color: #FFF;
	background: transparent;
	width: 892px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}



div#seitenkopf {
	float: left;
	width: 856px;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	/* border: 1px solid blue; */
	}
	
div#seitenkopf h1, div#seitenkopf h2 {
	margin-left: 140px;
	}
	


div#menu	{
	float: left;
	width: 140px;
	padding: 0;
	border: 0;
	margin: 0;
	min-height: 480px;
	/* border: 1px solid red; */
	}
	
#menu ul	{
	/* padding-left: 10px; */
	text-align: center;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	}

#menu ul li { 
	display: block;
	width: 80px;
	height: 85px;
	margin: 0;
	margin-bottom: 10px;
	text-indent: -9999px;
	/* border: 1px solid red; */
	}

#menu ul li a	{
	display: block;
	width: 80px;
	height: 85px;
	color: white;
	text-decoration: none;
	background:  #000 url(menu-schwarz.gif) top center no-repeat;
	/* float: left; */
	}

#menu ul li#wer 	a	{ background:  #000 url(menu-wer-s.gif) top center no-repeat; }
#menu ul li#was 	a	{ background:  #000 url(menu-was-s.gif) top center no-repeat; }
#menu ul li#wieviel a	{ background:  #000 url(menu-wieviel-s.gif) top center no-repeat; }
#menu ul li#bilder 	a	{ background:  #000 url(menu-bilder-s.gif) top center no-repeat; }
#menu ul li#diesunddas 	a	{ background:  #000 url(menu-diesunddas-s.gif) top center no-repeat; }
#menu ul li#kontakt a	{ background:  #000 url(menu-kontakt-s.gif) top center no-repeat; }

#menu ul li a:hover	{
	background-color: #F90;
	color: #fff;
	background:  #000 url(menu-rot.gif) top center no-repeat;
	}

#menu ul li#wer 	a:hover	{ background:  #000 url(menu-wer-r.gif) top center no-repeat; }
#menu ul li#was 	a:hover	{ background:  #000 url(menu-was-r.gif) top center no-repeat; }
#menu ul li#wieviel a:hover	{ background:  #000 url(menu-wieviel-r.gif) top center no-repeat; }
#menu ul li#bilder 	a:hover	{ background:  #000 url(menu-bilder-r.gif) top center no-repeat; }
#menu ul li#diesunddas 	a:hover	{ background:  #000 url(menu-diesunddas-r.gif) top center no-repeat; }
#menu ul li#kontakt a:hover	{ background:  #000 url(menu-kontakt-r.gif) top center no-repeat; }

	
#menu p.impressum {
	padding-top: 1em;
	font-size: 60%;
	}
	
#menu p.impressum a {
	color: grey;
	text-decoration: none;
	}
	
#menu p.impressum a:hover {
	color: #760000;
	}
	
	
	
	
div#inhalt {
	float: left;
	width: 694px;
	min-height: 480px;
	padding: 0;
	border: 0;
	margin: 0;
	/* border: 1px solid #fff; */
	}
	
	
div#footer {
	clear: both;
	float: left;
	border: 0;
	color: #888;
	width: 856px;
	padding: 5px 0;
	margin: 0;
	/* border: 1px solid blue; */
	}
	

div#footer p {
	color: #000;
	background: #222;
	float: left;
	margin: 0;
	margin-left: 140px;
	padding: 4px;
	border-top: 1em solid #000;
}



	/* Inhalt */
	
	
div#inhalt ul {
	margin-bottom: 2em;
	}
	
table.preisliste	{
	border: 1px solid grey;
	border-bottom: 0;
	}
	
table.preisliste td	{
	border-bottom: 1px solid grey;
	padding: 1em;
	}
	
.preisschild {
	font-size: 80%;
	}
	
.preisschild em {
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	}
	
.zarterrahmen {
	display: inline;
	border: 1px solid #760000;
	padding: 0.5em;
	}
	
	
