/* Layout */

html, body {margin: 0; padding: 0; border: 0;}

body {
color: black;
background-color: white;
font-family: "verdana";
font-size: 12pt;
margin: 30px 0;
}

.clear { clear: both; }

.wrapper {
margin: 0 auto;
width: 977px;
text-align: left;
background: white;
border: 1px solid gray;
}

/*** Below is the Tan hack, needed because the decorative side borders (thin black) on
.wrapper. It fixes the box model of IE5.x/win, making it display the same as other browsers. ***/

* html .wrapper {
width: 980px;
w\idth: 977px;
}

.outer {
border-left: 188px solid #F1EFE4;
border-right: 188px solid #F1EFE4;
background: url(/images/blackline.gif) 100% 0 repeat-y;
}

/*** These are the visible side col BG's. The image BG is needed to replace a side border
on div.inner, which can't be used because of problems in Mozilla. The image substitutes
for the thin black divider between the right green col and the center col. If the black divider
is not wanted, the BG image may be removed. The Tan hack below feeds a IE a different
BG location, due to a BG placement variation.
***/

* html .outer {
background:  url(/images/blackline.gif) 787px 0 repeat-y;
}

.inner {
margin-left: -2px; /*** This fixes a small overlap problem in IE6. ***/
width: 790px; /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/
border: 1px solid gray;
border-width: 0 0 0 1px;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/

* html .inner {
width: 100%;
}

.float-wrap {
float: left;
width: 789px;
margin-left: -188px;       /*** Same length as left column width ***/
}

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left,
div.left is carried over into the proper position.
***/

.left {
float: left;
width: 185px;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

.right {
float: right;
width: 188px;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

* html .right {
margin: 0 -188px 0 0; /*** IE gets this margin. ***/
}

.center {
float: right;
width: 599px;
padding-bottom: 5px; /*** By me ***/
}

.wide {
background-color: #F1EFE4;    /* header and footer colours */
width: 100%;
border: 1px solid gray;
font-size: 1.4em;
font-weight: bold;
}

.wide p {padding: 5px;}

.top {border-width:    0 0 1px; height:100px; background: url(/images/top.jpg); }

.bottom {border-width: 1px 0 0;}

/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {
border-bottom: 1px solid #F1EFE4;
}



/* Generel opsætning */

a:link {color: blue}     /* unvisited link */
a:visited {color: blue}  /* visited link */
a:hover {color: red}   /* mouse over link */
a:active {color: purple}   /* selected link */

table {
border:0px solid black;
border-collapse:collapse;
margin: 0;
padding: 0;
}

td {
border:1px solid black;
border-collapse:collapse;
padding:3px;
margin:0px;
font-size: 10pt;
font-face: "verdana";
text-align: left;
}

p {
font-size: 10pt;
font-face: "verdana";
margin: 5px 8px 5px 8px;
line-height: 1.5em;
color: black;
}

ul {
font-size: 10pt
font-face: "verdana";
margin: 5px 8px 5px 8px;
line-height: 1.5em;
color: black;
}

h1 {
color: #DD143F;
font-size: 16pt;
font-face: "verdana";
font-variant: small-caps;
text-align: center;
word-spacing: 4px;
letter-spacing: 4px;
margin-top:10px;
}

h2 {
color: #1D14DD;
text-align: center;
font-variant: small-caps;
font-size: 13pt;
font-face: "verdana";
margin: 0px;
padding: 0px;
}

h3 {
color: #DD143F;
font-size: 10pt;
font-variant: small-caps;
font-face: "verdana";
font-weight:bold;
text-align: center;
margin: 0px;
padding: 0px;
}

h4 {
color: black;
font-variant: small-caps;
font: 11pt;
font-face: "verdana";
font-weight:bolder;
text-align: left;
margin: 12px 8px 3px 8px;
padding: 0px;
}

h5 {
color: black;
font-variant: small-caps;
font-weight: bold;
font-size: 8pt;
font-face: "verdana";
text-align: center;
margin: 0px;
padding: 0px;
}

/* Husresultat side */

.husboks {
width:580px;
float:left;
margin: 5px 0px 5px 10px;
}

.husbillede {
width:154px;
height:96px;
border: 1px solid #1D14DD;
margin: 5px 0px 0px 0px;
padding: 0px;
background: #E4F1F1;
float:left;
}

.hustekst {
width:410px;
float:left;
height:96px;
background: #E4F1F1;
border: 1px solid #1D14DD;
border-left-width: 0px;
margin: 5px 0px 0px 0px;
padding: 0px;
}

#prev {
float:left;
font-size:1.0em;
font-face: "verdana";
margin: 10px 0px 10px 20px;
}

#next {
float:right;
font: normal 1.0em "verdana";
margin: 10px 20px 10px 0px;
}

h3.huslinkstor {
color: #DD143F;
font-weight: bold;
font-size:9pt;
font-face: "verdana";
text-align: left;
text-decoration: underline;
margin: 0px 0px 0px 3px;
padding: 2px 0px 0px 0px;
}

img.husbig {
float: right;
text-align: left;
border: 0px;
padding: 5px 5px 5px 5px;
}

img.hus {
float: right;
text-align: left;
border: 0px;
padding: 5px 2px 3px 2px;
}

p.small {
font-size: 0.7em;
font-face: "verdana";
margin: 2px 3px 2px 5px;
line-height: 1.5em;
color: black;
}



/* Hus præsentation */

#husprestop {
width:568px;
background: #F1EFE4;
border: solid #1D14DD;
border-width: 1px 1px 0px 1px;
padding: 10px 0px 10px 0px;
margin: 10px 0px 0px 7px;
float:left;
}

