<STYLE>

#Dummy {
}

/*Opsætning af præsentation som helhed (Browser-vinduet)*/
body {
    text-align:center;
    padding-top:0px;
    padding-left:0px;
    background:#FFFFFF;
    font-family: verdana, helvetica, arial;
    font-size: 11px;
    }

input {
    font-size:8pt;
    }

/*Præsentation af framework indenfor "body" */
#frame {
    text-align:center;
    height:650px;
    width:770px;
    background:#EEEEEE;
    }

/*Præsentation af header (Sidehoved)*/
#header {
    float:center;
    height:62px;
    width:100%;
    text-align:left;
    background:#BBBBBB;
    }

/*Præsentation af heading (Overskrift og under-overskrift)*/
#pageheading {
    float:center;
    height:30px;
    width:100%;
    font-family: Arial;
    font-style: Italic;
    font-weight: Bold;
    text-align:center;
    font-size: 26px;
    vertical-align: middle;
    color: #060886;
    background:#FFFFFF url('images/graygradient.jpg') no-repeat;
    }

#heading {
    text-align:left;
    font-size:16pt;
    }

/*Præsentation af sideindhold for alle sider*/
#content {
    text-align:left;
    height:378px;
    width:100%;
    padding-top:60px;
    padding-left:100px;
    padding-right:20px;
    background:#FFFFFF;
    }

#content iframe {
    float:left;
    vertical-align:top;
    }

#homepagetext {
    height:378px;
    width:424px;
    }

/*Præsentation af højremenu/OBS ramme i højre side af "content"*/
#hotlinkcontent {
    float:right;
    text-align:left;
    height:378px;
    width:200px;
    margin-left:5px;
    padding-top:3px;
    padding-left:10px;
    padding-right:5px;
    background:#FFFFFF  url('images/rightbackground.jpg') no-repeat center left;
    }

/*Præsentation af sideindhold for alle sider*/
#quicklinkcontent {
    text-align:left;
    height:80px;
    }

/*Præsentation af quickmenu i bunden af forsiden */
#quicklinkpicture {
    float:left;
    width:12.5%;
    }

#quicklinktext {
    float:left;
    width:12.5%;
    padding-left:3px;
    }

/*Præsentation af sideindhold for produkt-sider*/
#subcontent {
    float:left;
    text-align:left;
    height:458px;
    width:470px;
    padding-top:10px;
    padding-left:10px;
    padding-right:0px;
    background: #FFFFFF url('images/devider.jpg') repeat-y top left;
    }

/*Præsentation af sideindhold for produkt-sider*/
/*Præsentation af menu for informations-side*/
#submenu {
    float:left;
    text-align:left;
    height:458px;
    width:155px;
    padding-top:2px;
    background: #FFFFFF;
    }

/*Præsentation af billede for informations-side*/
#submenupicture {
    float:left;
    text-align:center;
    height:15%;
    width:100%;
    padding-left:0px;
    padding-right:0px;
    }

/*Præsentation af menu for informations-side*/
#submenuarea {
    position: relative;
    float:left;
    text-align:left;
    height:85%;
    width:100%;
    padding-top:3px;
    padding-left:0px;
    padding-right:0px;
    font-size: 12px;
    line-height:1.0;
    background: #FFFFFF;
    }


/*Præsentation af menupunkt for venstremenu*/
/*Adskiller mellem menupunkter i venstremenu*/
#submenudivider {
    margin-top:0px;
    margin-bottom:0px;
    height:3px;
    width:100%;
    background: url('images/graygradientsmall.jpg') center no-repeat;
    }

/*Præsentation af emner under en produktkategori*/
#subitem {
    float:left;
    width:100%;
    padding-bottom:10px;
    }

#subitempicture {
    float:left;
    width: 20%;
    text-decoration:none;
    }

#subitemtext {
    float:right;
    width: 80%;
    padding-left: 5px;
    }

/* Præsentation af produktside */
#itempicture {
    float:left;
    clear:both;
    width:30%;
    margin-right:10px;
    margin-bottom:10px;
    }

#itemtext {
    float:left;
    padding-left: 5px;
    }

/* Hurtiglink menu til et produkt */
#itemmenu {
    float:right;
    text-align:left;
    height:448px;
    width:150px;
    padding-top:3px;
    padding-left:10px;
    padding-right:5px;
    background:#CCCCCC  url('images/rightbackground.jpg') no-repeat center left;
    }

/* Layout af specifikationssider */
#speccategory {
    float:left;
    width:100%;
    border-top: dotted 1px;
    }

#specheader {
    float:left;
    font-weight:bold;
    width:30%;
    padding-left:20%;
    }

#spectext {
    float:left;
    width:70%;
    border-left: dotted 1px;
    }

#specend {
    width:100%;
    border-top: dotted 1px;
    }

/* Layout af kontaktformular */
#formmailtext {
    float:left;
    padding-left:30px;
    width:180px;
    vertical-align:top;
    line-height:1.856;
    }

#formmailform {
    float:left;
    vertical-align:top;
    line-height:1.856;
    }

#productchoise {
    float:left;
    }

/*Præsentation af footer (Sidefod)*/
#footer {
    float:left;
    height:80px;
    width:70%;
    padding-top:2px;
    padding-left:5px;
    padding-bottom:2px;
    text-align:left;
    vertical-align: top;
    font-size:10px;
    background:#EEEEEE;
    }

/*Præsentation af footer (Sidefod)*/
#footernote {
    float:right;
    height:80px;
    width:30%;
    padding-top:2px;
    padding-right:5px;
    padding-bottom:2px;
    text-align:right;
    font-size:8px;
    background:#EEEEEE;
    }

#hotlinkcontent A, #quicklinktext A, #submenuarea A, #subitemtext A, #itemmenu A, #itemtext A, #footer A, #footernote A {
    color:#06087F;
    font-weight:bold;
    font-style:normal;
    text-decoration:none;
    }

#submenuindent A{
    font-weight:normal;
    text-indent:2em;
/*    font-size: 12px;*/
    }

/*Præsentation af sidehieraki */
#pagehierachy {
    font-family:courier new;
    font-size:8.0pt;
    }
</STYLE>






