/* CSS FÖR BSINS */
/* Skapad av Carl Winbäck */
/* Kontakt: c@tunnel53.net */

body
{
  margin-top: 8%;
  margin-left: 17%;
  margin-right: 17%;
  color: black;
/*  background: #FC3; */
  background: white;
  font-family: "Lucida Grande", "Bitstream Vera Sans", Tahoma, Verdana, Arial, sans-serif;
}
a img {
  border: 0px;
}
#puff {
  position: relative;
  background-color: inherit;
  width: 20em;
  border: dashed maroon thin;
  padding: .5em;
  margin-left: auto;
  margin-right: auto;
}




/* SIDHUVUD */
#sidhuvud .namn
{
  margin-bottom: 0px;
  padding-left: 2%;
  font-size: 135%;
}
#navigering
{
  background: #FC6;
  color: inherit;
  border: maroon solid medium;
  border-bottom: none;
  padding: 0.25em;
  padding-left: 2%;
  padding-right: 2%;
  margin-top: 0.25em;
  margin-bottom: 0px;
  font-size: smaller;
  margin-left: 0px;
}
#navigering li {
  display: inline;
  margin-right: .9em;
}
#navigering a
 {
  font-weight: bold;
}



/* HUVUDINNEHÅLL */
h1
{
  font-size: 120%;
  margin-top: .5em;
  padding-top: 0px;
  margin-bottom: .15em;
  padding-bottom: 0px;
}
h2 { 
  font-size: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 2em;
}
#huvudinnehall
{
  color: inherit;
  background: white url("bilder/manniskor.png") repeat-x left bottom;
  margin-top: 0px;
  padding-top: .25em;
  padding-bottom: 45px;
  padding-left: 2%;
  padding-right: 2%;
  border: maroon solid medium;
  border-top: maroon solid thin;
}
body#kontakt address {
  margin-bottom: 1em;
}
address { 
  font-style: normal;
}



/* SIDFOT */

#sidfot {
  text-size: smaller;
}

#sidfot a {
  text-decoration: none;
}
#sidfot a:hover {
  text-decoration: underline;
}
#sidfot address {
  margin-top: 1em;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: bold;
}
p#datuminfo { 
  margin-top: 0px;
  padding-top: 0px;
}
body#kontakt #datuminfo { 
  margin-top: 1em;
}
#sidfot { 
  font-size: smaller;
}


/* LÄNKAR */
a { 
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:link
{
  color: #C30;
  background: transparent;
}
a:visited
{
  color: #900;
  background: transparent;  
}