#huspres {
width:568px;
float:left;
background: #E4F1F1;
border: 1px solid #1D14DD;
padding:0px;
margin: 0px 0px 20px 7px;
}

.huspresleft {
width:546px;
float:left;
background: #D4D3DB;
border: 0px solid #DD143F;
padding: 3px 0px 0px 3px;
margin: 5px 0px 0px 5px;
}

.huspresspalterleft {
width:272px;
float:left;
background: #D4D3DB;
border: 0px solid #DD143F;
padding: 3px 0px 0px 3px;
margin: 5px 0px 0px 5px;
/* padding: 4px 2px 2px 0px;
margin: 4px 2px 4px 4px; */
}

.huspresspalterright {
width:260px;
float:left;
background: #D4D3DB;
border: 0px solid #DD143F;
padding: 3px 0px 0px 3px;
margin: 5px 0px 5px 10px;
/* padding: 4px 2px 2px 0px;
margin: 4px 2px 4px 4px; */
}

table.booking {
/* background-color: #ECF5FB; */
background-color: #FAF6C8;
margin: 5px 0px 0px 5px;
border: 1px solid #A7A9AC;
border-collapse:collapse;
padding: 0px;
}

td.booking {
margin: 0px;
border: 0px;
padding: 2px;
}

#totalprice {
font-weight: bold;
font-size: 10pt;
font-face: "verdana";
line-height: 1.5em;
}

img.thumbs {
text-align: left;
border: 0px;
padding: 2px;
}

p.booksmall {
font-size: 0.7em;
font-weight: normal;
font-face: "verdana";
margin: 0px 0px 0px 0px;
line-height: 1.5em;
color: black;
}

.bookboks {
font-size: 8pt;
font-style: normal;
font-family: verdana;
margin: 5px;
line-height: 1.5em;
}

/* Menu */

a.menu {
color: #1D14DD;
font-variant: small-caps;
font-weight: bold;
font-size: 9pt;
font-face: "verdana";
line-height: 1.5em;
margin: 5px 8px 5px 8px;
}

.inline {
  display: inline;
}

/* Forms */

.textarea {
border: 1px solid gray;
font-size: 10pt;
}

p.form {
font-size: 10pt;
font-face: "verdana";
margin-top: 5px;
line-height: 1.5em;
}

input.knap {
font-weight: bold;
font-size: 10pt;
font-face "verdana";
height: 20px;
vertical-align:middle;
text-align:center;
border:1px solid black;
padding-bottom: 2px;
margin: 0px;
background-color: #DCFAC8;
}

/* slut */
