/*==============================================

PRINT Style Sheet 

date (rev):		091202 [Catalog – 2010]
ver:			2.1
author:			Ulf Hellerstedt	
email: 			ulf.hellerstedt@smpi.se
site:			http://www.smpi.se/

TODO
====

==============================================*/

/* LAYOUT
==============================================*/
* {
	margin:0;
	padding:0;
}

body,
html,
#main,
#rightbar,
#leftbar,
#footer {
	color: #000;
	background-color: #fff;
	font: 100%/150% Georgia, "Times New Roman", Times, serif;
}
#main {
	width:800px;
}

/* TYPE
==============================================*/
h1,
h2,
h3,
h4, 
h5 {
	line-height:1.4em;
	font-family: "Gill Sans","Helvetic Neue", "Century Gothic",Helvetica,Arial,Geneva,sans-serif;
}
a,
h2 a,
h3 a,
h4 a,
h5 a {
	color:#000;
	text-decoration:none;
}
p {
	margin: 7px 0;
}
dt {
	font-weight: bold;
}
ul {
list-style:disc;
list-style-position:outside;
padding: 0 0 0 15px; 	
}

/* HIDE
==============================================*/

/*img,*/
hr,
#nav,
#leftbar,
#rightbar,
#rightbarwide {
	display:none;
}


/* IMAGES
==============================================*/
/*
img {
	display:block;
	margin-top:5px;
	padding:5px;
	border:1px solid #ccc;
	background-color: #f6f6f6;
}
*/
/*#header{
	background: #00245d url(../i/header8d.jpg) no-repeat left;
	height: 100px;
}*/
#header h1{
	display: inline;
}	


