/* This CSS file contains the basic page layout */
body {background: #FFFFFF;}

div#wrapper {background:  #CCFFCC;} 

div#header {
	height: 126px;
	padding-left: 142px;
	background:  url(Bilder/bghead.gif);
}

div#header img {display: block;} /* Remove 3px extra margin in IE */

/* This is to ensure that #header "has layout" in IE/win, otherwise it won't display */
/* mac hide \*/
* html #header {height:1%}
/* end hide*/

div#headmenu {
	height: 31px;
	padding-left: 0px;
	background:  url(Bilder/bgmenu.gif);
}

div#headmenu img {display: block;} /* Remove 3px extra margin in IE */

/* This is to ensure that #header "haslayout" in IE/win, otherwise it won't display */
/* mac hide \*/
* html #headmenu {height:1%}
/* end hide*/

div#innerWrapper {
	position: relative; /* To allow positioning of #leftMenu */
	background: url(Bilder/bg~leftmenu~trees~green.gif);
}

* html div#innerWrapper {height: 1%;} /* Force "hasLayout" in IE */

div#leftMenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 142px;
	text-align: left;
	border-style: none;
	border: 0;
	padding-left: 10;
	padding-topp: 30;
}
div#leftMenu li{
	list-style: none;
	margin-left: 0;
	border-style: none;
	text-align: left;
}
div#leftMenu li.a{
	text-align: left;
	border-style: none;
}

div#content {
	margin-left: 142px;
	padding: 0;
	background: salmon;
}

div#footer {
	padding: 1px 0; /* för att inte marginalen på p ska flyta ut ur diven */
	padding-left: 20px;
	background: #CCCCCC;
}
