body {
background-color: #999999;
margin: 0;
padding: 0;
font-family: verdana, lucida console, trebuchet MS, arial; 
color: #fff;
line-height: 100%;
background-image: url(../images/bg.jpg);
background-repeat: repeat-x;
text-align: center;
}

img { margin: 0; padding: 0; }
p { margin: 0; padding: 0; }
.cleaner { clear: both; }

a { color: #AB0F58; text-decoration: underline; }
a:hover { color: #AB0F58; text-decoration: none; }
a:visited, a:link { color: #AB0F58; }


#wrap {
  position: relative;
  padding: 0;
  margin: 0px auto 0px auto; /* top, right, bottom, left */
  width: 765px;
  line-height: 165%;
  text-align: left;
}


#flash {
  width: 100%;
  height: 350px;
  background-image: url(../images/flash.jpg);
  display: block;
}

#content-header { 
  width: 100%;
  height: 39px;
  background-color: #373737;
  display: block;
  margin-bottom: 0;
  border-bottom: 1px solid black;
}

#content-header h1 { 
  color: white;
  padding-left: 10px;
  padding-top: 6px;
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  float: left;
}

#content-header h2 { 
  color: white;
  padding-left: 10px;
  padding-top: 6px;
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
  float: left;
}

#content-header a { 
  color: white;
  text-decoration: none;
}

#content-header a:hover { 
  color: white;
  text-decoration: underline;
}

#content-body { 
  width: 765px;   /* Should be 100% */
  background-color: #fff;
  color: #000;  
  display: block;
  margin-bottom: 2px;
  border-bottom: 1px solid black;
  line-height: 150%;
  font-size: 0.75em;
}

#fill-text { 
  border-top: 2px solid #AB0F58;
  padding: 10px;  
  min-height: 250px;
  height: auto;
  line-height: 150%;
  font-size: 1.0em;
}

#fill-text a { color: #AB0F58; text-decoration: underline; }
#fill-text a:hover { color: #AB0F58; text-decoration: none; }
#fill-text p { padding-top: 10px; padding-bottom: 10px; }
#fill-text h3 { padding-top: 0; margin-top: 0; padding-bottom: 0; margin-top: 0; font-weight: bold; color: #AB0F58; }

#footer {
  margin: 0;
  padding: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  width: 100%;
  height: 42px;
  display: block;
  background-color: #373737;
  font-size: 0.75em;
  color: #fff;
  line-height: 42px;
  text-align: center;
  background-image: url(../images/footer.jpg);
  }

#footer a { color: #fff; text-decoration: underline; }
#footer a:hover { color: #fff; text-decoration: none; }

.info-blocks { 
  color: #000;
  font-size: 0.9em;
}

.info-blocks h3 { 
  color: #fff; /* #AB0F58 */
  font-weight: bold;
  font-size: 1.3em;
  height: 40px;
  /*margin-bottom: 20px;*/
}

.info-blocks h3 .plus { 
  color: #EEEEEE;
  font-weight: normal;
}

.info-block1 {
  background-image: url(../images/info-block.jpg);
  border-right: 1px solid #C4C4C4;
  width: 235px;
  height: 280px;
  overflow: hidden;
  float: left;
  padding: 10px;
}
.info-block2 {
  background-image: url(../images/info-block.jpg);
  border-right: 1px solid #C4C4C4;
  width: 233px;
  height: 280px;
  overflow: hidden;
  float: left;
  padding: 10px;
}
.info-block3 {
  background-image: url(../images/info-block.jpg);
  width: 235px;
  height: 280px;
  overflow: hidden;
  float: left;
  padding: 10px;
}

.list-block {
  list-style: none;
}
.list-block li {
  padding-left: 18px;
  background-image: url(../images/icon-li.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

#fill-text ul { padding-left: 20px;  list-style: none; }
#fill-text li { padding-left: 18px;
  background-image: url(../images/icon-li.gif);
  background-repeat: no-repeat;
  background-position: left top; }

.mapa-img { float: right; margin-right: 23px; }

.prihlform { padding: 10px; border: 0; width: 100%; }
.formbox { background-color: #E6E6E6; width: 205px; padding: 10px; margin-left: 250px; margin-right: 250px; border-bottom: 2px solid silver; }
.prihlform input { width: 200px; height: 22px; border: 1px solid #000; display: block; margin-bottom: 7px; margin-top: 4px; padding: 2px; color: #C8005C; }

