

* { padding: 0; margin: 0;}


#wrapper { 
 margin: 0 auto;
 width: 760px;
 background-color: #ffffff;
 margin-top:25px;
 background-repeat: repeat-y; 
 background-position: center; 
 background-attachment: fixed;



}

#faux {
 background: url(bilder/faux-1-3-col.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
 
}
#header {
 width: 760px;
/* padding: 0px;
 height: 245px;
 margin: 0; /* topp, höger, nere, vänster */
 background-color:#ffffff;*/
}

#logga {
margin: 20px;

}

#navigation {
 color: #333;
 padding: 5px;
 margin: 0;
 height: 0 auto;
 background-color:#ffffff;
 /*border-bottom: 1px solid #ccc;*/

}

#leftcolumn { 
 background-color: #ffffff;
 margin: 0 10px 0 0;
 padding-top: 5px;
 width: 175px;
 float: left;
 height: auto;
   /* min-height */
	 min-height:300px;
	 height:auto !important;
	 height:300px;
}
#leftcolumnbottom {
background-image:url(bilder/PageSecondaryBodyBg.png);
background-position:top;
background-repeat:no-repeat;
background-position: top;
/*border-left:solid 1px #ccc;*/
margin-left: 2px;
}
#content { 
 float: left;
 color: #333;
 margin: 10px;  /* topp, höger, nere, vänster */
 padding: 0px;
 width: 339px;
 display: inline;
 position: relative;
 background-color:#FFFFFF;
}

#breadcrumbs {
font-size:0.9em;
padding-bottom: 1em;
color: #999999;
}

#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 0px 0px 0px 10px;
 padding: 0px;
 width: 200px;
 float: right;
 background-color:#fff4e4;
 background-image: url(bilder/quote.png); 
 background-repeat: no-repeat; 
 background-position: top;
 }


#footer {
height: auto;
background-color: #ffffff;
padding: 1.3em;
border-top: 10px solid #fb8927;
color:#666; 
font-size: 0.85em;
}
.clear { clear: both; background: none; }

/* MENY I VÄNSTERKANT */

#button {
	width: 175px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;

	}
	#button ul {
			list-style: none;
			margin: 0;
			padding: 0;
			border: none;
			}
		
	#button li {
		border-bottom: 1px solid #999999;
		margin: 2px;
		}
	#button li a {
			display: block;
			padding: 5px 5px 5px 10px;
			background-color: #ffffff;
			text-decoration: none;
			color: #060606;
			width: 100%;
			}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-right: 10px solid #0055A5;
		background-color: #fb8927;
		color: #fff;
		}
/*<!-- hover meny -->
ul#nav>li {
   height: 20px;
   overflow: hidden;
   line-height: 20px;
}
ul#nav li:hover, ul#nav li:active {
   height: auto;
   overflow: auto;
}*/
