@media screen, projection {

	/********************* MAIN *****************/

	body {
		background-color: #cccbc7;
	}

	.BackgroundWrapper {
		background-color: #cccbc7;
		background-image: url('../../img/klimakommuner/star_bg.png');
		background-position: 50% 10px;
		background-repeat: repeat-y; 
		width: 100%;
	}

	.AreaTop {
	}

	.AreaCenter {
	}

	.TopContent {
		background-color: #ededed;
	}

	.BottomContent {
		background: #eef6e4;
	}

	.MenuWrapper {
		background: transparent url('../../img/klimakommuner/roundCorners5.png') no-repeat;
	}

	.MenuWrapper ul li a {
		background: transparent url('../../img/klimakommuner/menu_divider.png') no-repeat left 50%;
		color: #3e5d0c;
	}

	.MenuWrapper ul li a:hover,
	.MenuWrapper ul li a.Selected {
		background-color: #3e5d0c;
		color: #fff;
	}

	.MenuWrapper ul .First a {
		background:none;
	} 

	.Footer {
		background-color: #1f362b;
	}


	/**************** HEADER ********************/

	.BreadCrumbs {
		background: #e5e5e5 url('../../img/klimakommuner/breadcrumbs_bg.png') no-repeat top right;
		color: #999;
	}

	.SearchWrapper li {
		background: url('../../img/klimakommuner/divider.gif') no-repeat left 50%;
	}

	.SearchWrapper li.First {
		background: none;
	}



	/****************** FOOTER *******************/

	.FooterWrapper ul li {
		background: url('../../img/klimakommuner/arrow.png') no-repeat left 7px;
		zoom:1;
	}

	.Footer .Shortcuts {
		border-bottom:1px dashed #3d3d3d;
	}

	.Footer .Shortcuts li a {
		color: #e1e354;
		text-decoration:none;
		line-height:20px;
	}

	.Footer .Shortcuts li a:hover {
		color:#D51424;
	}

	.FooterWrapper p,
	.FooterWrapper p a  {
		color:#fff;
	}

	.FooterWrapper p span {
		color:#78a9bb;
		font-weight:bold;
	}

	.FooterWrapper p a:hover {
		color:#D51424;
	}



	/************* CENTER CONTENT ************/

	.AreaCenter .BottomContent .ColumnLeft li {
		zoom:1;
	}

	.AreaCenter .BottomContent .ColumnLeft ul.Publications li a {
		background: url('../../img/klimakommuner/pdf.png') no-repeat left 50%;
	}

	.AreaCenter .BottomContent .ColumnLeft img {
		background: url('../../img/klimakommuner/img_bg2.png') no-repeat left 50%;
	}

	.AreaCenter .BottomContent .ColumnLeft ul.Publications li.Last a {
		background:none !important;
		padding-left:0;
	}

	.AreaCenter .BottomContent .ColumnRight {
		background: url('../../img/klimakommuner/column_bg.png') repeat-y 0 0;
	}

	.AreaCenter .BottomContent .ColumnLeft {
		/*background:	url('../../img/klimakommuner/dashed.png') repeat-x 0 bottom;*/
	}

	.AreaCenter .BottomContent .WithFooter {
		background:	url('../../img/klimakommuner/solid.png') repeat-x 0 bottom;
	}

	.AreaCenter .BottomContent .ColumnRight .RoundTopCorners {
		background: url('../../img/klimakommuner/roundTopCorners.png') no-repeat;
	}

	.AreaCenter .BottomContent .ColumnRight .DashedBottom {
		background: url('../../img/klimakommuner/dashedBottom.png') no-repeat -1px 0;
	}



	/**************** TOP CONTENT **********************/

	.AreaTop .TopContent .ArticleColumn .PdfFile {
			background: url('../../img/klimakommuner/pdfSignature.png') no-repeat;
	}

	.AreaTop .TopContent .ArticleColumn .PdfFile .RoundCorners{
			background: url('../../img/klimakommuner/pdfRoundCorners.png') no-repeat;
	}


	.AreaTop .TopContent .RightColumn .SideColumn .Right a {
		color: #999;
	}

	.AreaTop .TopContent .RightColumn .SideColumn .Right a:hover {
		color: #D51424;
	}

	.AreaTop .TopContent .RightColumn .PdfFiles {
		background: url('../../img/klimakommuner/pdf_bg.png') repeat-y 0 0;
	}

	.AreaTop .TopContent .RightColumn .PdfFiles .RoundTopCorners {
		background: url('../../img/klimakommuner/roundTopCornersPdf.png') no-repeat 0 0;
	}

	.AreaTop .TopContent .MenuColumn p.Caption {
		color:#666;
	}

	.AreaTop .TopContent .RightColumn .PdfFiles .DashedBottom 
	{
			background: url('../../img/klimakommuner/dashedBottom2.png') no-repeat 0 0;
	}

	/*************** COMMON **********************/

	ul.Links {
		background:	url('../../img/klimakommuner/dashed.png') repeat-x left bottom;
	}

	ul.Publications {
		background:	none;
	}

	ul.Links li {
		background:	url('../../img/klimakommuner/dashed.png') repeat-x left top;
		zoom:1;
	}

	.AreaCenter .BottomContent .ColumnRight dd a,
	.AreaTop .TopContent .RightColumn .SideColumn .Details .ArrowList li {
		background:	url('../../img/klimakommuner/arrow_blue.png') no-repeat left 5px;
		padding-left: 10px;
	}

	h2 {
		color: #3e5d0c;
	}

	h3 {
		color:#d51424;
	}

	h4 {
		color:#78a9bb;
	}

	h5 {
		color: #3e5d0c;
	}

	h3 span {
		color: #928f85;
	}

	h5  span {
		color: #999;
	}

	a {
		color: #4e8abe;
	}

	a:hover 
	{
		color: #d51424;
	}

	/****************** BENNETT MODS **********************/

	.Details {
			background: url('../../img/klimakommuner/details_bg2.png') no-repeat top;
	}

	.DetailsRoundCorners {
			background: url('../../img/klimakommuner/details_roundcorners.png') no-repeat;
	}

	.Status {
			background: url('../../img/klimakommuner/status_bg.png') no-repeat bottom;
	}

	.StatusRoundCorners {
			background: url('../../img/klimakommuner/status_roundcorners.png') no-repeat;
	}

	/* PATH */

	.PagePath {
		background: transparent url('../../img/klimakommuner/path.png') no-repeat left;
	}

}