/*@charset "utf-8"; */
/* CSS dokument som beskriver formateringen av Kosmologika. */

body {
  background-color: #ffffff;
/*  background-image: url(Background.jpg); */
  background-repeat: repeat;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  font-size: 13px;
/*   max-width:1000px; */ 
}

p  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
/*  max-width:800px; */
}

h1 {
  font-size: 26px;
  text-align: center;
  color: #800080;
}

h2 { font-size: 23px; 
  font-weight: normal;
  line-height: 30px;
  color: #800080;
}

h3 { 
  font-size: 20px; 
  font-weight: normal;
  vertical-align: bottom;
/*  alignment-adjust: central; */
  color: #800080;
}

h4 { 
  font-size: 18px; 
  font-weight: normal;
  vertical-align: bottom;
/*  alignment-adjust: central; */
  color: #800080;
}

h5 { 
  font-size: 16px; 
  font-weight: normal;
  vertical-align: bottom;
  alignment-adjust: central;
  color: #800080;
  text-align: center; 
}


img {
  border: 0;
}

table {
  border: 0px;
/*  cellspacing: 0px;
  cellpadding: 0px; 
  max-width:1000px; */ 
}

ul { 
/*   max-width:800px; */ 
  margin: auto
}

li {
  font-size: 12px;
/*   max-width:1000px; */  
}

tr {
/*  max-width:800px; */
}

td,th {
  font-size: 14px;
/*   max-width:1000px; */
}

.center {
  margin: auto;
  width: 100%;
  text-align: center;
}

.picturetext {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
}

a:link { color: #0000ff; }
a:visited { color: #800080; }
a:active { color: #e70014; }
/*  a:hover { background-color: #ffff00; } */

.amazon{
  font-size: 9px;
  font-weight: bold;
}

.footer {
  margin: auto;
  width: 100%;
  text-align: center;
}

.hyperlinks {
  font-size: 11px;
}

.minitext {
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}

.quote {
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.scientistintro {
  font-size: 14px;
  font-family: "Courier New", Courier, monospace;
  font-weight: bold;
}

.sidbrytning {
  page-break-after: always
}

.sourceinfo {
  font-size: 9px;
  font-weight: normal;
/*	line-height: 30px; */
}

.style8 {
  font-size: 14px;
}

.style10 {
  font-size: 17px;
}

.tagline {
  font-size: 16px;
/*	font-family: Geneva, Arial, Helvetica, sans-serif; */
  font-style: italic;
}

#printinfo {display: none;}

@media print{
/* body {display: none;} */
  body { color: #000000; background-color: #ffffff; }
  p { font-family: Georgia, Times, serif; font-size: 10pt; }
  a:link { color: #0000cc; text-decoration: underline; }
  a:visited { color: #0000cc; text-decoration: underline; }
  #printinfo { width: 100%; margin: 0; display: inline; font-size: 8pt; font-style: italic; }
}