/*----------------------------------------------
 |  text.css |
 |-----------
 |  Bodytext elements
 *---------------------------------------------*/
div#bodytext {
  padding-bottom: 20px;
  padding-top:25px;
  padding-left:25px;
  padding-right:25px;
  text-align:left;
}

div#bodytext-svart {
  padding-bottom: 20px;
  padding-top:25px;
  padding-left:25px;
  padding-right:25px;
  text-align:left;
  color:#ffffff;
}


div#bodytext li {
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
}

div#bodytext li p {
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
}

p {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 1.1em;
  line-height: 1.5em;
}

h3 {
  padding: 0px;
  margin: 0px;
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: normal;
  padding-bottom: 5px;
}

h2 {
  padding: 0px;
  margin: 0px;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: normal;
  padding-bottom: 5px;
}

h1 {
  padding: 0px;
  margin: 0px;
  font-family: century Gothic;
  font-size: 1.8em;
  line-height:1.8em;
  font-weight: normal;
  padding-bottom: 10px;
}

table#start{
  width:492px;
}

table#start td{
  width:98px;
  height:99px;
  vertical-align:middle;
  text-align:center;
}
table#start td span{
padding-top:75px;
}
a.white:link, a.white:active, a.white:visited {
  color: #ffffff;
  font-weight: normal;
  font-size:16px;
  text-decoration: none;
  line-height: 24px;
}
a.black:link, a.black:active, a.black:visited {
  color: #000000;
  font-weight: normal;
  font-size:16px;
  text-decoration: none;
  line-height: 24px;
}

table#start a:hover {
  text-decoration: none;  
}

.rosa{
   color:#d00b8a;
	}

