
body {
    background-image: url(../images/bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: verdana, Times, sans-serif;
}

#wrapper {
    height: auto;
    width: 980px;
    margin: 20px auto 0 auto; 
  
}

#content {
    height: auto;
    width: 980px; 
    background-color: #7FD4FF;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
    
}

header {
      height:100px;
      width:980px;
      
}

#breadcrump {
    width: 980px;
    height: 30px;
    margin-top: 20px;
    font-size: 20px;
    color: #000000;
    background-color:#999999;   
    text-align: right;
}

#breadcrump a {
    color: #000000; 
    text-decoration: none;
   /*  margin-right:20px; */
    padding-right: 50px; 
}

li {
    display: inline; 
}

hgroup {
    text-align: center;
}

hgroup h1 {
    font-size: 55px;
    margin-bottom: 1px;
}

hgroup h2 {
    color: #ff0000;
}

 mark {
     background-color: transparent;
     font-weight: bolder;
     font-size: 20px;
     color:#ff0000;
 }
 
.info {
     background-color: #FFFF00;
 }
 
footer {
    height:50px;
    width:980px;
    background-color: #999999;
    text-align: center;
    line-height: 50px;
    margin-top: 0px;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
}

#bilder img {
    height: 120px;
    width: 980px;
}



