body {
    margin: 0;
    padding: 0;
    font-family: arial, sans-serif;
    background: #000000; 
}

table {
    font-family: arial, sans-serif;
}

img {
    border: none;
}

a:focus {
    outline: none;
}

div#siteContainer {
 	background:url(../img/amfkorsets-background.jpg) repeat-y bottom center; 
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid black;
	
}

td#head {
    background: #000000 url("../img/bg_head.jpg") no-repeat top left;
    width: 1000px;
    height: 72px;
}

div#logo {
    /*position: relative;*/
    /*z-index: 1;*/
    margin: 0 auto;
    width: 380px;
    height: 50px;
    /*border: 1px solid black;*/
}

div#logoLfc {
    /*position: relative;*/
    /*z-index: 5;*/
    width: 85px;
    height: 65px;
    padding: 0;
    margin: 0 0 0 5px;
    /*float: left;*/
    /*border: 1px solid black;*/
}

div#logoAmfOnLfc {
    width: 60px;
    height: 50px;
    padding: 0;
    margin: 0 0 0 5px;
}

div#logoLfcOnLfc {
    width: 85px;
    height: 68px;
    margin: 0 auto;
    padding-top: 2px;
}

h1 {
    font-size: 16px;
    margin: 2px 0 5px 0;
}

p {
    margin: 12px 0 12px 0;
}

.withoutHeadline {
    margin: 0 0 12px 0;
}

form {
    margin: 0;
    padding: 0;
}


/* --------------------------------------------------------------------- METANAVIGATION */

div#metanavContainer {
    /*position: relative;*/
    text-align: right;
    /*width: 100%;*/
    height: 17px;
    font-size: 10px;
    margin: 3px 0 0 0;
    /*border: 1px solid black;*/
    /*z-index: 1;*/
}

#metanavContainer ul {
    padding: 0;
    margin: 0;
    color: #000000;
    float: right;
    text-align: center;
}

#metanavContainer ul li {
    display: inline;
    text-align: center;
    padding: 0;
    margin: 0;
}

#metanavContainer ul li a {
    padding: 0 7px 0 2px;
    margin: 0 0 0 0;
    color: #000000;
    text-decoration: none;
    float: left;
    display: block;
}

#metanavContainer ul li a:hover,
#metanavContainer ul li a.act {
    color: #000000;
    text-decoration: underline;
}

/* --------------------------------------------------------------------- PRIMÄRNAVIGATION */

#prinavContainer {
    height: 22px;
    font-size: 12px;
    background: url("../img/bg_prinav.gif") top left repeat-x;
}

#prinavContainer ul {
    padding: 0 0 2px 0;
    margin: 0 0 0 2px;    
    /*background: url("../img/bg_prinav.gif") bottom left repeat-x;*/
    /*background: #9E1F1F;*/
    color: #000000;
    float: left;
    width: 950px;
    text-align: center;
}

#prinavContainer ul li {
    display: inline;
    text-align: center;
    padding: 0;
    margin: 0;
}

#prinavContainer ul li a {
    padding: 3px 22px 1px 22px;
    margin: 0 0 0 0;
    /*background: url("../img/bg_prinav.gif") bottom left repeat-x;*/
    background: #9E1F1F;
    color: #000000;
    text-decoration: none;
    float: left;
    border-left: 1px solid #9E1F1F;
    border-right: 1px solid #9E1F1F;
    display: block;
    font-weight: bold;
}

* html #prinavContainer ul li a {
    padding: 3px 22px 1px 22px;
}

#prinavContainer ul li a:hover,
#prinavContainer ul li a.act {
    /*background-color: #4D6A80;*/
    color: #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

/* --------------------------------------------------------------------- SEKUNDÄRNAVIGATION */

#tabsNavCell {
    background: #000000;
}

#tabsNavEmpty {
    float: left;
    width: 996px;
    height: 15px;
    padding-left: 4px;
    margin-top: 6px;
    font-size: 10px;
    background: url("../img/bg_seknav.gif") bottom center repeat-x;
}

*html #tabsNavEmpty {
    margin-top: 5px;
}

#tabsNav {
    float: left;
    width: 996px;
    padding-left: 4px;
    font-size: 10px;
    background: url("../img/bg_seknav.gif") bottom center repeat-x;
}

*html #tabsNav {
    margin-top: -1px;
}

#tabsNav ul {
    margin: 0;
    /*padding: 10px 10px 0 50px;*/
    padding: 0;
    list-style: none;
}

#tabsNav li {
    display: inline;
    margin: 0;
    padding: 0;
}

#tabsNav a {
    float: left;
    background: url("../img/tableft.gif") no-repeat left top;
    margin: 0 0 0 20px;
    padding: 0 0 0 3px;
    text-decoration: none;
}

