body {
   margin-left: auto;
   margin-right: auto;
   background: #e6e4dd url(/images/bodyBackground.jpg) repeat-x top left;
   font: 70%/1.4 Verdana, Arial, sans-serif;
   color: #000;
}

a img { border: 0;}
a { color:#b70000; text-decoration:none; }
a:hover { color:#333; text-decoration: underline; }
a:active { outline: none; }

h1, h2, h3, h4, h5, h6 {
   font-family: 'Arial';
}
h1 {
   font-size: 1.4em;
   font-weight: bold;
   color: #981b1f;
   clear: both;
}

h2 {
   font-size: 1.4em;
   font-weight: bold;
   color: #981b1f;
   clear: both;
}

h3 {
    margin-top: 1em;
    font-size: 1.2em;
    font-weight: bold;
    color: #981b1f;
    clear: both;
}

p {
    margin-top: 1em;
    line-height: 1.8em;
}
p a {
    text-decoration: underline;
}

table {
    clear:both;
	margin-top:0.5em;
    margin-bottom:1.5em;
	border: 1px #c4c4c4 solid;
    border-collapse: collapse;
	width:100%;
}

table th, table td {
	border: 1px #c4c4c4 solid;
	padding: 0.4em;
    vertical-align: top;
}

table th {
	background: #f2f2f2;
	text-align: left;
}

table caption {
    font-weight: bold;
    text-align: left;
}


.vansterjusterad {
	text-align:left;
}

.centerjusterad {
	text-align:center;
}

.hogerjusterad {
	text-align:right;
}

.ingress {
    margin-top: 0em;
    font-weight: bold;
}

#wrapper {
   display: block;
   width: 870px;
   margin: 0 auto 0 auto;
   text-align: left;
}

#innerWrapper {
   float: left;
   width: 100%;
   clear: both;
   padding-bottom: 15px;
}

#header {
    height: 125px;
    margin-bottom: 15px;
    overflow:hidden;
    background: url(/images/headerBackground.jpg) top left no-repeat;
    text-align: left;
}
#header img {
    float: left;
    margin-left: 40px;
}

#content {
   float: left;
   width: 100%;
   background-color: #fcfbf7;
}

.column {
   float: left;
}
.column div {
    float: left;
}
.column div div {
    float: left;
}
.column span {
    float: left;
}
.column div span {
    float: left;
}
.column div div span {
    float: left;
}

#footer {
   float: left;
   width: 100%;
   height: 116px;
   background: url(/images/footer.jpg) top left no-repeat;
   color: #636155;
}
#footerLeft {
   float: left;
   position: relative;
   padding-left: 15px;
   margin-top: 40px;
}

.innerPadding10px {
   padding: 10px;
}

.container {
	position: relative;
	width: 100%;
}
#contentTop {
	width:100%;
	height:75px;
    background: #fcfbf7 url(/images/contentbox/contentInnerTop.jpg) top left no-repeat;
}

.headerBox {
    margin-left: 8px !important;
    margin-left: 5px;
}
.headerTopText {
    float: left;
    margin-top: 8px;
}
.headertext {
    float: left;
    margin-top: 0px !important;
    border-bottom: 1px dashed #ccc;
}

.formRow {
    float: left;
    margin-top: 0.5em;
    display: block;
}

.shopLeftLi li {
    margin-bottom: 0.7em;
}
.shopLeftLi a {
   text-decoration:none;
   background-image: url(/images/bg_link_off.gif);
   background-position: 1px 0.40em;
   background-repeat: no-repeat;
   padding-left:1.3em;
   line-height:1.4em;
}

.shopLeftLiActive {
    font-weight: bold;
    background-color: #f6f6f6;
}

ul.shopFunktionerLi {
    margin-left: 10px;
    list-style-type: disc;
    list-style-position: inside;
}
ul.shopFunktionerLi li {
    margin-bottom: 0.4em;
}

.indexPunchline {
    width: 99%;
    margin-top: 30px;
    text-align: center;
}

.lasMer {
    clear: both;
    margin-bottom: 0.5em !important;
    margin-bottom: 0;
    padding-left:15px;
    padding-bottom: 3px;
    background: transparent url(/images/lasmer.gif) 0 2px no-repeat
}
.pdf {
    padding-left:20px;
    padding-bottom: 3px;
    background: transparent url(/images/pdf.gif) 0 2px no-repeat
}
.pdfRuta {
    margin-top: 0.7em;
}

form {
    float: left;
    margin-bottom: 1.5em;
}

form p label {
    float: left;
    width: 15em;
}
form p {
    margin-top: 0.4em;
}

label {
   font-weight: bold;
}

input, textarea {
   border: 1px solid #999;
   padding-left: 3px;
}

.radioButton {
    border: 0;
}

.errorMessage {
   margin-top: 20px;
   padding: 10px;
   border: 1px solid #993333;
   background: #f2e7e7;
   color: #993333;
}

.errorMessage li {
   padding: 0;
}

ul.normalList {
	clear:both;
	padding-top:10px;
	list-style:square;
	margin-left:13px;					
}			

