body {
    color: black;
    background-color: #2a6d8e;
    font-family: arial, helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
    margin: 8px;
}
h1 {
    margin-top: 0;
    margin-bottom: 2px;
}

a {
    color: #2a6d8e;
    font-weight: bold;
}
a:hover {
    color: #ffffff;
    background-color: #2a6d8e;
}

th {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}
td {
    padding-left: 3px;
    text-align: left;
    vertical-align: top;
}
input.txt {
    width: 300px;
    border: 1px solid #2a6d8e;
}
select.txt {
    width: 300px;
    border: 1px solid #2a6d8e;
}
input.smalltxt {
    width: 100px;
    border: 1px solid #2a6d8e;
}

textarea.txt {
    width: 300px;
    height: 80px;
    border: 1px solid #2a6d8e;
}
input.menusubmit {
    width: 40px;
    font-size: 75%;
    background-color: #2a6d8e;
    color: #ffffff;
    font-weight: normal;
    border: 1px solid #ffffff;
}

#menu {
    position: absolute;
    left: 6px;
    width: 190px;
    min-width: 140px;
}

/*
* Overskrift i en menu-box
*/
.moverskrift {
    /*
    background-image: url("/images/semitransparent.png");
    background-repeat: repeat;
    */
    padding: 1px 20px 1px 3px;
    font-size: 90%;
    color: #ffffff;
    font-weight: normal;
    background-color: #2a6d8e;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    margin-bottom: 0;
}
.menu {
    padding: 5px 20px 5px 5px;
    font-size: 72%;
    color: #ffffff;
    font-weight: bold;
    background-color: #699cb5;
    border: 1px solid #000000;
    margin-bottom: 5px;
}

.menu a  {
    color: white;
    background-color: #699cb5;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    margin: 5px;
}

.menu a:hover  {
    color: white;
    background-color: #699cb5;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    margin: 5px;
}

/*
* Adressen i toppen
*/
#top {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    color: #ffffff;
}
#top a {
    color: #ffffff;
}
#top a:hover {
    text-decoration: underline;
}

#topadress {
    float: right;
    text-align: right;
}

#bottom {
    clear: both;
    padding: 3px;
    background-color: #9FCCE3;
    border: 1px #555555 solid;
    margin: 10px 10px 5px 200px;
    text-align: right;
    vertical-align: text-top;
}

#basket {
    background-color: #699cb5;
    border: none;
    padding-top: 0;
    width: 140px;
    height: 40px;
    min-width: 140px;
}

#indhold {
    margin: 0 10px 5px 200px;
    background-color: #ffffff;
    padding: 5px 10px;
    border: 1px #153759 solid;
    min-height: 400px;
}

div.spacer {
    clear: both;
    font-size: 1px;
}

div.container {
    width: 100%;
}

div.float {
    float: left;
    margin: 8px;
    border: 1px #dddddd solid;
    text-align: center;
}

img.imageleft {
    float: left;
    margin: 10px 10px 10px 0;
}
img.imageright {
    float: right;
    margin: 10px 0 10px 10px;
}

/*
* Table til billeder på forsiden
*/
table.fronttable {
    float: right;
}
table.fronttable td {
    text-align: center;
}
table.fronttable img {
    border: 6px solid #aaaaaa;
    margin: 6px;
}

div.float img {
    border: 8px solid #aaaaaa;
}

div.center p, div.float p {
    font-size: 80%;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 0;
}
/*
div.center a, div.float a {
    color: #2a6d8e;
    font-weight: bold;
}
div.center a:hover, div.float a:hover {
    background-color: #2a6d8e;
    color: #ffffff;
}
div.center a.im, div.float a.im {
    color: #2a6d8e;
}
div.center a.im:hover, div.float a.im:hover {
    background-color: #ffffff;
    color: #2a6d8e;
}
*/
p.pager {
    text-align: center;
}
.imgtxt {
    font-size: 75%;
    border-collapse: collapse;
    width: 150px;
    margin-top: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.imgtxt th {
    font-weight: bold;
    text-align: right;
    width: 33%;
    vertical-align: top;
}
.imgtxt td {
    padding-left: 3px;
    text-align: left;
    vertical-align: top;
}

.copyright {
    font-size: 80%;
    color: #aaaaaa;
    text-align: center;
}
.small {
    font-size: 80%;
    color: #aaaaaa;
}

/*
* iframe med basket
*/
p.basket  {
    color: #ffffff;
    font-size: 75%;
    font-weight: bold;
}

table.ordre, table.kunde {
    border: 1px solid #2a6d8e;
}
table.ordre {
    width: 90%;
}
table.ordre th, table.kunde th {
    background-color: #dddddd;
    font-weight: bold;
    text-align: left;
}
table.ordre td, table.kunde td {
}

div.betingelser {
    background-color: #ffffe8;
    border: 1px solid #000000;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto;
    right: -1;
    left: 1;
}

.datagrid {
    border: 1px solid #bbb;
    border-collapse: collapse;
}
.datagrid td {
    border: 1px solid #ccc;
}
.datagrid tr.evenRow {
    background-color: #fff;
}
.datagrid tr.oddRow {
    background-color: #eee;
}
.datagrid th {
    background-color: #ccc;
    text-align: left;
}

