@charset "utf-8";
@import "boxes.css";
@import "content.css";
@import "menu.css";
body {
	font-family:Arial, Helvetica, sans-serif;
	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: Left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:					#666666;	
}


.body {
	width: 960px;
	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. */
}

.bodyJul {
	width: 960px;
	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(http://www.lokalenergi.dk/files/billeder/system/jul_baggrund.jpg); 
	background-position: 	50% 0%; 
	background-repeat:		no-repeat; 
	background-color:		#830101;
}

.LedLinie{
	background-image:	url(http://www.lokalenergi.dk/files/billeder/system/linie.gif);
	background-repeat:	repeat-x;
	background-position:center;
	height:				5px;
	overflow:			hidden;
	font-size:			1px;
}


.Ledpris{
	width:					177px;
	height:					25px;
	background-color: 		#c31217;
	font-size:				15px;
	color:					#FFFFFF;
	text-align:				right;
	margin:					2px 0px 0px 0px;
}

.Ledpris span {
	display:					block;
	padding:					4px 5px 0px 0px;
}

.ledBuy {

	position:				relative;
	}

.LedAntal {
	margin:					10px 0px 0px 0px;
	float:					left;
	width:					90px;	
}

.LedBestil {
	margin:					12px 0px 0px 0px;
	float:					right;
}

.LedAntalForm {
	width:					30px;
}
	
	
.bodyJul a.topmenuLink:link, bodyJul a.topmenuLink:active, bodyJul a.topmenuLink:visited		{
	text-decoration:		none;
	color:					#FFFFFF;
	text-transform:			uppercase;
	font-size:				11px;
}

.bodyJul a.topmenuLink:hover		{
	color:					#a7191d;
	background-image:	url(http://www.lokalenergi.dk/files/billeder/system/bg_topmenu_erhverv.png);
}
