﻿@media all {
}

@media screen, projection {
	body {
		background: transparent url('img/universell/bak.gif') repeat;
	}

	a {
		color: #006699;
	}
	
	.pageWrapper {
		background-color: #fff;
	}
	
	.headerLogo {
		background: transparent url('img/universell/logo.png') no-repeat;
	}
	
	.headerMenu {
		border-bottom: 4px solid #000;
	}
	
	.headerMenu ul li.selected {
		background: transparent url('img/universell/tab_selected_start.png') no-repeat 2px 0px;
	}

	.headerMenu ul li.selected a {
		color: #fff;
		background: transparent url('img/universell/tab_selected_end.png') no-repeat right -1px;
	}

	.headerMenu ul li.notSelected {
		background: transparent url('img/universell/tab_separator.png') no-repeat 0 10px;
	}

	.footerLogo {
		background: transparent url('img/universell/footerlogo.png') no-repeat;
	}
	
	.column {
		background-color: #f3f3f3;
	}
	
	.calendar {
		background: #f3f3f3 url('img/universell/kalender_small.png') no-repeat bottom right;
	}
	
	.columnHeader {
		background-color: #006699;
		color: #fff;
	}

	.columnWide .columnHeader {
		background: none;
		color: #000;
	}

	.columnWide .columnHeader h2 {
		color: #000;
	}
	
	.columnHeader h2 {
		color: #fff;
	}
	
	.columnRightBox {
		background-color: #f3f3f3;
	}
	
	.footerContactInfo {
		color: #404040;
	}

	.articleMeta {
		color: #666666;
	}
	
	.articleFilesWrapper {
		background-color: #f3f3f3;
	}
	
	.articleFilesHeader {
		background-color: #006699;
		color: #fff;
	}
	
	.headerMenu ul li a {
		color: #000;
	}
	
	ul.leftMenu a.selected {
		color: #006699;
	}

	ul.leftMenu a.inCurrentPath  {
		color: #006699;
	}

	ul.leftMenu li a {
		color: #000;
	}

	.pathWrapper {
		color: #3f3f3f;
	}
	
	.pathWrapper a {
		color: #3f3f3f;
	}

}