/*
KranEL
Print CSS file
*/


/* Basic formatting */

body {
	margin: 0 0 0 40px;
	padding: 0;
  font-family: "trebuchet ms", verdana, sans-serif;
	line-height: 1.5em;
	color: #333;
	background: #eee;
	font-size: 11pt;
	}


a:link, a:active {
	color: #006400;
  text-decoration: none;
	}

a:visited {
	color: #006400;
  text-decoration: none;
	}

a:hover {
	color: #006400;
  text-decoration: underline;
	}

h1 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #008229;
	padding: 0;
	margin: 50px 0 0 0;
	}

h2 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 105%;
	color: #008229;
	padding: 0;
	margin: 0 0 1em 0;
	}

.foretaget h2 {
	clear: both;
}


h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #008229;
	}

h1 a:hover, h2 a:hover {
	color: #008229;
	}

h1 span, h2 span, h3 span {
	color: #999;
	}
	
h2.sub {
	color: #999;
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #ddd;
	}

h3 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #000;
	padding: 0 0 2px 0;
	margin: 1.2em 4em -.2em 0;
	border-bottom: 1px solid #ddd;
	}

ul li p {
  margin-right: 5em;
}
  
abbr, acronymn {
	font-style: normal;
	border: none;
	}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

strike {
	text-decoration: line-through;
	}

#content img {	
	float: right;
	margin-left: 12px;
	margin-bottom: 1em;
	margin-top: 0em;
}



/* Formatting the layout */
 
#logo {
	width: 600px;
  text-align: center;
}
#nav, .hide {
  display:none;
}

#content {
	width: 90%;
}

#content #leverantorer li {
	clear: both;
	list-style-type: none;
}

#content #leverantorer img {
	float: right;
}

#sidebar {
	clear: both;
}

p.moreinfo,
#produktlista {
	width: 600px;
}

.produkter input,
#sidebar table {
	display: none;
}



#footer {
	width: 600px;
	clear: both;
	margin-top: 100px;
  text-align: center;
  font-size: xx-small;
}

#footer .vcard {
	float: left;
	margin-right: 25px;
}







.c1 {
  background-color: #f0f8ff;
}

table caption {
  font-style: italic;
  font-weight: bold;
  font-size: 110%;
  color: #006400;
  margin-bottom: 10px;
}

table {
  width: 90%;
  margin: 0 20px 40px 20px;
}
table tr td {
  width: 50%;
}

/* formulär */

form {
  width: 600px;
}

fieldset, legend {
	width: 500px;
	border: none;
}

form li {
	list-style-type: none;
}

form li img {
	display: none;
}

label {
  float: left; 
  display: block; 
  color: #333; 
  font: bold 12px/18px Georgia, "New Century Schoolbook", Times, serif;
  clear: left;
}
input, textarea {
  display: none;
}


.imgtext {
  float: right;
  width: 410px;
  font-style: italic;
  margin: 0 0 30px 50px;
}
