/* ----- BASIC STYLESHEET ELEMENTS ----- */

body {
    background-color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

#page_container {
    background-color: #FFFFFF;
    position: relative;
    min-height: 643px;
    height: auto !important;
    height: 643px;
    width: 960px;
    margin: auto;
    top: 0px;
    overflow: hidden !important;
    /*overflow: visible;*/
    color: #000000;
    border-left: 1px solid #F29F05;
    border-right: 1px solid #F29F05;
    border-bottom: 1px solid #F29F05;
    margin-bottom: 20px;
}

table {
    background-color: transparent;
    border: none;
}

tr {
    vertical-align: top;
}

td, th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 3px;
    color: #000000;
}

a:link, a:visited {
    color: #0471DA;
    text-decoration: none;
    font-weight: bold;
}

a:hover, a:active {
    color: #F29F05;
    text-decoration: underline;
    font-weight: bold;
}

p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 150%;
}

.invert {
    color: #FFFFFF;
}

.small {
    font-size: 10px;
    margin-bottom: 6px;
}

.large {
    font-size: 14px;
    margin-bottom: 10px;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.caps {
    font-variant: small-caps;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #0471DA;
    font-weight: bold;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #0471DA;
    font-weight: bold;
}

h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #0471DA;
    font-weight: bold;
}

hr {
    width: 100%;
    height: 1px;
    color: #F29F05;
    border: 1px solid #F29F05;
}

ul {
    margin-left: 23px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 6px;
    padding: 0px;
}

li {
    list-style-type: square;
    line-height: 150%;
    margin-bottom: 6px;
    color: #000000;
}

/* ----- FORM ELEMENTS ----- */

fieldset{
    padding: 20px;
    border: 1px solid #000000;
    margin-bottom: 20px;
}

legend {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.label {
    display: block;
    width: 150px;
    float: left;
}

.textfield {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    border: solid #000000 1px;
    margin-bottom: 6px;
    width: 200px;
}

.button {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #0471DA;
    border: solid #F29F05 1px;
    margin-bottom: 6px;
    cursor: pointer;
    width: auto;
}

.radio {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: transparent;
    border: none;
    margin-bottom: 3px;
    width: auto;
}

.selectbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    border: solid #000000 1px;
    margin-bottom: 6px;
    width: 200px;
}

.textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    border: solid #000000 1px;
    overflow: auto;
    margin-bottom: 6px;
    width: 350px;
    height: 120px;
}

.searchfield {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
    border: solid #CCCCCC 1px;
    width: 160px;
    vertical-align: middle;
    height: 14px;
}


.searchbutton {
    cursor: pointer;
    width: 20px;
    height: 18px;
    vertical-align: bottom;
}

.searchselectbox {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
    border: solid 1px #000000;
    vertical-align: middle;
}

/* ----- IMAGES ----- */


img {
    border: 0px;
}

img.border {
    border: 1px solid #000000;
}

img.no_margins {
    border: 0px;
    margin: 0px;
}

img.no_margins_border {
    border: 1px solid #000000;
    margin: 0px;
}

img.left_align {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 10px;
    float: left;
}

img.right_align {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0px;
    float: right;
}

img.left_align_border {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 10px;
    border: 1px solid #000000;
    float: left;
}

img.right_align_border {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0px;
    border: 1px solid #000000;
    float: right;
}

img.gallery {
    cursor: pointer;
    border: 0px;
}

img.product {
    margin-bottom: 10px;
}

img.opacityImage {
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
}

/* ----- WEBSITE HEADER ----- */

#header {
    position: relative;
    width: 960px;
    height: 200px;
    top: 0px;
    left: 0px;
    background-image: url(../images/page_elements/header_background.jpg);
    background-repeat: no-repeat;
}

#logo {
    position: absolute;
    width: 178px;
    height: 178px;
    top: 12px;
    left: 10px;
}

/* ----- WEBSITE NAVIGATION ----- */

#navbar {
    position: relative;
    width: 960px;
    height: 25px;
    top: 0px;
    left: 0px;
    background-image: url(../images/page_elements/navbar_background.gif);
    background-repeat: repeat-x;
    border-bottom: 1px solid #F29F05;
}

