body {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 0.9em;
	margin: 0; 
	padding: 0;
}
#wrapper {
	width: 730px;
	background: transparent url(i/bg_wrapper.gif) left top no-repeat;
	display: table;
	margin: 0 auto;
	
}
#header {
	text-align: right;
}
h1, h2, h3, p {
	margin: 0 0 .5em 0;
}
#content a {
	color: #433c35;
	/*text-decoration: none;
	border-bottom: 1px dotted;*/
}
#content a:hover {
	/*border-bottom: 1px solid;*/
	color: #890b0b;
}
/* Header
--------------------------------------------------*/
#header {
	text-align: right;
	margin-top: 2em;
	
}
#header h1 {
	/*width: 444px;
	height: 97px;*/
	float: right;
	margin-bottom: 0;
}
#header h1 a {
	background: transparent url(i/logo_encatc.gif) right top no-repeat;
	display: block;
	width: 444px;
	height: 97px;
	margin: 0;
	text-indent: -9999px;
}
/*#header h1 a:hover {
	background: transparent url(i/logo_encatc_on.gif) right top no-repeat;
	width: 444px;
	height: 97px;
	text-decoration: none;
}*/
#header h2 {
	clear: both;
	color: #615a52;
	font-size: 1.2em;
	font-weight: normal;
	padding-left: 265px;
	padding-right: 15px;
	padding-top: 0;
	padding-bottom: .9em;
	line-height: 1.1em;
}
#header img {
	border: none;
}
/* Navigation
--------------------------------------------------*/
#nav {
	width: 205px;
	float: left;
	margin-left: 85px;
	display: inline;
	margin-bottom: 11em;
	
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	list-style-type: none;
	margin-bottom: 3px;
}
#nav ul li a {
	list-style-type: none;
	text-decoration: none;
	background-color: #292929;
	padding: 2px 5px;
	width: 155px;
	display: block;
	color: #fff;
}
#nav ul li.menu-current a,
#nav ul li a:hover {
	background-color: #890b0b;
}
/* Content
--------------------------------------------------*/
#content {
	float: left;
	width: 430px;
	margin-bottom: 2em;
}
.ingress {
	font-size: 1.1em;
	line-height: 1.4em;
}
#content p {
	line-height: 1.3em;
	font-size: 1em;
}

#content h2 {
	font-size: 1.9em;
	margin-bottom: .1em;
	color: #890b0b;
	clear: both;
}
#content h3 {
	margin-bottom: .1em;
	margin-top: 1em;
	color: #433c35;
	clear: both;
}
#content img {
	float: left; 
	padding: 3px;
	border: 1px solid #b3b3b3;
	width: 170px; 
	margin: 4px 8px 0 0;
}

/* lists	
--------------------------------------------------*/
ol {}
ol li {margin: 0 0 .4em 0;}

/* Footer
--------------------------------------------------*/
#footer {
	clear: both;
	display: block;
	border-top: 1px solid #b1b1b1;
	margin-top: 2em;
	padding: 0;
	text-align: center;
}
#footer img {
}
address {clear: both;}
#footer a img {
	border: none;
}
/* table
--------------------------------------------------*/
table {
	clear: both;
}
table, tr, td {
	border: none;
}
tr {
	
}
td {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 10px;
}
/* från fckeditorare.css
--------------------------------------------------*/
.green {
	color: green;
}
