
	div	{
		margin:0;
		padding:0;
	}
	body {
		width:100%;
		margin:0; padding:0;
		text-align:center;	/*IE: centralize stuph to parent */
		font-size: 100%;
		font-family: Georgia, Verdana, Geneva, sans-serif;
	}

	#header {
		margin:0px; padding:0px;
		text-align:left;
		background:#B32D0D url('images/bg_crm.jpg') repeat-x;
	}

	#middle {
		margin:0 auto;
		text-align:left;
		padding:0;
		width:650px;
		overflow:hidden;
	}


	#footer {
		margin:70px 0 0;
		padding:30px 10px 50px 10px;
		clear:both;
		background:#F9F9F9;
		border-top:3px solid #f6f6f6;
		font-size: 9px;
		font-family: Verdana, Geneva, Arial;
		text-align: center;
	}
	

	.description {
		font-size:22px;
		font-family: Lucida Grande, Trebuchet MS, sans-serif;
		color:#D8700F;
		margin:0 0 30px;
	}


	h1 {
		width:100%;
		line-height:34px;
		font-size:22px;
		font-family: Lucida Grande, Trebuchet MS, sans-serif;
		text-decoration: none;
		color:#52A5F2;
	}	
	
	h2 {
		font-size:22px;
		font-family: Lucida Grande, Trebuchet MS, sans-serif;
		text-decoration: none;
		color:#52A5F2;
		border-bottom:2px solid #D6EAFA;
		padding-top: 10px;
	}

	h3 {
		font-size:17px;
		font-family: Lucida Grande, Trebuchet MS, sans-serif;
		text-decoration: none;
		color:#52A5F2;
		padding-top: 5px;
		padding-bottom: 0px;
		margin: 0px;
	}
	
	hr {
		color: #D6EAFA;
		background-color: #D6EAFA;
		height: 1px;
	}
	
	.subtitle {
		font-size:10px;
		font-family: Lucida Grande, Trebuchet MS, sans-serif;
		text-decoration: none;
		color:#52A5F2;
		padding-top: -10px;
	}

	/* För externa länkar*/
	.external {
		color: #FF3300;
	}
	
	A.external {
		padding: 2px;
		color: #FF3300;
	}

	A.external:visited {
		COLOR: #FF3300;
	}

	A.external:hover	{
		padding: 2px;
		BACKGROUND: #FF3300;
		COLOR: #fff;
		TEXT-DECORATION: none
	}


	A {
		padding: 2px;
		color: #52A5F2;
	}

	A:visited {
		COLOR: #52A5F2;
	}

	A:hover	{
		padding: 2px;
		BACKGROUND: #52A5F2;
		COLOR: #fff;
		TEXT-DECORATION: none
	}
	
	
	p.sample {
		PADDING-LEFT: 20px;		
		PADDING-BOTTOM: 12px;
		PADDING-TOP: 12px;
		border-left:4px solid #D6EAFA;		
	}

	blockquote
	{
		border: #eee 1px solid;

		BACKGROUND-POSITION: 50% top;
		BACKGROUND-REPEAT: repeat-x;
		BACKGROUND-IMAGE: url(images/bq.jpg);

		PADDING-RIGHT: 35px;
		PADDING-LEFT: 20px;
		PADDING-BOTTOM: 5px;
		PADDING-TOP: 5px;

		margin-left: 0;
		FONT-FAMILY: Georgia, Verdana, Geneva, sans-serif;
		color: #1788C5;
	}
	
/*
	#nav {
		float: left;
		width: 100%;
		margin: 0;
		PADDING-RIGHT: 0px;
		PADDING-LEFT: 290px;
		PADDING-BOTTOM: 0px;
		PADDING-TOP: 6px;
		list-style: none;
		background: #000000 url("images/line.png") repeat-x bottom left;
	}
*/

	#navbar {
		width:100%;
		text-align:center;	/*IE: centralize stuph to parent */
		padding-top: 6px;
		margin-bottom:55px;
		background: #000000 url("images/line.png") repeat-x bottom left;
	}
	
	#nav {
		margin:0 auto;		/*FF: centralize stuph to parent */
		overflow:hidden;
		padding:0;
		width:615px;
		list-style: none;
 	}
	
	#nav li {
		display:inline;
		margin: 0;
		padding: 0;
	}
	
	#nav li a {
		float: left;
		display: block;
		margin: 0 4px 0 0;
		padding: 4px 8px;
		color: #777777;
		font-family: Lucida Grande, Trebuchet MS, sans-serif;
		font-size: 16px;
		font-weight: bold;
		text-decoration: none;
		border: 1px solid #202020;
		border-bottom: none;
		background: #010101 url("images/nonsel.png") repeat-x top left;
	}
	
	#nav li a:hover, body #tabactive a {
		color: #fff;
		padding-bottom: 0px;
		border-color: #272727;
		background: #050505 url("images/sel.png") repeat-x top left;
	}
		
/* OLD MENU
	#nav {
		PADDING-RIGHT: 0px;
		PADDING-LEFT: 0px;
		PADDING-BOTTOM: 0px;
		PADDING-TOP: 7px;

		margin:0 290px;
		height: 20px
	}

	#nav LI	{
		float: left;
		LIST-STYLE-TYPE: none;
	}

	#nav LI A {
		padding: 5px;

		display: block;

		background: #B32D0D;
		margin: 1px 5px 0px 0px;
		font-family: Lucida Grande, Trebuchet MS, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #f0f0f0;
		text-decoration: none;
	}

	#nav LI A:hover {
		color: #fff;
		BACKGROUND-COLOR: #F6A40F;
		text-decoration: none;
	}

	#nav LI A.active {
		COLOR: #fff;
		BACKGROUND-COLOR: #F6A40F;
		text-decoration: none;
	}
*/	
	.backpic {
		BACKGROUND-REPEAT: no-repeat;
		padding-left:54px;
		background-position:center left;
	}
