* { 
margin: 0;
padding: 0;
} 

html { 
margin: 0;
text-align: center;
color: #000;
background-image: url(/img/Image/tapet.gif);
background-repeat: repeat;
height: 100%;
}

body { 
margin: auto;
text-align: center;
color: #000;
background-image: url(/img/Image/bg.jpg);
background-repeat: repeat-y;
width: 720px;
height: 100%;
}

#container {
margin: 0 auto;
height: auto !important; /*Stanna f?r inneh?ll i content f?r firefox*/
height:100%; /*IE6 tar height som min-height*/
min-height:100%; /*firefox och andra bra browsers */
background-image: url(/img/Image/bg.jpg);
background-repeat: repeat-y;
width: 720px;
height: 100%;
}



#top {
width: 720px;
padding-top: 30px;
}

#body {
width: 720px;
}

#content {
margin: 0 auto;
text-align: center;
width: 720px;
}

#bottom {
width: 720px;
}

#logo {
margin-left: 30px;
}

#tabel {
margin-top: 4px;
margin-left: 10px;
padding-top: 4px;
padding-left: 20px;
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
}

#tabel2 {
margin-top: 14px;
margin-left: 10px;
padding-left: 20px;
font-family: Verdana, Arial, Helvetica;
font-size: 11px;
}

p {
margin-left: -2px;
padding-left: 10px;
text-align: left;
font: 11px Verdana, Arial, Helvetica #000;
font-weight: normal;
line-height: 16px;
}

p.left {
width: 140px;
margin-right: 10px;
text-align: left;
font-family: Georgia;
font-size: 11px;
color: #666;
line-height: 18px;
}

a:link {
color: rgb(22,95,16);
text-decoration: none;
font-weight: bold;
font-size: 10px;
}

a:visited {
color: rgb(22,95,16);
text-decoration: none;
font-weight: bold;
font-size: 10px;
}

a:selected {
color: rgb(22,75,16);
text-decoration: none;
font-weight: bold;
font-size: 10px;
}

li.lista {

}

#right {
margin-right: 20px;
}