﻿body
{
    
    margin-left: 0px;
    margin-right: 0px;

    /*background-color: #E8E8E8;*/
    background-color: #cccccc;
    margin: 0;
}

.header h1
{
	margin-top:0;
	margin-bottom:0;
	color:#0000ff;
	font-family:Arial;
	text-transform:uppercase;
	font-size:30px;
	font-weight:bold;
}

h1, .Overskrift{
    color: black;
}

a, a:link, A:visited {
    COLOR: #0000ff; TEXT-DECORATION: none;
}

a:hover {
    color:black;
}

.titulo {
    COLOR: #ffffff;
    FONT-WEIGHT: 600;
    text-align: center;
    vertical-align: top;
    line-height:15px;
    font-size:11px;
}
.text {
    FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 8pt
}
.underline {
    TEXT-DECORATION: underline
}

.ramme{
    padding-top:10px;
    padding-bottom:15px;
	
    padding-left:14px;
    padding-right:14px;
}

.spansk_tabel{
    width:100%;
}

.spansk_tabel_selve{

}

.spansk_tabel_head td{
    background-color:#D2D2D2;
    border-style:none;
    font-Size: 12px;
    font-weight:bold;
    height: 17px;
}

.spansk_tabel_body td{
    border-style:none;
    font-weight:bold;
    font-Size: 12px;
    height: 23px;
}

.menuaktiv{
    background-color:#0071FF;
    font-weight:bold;
}

.menuaktiv a, .menuaktiv a:link, .menuaktiv a:visited, .menuaktiv a:hover{
    color:white;
}

.shop_table{
    background-color: #0000A0;
    border-top: 1px solid #0000A0;
    border-bottom: 1px solid #0000A0;
}

.shop_table thead tr td{
    background-color:white;
    color:#0000A0;
    font-weight:bold;
    border-bottom: 1px solid #0000A0;
}

.shop_table td{
    background-color:white;
}

.categorylist, .productlist{
    border-bottom: 1px solid white;
    height:15px;
}

.categorylist_active{
    background-color: #0071FF;
}

.categorylist_active a, .categorylist_active a:link, .categorylist_active a:visited{
    color:white;
}

@media print{
    .menu{
	    display: none;
    }


    .spansk_tabel{
	    width:650px;
    }

}
