#holder{
    background-color: rgba(255,255,255,0.6);
    width:1000px;
    min-height:200px;
    margin-right:auto;
    margin-left:auto;
    padding:5px;
    border-radius: 10px;
}
#topholder{
    width:1000px;
    margin-right:0px;
    margin-left:0px;
    height: 250px;
}

#indhold{
    min-height: 500px;
    margin:10px;
}

#login{
    background-color: rgba(255,255,255,0.6);
    float: right;
    margin-right: 0px;
    border-radius: 8px;
    width:80px;
    height:40px;
}

#login p{
    margin-left:10px;
    line-height:4px;
}

h1 {
    font-size: 450%;
}

h2 {
    font-size: 300%;
}

.nyhed{
    margin-bottom:40px;
}

.chrLink:link {
    color: black;
    background-color: rgba(0,0,0,0.1);
    text-decoration: underline;
}
.chrLink:visited {
    color: black;
    background-color: rgba(0,0,0,0.1);
    text-decoration: underline;
}
.chrLink:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}