#menu {
    position: absolute;
    width: 540px;
    height: 20px;
    top: 5px;
    left: 10px;
    color: #FFFFFF;
}

#menu a:link, #menu a:visited {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#menu a:hover, #menu a:active {
    color: #F29F05;
    font-weight: bold;
    text-decoration: none;
}

#search {
    position: absolute;
    width: 385px;
    height: 20px;
    top: 3px;
    right: 25px;
    color: #FFFFFF;
    text-align: right;
}

/* ----- WEBSITE FOOTER ----- */

#footer {
    position: absolute;
    width: 960px;
    height: 20px;
    bottom: 0px;
    left: 0px;
    background-image: url(../images/page_elements/footer_background.gif);
    background-repeat: repeat-x;
    border-top: 1px solid #F29F05;
}

#disclaimer {
    position: absolute;
    width: 725px;
    height: 15px;
    top: 3px;
    left: 10px;
    color: #FFFFFF;
    font-size: 10px;
}

#disclaimer a:link, #disclaimer a:visited {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}

#disclaimer a:hover, #disclaimer a:active {
    color: #F29F05;
    font-weight: normal;
    text-decoration: none;
}

#development {
    position: absolute;
    width: 200px;
    height: 15px;
    top: 3px;
    right: 25px;
    color: #FFFFFF;
    font-size: 10px;
    text-align: right;
}

#development a:link, #development a:visited {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#development a:hover, #development a:active {
    color: #F29F05;
    font-weight: bold;
    text-decoration: none;
}

/* ----- WEBSITE CONTENT ----- */

#content {
    position: relative;
    width: 530px;
    height: auto;
    top: 10px;
    float: left;
    margin-left: 20px;
    padding-bottom: 50px;
}

#news {
    position: relative;
    width: 338px;
    height: auto;
    top: 10px;
    float: right;
    margin-right: 25px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #EEEEEE;
    background-image: url(../images/page_elements/background_news.gif);
    background-repeat: no-repeat;
    border: 1px solid #F29F05;
}
#news p {
    line-height:100%;
}

#news h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #0471DA;
    font-weight: bold;
}

#categories {
    position: relative;
    width: 200px;
    height: auto;
    top: 10px;
    float: left;
    margin-left: 20px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #EEEEEE;
    background-image: url(../images/page_elements/background_categories.gif);
    background-repeat: no-repeat;
    border: 1px solid #F29F05;
}

/* product niveau 1 */
#categories p {
    cursor: pointer;
    font-weight: bold;
}

/* product niveau 2 */
#categories  div {
    margin-left: 20px;
    display: none;
    cursor: pointer;
}

/* product niveau 3 */
#categories  span {
    margin-left: 40px;
    display: none;
    color: #F29F05;
    cursor: pointer;
}
#categories  br {
    display: none;
}

#products {
    position: relative;
    width: 675px;
    height: auto;
    top: 10px;
    float: right;
    margin-right: 25px;
    padding-bottom: 50px;
}
table.product {
    border-bottom: dashed 1px #F29F05;
    border-left: dashed 1px #F29F05;
    width: 100%;
}
table.product td {
  /*  border-top: dashed 1px #F29F05;
    border-right: dashed 1px #F29F05;
    border: dashed 1px #F29F05;             */
    margin: 0px;
    padding: 5px;
}
td.productimage {
    width: 152px;
    text-align: center;
    vertical-align: middle;
}
td.productnumber {
    font-weight: bold;
}
td.productinfo {
    color: grey;
}
td.productprice {
    vertical-align: middle;
}
td.productlink {

}
div.content_container {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    margin-bottom: 20px;
}

table.basket td {
    margin: 0px;
    padding-left: 5px;
    padding-left: 15px;
    vertical-align: middle;
}
table.basket  {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    font-size:8pt;
}

tr.row1 {
    background-color: #DDDDDD;
    margin: 0px;
}
tr.row2 {
    background-color: #FFFFFF;
    margin: 0px;
}

td.valuta {
    text-align: right;
}
/* ----- END STYLESHEET ----- */
