body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font:22px arial, helvetica, sans-serif;
	font-weight:900;
	color:green;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h3 {
	font:italic 500 11px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:11px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
a {
	color:#006633;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#006633;}
a:visited {color:#006633;}
a:hover {color: #006633}
  
.Nav {
	border-style:solid;
	border-color:green;
	border-width:0px;
	background-color:lightgreen;
	margin:30px 0px;
	}

.Header {
	border-style:solid;
	border-color:green;
	border-width:0px 0px 1px 0px;
	margin:5px;
	}

.banner {
	border-style:solid;
	border-color:green;
	border-width:1px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: xx-small; 
	text-align: right;
	clear:both;
	font-style: italic;}

#Indhold {
	margin:5px;
	}


/* All the content boxes belong to the content class. */
.Procedure {
	width:auto;
	min-width:120px;
	margin:0px 10px 2px 30%;
	background-color:white;
	padding:10px;
	}

.dato {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: xx-small; 
	color: green;
	font-style: italic;
	}
	

.Ingredienser {
	float:left;
	width:25%;
	border:0px solid green;
	padding:10px;
	text-align: right
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */


	
#Menu {
	float:right;
	width:15%;
	border:1px dashed green;
	background-color:#eee;
	padding:10px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:15%;
	Margin:5px;
	clear:both;
	}	

/* Again, "be nice to Opera 5". */
body>#Menu {width:15%;}


