#topp {
    overflow: hidden;
    position: absolute;
    top: 10px;
    height: 80px;
    width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#topp {
    background-color: #fefefe;
    border: 1px solid #aaaaaa;
}

#toppmeny {
    overflow: hidden;
    position: absolute;
    top: 102px;
    height: 90px;
    width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 10px 0 10px 10px;
}

#midten {
    overflow: hidden;
    position: absolute;
    top: 214px;
    bottom: 60px;
    width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#midten {
    background-color: #fefefe;
    border: 1px solid #aaaaaa;
}

#midtenvenstre {
    overflow: auto;
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    width: 280px;
}

#midtenvenstre {
    /*background-color: #00B4B4;*/
    background-color: #434566;
    border: 1px solid #aaaaaa;
}
#midtenvenstre a{
color: #dddc0d;
}

#midteninner {
    overflow: auto;
    position: absolute;
    left: 340px;
    top: 20px;
    bottom: 20px;
    width: 620px;
    padding: 0 30px 0 0;
}

#midteninner {
    background-color: #fefefe;
}

#bunn {
    overflow: hidden;
    position: absolute;
    height: 30px;
    width: 1000px;
    bottom: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#bunn {
    background-color: #fefefe;
    border: 1px solid #aaaaaa;
}

.menypunkt{
    float: left;
    margin-right: 20px;
    width: 144px;
    height: 78px;
    background-color: #fefefe;
    border: 1px solid #aaaaaa;
}
.menypunkt:hover{
    cursor: pointer;
    -webkit-box-shadow: 0 0 14px rgba(0, 200, 200, 1.2), 0 0 12px rgba(0, 200, 200, 1.2) ;
    -moz-box-shadow: 0 0 14px rgba(0, 200, 200, 1.2), 0 0 12px rgba(0, 200, 200, 1.2) ;
    box-shadow: 0 0 14px rgb(47, 200, 252), 0 0 12px rgb(47, 200, 252);
    border: 1px solid rgba(47, 200, 252, 1.0);
}
