/*
    Document   : ihimlenStyle.css
    Created on : 2009-jul-15, 11:47:58
    Author     : jonathan
    Description:
        Purpose of the stylesheet follows.
*/

/*a {text-decoration:none}*/
root {
    display: block;
}
/*h1 { color:#660000; font-size:12pt; }*/
body {
    background-image: url(GRADBAKGRUND.PNG);
    background-repeat: repeat;
    background-position: 0% 0%;
}

label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.meny {
    position: absolute;
    top: 200px;
    left: 0px;
    width: 165px;
    /*height: 100%;*/
    /*background: #EEE;*/
    font-family:arial, sans-serif;

/*    margin-left: 20px;*/
    margin-top: 20px;
/*    background-color: whitesmoke;*/
}
.meny a{
    color:#000000; font-size:12pt;
    text-decoration:none;

}
.menyselected{
/*    position: relative;*/
    background: #eeeeee;
    height:2em;
    text-align:center;

    width:6em;
    border: 2px solid #fff;
    text-decoration:none;
    font-family:arial, sans-serif;

}
.menyselected a{
    text-decoration:none;

}
#brodtext {
    position: absolute;
    margin-top: -10px;
    margin-right:5%;
    margin-left: 220px;

}
#brodtext a:link{
    /*color:#660000;*/
    color:#000000; 
    font-size:14pt;
    font-weight: bold;
    text-decoration:none;
}
#brodtext a:visited{
    color:#000000; font-size:14pt;
    text-decoration:none;
    font-weight: bold;
}
#brodtext a:hover{
    text-decoration:underline;
}


#menystory{
    float:left;
    width: 28%;
}
.menytrad1{
    position:relative;
    top: 10px;
    left: 20px;
    width: 100%;

    background-color:#fff;
    border-width:thick;
    /*border-color:#888888;*/
    border: 2px solid #dddddd;
    text-decoration:none;
    font-family:arial, sans-serif;

}
.menytrad2{
    position:relative;
    top: 10px;
    left: 30px;
    width: 100%;

    background-color:#fff;
    border-width:thick;
    /*border-color:#888888;*/
    border: 2px solid #dddddd;
    text-decoration:none;
    font-family:arial, sans-serif;

}
.menytrad3{
    position:relative;
    top: 10px;
    left: 40px;
    width: 100%;

    background-color:#fff;
    border-width:thick;
    /*border-color:#888888;*/
    border: 2px solid #dddddd;
    text-decoration:none;
    font-family:arial, sans-serif;

}
.fixedfont {
    font-size:3px;
    line-height:3px;
}
.menystoryitem a:link{
    /*color:#660000;*/
    font-size:12pt;
    text-decoration:none;
}
.menystoryitem a:visited{
    color:#000000; font-size:12pt;
    text-decoration:none;
}
