@charset "UTF-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #353535;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0; /* 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 */
}


.oneColLiqCtrHdr #container {
	width: 1000px;  /* this will create a container 80% of the browser width */
	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. */
	color:#707070;
}
.oneColLiqCtrHdr #container h1 {
	font-size:40px;
	color:#444444;
	margin-bottom:-14px;
}
.oneColLiqCtrHdr #container h2 {
	font-size:24px;
	color:#888888;
}
.oneColLiqCtrHdr #container h3 {
	font-size:26px;
	color:#444444;
}
.oneColLiqCtrHdr #container h4 {
	/*margin-bottom:-8px;*/
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

.oneColLiqCtrHdr #container img.newPictures {
    display:block;
    margin-left:27px;
}

.oneColLiqCtrHdr #header {
	text-align:right;
	background: #2a2a2a;
	background-image:url(images/rounded_top.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 0 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColLiqCtrHdr #header p.title {
	font-size:40px;
	color:#CCCCCC;
}

.oneColLiqCtrHdr #header h1 {
	font-size:34px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #ffffff;
}
.oneColLiqCtrHdr #header a {
	font-size:14px;
	color: #ffffff;
}
.oneColLiqCtrHdr #header a:hover {
	color: #000000;
}


.oneColLiqCtrHdr #mainContent {
	/* border: 1px solid #000000; */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColLiqCtrHdr #mainContent p.intro {
	font-size:12px;
	color:#666666;
}

.oneColLiqCtrHdr #mainContent a.news {
	font-size:14px;
	color: #ffffff;
}

.oneColLiqCtrHdr #mainContent a.newHeaders {
	font-size:14px;
	color: #ffffff;
	text-align:center;
}

.oneColLiqCtrHdr #mainContent a.newsSmall {
	font-size:12px;
	color: #aaaaaa;
}

.oneColLiqCtrHdr #mainContent a {
	color: #333333;
}
.oneColLiqCtrHdr #mainContent a:hover {
	color: #888888;
}
.oneColLiqCtrHdr #mainContent h3.overskrift {
	color: #ffffff;
	font-size:16px;
	margin-bottom:-14px;
	margin-top:0px;
}

/* ------------------------- */

.oneColLiqCtrHdr #twocolumns {
	width:100%;
	height:auto;
	margin:0px auto;
}

.oneColLiqCtrHdr #fremgangsmaade {
	width:612px;
	height:auto;
	text-align:left;
	vertical-align:top;
	float:left;
	padding:0px;
	margin:0px;
	margin-right:60px;
}

.oneColLiqCtrHdr #ingredienser {
	background-color:#eeeeee;
	width:248px;
	height:auto;
	text-align:left;
	vertical-align:top;
	float:left;
	padding-left:20px;
	padding-right:20px;
	margin:0px;
}


/* ------------------------- */

.oneColLiqCtrHdr #footer { 
	clear:both;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#353535;
	background-image:url(images/rounded_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
} 
.oneColLiqCtrHdr #footer a {
	color: #dddddd;
}
.oneColLiqCtrHdr #footer a.secondary {
	font-size: 10px;
	color: #777777;
}
.oneColLiqCtrHdr #footer a:hover {
	color: #ffffff;
}
.oneColLiqCtrHdr #footer p {
	text-align:right;
	font-size: 12px;
	color:#cccccc;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top:20px;
}

/* ------------------------- */

#liveSearch {
    background: #ddd;
    width: 400px;
    padding: 20px;
    margin: 0 auto;
}

#liveSearch #lsloading {
    position: relative;
    top: 5px;
}

#liveSearch input {
    font-family: "Trebuchet MS";
    font-size: 1em;
    width: 350px;
    margin-left: 20px;
}

#liveSearch #lsresults {
    position: absolute;
    background: #fff;
    color: #333;
    width: 354px;
    margin-left: 20px;
}

#liveSearch #lsresults ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#liveSearch #lsresults ul li {
    list-style: none;
    margin: 10px;
    padding: 0px;
}
