
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background:#222222;
	margin: 30px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 729px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 689px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/Dengamlebutik.jpg);
	background-repeat:no-repeat;
	background-position: 10px 10px;
	}
	
.oneColFixCtr #recipes {
	width: 729px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/Opskrifter.jpg);
	background-repeat:no-repeat;
	background-position: 10px 10px;
	height: 3000px;
	}	
	
#header {
	width:709px;
	height:170px;
	padding:10px;
	}

#header-position {
	padding: 38px 10px 10px 385px;
	
	}
	
.adress {
	margin-top:20px;
	letter-spacing:1px;
	color:#FFFFFF;
	font-size:0.7em;
	line-height:1.5em;
	}			

/*.oneColFixCtr #mainContent {
	text-align:center;
	margin: 0 auto;
	}*/

#mainContent {
	width:705px;
	text-align:center;
	margin: 0 auto;
	font-size: 0.75em;
	line-height:1.5em;
	}


#columnone {
	float:left;
	text-align:left;
	width:230px;
	padding-left:50px;
	}
	
#columntwo {
	float:right;
	text-align:left;
	width:260px;
	padding-right:60px;
	}	


h1 {display:none;margin:0;}

#logo {
	text-indent:-9000px;
	display:block;
	}
	
#logo a {
	width:267px;
	height:48px;
	display:block;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px ;
	
	}	
	

	
#opskrifter {
	margin-top:330px;
	}

.beskrivelse {
	margin-top:20px;
	color:#FFFFFF;}	
	

#columntwo a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}
	
#columntwo a:hover {
	color:#FFCC00;
	}
	
.h2recipes {
	margin-top: 2em;
	margin-bottom:1.5em;
	color:#333300;}	

.serving {
	margin-bottom:0.5em;}

	
#columnone ul, #columntwo ul {
	margin-top:0px;
	padding: 0em 0px 0.7em 0em;
	font-style:italic;
	}
	
#columnone ul li, #columntwo ul li {
	color:#993300;
	padding: 0px 0px 0px 0px;
	/*list-style:square;*/
	list-style-image:url(../images/bullet.gif);
	}



#columnone ol, #columntwo ol {
	margin-top:0px;
	padding: 0em 0px 3em 0em;
	font-style:italic;
	border-bottom:solid 1px #999999;
	}
	
#columnone ol li, #columntwo ol li {
	color:#333333;
	padding: 0px 0px 0px 0px;
	/*list-style:square;*/
	/*list-style-image:url(../images/bullet.gif);*/
	}

