/*
Scandos -- www.scandos.se
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: #228b22;
	padding: 0;
	margin: 50px 0 0 0;
	}

h2 {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 105%;
	color: #1b611b;
	padding: 0;
	margin: 0 0 1em 0;
	}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #c63;
	}

h1 a:hover, h2 a:hover {
	color: #930;
	}

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;
	}

#content abbr:after, #content abbr:after {
   content: " (" attr(title) ") ";
}  
  
em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

strike {
	text-decoration: line-through;
	}

#content img {	
	float: right;
	margin-left: 12px;
	margin-bottom: 2em;
	margin-top: 0em;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}


#content p a:link:after, #content p a:visited:after {
   content: " (" attr(href) ") ";
}

/* Formatting the layout */
 
#logo {
  text-align: center;
}
#nav, #sidebar, .hide {
  display:none;
}

#footer {
  margin-top: 50px;
  text-align: center;
  font-size: xx-small;
}

.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: 400px;
  margin: 40px 0; 
}  
label {
  float: left; 
  display: block; 
  color: #333; 
  font: bold 12px/18px Georgia, "New Century Schoolbook", Times, serif;
}
input, textarea {
  border: 1px solid #ddc;
  display: block; 
  margin: 0px 0 10px 140px; 
  width: 220px; 
 	font-size: 12px;

  font-family: Georgia, "New Century Schoolbook", Times, serif;
  padding: 3px;
}
.submit {
  background: #ffe;
 	width: 130px;
 	height: 20px;
  cursor: pointer;
 	border: 1px solid #ddc;
 	padding: 0;
 	margin: auto 5px 5px 143px;
 	color: #334;
 	text-decoration: none;
 	display: block;
  vertical-align: middle;
 	text-align: center;
 	font: normal 10px/16px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
.submit:hover {
	color: #ffe;
	background: #228b22;
	border-color: #006400;
}

.imgtext {
  float: right;
  width: 410px;
  font-style: italic;
  margin: 0 0 30px 50px;
}
