/*
	Style sheet til www.thebagelco-vaernedamsvej.dk
*/
	.hmenu {display: none;}
	
	body {
		font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
		background:#FF9944;
		padding:10px;
		margin:0px;
		}
		
	a {
		text-decoration:none;
		font-weight:bold;
		color:#c00;
		}
		
	a.menu{
		text-decoration:none;
		font-size: 12px;
		font-weight:bold;
		color:#c22;
		margin:0px 10px 5px 2px;
		}
		
	#footnote{
		
		border-top: 1px solid #000;
		font-size: 10px;
		color:#111;
		}
		
	a.menu:hover{
		color: #c99;
		}
		
	a.discreet{
		font-size: 8px;
		text-decoration:none;
		color:#111;
		}
		
	a.discreet:hover{
		font-size: 8px;
		text-decoration:none;
		color:#aaa;
		}
		
		
	pre {
		font-size:11px;
		color:blue;
		}
		
	.greek {
		color:#999;
		}
		
	ol {
		margin-right:40px;
		}
	li {
		margin-bottom:10px;
		}
		
	img {
		border:0;
		margin:0px 10px 5px 2px;
		}
	body {
		margin:10px 10px 0px 10px;
		padding:0px;
		}
		
	#leftcontent {
		visibility: hidden;
		position: absolute;
		}
		
	#centercontent {
		background:#fff;
		margin-top: 10px;
   		margin-left: 0px;
   		margin-right:0px;
		border:0px solid #000;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 2px;
   		margin-right:2px;
		}
	html>body #centercontent {
   		margin-left: 2px;
   		margin-right: 2px;
		}
		
	#rightcontent {
		visibility: hidden;
		position: absolute;
		}
		
	#banner {
		background:#fff;
		height:49px;
		border:none;
		voice-family: "\"}\"";
		voice-family: inherit;
		}
	html>body #banner {
		height:49px;
		}
		
	p,h1,h2,pre, table {
		margin:0px 5px 10px 10px;
		text-align: justify;
		}
		
	table.adresse{
		font-size: 11px;
		}
		
	table.menukort{
		border-collapse: collapse;
		}
		
	tr.oddmenuitem{
		background: #silver;
		}
		
	tr.evenmenuitem{
		background: #gray;
		}
		
	td{
		font-size:10px;
		color: #300;
		text-align: justify;
		}
		
	h1 {
		font-size:30px;
		/*font-family: times new roman;*/
		font-weight: bold;
		color: #300;
		padding-top:10px;
		text-align: center;
		}
		
	h2 {
		font-size:18px;
		color: #950;
		padding-top:10px;
		text-align: center;
		}
		
	#banner h1 {
		font-size:20px;
		padding:5px 5px 0px 5px;
		margin:0px;
		}