#tabsNav a span {
    float: left;
    display: block;
    background: url("../img/tabright.gif") no-repeat right top;
    padding: 7px 3px 2px 0;
    /*width: 203px;*/
    /*height: 21px;*/
    text-align: center;
    /*color: #000000;*/
    font-weight: bold;
    /*border-bottom: 1px solid #9F9F9F;*/
}

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsNav a span {float:none;}
    /* End IE5-Mac hack */

#tabsNav a:hover span {
    color:#ffffff;
    background-position: 100% -21px;
}

#tabsNav a:hover {
    background-position: 0% -21px;
}

#tabsNav a:hover span {
    background-position: 100% -21px;
}

#tabsNav a.sn_act {
    background-position: 0% -21px;
}

#tabsNav a.sn_act span {
    background-position: 100% -21px;
    border: none;
}

div#clearFloat {
    clear: both;
}

a.sn {
    color: #000000;
    text-decoration: none;
}

a.sn:hover {
    color: #ffffff;
    text-decoration: none;
}

a.sn_act {
    color: #ffffff;
    text-decoration: none;
}

/* --------------------------------------------------------------------- CONTENT */

div#bannerIndexAmf {
    margin: 100px auto;
    padding: 0;
}

td#contentCell {
    padding: 37px 0 23px 29px;
   
}

td#contentCellIndexLfc {
    padding: 37px 0 23px 0;    
}

table#content {
    width: 100%;
    height: 325px;
    font-size: 12px;
	color: #807F7F;
}

table#content td.contentText,
table#content td.contentTextNoBorder {
    padding: 0 17px 0 17px;
    height: 325px;
}



table#content td.contentSecondColumn {
    padding: 0 17px 0 0;
}

table#content tr.noColor {
}

table#content tr.noColor td {
    height: 20px;
}

a.zoom {
    color: #000000;
    text-decoration: none;
    font-size: 9px;
    background: url("../img/bg_zoom.gif") no-repeat;
    padding: 1px 2px 5px 2px;
    display: block;
    width: 35px;
    height: 13px;
    float: left;
}

a.zoom:hover {
    color: #ffffff;
    text-decoration: none;
    font-size: 9px;
    background: url("../img/bg_zoom.gif") no-repeat;
    padding: 1px 2px 5px 2px;
    display: block;
    width: 35px;
    height: 13px;
    float: left;
}

.slideShowCell {
    /*border-right: 1px solid #ffffff;*/
}

div#ss_img_div {
    width: 376px;
    text-align: center;
}

div.photoCredit,
div.photoCredit2 {
    color: #807F7F;
    margin: 0;
    font-size: 10px;
    text-align: right;
}

div.photoCredit2 {
    color: #000000;
}

img.product {
    cursor: pointer;
}

td#imgNavCell {
    padding: 13px 0 22px 0;
}

a.imgNav {
    font-size: 11px;
    font-style: italic;
    /*font-weight: bold;*/
    color: #da1616;
    text-decoration: none;
}

a.imgNav:hover,
a.imgNavAct {
    font-size: 11px;
    font-style: italic;
    /*font-weight: bold;*/
    color: #da1616;
    text-decoration: underline;
}

a.imgNavAct {
    text-decoration: none;
}

a.imgNavAct span {
    text-decoration: underline;
}

a.imgNav img {
    margin: 5px 20px 0 20px;
    border: 1px solid #000000;
}

a.imgNav:hover img,
a.imgNavAct img {
    margin: 5px 20px 0 20px;
    margin-top: 5px;
    border: 1px solid #da1616;
}

a.imgNavAct img {
    text-decoration: none;
    color: white;
}

/*a.imgNavFirst,*/
/*a.imgNavFirst:hover {*/
    /*padding: 0 0 0 4px;*/
/*}*/

a.imgNav img.firstImg {
    margin: 5px 15px 0 -4px;
    border: 1px solid #000000;
}

a.imgNav:hover img.firstImg,
a.imgNavAct img.firstImg {
    margin: 5px 15px 0 -4px;
    border: 1px solid #da1616;
}

a.imgNav img.firstImgLfc {
    margin: 5px 15px 0 10px;
    border: 1px solid #000000;
}

a.imgNav:hover img.firstImgLfc,
a.imgNavAct img.firstImgLfc {
    margin: 5px 15px 0 10px;
    border: 1px solid #da1616;
}

#imgNavFirst {
    padding-left: 4px;
}

/*#imgNavFirstLfc {*/
    /*padding-right: 5px;*/
/*}*/

a.textLink {
    color: #807F7F;
    text-decoration: underline;
}

a.textLink:hover {
    color: #ffffff;
    text-decoration: underline;
}

.iconPrint {
    background: url("../img/icon_print.gif") no-repeat center left;
    padding-left: 20px;
}

.iconPrint:hover {
    background: url("../img/icon_print_mo.gif") no-repeat center left;
    padding-left: 20px;
}

table.orderForm td {
    padding: 7px 0 7px 0;
}

.inputField {
    border-bottom: 1px solid #807F7F;
}

.totalValue {
    border-bottom: 2px solid #807F7F;
}
