﻿body 
{
    background-image: url(../Design/bg.jpg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    font-size: 14px;
    color: #333333;
}

img
{
    border-style: none;
}

a 
{
    text-decoration: none;
    color: #333333;
}

a:hover 
{
    text-decoration: underline;
    color: #333333;    
}

a:active 
{
    text-decoration: none;
    color: #000000;    
}

/* Indeholder hele sitet */
#wrapper 
{
    width: 922px;
    margin: 0 auto;
}

/* Indeholder content */
#content 
{
    width: 655px;
    min-height: 400px;
    background-color: #FFFFFF;
    border: solid 1px #cecece;
    float: left;
    margin-bottom: 5px;
    padding: 30px 30px;
}

/* Indeholder CopyRight logo/tekst */
#wrapper #CopyRight 
{
    margin: 0 auto 10px auto;
    padding: 2px 0;
    width: 655px;
    height: 15px;
    font-size: 11px;
    text-align: center;
    clear: both;
}

/* Indstillinger for alle div bokse og classes som høre til menuen */
#menu 
{
    width: 922px;
    height: 86px;
    background-image: url(../Design/topmenu.png);
    background-repeat: no-repeat;    
}
#menutop 
{
    width: 800px;
    height: 10px;
    padding: 8px 30px 16px 30px;
    margin: 0 auto;
    color: #333;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
}
.menulist 
{
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin: 9px 5px 16px 5px;
}
#menubottom 
{
    width: 862px;
    height: 40px;
    padding: 0 0 0 60px;
    clear: both;
}
#logo 
{
    width: 150px;
    height: 20px;
    margin-top: 10px;
    float: left;
    color: White;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
}
#sitemap 
{
    width: 300px;
    height: 20px;
    margin-top: 15px;
    float: left;
    color: #FFF;
    font-size: 11px;
}
#sitemap a 
{
    color: #FFF;
    text-decoration: none;    
}
#search 
{
    width: 320px;
    height: 40px;
    float: right;
}
#txtsearch 
{
    margin-top: 8px;
    float: left;
}
#button 
{
    margin: 7px;
    float: left;   
}
/*************** Menu Indstillinger slut ************/


/* Indstillingerne for adbox på masterpage. som indeholder advert(Logo/billed) */
#adbox 
{
    width: 749px;
    height: 90px;
    margin: 0 auto;
}
#advert 
{
    width: 717px;
    height: 88px;
    margin-right: 17px;
    background-image: url(../Design/logo.jpg);
    background-repeat: no-repeat;
    float: right;
}

/* Indstillingerne for contentwrapper på masterpage siden */
#contentwrapper 
{
    width: 720px;
    margin: 0 auto;
    margin-top: 20px;
}

/* Indstillinger for Øverste venstre boks på Default.aspx */
#virkad 
{
    width: 390px;
    height: 260px;
    background-color: #FFFFFF;
    padding: 10px 30px;
    border: solid 1px #cecece;
    float: left;
    font-size: 14px;
}

/* Indstillingerne for Øverste højre boks på Default.aspx */
#virklist 
{
    width: 200px;
    height: 240px;
    padding: 20px 30px;
    background-color: #FFFFFF;
    border: solid 1px #cecece;
    float: left;
    margin-left: 3px;
}

/* Indstillinger for Nederste venstre boks på Default.aspx */
#studkad 
{
    width: 390px;
    height: 270px;
    background-color: #FFFFFF;
    padding: 20px 30px;
    border: solid 1px #cecece;
    float: left;
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 13px;
}

/* Indstillinger for Nederste højre boks på Default.aspx */
#studlist 
{
    width: 200px;
    height: 270px;
    padding: 20px 30px;
    background-color: #FFFFFF;
    border: solid 1px #cecece;
    float: left;
    margin-top: 3px;
    margin-bottom: 5px;
    margin-left: 3px;
}

/* Indstillinger for Boksen på kontakt.aspx */
#kontaktForm
{
    background-color: #FFFFFF;
    border: solid 1px #cecece;
    width: 450px;
    min-height: 725px;
    margin-bottom: 5px;
    float: left;
}
#Kontakt
{
    margin: 0 auto;
    width: 400px;
}
#kontaktInfo
{
    width: 260px;
    min-height: 725px;
    background-color: #FFFFFF;
    border: solid 1px #cecece;
    margin-left: 3px;
    margin-bottom: 5px;
    float: left;
}
#KontaktInfoCentrer
{
    margin: 0 auto;
    width: 205px;
}

/************ Forside classes ***********/
.ForsideCVR 
{
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;    
}

.ForsidePris 
{
    height: 15px;
    width: 375px;
    font-weight: bold;
    font-size: 11px;
    background-color: #FBFBFB;
    padding: 3px 5px;
    margin-bottom: 2px;
}

.TilbudNavn 
{
    font-size: 20px;
    font-family: Arial, Calibri;
    font-weight: bold;
    margin-top: 70px;    
}

.Tilbudmodel 
{
    font-size: 15px;
    font-family: Arial, Calibri;
    font-weight: bold;
    margin-top: 10px;   
}

.TilbudPris 
{
    font-size: 25px;
    font-family: Arial, Calibri;
    font-weight: bold;
    margin-top: 5px;
}

/************ Produktside classes ***************/

.ModelBox 
{
    height: 30px;
    width: 225px;
    border: solid 1px #CECECE;
    background-color: #F1F1F1;
    padding: 15px 0px 10px 0px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    float: left;
    margin-bottom: 10px;
}
.ModelBox2 
{
    height: 50px;
    width: 225px;
    border: solid 1px #CECECE;
    background-color: #F1F1F1;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    float: left;
    margin-bottom: 10px;
}

.ProduktPic 
{
    width: 104px;
    height: 104px;
    float: left;
    border: solid 1px #CECECE;
    margin-left: 5px;
    margin-top: 5px;
}

.picwrapper 
{
    width: 240px;
    float: left;
    clear: both;
}

.prisbox 
{
    width: 240px;
    float: left;
    clear: both;
    margin-top: 20px;
}

.beskrivelsebox 
{
    width: 300px;
    min-height: 400px;
    margin-top: 5px;
    float: left;
}

.leftbox 
{
    width: 300px;
    float: left;    
}

.rightbox 
{
    width: 250px;
    margin-top: 0px;
    float: left;    
}

.bottombox 
{
    clear: both;    
    width: 200px;
    float: left;
}

.spcifikdesc 
{
    width: 600px;
    background-color: #F1F1F1;
    border: solid 1px #CECECE;
    float: left;
    clear: both;
    margin-top: 20px;
    padding: 20px;    
}

.KategoriBox 
{
    width: 100px;
    float: left;
    background-color: #F1F1F1;
    text-align: center;
    margin: 10px;
    padding: 10px; 
    min-height: 35px;
    border: solid 1px #CECECE;
    cursor: pointer;
}

#Kategoriwrapper 
{
    width: 600px;
    margin: 0 auto; 
}

.ItemBox 
{
    width: 635px;
    background-color: #F1F1F1;
    border: solid 1px #CECECE;  
    padding: 10px;
    min-height: 75px;
    cursor: pointer;
    clear: both;
}

.ItemBoxImg
{
    float: left;
    width: 75px;
}

.ItemBoxTekst
{
    float: right;
    width: 550px;
}

.smalltext 
{
    font-size: 12px;    
}

.completionList 
{
    z-index: 100;
    border: 1px solid #000000;
    list-style-type: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.completionList2
{
    padding: 3px;
    background-color: #fff;
    margin: 0;
}
.ModelItem 
{
    margin-top: 10px;
    margin-left: 0px;
    text-align: center 
}

.CheckBoxBox 
{
    min-height: 200px;
    clear: both;    
    width: 600px;
    
    margin: 0 auto;
}
