body {
	background-color: #080708;
    background-image: url("bg.png");
    background-repeat: no-repeat;
    font-family: Verdana;
    font-size: 13px;
    line-height: 155%;
}

#indhold{
    margin-top: 212px;
    margin-left: 157px;
    width: 685px;
    background-color: #f6f5f6;
    }

#menu{
    height: 400px;
    width: 200px;
    float: left;
    background-color: #f6f5f6;
    }
    
#tekst{
    width: 420px;
    height: 400px;
    float: left;
    background-color: #f6f5f6;
    }

#menu ul li {
	padding-bottom: 0.75em;
	margin-bottom: 0.75em;
	list-style-type: none;
}

#menu a:link, a:visited, a:active, a:hover {
	font-family: Verdana;
	text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #f17bc1;
}

a.none:link, a.none:visited, a.none:hover, a.none:active {
    font-family: Verdana;
    font-size: 13px;
	text-decoration: none;
	font-weight: normal;
} 