@charset "utf-8";

.MainContainer	{
	width:					980px;

}

.ClearBoth		{
	float:					none;
	clear:					both;
	height:					1px;
}

.SearchForm		{
	height:					12px;
	color:					#999999;
}

/* -----------------------------------------------------*/
/* 							TOP 						*/
/* .....................................................*/
/*  TopBox definerer mellem siden og topbrowser			*/
/* 								 						*/
/* -----------------------------------------------------*/

.TopBox			{
	width:					1px;
	height:					18px;
}

#LogoBox		{
	width:					160px;	
	float:					left;
}

.TopMenu		{
	margin-top:				10px;
	float:					right;
	width:					820px;
}

	.TopMenu div	{
		float:					right;
	}

.FrontMainPicture	{
	margin-top:				19px;
}

.breadcrum {
	widtht:					900px;
	height:					25px;

}

/* -----------------------------------------------------*/
/* 							TOP 						*/
/* .....................................................*/
/*  ContentContainer:	indhold							*/
/* 								 						*/
/* -----------------------------------------------------*/


.ContentContainer	{
	width:					980px;
	min-height:				202px;
	background-repeat:		no-repeat;
	margin:					0px 0px 0px 0px;
	padding:	 			0px 0px 10px 0px;
	position:				relative;
	background-color:		#ffffff;
}

.FrontpageContentPicture {
	background-image:		url(http://www.lokalenergi.dk/files/billeder/system/bg_forside_tang.jpg);
	background-position:	0% 100%;
}

.ContentContainerPicture {
	background-image:		url(http://www.lokalenergi.dk/files/billeder/system/content_splitter.gif);
	background-position:	0% 0%;
}

.bottom	{
	margin:					0px 0px 0px 0px;
}

.BottomLine {
	background:url(http://www.lokalenergi.dk/files/billeder/system/BundLinie.gif);
	background-repeat:		repeat-x;
	height:					1px;
	width:					980px;	
	margin-bottom:			6px;	
}

/* -----------------------------------------------------*/
/* 			    3 spalter incl luft 					*/
/* .....................................................*/
/*  LeftSide:	Venstre menu							*/
/* 								 						*/
/* -----------------------------------------------------*/

.LeftSide {
	Float:					left;
	width:					175px;
/*	border:					1px dotted #FF0000;*/
}

.LeftSpace {
	float:					left;
	width:					11px;	
}

.MainContent {
	float:					left;
	width:					618px;	
/*	border:					1px dotted #FF0000;*/
}

.RightSpace {
	float:					left;
	width:					21px;	
}

.RightSide {
	float:					right;
	width:					155px;	
/*	border:					1px dotted #FF0000;*/
}

/* -----------------------------------------------------*/
/* 			    2 spalter på undersider					*/
/* .....................................................*/
/*  spalte1:	Venstre spalte							*/
/*  spalte1:	højre spalte							*/
/* 								 						*/
/* -----------------------------------------------------*/

.spalte1 {
	float			: left;
	width			: 300px;
}
.spalte2 {
	float			: left;
	width			: 150px;
}