/* Positionering */

body {
 background: #fff;
}

#header {
 margin-left: 5mm;
}

#leftwindow, #xtraruta, #transparentxtraruta, #headermenu, #traktormodeller, .bottenstreck {
 display: none;
}

#bestillingsskjema a {
 display: none;
}

#rightwindow {
 margin-top: 10mm;
}

/* Text- och fontegenskaper */

body { 
 font-size: 10pt;
 font-weight: normal;
 font-family: "Times New Roman", Times, serif;
}

table, form { 
 font-size: 10pt;
 font-weight: normal;
 font-family: Verdana, Helvetica, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
 font-family: Verdana, Helvetica, sans-serif;
 font-weight: normal;
 color: #000;
 background-color: #fff;
}

h1 {
 font-size: 22pt;
}

h2 {
 font-size: 20pt;
}

h3 {
 font-size: 18pt;
}

h4 {
 font-size: 16pt;
}

h5 {
 font-size: 14pt;
}

h6 {
 font-size: 12pt;
}

pre {
 font-family: "courier New", Courier, monospace;
}

a:link, a:visited {
 color: #006;
 background-color: #fff;
 font-weight: bold;
 text-decoration: underline;
}

em, .pris, .underrubrik, caption {
 font-style: italic;
 font-weight: normal;
}

strong, th, .nummer { 
 font-style: normal;
 font-weight: bold;
}

/* Formulär */

form {
 width: 100%;
}

#bestillingsskjema input {
 width: 110mm;
}

#bestillingsskjema select {
 width: 142mm;
}
 
#bestillingsskjema label {
 float: left;
 text-align: right;
 margin-right: 2mm;
 width: 30mm;
}

#bestillingsskjema br, hr {
 clear: both;
}

#bestillingsskjema label.radiobuttonlabel {
 float: left;
 text-align: left;
 padding-top: 0;
 padding-bottom: 0;
}

#bestillingsskjema input.radioknapp {
 float: left;
 padding-bottom: 0;
}

#bestillingsskjema input.antall {
 width: 30mm;
}

#bestillingsskjema input.radioknapp {
 width: 2em;
 text-align: center;
}

#bestillingsskjema input.artikel {
 width: 180mm;
}

#bestillingsskjema input.knapp {
 clear: both;
 float: left;
 margin-right: 10mm;
 margin-left: 5mm;
 width: 50mm;
 text-align: center;
}


/* Tabeller */

table {
 width: 100%;
 text-align: left;
 border: 2pt solid #000;
 background-color: #fff;
 color: #000;
}

th, td, caption {
 padding: 1px;
 margin-left: 1px;
 text-align: left;
}

/* diverse */

img {
 border: none;
}

</style>




